 #nav, #nav ul, #nav ul ul{
padding: 0;
margin: 0;
list-style: none;
background: url(none.gif) repeat 0 0;
font-family: Georgia, Verdana, Arial;
font-size: 75%;
}

#nav{
width: 120px;
}

#nav li{
width: 120px;
}

#nav ul{
position: absolute;
width: 110px;
left: -1000px;
margin: -22px 0 0 95px;
font-size: 100%;
}

* html #nav ul{
margin: -25px 0 0 95px;
}

#nav li li{
width: 134px;
}

#nav ul ul{
width: 140px;
margin: -22px 0 0 100px;
font-size: 100%;
}

* html #nav ul ul{
margin: -23px 0 0 100px;
}

#nav li:hover ul, #nav li.ie_does_hover ul{
left: 26px;
}

#nav li:hover ul ul, #nav li.ie_does_hover ul ul{
left: -1000px;
}

#nav ul li:hover ul, #nav ul li.ie_does_hover ul{
left: 26px;
}

#nav a {
display: block;
text-decoration: none;
padding: 2px 4px 3px 4px;
margin: 1px;
}

#nav a:link{
background: #6699FF;
border: 1px solid #494980;
color: #000000;
font-size: 15px;
}

#nav a:visited{
background: #6699FF;
border: 1px solid #494980;
color: #990000;
font-size: 15px;
}

#nav a:hover{
background: #6699FF;
border: 1px solid #494980;
color: #FFFFFF;
font-size: 15px;
} 

#nav a:active{
background: #6699FF;
border: 1px solid #494980;
color: #006666;
font-size: 15px;
}

body {
margin: 0px;
padding: 0px;
font-family: Georgia, Verdana, Arial;
color: black;
height: 500px;
}

table { 
font-family: Georgia, Verdana, Arial; 
font-size: 10pt; 
color:#000000;
}

div#header {
background-color: #6699FF;
height: 90px;
width: 1200px;
}

div#header1 {
position: absolute;
top: 10px;
left: 10px;
margin-left: 10px;
font-size: 14px;
font-family: Georgia, Verdana, Arial;
}

div#header2 {
position: absolute;
top: 20px;
left: 50px;
margin-left: 90px;
font-size: 30px;
font-family: Georgia, Verdana, Arial;
}

div#menu {
z-index:100;
position: absolute;
top: 10px;
left: 1%;
width: 85px;
margin-left: 10px;
padding-top: 130px;
}

div#tekst {
z-index:1;
position: absolute;
top: 10px;
left: 15%;
width: 800px;
padding-top: 130px;
margin: 0px 10px 0px 10px;
}

a:link { 
font-size: 10pt; font-family: Georgia, Verdana, Arial; color: #000099; text-decoration: none;}
a:visited 
{ font-size: 10pt; font-family: Georgia, Verdana, Arial; color: purple; text-decoration: none;}
a:hover { 
font-size: 10pt; font-family: Georgia, Verdana, Arial; color: #B31E00; text-decoration: underline;}
a:active { 
font-size: 10pt; font-family: Georgia, Verdana, Arial; color: #6699FF; text-decoration: none;}



