body {
font-family: Verdana, sans-serif;
position: absolute;
font-size: 10pt;
text-align: center;
color: rgb(0,0,105)
}

#container {
position: relative;
width: 1000px;
margin: 0 auto 0 auto;
/* border: solid 1px black; */
}

/* Instellingen Banner */

#banner {
position: absolute;
left: 0; top: 0; 
width: 1000px; height: 150px;
margin-top: 5px;
padding-top: 10px;
background-image: url(../images/banner.jpg);
background-repeat: no-repeat; margin-left:0; margin-right:0; margin-bottom:0; padding-left:0; padding-right:0; padding-bottom:0;
z-index: 20;
}

/* Instellingen Menu */

#menu {
position: absolute;
left: 0; top: 155px;
width: 150px; height: 350px;
padding-top: 10px;
margin: 0; margin-top: 5px;
text-align: left;
}

.menukop {
text-align: left;
font-weight: 800;
font-size: 10pt;
height: 35px;
}

.menuregellink {
text-align: left;
height: 15px;
}

.menuregelgeenlink {
text-align: left;
height: 15px; 
color: rgb(255,255,255);
background-color: rgb(0,0,105);
}

/* Instellingen midden gedeelte */

#midden {
position: absolute;
left: 150px; top: 155px;
width: 800px; height: 350px;
margin: 0; margin-top: 5px; margin-left: 5px;
overflow: auto; 
padding-top:  20px; padding-bottom: 20px;
padding-left: 30px; padding-right:  30px;
}

#beginmidden {
position: absolute;
left: 0; top: 155px;
font-size: 32pt;
width: 1024px; height: 350px;
margin: 0; margin-top: 5px;
overflow: auto; 
padding-top:  20px; padding-bottom: 20px;
padding-left: 30px; padding-right:  30px;
}

#checkmidden {
position: absolute;
left: 0; top: 155px;
width: 1024px; height: 450px;
margin: 0; margin-top: 5px;
overflow: auto; 
padding-top:  20px; padding-bottom: 20px;
padding-left: 30px; padding-right:  30px;
}

/* Instellingen hyperlinks */

a:link {
color: rgb(0,0,105);
text-decoration: none;
}

a:visited {
color: rgb(0,0,105);
text-decoration: none;
}

a:active {
color: rgb(0,0,105);
text-decoration: none;
}

a:hover {
color: rgb(0,0,105);
text-decoration: none;
}

#inschrijven {
text-decoration: underline;
}

#route {
text-decoration: underline;
}

/* Instellingen balk */

#balk {
position: absolute;
left: 0; top: 625px;
background: url(../images/balk.jpg) no-repeat;
height: 64px;
width: 1024px;
margin-top: 5px;
padding-top: 50px;
}

#copy {
font-size: 9pt;
)