<!--
body {margin: 0 20px; padding: 0; font: Tahoma;}
#indhold {margin-top:40px;padding:0;}

div#menu ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}

div#menu {
position: absolute;
top: 55px;
left:45px;
z-index: 3;
}
div#menu li {
float: left;
width: 120px;
font-size:100%;
}

div#menu a {
margin: 0 2px;
padding-left:5px;
height: 15px;
display: block;
font: Tahoma;
font-size: 12px;
font-weight: normal;
border: 0px solid gray;
text-decoration: none;
color: #000;
background: #ccc;
}
div#menu a:hover {
background: #808080;
border-width: 1px;
border-style:solid;
border-color: gray; 
}
div#menu ul ul li a:hover {
background: #808080;
border-width: 0 1px 1px 1px;
border-style:solid;
border-color: white; 
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5 {
display: none;
float: left;
width: 120px;

}
ul li ul#smenu1 li a, ul#smenu2 li a, ul#smenu3 li a, ul#smenu4 li a, ul#smenu5 a {
font-weight: normal;
border-top: 2 px;
border-color: white;
font-size: 12px;
}

P {
	font-size:12px;
	font-family:"Tahoma","Times New Roman";
}

.leftcol {
  width:48%;
  float:left;
  font-size: 12px;
  text-align:justify;
  }
  .rightcol {
  width:48%;
  font-size: 12px;
  float:left;
  margin-left:4%;
  text-align:justify;
  }
-->

