/*/////////////////////
///////BASICS////////*/
*{
   padding:0;
   margin:0;
}


body, html{
	margin:0px;
	padding:0px;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#576573;
	background-color:#FFFFFF;	
	}

img{
	border:none;
	}
h4{
	font-size:11px;
	font-weight:bold;
	}
a, a:hover, a:visited {
	text-decoration:none;
	color:#576573;
	}
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix {display: inline-block;}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*/////////////////////
///////LAY OUT////////*/

#container{
	width:915px;
	margin-left:auto;
	margin-right:auto;
	padding:7px;
	text-align:left;
	height:100%;
	}

#container:after { 
	content: ""; display: block; height: 0; clear: both;
	}

#containerHeader{
	height:72px;
	}

#logo{
	float:left;
	height:63px;
	width:250px;
	background:url(../images/logo.png) no-repeat;
	}

#talen{
	float:right;
	font-size:11px;	
	/*display:none;*/
	}

#talen a{
	color:#576573;
	font-weight:bold;
	}

#talen a .talen-klein{
	color:#576573;
	font-size:10px;
}	

#certificaten-btn{
	display:block;
	text-indent:9000px;
	overflow:hidden;
	width:115px;
	height:39px;	
	margin-top:5px;
}

.talen-nl #certificaten-btn{background:url(../images/btn-certificaten-nl.png) no-repeat top left;}
.talen-fr #certificaten-btn{background:url(../images/btn-certificaten-fr.png) no-repeat top left;}
.talen-en #certificaten-btn{background:url(../images/btn-certificaten-en.png) no-repeat top left;}


#main_container{
	clear:both;	
	padding:0px;
	margin:0px;
	float:left;
	}
.lees_meer{
	background-color:#C5C9CD;
	padding:0px;
	width:62px;
	text-align:center;
	float:right;
	margin-bottom:0px;
	/*margin-top:4px;*/
	}

.lees_meer a, .lees_meer a:visited, .lees_meer a:hover{
	color:#FFFFFF;
	}
.lees_meer a:hover{
	color:#061844;
	}


/*//////////////////////////////
///// MENU ////////////////////*/

#menu_container{
	width:907px;
	padding-left:8px;
	height:43px;
	clear:both;
		}

.nav_button{
	margin-top:16px;
	}
	
#nav li {
	margin-left:4px;
}
	
	
	


