body {
width: 100%;
background-color: #0000FF;
}

body
{
scrollbar-arrow-color: #FF9900;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FF9900;
scrollbar-3dlight-color: #FF9900;
scrollbar-shadow-color: #FF9900;
scrollbar-darkshadow-color: #FF9900;
scrollbar-track-color: #FFFFFF;
}

p.bovenkant {
position: relative;
top: 25;
text-align: center;
font-size: 50;
color: #0000FF;
}

p.onderkant {
position: absolute;
top: 3;
left: 20;
font-size: 12;
}

p {
font-size: 18;
}

ul {
font-size: 18;
}

table.contact {
font-size: 18;
}

img.voorbeeld {
border-color: FF9900;
height: 132;
width: 200;
}

img.logo {
position: relative;
top: 20;
}

#basis {
position: absolute;
top: 150;
left: 50%;
margin-left: -350px;
background-color: #FFFFFF;
width: 700;
height: 550;
padding: 10px;
}

#bovenkant {
position: absolute;
top: 50;
left: 50%;
margin-left: -350px;
background-color: #FF9900;
width: 700;
height: 100;
text-align: center;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 5px;
border-style: solid;
border-color: 0000FF;
}

#linkerkant {
position: absolute;
top: 50;
left: 50%;
margin-left: -475px;
background-color: #FF9900;
width: 125;
height: 675;
text-align: center;
border-top: 0px;
border-left: 0px;
border-right: 5px;
border-bottom: 0px;
border-style: solid;
border-color: 0000FF;
}

#rechterkant {
position: absolute;
top: 50;
left: 50%;
margin-left: 350px;
background-color: #FF9900;
width: 25;
height: 675;
text-align: center;
border-top: 0px;
border-left: 5px;
border-right: 0px;
border-bottom: 0px;
border-style: solid;
border-color: 0000FF;
}

#onderkant {
position: absolute;
top: 700;
left: 50%;
margin-left: -350px;
background-color: #FF9900;
width: 700;
height: 25;
border-top: 5px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
border-style: solid;
border-color: 0000FF;
}

hr.boven {
position: absolute;
width: 100%;
top: 46;
height: 4px;
color: #FFFFFF;
}
hr.onder {
position: absolute;
width: 100%;
top: 725;
height: 4px;
color: #FFFFFF;
}

dl, dt {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 200;
left: 8;
width: 105;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #FF9900;
}

#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a:hover {
background: #FFFFFF;
}

