body{
	background-color: #00CCFF;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	}

/*
Basis divs
*/
div#container{
	background: none;
	width: 960px;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: left;
	margin: 0px auto;
	border: 5px solid #FFF;
	background-color: #fff;
}
div#content_container{
	float: left;
	background: #FFFFFF;
	border: 3px solid #FFFFFF;
}
div#banner{
	width: 800px;
	height: 80px;
	position: relative;
	border-bottom: 1px solid #000000;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
}
div#banner_rec{
	width: 820px;
	height: 200px;
}
div#hoofdmenu{
	width: 800px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
div#hoofdmenu a{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
div#hoofdmenu a:hover{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
div#submenu{
	width: 175px;
	float: left;
	line-height: 160%;
	margin-top:5px;
}
div#submenu a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
div#submenu a:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	}
div#content{
	width: 625px;
	float: left;
	line-height: 160%;
}
div#content a{
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
div#content a:hover{
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}
div#ads{
	width: 120px;
	float: right;
}
div#footer{
	width: 960px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	float: left;
}
div#footer a{
	color: #000000;
	text-decoration: none;
	}
div#footer a:hover{
	color: #000000;
	text-decoration: underline;
	}

/*
Sub divs
*/
div#zoeken{
	position: absolute;
	width: 250px;
	height: 20px;
	text-align: right;
	right: 190px;
	top: 50px;
	}
div.banner_blok{
	width: 200px;
	height: 200px;
	float: left;
	}
div.banner_spacer{
	width: 2px;
	height: 200px;
	float: left;
	}
div.mini_ads{
	width: 120px;
	height: 60px;
	background-color: #123456;
}
div.mini_ads_spacer{
	width: 120px;
	height: 2px;
	background: none;
}
/*
Hoofd opmaak elementen
*/
input{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: verdana;
	}
div.nieuws_item{
	width: 625px;
	height: 130px;
	border-bottom: 1px solid #000000;
}
div.nieuws_spacer{
	width: 625px;
	height: 5px;
}
div.nieuws_tekst{
	width: 100%;
	height: 120px;
	float: left;
	position: relative;
}
div.nieuws_img{
	width: 130px;
	height: 120px;
	float: left;
	}
div.nieuws_datum{
	position: absolute;
	top: 0px;
	right: 0px;
}
h1{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	}
td{
	vertical-align: top;
}
.contact_optie{
	border: 1px solid #000000;
}
.contact_bericht{
	border: 1px solid #000000;
	width: 200px;
	height: 200px;
	font-family: verdana;
	font-size: 12px;
}
