body{
	background-color: #5DA0D7;
	margin: 0px;
	
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

img{
	border: 0px;
}

/* LAYOUT */

#container{ /* IE */
	width: 912px;
	margin: 0 auto 0 auto;
}

#top{
	width: 912px;
	height: 216px;
	background-image:url('../images/top.jpg');
}

#adres{
	width: 165px;
	height: 85px;
	position: relative;
	left:250px;
	top:100px;
}

#nieuwsbanner{
	width: 165px;
	height: 85px;
	position: relative;
	left:450px;
	top:60px;
	color:#ffffff;
}

#middle{
	width: 905px;
	height: 730px;
	margin: 0 0 0 5px;
	background-color:#FFFFFF;
}

#menu{}

#menu ul{height:30px;margin:0 0 0 10px;padding:0;list-style:none;}
#menu ul li{float:left;text-align:middle;}

#foto{
	margin:0 10px 0 10px;
	width:435px;
	float:left;
}

#tekst{
	width: 420px;
	height: 700px;
	margin: 0 15px 0 15px;
	float:left;
	
	overflow-y:auto;
	overflow-x:hidden;
}

#tekst2{
	width: 900px;
	height: 700px;
	margin: 0 15px 0 15px;
	float:left;
	
	overflow-y:auto;
	overflow-x:hidden;
}

#footer{
	width: 912px;
	height: 21px;
	background-image:url('../images/footer.jpg');
}

#footertaal{
	width: 912px;	
	text-align:center;
	float:left;
}

#footerpubli4u{
	width: 912px;	
	text-align:left;
	float:left;
	margin-bottom:-100px;
}

/* LINK */

a:link, a:visited{
	color:#035783;
	font-weight:none;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
}

a:hover, a:active{
	color:#A0DFFE;
	font-weight:none;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
}

a.menu:link, a.menu:visited{font-family:Verdana;font-size:10px;font-weight:bold;color:#015883;}
a.menu:hover, a.menu:active{color:#CCCCCC;}

a.openingsuren:link, a.openingsuren:visited{font-family:Verdana;font-size:10px;font-weight:bold;color:#990000;}
a.openingsuren:hover, a.openingsuren:active{color:#990000;}

