html {
	margin: 0;
	padding: 0;
	background: url(designafbeeldingen/achtergrond.png) repeat-x left 76px;
	height: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	margin: 0;
	padding: 0;
	background: url(designafbeeldingen/overlay.png) 126px 86px no-repeat;
	margin: 0px auto;
	width: 950px;	
	position: relative;
	height: 100%;
}

#wrapper{
	text-align:left;
	min-height: 100%;
	background: url(designafbeeldingen/tekst.png) 515px top repeat-y;
	position: absolute;
	overflow: hidden;
}

#hoofdnav li:hover ul, #hoofdnav li.geselecteerd ul, #hoofdnav:hover li.geselecteerd:hover ul {
	display:block;
}

#hoofdnav:hover li.geselecteerd ul {
	display: none;
}

#hoofdnav, #hoofdnav ul, #hoofdnav li {
	padding:0;
	margin:0;
	list-style:none;
}

#hoofdtekst {
	margin-left:515px;
	width: 331px;
	padding: 203px 17px 20px 5px;
	border-top: 76px solid white;
	background: #453a02 url(designafbeeldingen/home.jpg) no-repeat;
}
#hoofdtekst h1, #hoofdtekst p {margin-left: 10px;}

#hoofdtekst h1 {
	font-size: 12px;
	margin-top: 10px;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#hoofdtekst a {
	color: #C8B71A;
	text-decoration: none;
}

#hoofdnav {
	position: absolute;
	color: #201B03;
	list-style-type: none;
	top: 289px;
	left: 129px;
	width: 395px;
}

#hoofdnav >  li{
	position:relative;
	float:left;
	margin-right: 20px;
	z-index: 1;
}
#hoofdnav ul {
	position:absolute;
	width: 10em;
	top: 0;
	padding: 33px 0 0 0;
	display: none;
	left: 0;
	z-index: -1;
}
#hoofdnav a:link, #hoofdnav a:visited {
	color: #261F04;
	text-decoration: none;
}
#hoofdnav a:hover {
	color: #C8B71A;
}

#footer {
	width: 509px;
	height: 85px;
	top: 790px;
/*	background: url('designafbeeldingen/footer.png');	
*/	position: absolute;
}

span.antispam1 {
	display: none;
}

span.antispam2 {
	unicode-bidi: bidi-override;
	direction:rtl
}

form p {
	position: relative;
}

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