body {
margin: 0px;
padding: 0px;
font-family: cursive, Georgia, Times, Serif;
font-size: 17px;
color: black;
width: 1024px;
}


div#box {
position: absolute;
top: 10px;
left: 120px;
right: 100px;
height: 822px;
border: solid 3px;
border-color: #00008B;
margin: 0px 0px 0px 0px;

}
div#header {
position: absolute;
top: 18px;
width: 1024px;
left: 128px;
color: white;
}


div#menu {
position: absolute;
top: 246px;
left: 128px;
width: 100px;
height: 580px;
margin: 0px 0px 0px 0px;
padding-left: 10px;
font-size: 26 px;
text-transform: uppercase;
background-color: #E6E6FA
}

div#main {
position: absolute;
top: 246px;
left: 243px;
width: 700px;
height: 580px;
padding-left: 0px;
padding-right: 0px;
}

div#tekst {
width: 660px;
height: 580px;
padding-left: 25px;
padding-right: 25px;
margin: 0px 0px 0px 0px;
text-align: justify;
background-color: #E6E6FA;
}

div#verhuur {
position: absolute;
top: 246px;
left: 959px;
width: 170px;
height: 580px;
padding-left: 10px;
padding-right: 12px;
text-align: justify;
background-color: #E6E6FA;
}

.darkblue {
color: #00008B
}

.softblue {
color: #6495ED;
}

a:link { 
color: #6495ED;
text-decoration: none
}

a:visited {
color: #6495ED;
text-decoration: none
}

a:hover { 
color: #6495ED;
text-decoration: none
}

a:active { 
color: #6495ED;
text-decoration: none
}
a:link img, a:visited img {
    border: 0px;
}


ul
{
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
}

li
{
padding-top: 0px;
margin-top: 20px;
text-align: left;
font-size: 22px;
}




