html, body {
height: 100%;
}


body {
font-family: arial, helvetica, sans serif;
font-size: 13px;
color: #003300;

}

A:link { text-decoration: none; color:#003300 } 
A:visited { text-decoration: none; color:#003300 } 
A:hover { text-decoration: none; color:#439007 } 


#container {
min-height: 600px;
height:auto !important; /* voor moderne browsers */
width: 800px;
font-family: book antigua, verdana;
font-size: 11px;
position: absolute;  
left: 50%;  
top: 50%;
margin-left: -400px;
margin-top: -300px;

}

#header {
position: absolute;  
font-family: arial, helvetica, sans serif;
font-size: 68px;
color: #003300;
float: left; 
width: 800px;
margin-top: 40px;

}


#left {
position: absolute;  
font-family: arial, helvetica, sans serif;
font-size: 17px;
color: #003300;
float: left; 
width: 320px;
margin-top: 120px;

}

#right {  
position: absolute;  
font-family: arial, helvetica, sans serif;
font-size: 17px;
color: #003300;
margin-left: 320px;
margin-top: 126px;
width: 500px;
}

#frame {  
position: absolute;  
font-family: arial, helvetica, sans serif;
color: #003300;
margin-top: -15px;

}


td {
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	color: #003300;

}

#nav, #nav ul { /* all lists */
	padding: 2;
	margin: 0;
	list-style: none;
	line-height: 1.25;
}

#nav a {
	display: block;
	width: 30px;
}

#nav li { /* all list items */
	float: left;
	width: 75px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	font-size: 14px; 
	width: 75px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: 0em 3 4 1em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

.titel  {
font-family: arial, helvetica, sans serif;
font-size: 68px;
color: #003300;

}

.tekst  {
font-family: arial, helvetica, sans serif;
font-size: 13px;
color: #003300;
line-height: 1.25;

}






