body {
margin:0px;
padding:0px;
background-color:#ffffff;
font-family: "verdana", "Verdana", "sans-serif";
color: #959595;
font-size: 11px;
}

/* posities */

#logo {
position : absolute;
top : 20px;
left : 80px;
} 

#teller {
position : absolute;
margin: 0 0 0 0px;
padding:10px;
top : 40px;
left : 70px;
width : 900px;
} 

#content {
position : absolute;
margin: 0 0 0 0px;
padding:10px;
top : 120px;
left : 70px;
width : 1100px;
} 


#content ul {
display: inline;
}

#content li {
border: 0px;
text-decoration: none;
display: inline;
list-style-type: none;
padding:0px;
padding-right:20px;
float:left;
height:250px;
}

#content a	{
text-decoration: none;
}

#content p {
}

#content p.onderschrift {
height:30px;
vertical-align:bottom;
}

#content img	{
vertical-align: bottom;
border: 0px;
}

#contenttext {
position : absolute;
margin: 0 0 0 0px;
padding:10px;
top : 100px;
left : 70px;
width : 400px;
} 

#nav {
position : absolute;
top : 150px;
left : 50px;
background-color:#ffffff;
position:fixed;
} 


#bovenschrift {
position : absolute;
margin: 0 0 0 0px;
padding:0px;
top : 120px;
left : 150px;
} 

/* declaraties */

a {
color: #959595;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
}

a.selected {
text-decoration : none;
color: #000;
}

A.black:link {
color : #000000;
text-decoration : none; 
} 
A.black:visited {
color : #000000;
text-decoration : none; 
} 
A.black:hover {
color : #000000;
text-decoration : underline; 
} 

A.black2:link {
font-size: 10px;
color : #c0c0c0;
text-decoration : none; 
} 
A.black2:visited {
font-size: 10px;
color : #c0c0c0;
text-decoration : none; 
} 
A.black2:hover {
font-size: 10px;
color : #000000;
text-decoration : underline; 
} 
