div.container{
position: relative;
text-align: center;
width: 650px;
height: 600px;
}

div.header{
position: absolute;
top: 0px;
}

div.menu{
position: relative;
font-family: verdana;
font-size: 12px;
top: 117px;
}

div.home{
position: absolute;
left: 0px;
height: 18px;
width: 100px;
background-color: #244CBC;
border-right: 1px solid #ffffff;
}

div.delta{
position: absolute;
left: 100px;
height: 18px;
width: 100px;
background-color: #244CBC;
border-right: 1px solid #ffffff;
}

div.klokbeker{
position: absolute;
text-valign: center;
left: 200px;
height: 18px;
width: 100px;
background-color: #244CBC;
border-right: 1px solid #ffffff;
}

div.verslagen{
position: absolute;
text-valign: center;
left: 300px;
height: 18px;
width: 100px;
background-color: #244CBC;
border-right: 1px solid #ffffff;
}

div.rest{
position: absolute;
left: 400px;
width: 250px;
background-color: #244CBC;
height: 18px;
}

div.text{
position: absolute;
border-right: 1px solid #244CBC;
border-left: 1px solid #244CBC;
border-bottom: 1px solid #244CBC;
height: 463px;
width: 650px;
top: 134px;
text-align: left;
font-family: verdana;
font-size: 11px;
}

div.title{
position: absolute;
font-family: verdana;
font-size: 18px;
font-weight: bold;
left: 800px;
top: 99px;
color: #244CBC;
}

a:link {color: #FDB414;}
a:visited {color:#FDB414;}
a:active {color: #FDB414;}
a {text-decoration: none;}