body {
margin: 0 0 0 0;
background-color: rgb(255,255,255);
background-image: url(/images/web/HWW-bg.jpg);
background-repeat: no-repeat;
}

.toplogo {
position: absolute;
top: 65px;
left: 300px;
height: 50px;
width: 600px;
}

.linker_menu {
position: absolute;
top: 150px;
left: 15px;
height: 90px;
width: 600px;
}

.linker_menu ul {
list-style: none;
width: 290px;
padding: 0;
margin: 0;
border: 0;
}

.linker_menu ul li, .linker_menu ul li a {
display: block;
height: 40px;
font-family: Comic Sans MS;
font-weight: bold;
font-size: 13px;
color: rgb(0,0,255);
letter-spacing: 1px;
text-decoration: none;
line-height: 40px;
padding: 0;
margin: 0;
border: 0;
/* border: solid 1px rgb(0,0,0); */

}

.linker_menu ul li a img {
float: left;
}

.linker_menu ul li a:hover {
color: rgb(255,0,0);
}

.linker_menu ul li.linkedfile, .linker_menu ul li.linkedfile a {
display: block;
height: 20px;
font-family: Comic Sans MS;
font-weight: bold;
font-size: 12px;
color: rgb(0,0,255);
letter-spacing: 1px;
text-decoration: none;
line-height: 20px;
padding: 0;
margin: 0;
border: 0;
/* text-align: right; */
padding-left: 40px;
}

/* .linker_menu ul li.linkedfile a img {
 * float: left;
 * height: 20px;
 */ }

.linker_menu ul li.linkedfile a:hover {
color: rgb(255,0,0);
}

.inhoud {
position: absolute;
top: 115px;
left: 310px;
width: 600px;
height: 500px;
font-family: Comic Sans MS;
font-weight: bold;
font-size: 13px;
color: rgb(0,0,255);
}

.sublogo {
position: relative;
top: 0px;
left: 0px;
}

.toptekst {
position: relative;
}

.midtekst {
position: relative;
top: 10px;
width: 600px;
overflow: hidden;
display: block;
}

.midtekst ul {
position: relative;
width: 100%;
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.midtekst ul li .links, .midtekst ul li .rechts {
position: relative;
display: block;
width: 200px;
}

.midtekst .links {
float: left;
}

.midtekst .rechts {
break: left;
}

.midtekst .midden {
position: relative;
display: block;
float: left;
width: 165px;
padding: 5px;
}

.main_tekst {
position: relative;
display: block;
margin-top: 20px;
width: 600px;
}

form {
position: relative;
top: 75px;
padding: 5px;
}

fieldset {
padding: 10px;
padding-top: 25px;
padding-bottom: 50px;
border: solid 1px rgb(100,100,100);
background
}

label {
width: 150px;
text-align: right;
padding-right: 20px;
float: left;
}

input, textarea {
border: solid 1px rgb(100,100,100);
width: 350px;
height: 20px;
line-height: 18px;
padding: 1px;
margin: 5px;
background-color: rgb(255,255,255);
}

textarea {
height: 80px;
overflow: auto;
}

.submit {
position: absolute;
left: 255px;
width: 100px;
height: 20px;
line-height: 14px;
margin: 5px;
background-color: rgb(222,222,222);
}

.submit:hover {
background-color: rgb(255,0,0);
}

.dank {
position: absolute;
top: 200px;
left: 200px;
width: 200px;
}

#show_big_pic {
position: absolute;
top: 125px;
left: 300px;
/* height: 100%; */
width: 650px;
z-index: 2;
visibility: hidden;
background-color: rgb(0,0,0);
}

#show_big_pic img {
width: 650px;
}

