@charset "utf-8";
/* CSS Document */
#hoofd{
	position:relative;
	width:890px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	text-align: left;
	min-height:100%;
	_height:100%;
}
#header{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	width:905px;
	height:233px;
}
#menu{
	position:relative;
	margin-left:5px;
	top:203px;
}
#links{
	position:relative;
	float:left;
	width:200px;
	margin-top:2px;	
}
#content{
	position:relative;
	float:left;
	margin-top:5px;
	margin-left:3px;
	background-image:url(../img/background_center.png);
	background-repeat:repeat-y;
	width:430px;
	min-height:500px;
	_height:500px;
	border:1px solid #a7a7a7;
}
#rechts{
	position:relative;
	float:right;
	width:250px;
	margin-top:2px;	
	margin-right:-16px;
	background-repeat:repeat-y;
}
#bottom{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
	clear:both;
	float:left;
	width:890px;
	position:relative;
	text-align:center;
	border:1px solid #a7a7a7;	
}
