* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E9CD48;
	background-repeat: repeat;
        font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrapper {
	width: 900px;
	padding: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
}
#banner {
	width: 100%;
	height: 216px;
	background-repeat: no-repeat;
	background-color: #E9CD48;
	background-image: url(afbeeldingen/achtergrond.jpg);
	z-index: 0;
}
#fotos {
	position: absolute;
	z-index: 1;
	width: 694px;
}
#titel {
	position: relative;
	z-index: 2;
}
.top {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bottom {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#menubottom {
	background-image: url(afbeeldingen/menubottom2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 9px;
}
#content {
	background-color: #67CB33;
	margin-left: 215px;
}
#content h1 {
	font-size: 110%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
}
.contenttop {
	background-image: url(afbeeldingen/content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	margin: 0px;
}

#left {
	float: left;
	width: 194px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contentbottom {
	background-image: url(afbeeldingen/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
}

#menu {
	margin-top: 0px;
	width: 192px;
}
.content {
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-right: 10px;
	padding-left: 20px;

}
#menu dt {
	text-align: left;
	margin: 0px;
	top: 5px;
}

#menu dt a {
	background-color: #66CC33;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 25px;
	text-align: left;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-transform: uppercase;
}
#menu dt a:hover {
	background-image: url(afbeeldingen/hondenpoot.jpg);
	background-repeat: no-repeat;
	background-position: 160px;
	font-weight: bold;
}
