body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#f0f0f0;
}

.algemeen{
width:800px;
height:800px;
margin-left: auto;
margin-right: auto;
}

.banner{
height: 90px;
width:800px;
background-image:url(banner.jpg);
}

.menu{
height:680px;
width:100px;
float:left;
background-color:#b2b2b2;
}

.rechts{
height:680px;
width:100px;
float:right;
background-color:#dbdbdb;

}

.t{
top:10px;
left:17px;
padding-left:20px;
width:572px;
height:670px;
float:inherit;
overflow:auto;
}

.down{
height: 20px;
width:800px;
font-size:12px;
text-align:center;
background-color:dde5e9;
background-image:url(onder.jpg);
}

ul{
list-style: none;
padding-left: 0px;
margin-left:0px;
}

a:link, li a:visited, li a:active{
text-decoration: none;
color:#006633;
}
li a:hover{
background-color: #CCCCCC;
text-decoration: blink;
}


