body {font-family: verdana; font-size: 12px; background-color:#fdf5e6}

h1 {font-family: verdana; color: rgb(229,105,105); font-style: normal; font-size: 34px; text-align:center; }
h2 {font-family: verdana; color: rgb(229,105,105); font-style: normal; font-weight: 900; font-size: 14px}
h3 {font-family: verdana; color: black; font-style: normal; font-size: 12px; font-weight: 900}

p {font-family: verdana; color: black; font-style: normal; font-size: 12px; line-height: 150%}
p.links {font-family: verdana; color:rgb(115, 115, 115); font-style: normal; font-size: 12px; background-color:rgb(175,215,255); text-align:center;}
p.right {font-family: verdana; color:rgb(115, 115, 115) ; font-style: normal; font-size: 14px;font-weight: 900; line-height: 150%;
position:absolute;
right:15px;
top:15px;
text-align:right;
}

img.mombaby
{
position:absolute;
left:0px;
top:0px;
z-index:-1;
}

img.drinkniet
{
position:absolute;
left:20px;
top:10px;
z-index:-1;
}



a:link     {color:rgb(229,105,105); font-weight: 900; text-decoration: none}
a:visited  {color:rgb(229,105,105); font-weight: 900; text-decoration: none}
a:hover    {color:gray; font-weight: 900; text-decoration: none}
a:active   {color:gray; font-weight: 900; text-decoration: none}

a.vragen:link     {color:black; font-weight: 400; text-decoration: none}
a.vragen:visited  {color:black; font-weight: 400; text-decoration: none}
a.vragen:hover    {color:gray; font-weight: 400; text-decoration: none}
a.vragen:active   {color:gray; font-weight: 400; text-decoration: none}

span.red
{color:red}
span.black
{color:black}

div.homepage
{ 
position:absolute;
left:250px;
top:20px;
width:580px;
height:475px;
background-color:white;
padding:20px 30px 0px 30px; 
z-index:0;
}

div.vragenpage
{ 
position:absolute;
left:250px;
top:20px;
width:580px;
height:875px;
background-color:white;
padding:20px 30px 0px 30px; 
z-index:0;
}

div.ffpage
{ 
position:absolute;
left:250px;
top:20px;
width:580px;
height:750px;
background-color:white;
padding:20px 30px 0px 30px; 
z-index:0;
}

div.actiepage
{ 
position:absolute;
left:250px;
top:20px;
width:580px;
height:750px;
background-color:white;
padding:20px 30px 0px 30px; 
z-index:0;
}
div.lespage
{ 
position:absolute;
left:250px;
top:20px;
width:580px;
height:750px;
background-color:white;
padding:20px 30px 0px 30px; 
z-index:0;
}


div.title
{position: absolute; top: 0px; left: 0px; z-index:0;}

div.menu
{position: absolute; top: 0px; left: 0px; z-index:0;}

div.mainbody
{position: absolute; top: 125px; left: 30px; width: 580px; z-index:0;}

div.leftbody
{position: absolute; top: 140px; left: 30px; width: 350px; height: 450px; 
border-style:solid; border-width:1px; color:rgb(255,93,93); padding: 10px 10px 10px 10px;
z-index:0;}

div.leftbodyactie
{position: absolute; top: 140px; left: 30px; width: 350px; height: 475px; 
border-style:solid; border-width:1px; color:rgb(255,93,93); padding: 10px 10px 10px 10px;
z-index:0;}

div.leftbodyles
{position: absolute; top: 140px; left: 30px; width: 350px; height: 550px; 
border-style:solid; border-width:1px; color:rgb(255,93,93); padding: 10px 10px 10px 10px;
z-index:0;}

div.rightupperbody
{position: absolute; top: 140px; right: 30px; width: 150px; height: 60px; 
background-color: rgb(255,219,183); padding: 0px 10px 10px 10px;
z-index:0;}

div.rightlowerbody
{position: absolute; top: 250px; right: 30px; width: 150px; height: 220px; 
background-color: rgb(255,219,183); padding: 10px 10px 10px 10px;
z-index:0;}

div.lesrightupperbody
{position: absolute; top: 140px; right: 30px; width: 150px; height: 160px; 
background-color: rgb(255,219,183); padding: 0px 10px 10px 10px;
z-index:0;}

div.lesrightlowerbody
{position: absolute; top: 350px; right: 30px; width: 150px; height: 230px; 
background-color: rgb(255,219,183); padding: 10px 10px 10px 10px;
z-index:0;}


div.fasstichtinglogo
{position: absolute; top: 600px; left: 400px; z-index:2}

table{font-family: verdana; font-size: 12px; line-height: 150%;}
td.menu{background:lightblue}
table.menu
{ font-family: verdana; font-size: 12px; line-height: 150%;
position:absolute;
visibility:hidden;
}

<script type="text/javascript">
function showmenu(elmnt)
{
document.getElementById(elmnt).style.visibility="visible";
}
function hidemenu(elmnt)
{
document.getElementById(elmnt).style.visibility="hidden";
}

