html, body, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin:0;
padding:0;
border:0;
}
body {
	font-size:100.01%;
	color:#FFFFFF;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFCC00;
	overflow: auto;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #613813;
	margin-top: 20px;
	margin-bottom: 20px;
}


#banner {
	background-image: url(../afbeeldingen/banner.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 800px;
}

#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 20px;
	text-align: left;
}
#nav ul {
	height: 20px;
	text-align: center;
	background-color: #000000;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
	display: inline;
	width: 9em;
	background-color: #000;
}
#nav ul li a:hover, #nav ul li a:focus {
	color: #FCB501;
	height: 20px;
	background-color: #000;
}
#content {
	background-color: #613813;
	height: 450px;
}
#content p {
	font-size: 80%;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h4 {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.leftimage {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightimage {
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.centerimage {
	float:none;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
clearit {
	clear: both;
}
#footerslide {
	background-color: #FFFFCC;
	height: 75px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#footer {
	color: #666666;
	background-color: #FFF59B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

