html, body {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body {
	text-align:center;
	background-color: #505B9B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #444B6F;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}
html {
	overflow: auto;
}
form {
	margin:0 25px 25px
}
p {
	margin:0 25px 25px
}
h1 {
	margin-left: 25px;
	font-size: 18px;
}
h2 {
	margin-left: 25px;
	font-size: 16px;
}
input {
	padding: 2px;
	color: #505883;
	border: 1px solid #999999;
	overflow: auto;
}
#bericht {
	height: 140px;
	width: 90%;
}
#topmenu {
	background-color: #000000;
	padding-left: 30px;
	color: #DCCE9D;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}
#topmenu a {
	color: #DCCE9D;
	text-decoration: none;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 10em;
}
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
div#header {
	height:240px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#links {
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 19px;
	height: 224px;
	width: 170px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #header a:hover {
	color: #FFFF66;
}
#nieuwsbrief {
	padding-top: 20px;
	margin-top: 57px;
	padding-left: 25px;
	height: 40px;
}
#nieuwsbrief a {
	color: #FF9900;
	text-decoration: underline;
}
#banners {
	width: 200px;
	height: 700px;
	float: right;
	background-color: #FFFFFF;
	margin-left: 20px;
}
div#container {
	text-align:left
}
div#content p {
	line-height:1.4
}
div#navigation {
	background-color: #EBC0B1;
}
div#extra {
	background-color: #E5E5E5;
}
div#footer {
	color: #FFF;
	background-color: #000000;
}
div#footer p {
	margin:0;
	padding:5px 10px
}
div#container {
	width:1000px;
	margin:0 auto;
	border: 1px solid #666666;
}
div#wrapper {
	float:left;
	width:100%;
	background-color: #FFFFFF;
}
div#content {
	background-color: #FFFFFF;
}
div#navigation {
	float:left;
	width:150px;
	margin-left:-550px
}
div#extra {
	float:left;
	width:150px;
	margin-left:-700px
}
div#footer {
	clear:left;
	width:100%
}

