body {  
margin: 0;
padding: 0;
background-color: #ccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #ccc;
}

#header {
width: 800px;
height: 160px;
}


/* MENU */
		#menu {
		width: 800px;
		height: 25px;
		background-color: #fff;
		color: #000066;
		text-align: center;
		border: 1px solid #fff;
		}
		
#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: auto;
padding-left: 5px;
padding-right: 5px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
}

ul a{
font-weight: bold;
color: #000066;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #000066;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #fff;
cursor: pointer;
}

ul li{
background-color: #fff;
border: 1px solid #000066;
border-top: 0;
border-left: 0;
border-bottom: 0;
}

ul ul li{
background-color: #e1007f;
border: 1px solid #000066;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 1px solid #000066;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 
		

#inhoud {
width: 750px;
min-height: 350px;
background-color: #000066;
padding: 25px;
overflow: auto;
}

#inhoud p { color: #fff; line-height: 18px;}
#inhoud h1 { color: #fff; font-size: 18px; font-weight: bold;}
#inhoud h2 { color: #fff; font-size: 14px; }
#inhoud h3 { color: #fff; font-size: 11px; line-height: 22px; font-weight: bold;}
#inhoud td { color: #fff; font-size: 11px; }

#footer {
width: 800px;
height: 25px;
}

a {
font-weight: normal;
text-decoration: none;
color: #fff;
}
