body {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
font-size:14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

#inhoud {
z-index:1;
}

h2 {
font-size: 12px;
font-family:  Verdana, Arial, Helvetica, sans-serifl;
font-weight: bold;
} 

body {
	font-family: arial, helvetica, serif;
}

#nav { /* all lists */
	width: 800px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style:none;
	background-color:#ffffff;
	z-index: 5;
}

#nav ul {
	margin: 0px;
	list-style: none;
	list-style:none;
	background-color:#ffffff;
	z-index: 5;
	}

#nav a {
	color: #0000CC;
	text-decoration: none;
	display: block;
	padding: 5px 26px 5px 26px;
}

#nav a:hover {
	color: #D40808;
	text-decoration: none;
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	padding: 0;
	margin: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav ul li {
width: 200px;
float:none;
text-align: left;
}

#nav ul li a {
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#inhoud {
z-index:1;
}



