@charset "utf-8";
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 1050px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #81B94A;
}
#container #footer a {
	padding-left: 150px;
}

#container #banner h2 {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#container #banner h1 {
	text-align: center;
}
img {
	border: 2px solid #CCCCCC;
}

.floatrechts {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.floatlinks {
	float: left;
	vertical-align: text-bottom;
	margin-right: 20px;
	margin-bottom: 20px;
}
#container #inhoud {
	height: 800px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#container #inhoud h3 {
	color: #678D28;
}

#container #goole {
	height: 90px;
	text-align: center;
}

#container #banner {
	height: 100px;
}

.clearboth {
	clear: both;
	clip: rect(auto,auto,auto,11px);
}

