@charset "utf-8";
/* CSS Document */
#hoofd{
	position:relative;
	width:900px;
	text-align:center;
	margin: 0 auto;
	background-color:#0a50a1;
	border:#CCCCCC 2px solid;

}
#header{
	background-image:url(../img/header_bp.png);
	background-repeat:no-repeat;
	width:900px;
	height:229px;
	border-bottom:2px solid #FFFFFF;
}
#menu{
	position:absolute;
	top: 235px;
	height:30px;
	width:880px;
	left:10px;
	text-align:right;
}
#links{
	position:absolute;
	top:139px;
	left:10px;
}
#content{
	min-height:450px;
}
#afbeeldingen{
	float:left;
	width:227px;
	margin-top:40px;
	margin-left:10px;
	text-align:center;
}
#tekst{
	margin-top:40px;
	float:right;
	width:560px;
	margin-right:30px;
}
#bottom{
	clear:both;
	width:900px;
	border-top:1px solid #FFFFFF;
	text-align:right;
	margin-right:12px;
	margin-top:5px;
}

