@charset "utf-8";
/* CSS Document */

#body{
	margin: 0; 
	padding: 0;
	
} 



#wrapper {
	float: left; 
	width: 833px;
	height:	557px;
}

#foto {
	width: 833px;
	height: 289px;
	background-color:#FFFFFF;
	/*background-image:url(images/photo_banner.jpg);*/
}

#text {
	width: 754px;
    height: 268px;
	background-color:#FFFFFF;
}
	


#news1 {
	float:left;
	width: 248px;
    height: 134px;
	
}

#news2 {
	margin-left:5px;
	float:left;
	width: 248px;
    height: 134px;
	
}

#news3 {
	
	float:right;
	width: 248px;
    height: 134px;
	
}

#text1 {
	float:left;
	width: 248px;
	height: 134px;
	background-color:#CCFFFF;
	background-image:url(images/bg_news.jpg);
	
	
}



#text2 {
	float:left;
	margin-left: 5px;
	width: 248px;
	height: 134px;
	background-color:#CCFFFF;
	background-image:url(images/bg_news.jpg);
	
	
}

#text3 {
	float:right;
	width: 248px;
	height: 134px;
	background-color:#CCFFFF;
	background-image:url(images/bg_news.jpg);
	
	
	
}

#text_opmaak {
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0099CC;
	padding:15px;
	
}













