body {
	background: #E5E5E5 url(afbeeldingen/design/grijsver.png) repeat-x fixed;
	margin:0px;
}

#wrapper {
	position:relative;
	margin: 0px auto;
	width: 916px;
}

#header {
	background: url(afbeeldingen/design/achtergr.jpg) no-repeat;
	height: 320px;
	width: 916px;
}

#header h1 {
	display: none;
}

#hoofdnav {
	position:absolute;
	top: 280px;
	left: 267px;
	width: 619px;
}

#hoofdnav ul ul {
	position: absolute;
	left: -266px;
	top: 57px;
	width: 170px;
	display: list-item;
	list-style: none;
	height: 155px;
	margin-left: 70px;
}


#hoofdnav ul ul li {
	list-style: none;
}

#hoofdnav ul li a {
	color: #62635d;
	text-decoration: none;
	line-height: 2.5em;
}
#hoofdnav ul li a:hover, #hoofdnav ul li a.geselecteerd {
	border-bottom: 4px solid #008093;
	padding-bottom: 2px;
}
#hoofdnav ul  ul a {
	margin-right: 0px;
	border-bottom: 1px solid #89C2CD;
	display: block;
	padding-left: 5px;
	padding-bottom: 2px;
}
#hoofdnav ul  ul a:hover, #hoofdnav ul  ul a.geselecteerd {
	color:#008093;
	border-bottom: 1px solid #89C2CD;
}

#hoofdnav li, #hoofdnav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#hoofdnav li {
	margin-right: 30px;
	font: bold 0.8em "Trebuchet MS", Verdana, Arial;
	color: #62635d;
}

#routecontact {
	top: 255px;
	position: absolute;
	right: 55px;
}

#routecontact a {
	font: 0.7em "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 1.5em;
}
#routecontact a:hover {
	text-decoration:underline;
	}
	
#content {
	margin-left: 265px;
	font: 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding-right: 190px;
	color: #666666;
	position: relative;
	overflow: hidden;

}
#content p, #content h1, #content h2 {
	margin-right: 50px;
}
#content img {
	float: right;
	margin-right: -180px;
	padding-left: 30px;
	clear: right;
	margin-bottom: 5px;

}

#content h1 {
	font-size: 1.2em;
}

#content h2 {
	font-size: 1.2em;
}

#testimonial {
	clear: right;
	float: right;
	margin-right: -130px;
	padding: 0.5em;
	border: 2px outset #aaa;
	width: 154px;
	height: 15em;
	position: relative;
	margin-left: 30px;
	margin-bottom: 5px;
}

#testimonial > p {
	margin: 0.5em;
	position: absolute;
	display: none;
}

#content form p {
	position: relative;
}

#content form p label + input {
	position: absolute; left: 8em;
}



