/* CSS Document */
html{
	width:100%;
	height:100%;
	vertical-align: bottom;
}



body {
	background-image: url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFFF66;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:17px;
	vertical-align: bottom;
}

div#container{
	/*background-color:#FFFFFF;*/
	width:889px;
	height:379px;
	
	float:center;
}

div#menucontainer{
	width:138px;
	height:302px;
	
	float:left;
}

div#header{
	background-image:url(../images/header.jpg);
	width:743px;
	height:77px;
	background-repeat:no-repeat;
	float:right;
}

div#textcontainer{
	background-image:url(../images/text_background.jpg);
	height:378px;
	width: 743px;
	float:right;
}

div#menuitem{
	margin-bottom:2px;
}

div#adresgegevens{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top: 15px;
	font-weight:bold;
}




