html, body, #site{
		width: auto;
		height: 100%;
		text-align: center;
		font-family: verdana, monotype;
		font-size: 12px;		
		color: #000000;
}
img{
	border: 0px;
}	
#site{
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding: 0px;
	width: 990px;	
	background-color: #ffffff;
	text-align: center;
	border: 1px solid black;
	/*background-image:url(/images/waterval.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
}
#header{
	padding: 0px;
	margin: 0px;
}
#logo{
	float: left;
	margin: 0px 10px 0px 0px;
}
#oog{
	float: right;
	margin: 0px 0px 0px 0px;
}
#header{
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: auto;
	text-align: left;
	background-color: #ffffff;
	/*background-color: #9999ff;*/
}
#header h1{
	font-size: 27px;
	font-weight: normal;
	margin: 0px;
	padding: 20px;
	
}
#footer{
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#menu{
	background-color: #000000;
	height: 7px;
	font-size: 10px;
	width: 100%;
	text-align: left;
}
#navigation, #subnavigation{
	padding: 5px;
	line-height: 23px;
}
#navigation a, #subnavigation a{
	text-decoration: none;
}
#navigation a:hover, #subnavigation a :hover{
	text-decoration: underline;
}
#subnavigation{
	background-color: #ffffff;
}
#content{
	width: 100%;
	text-align: left;
	background-color: #ffffff;
}
#contentLeft, #contentCenter, #contentRight{
	height: auto;
}
#contentLeft{
	float: left;
	/*background-color: #efefef;*/
	width: 160px;
	padding-left: 5px;		
}
#contentCenter{
	float: left;
	background-color: #ffffff;
	width: 635px;
	padding: 10px 20px 10px 10px;
}
#contentRight{
	float: right;
	
	background-color: #efefef;
	width: 160px;
	height: auto;
	padding-left: 0px;
}
a{
	color: #000000;
}
ul{
	list-style-type: none;
}
li{
	list-style-type: none;
}
div.advertorial{
	float: left;
	width: 210px;	
	
}
#navAds{
	margin-top: 120px;
	padding: 20px 0px 20px 0px;
}
div.contentKoppelingen{
	padding: 20px 0px 20px 0px;
}