#page-container { 
  margin:    10px auto 0px auto;
  width:     841px;  
  background: white;
  
  /* overflow: scroll;*/    
} 
 
#inhoud{
	padding:10px;
	
}



#twee_blokken{
	
	position:relative;
	background:#ffffff;
	height: 470px;
	
}

#twee_blokken #blok_links{
	float:left;
	width:480px;
	left:0;
	top:0; 
}

#twee_blokken #blok_rechts{
	float:left;	
	width:320px;
	margin-top:5px;
	left:0;
	top:0; 
}

.rij{
	height:140px;
	padding-top: 10px;	
	
}

.rij .witblok{
	float:left;
	left:0;	
	padding-right: 10px;
	padding-bottom: 20px;
}

.rij .moduleblokken_nopad{
	float:left;
	left:0;
	background:#DCDCDC;
	height: 100px;
	width: 205px;
	border: 1px solid #00BFFF;
	padding:10px;	
}
.rij .witblok .moduleblokken_nopad .opsom{	
	position: relative;
	height: 90px;
	width: 205px;
	left: 0px;
	top: 0px;	
	/*background-color: beige;			*/
	color: #009FD7;
	font-size: 11px;
	

}
.rij .witblok .leesverder{
	position: relative;	
	/*z-index:100;*/
	height: 45px;
	width: 45px;
	left:150px;
	top:-20px;
	padding:5px;
	background:#009FD7;			
	color: white;
	font-weight: bold;
	cursor: pointer;
}


#brede-balk{
	
	top:0; 
	left:0; 
	margin-top:5px;
}

#proactive-koptekst{
	top:0; 
	left:0;
}




