@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;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #676B38;
}
#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;
	font-size: 14px;
}
#container #banner h1 {
	text-align: center;
	margin-top: 25px;
	font-size: 18px;
}
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-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#container #inhoud {
	height: 700px;
	padding-right: 10px;
	padding-left: 10px;
}
#container #goole {
	height: 90px;
	text-align: center;
}

#container #banner {
	height: 100px;
}

.clearboth {
	clear: both;
	clip: rect(auto,auto,auto,11px);
}

