/* pagina layout */
body {
	margin:0;
	padding:0px;
	background:#2F74B9;
}

#container {
	margin:0;
	padding:0;
}
#main {
	margin: 0px auto;
	width:950px;
	height:900px;
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	border:1px solid #2F74B9;
}
/* navigatie */
#navigatie {
	margin-top:575px;
	height:100px;
	padding:0 10px 0 10px;
}
#navigatie ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
#navigatie li {
	float:left;
}
#navigatie span {
	display:none;
}
#arienskonvikt a {
	display:block;
	background:url(/images/arienskonvikt.gif) no-repeat center top;
	height:69px;
	width:335px;
}
#bovendonk a {
	display:block;
	background:url(/images/bovendonk.gif) no-repeat center top;
	height:69px;
	width:275px;
}
#vronesteyn a {
	display:block;
	background:url(/images/vronesteyn.gif) no-repeat center top;
	height:69px;
	width:320px;
}
#navigatie a:hover {
	background-position: center -69px;
}
