p {
margin:0px;
}

body {
	margin: 0px; 
	background-image:url(../NL/images/Pi_bg.gif); 
	background-position:top; 
	/*background-color:#F0F2F4;*/
	font-family:"Trebuchet MS", Arial, "Helvetica LT Std"; 
	font-size:12px;
	line-height:13px;
}

.container_bg{
	width: 100%; 
	background-image:url(../images/Pi_bg_picture.gif); 
	background-position:center; 
	background-position:top;
	background-repeat:no-repeat;  
	float:left;
}
	.container_bg .container_content{
		width:928px; 
		margin-left:auto; 
		margin-right:auto;
	}

/* TITELS & FONTS--------------------------------------------------------------------*/

.txt_11pxGrey{
	font-size:11px;
	color:#919CA6;
	line-height: 12x;
}

/* LINKS -----------------------------------------------------------------------*/


a:link, a:visited {
	color:#2F3D86;
}

a:hover {
	color:#6B7985;
}
a.greenArrow:link, a.greenArrow:visited {
	background-image:url(../images/Pi_arrowGreen.gif);
	background-repeat:no-repeat;
	padding: 1px 0px 0px 12px;
	color:#6B7985;
	font-size:12px;
	text-decoration:none;
	display:block;
	clear:both;
	float:left;
	margin-bottom:4px;

	
}

a.greenArrow:hover {
	color:#6B7985;
}

a.greenHover12px:link, a.greenHover12px:visited{
	text-decoration:none;
	color: #6B7985;
}

a.greenHover12px:hover{
	color: #2F3D86;
}

a.legal:link, a.legal:visited {
	font-size:11px;
	color:#919CA6;
	line-height: 12px;
}




/*GENERAL FRAME-------------------------------------------------------------*/
.container_frameGeneral{
	width:920px; 
	height:310px; 
	background-image:url(../images/Pi_frame_taalkeuze.gif); 
	background-repeat:no-repeat; 
	margin:66px 0px 0px 0px;
	padding: 4px 4px 34px 4px;
	float:left;
}

.container_spacer{
	position:relative;
	clear:both;
	width:880px;
	height:200px;
	float:left;
	padding: 13px 20px 0px 20px;
}

.container_spacer .logo{
	position:absolute;
	left:20px;
	top:20px;
  }

.container_spacer .content{
	position:absolute;
	left:300px;
	top:130px;
  }
	


/* FOOTER ----------------------------------------------------------------------*/
.footer{
padding: 5px 0px;
padding-left:4px;
clear:both;
}


