/* CSS Document */


<style>
html {overflow: -moz-scrollbars-vertical !important;}

body {
    margin:0px; auto;
    padding:0;
    background:#FFF;
	text-align:left;
}

* html #level0 { height: 100%; } /*browsers less than IE7*/
#level0 {
    width: 990px; 
	margin: 0 auto; 
	border: 0;
	top:35px;
	padding: 0 0px; 
	min-height: 100%;
	background-color:#fff;
}
#language{
 	position:absolute;
 	top:0px;
 	width:155px;
 	
	/*height:160px;*/
 	margin-left:793px;
 	background-color:#fff;
	z-index:50;
}
#navigatie_left {
 	position:absolute;
 	top:35px;
 	width:157px;
 	
	/*height:160px;*/
 	margin-left:70px;
 	background-color:#fff;
	z-index:20;
}


#navigatie_right {
 	position:absolute;
 	top:65px;
	/*right:-13px;*/
	
 	width:157px;
	text-align:right;
	height:15px;
 	background-color:#fff;
	z-index:12;
	margin-left:758px;
}
#navigatie_right2 {
 	position:absolute;
 	top:55px;
	/*right:-13px;*/
	
 	width:155px;
	text-align:right;
	height:15px;
 	background-color:#fff;
	z-index:12;
	margin-left:795px;
}
#content {
 	position:absolute;
 	top:45px;
 	
 	width:451px;
	
	margin-left:267px;
 	background-color:#fff;
	z-index:10;
}
.naw_tekst{
  	font-family: Verdana, Arial, Helvetica, sans-serif; 
  	font-size: 10px;
  	font-weight: normal;
  	color: #044a85;
  	text-decoration: none;
	
	padding-top:25px;
	line-height:15px;
	
	display:block;
	text-align:left;
	border :0;
}
.naw_tekst_link:link{
  	font-family: Verdana, Arial, Helvetica, sans-serif; 
  	font-size: 10px;
  	font-weight: normal;
  	color: #044a85;
  	text-decoration: none;
	
	line-height:15px;
	
	
	text-align:left;
	border :0;
}
.naw_tekst_link:active{
  	color: #044a85;
  	text-decoration:none;
}
.naw_tekst_link:visited{
  	color: #044a85;
  	text-decoration:none;
}

.naw_tekst_link:hover{
  	color: #008ac8;
  	text-decoration:underline;
}

.basis_tekst{
  	font-family: Verdana, Arial, Helvetica, sans-serif; 
  	font-size: 12px;
	padding-top:15px;
	
  	font-weight: normal;
  	color: #044a85;
  	text-decoration: none;
	line-height:20px;
  	
	text-align:left;
	border :0;
}
.basis_tekst_link:link{
  	font-family: Verdana, Arial, Helvetica, sans-serif; 
  	font-size: 12px;
  	font-weight: normal;
  	color: #081d5c;
  	text-decoration: none;
	padding-left:15px;
	
	
	display:block;
	text-align:left;
	border :0;
}
.basis_tekst_link:active{
  	color: #008ac8;
  	text-decoration:none;
}
.basis_tekst_link:visited{
  	color: #008ac8;
  	text-decoration:none;
}

.basis_tekst_link:hover{
  	color: #008ac8;
  	text-decoration:underline;
}



</style>