body {
	background: #BBBBBB url(designAfbeeldingen/tile.png) repeat-y center;
	font: 12px "Trebuchet MS", Arial;
	color: #000000;
	margin: 0;
}
#hoofdnav, #hoofdnav ul, #hoofdnav li{
	padding:0;
	margin:0;
	list-style:none;
}

#hoofdnav {
	position:absolute;
	left:384px;
	top:110px;
	width:450px;
}

#hoofdnav > li {
	position:relative;
	float:left;
	margin-right: 35px;
	height: 3em;	
}

#hoofdnav ul {
	display: none;
	position: absolute;
	width: 150px;
	left: 0;
	top: 0;
	padding-top: 30px;
}

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

#wrapper #hoofdnav ul {
	color: #666666;
}
#wrapper address {
	font-style: normal;
	position: absolute;
	top: 490px;
	left: 83px;
}

#wrapper address a {
	color: black;
	text-decoration: none;	
}

#wrapper address a:hover {
	text-decoration: underline;
}

.logo {
	color: #003883;
}
#wrapper .logo {
}


#wrapper {
	background: url(designAfbeeldingen/achtergrond5.png) no-repeat;
	height: 600px;
	width: 860px;
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}
#tekst a {
	color: #277ABA;
	text-decoration: none;
}

#hoofdnav a {
	text-decoration: none;
	color: #FFFFFF;
}

#hoofdnav > li.geselecteerd > a {
	color: #B0CFE1;
}

#hoofdnav  ul a {
	color: #666666;
}

#hoofdnav ul a:hover{
	color: #3082BF;
	text-decoration: none;
}

#tekst h1 {
	font-size: 14px;
	color: #003883;
	text-transform: uppercase;
}
#tekst {
	line-height: 18px;
	position: absolute;
	top: 218px;
	left: 385px;
	width: 391px;
}

#tekst h2 {
	font-size: 1.2em;
	margin-top: 1.8em;
	color: #003883;
}

#tekst p {
	margin-top: 0;
}

#tekst form p {
	position: relative;
}

#tekst form p label + input {
	position: absolute; left: 10em;
}

span.antispam1 {
	display: none;
}

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

