body {
   padding: 0px;
   margin: 0px;
   background-image: url(randblauwright.jpg);
	 background-repeat: repeat-y;
	 background-position: right;
	 text-align: center; 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tweedebody {
   padding: 0px;
   margin: 0px;
   background-image: url(randblauw.jpg);
   background-repeat: repeat-y;
	 background-position: left;
	 tekst-align: center;
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
}
   
#kader {
   width: 900px;
   margin: 0px auto 0px auto;
	 background-color: midnightblue;
	 background-image: url(klosjes.gif);
	 background-repeat: no-repeat;
	 background-position: 0.1cm 0.5cm
}

#kop {
   float: right;
   width: 765px;
	 height: 135px;
   background-color: midnightblue;
}

#koptekst { 
	 color: white;
	 font-size: 30pt;
	 text-align: center;
   padding-top: 44px;
}

#hulsrechts {
   float: left;
   width: 899px;
   background-color: midnightblue;
	 border-bottom-color: midnightblue;
	 border-bottom-style: solid;
	 border-bottom-width: 1px;
	 border-right-color: midnightblue;
	 border-right-style: solid;
	 border-right-width: 1px;
}

#hoofdvak {
	  margin-left: 135px;
	  padding-bottom: 12px;
	  background-color: white;
	  text-align: left;		
}

#menu {
   float: left;
   width: 135px;
   margin-left: -900px;
	 text-align: left;
}

#menu ul  { 
  list-style-type: none;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
}

#menu ul li { 
	margin: 25px 0px 25px 0px;
	padding: 0;
}

#menu ul li a { 
  display: block;
	margin: 0;
	padding: 3px 0 3px 9px;
	width: 136px;
	background-color: midnightblue;
}

#menu ul li a:link, #menu ul li a:visited { 
	text-decoration: none;
  color: white;
}

#menu ul li a:hover { 
  width: 136px;
	background-color: white;
  color: midnightblue;
}

#voet {
   float: left;
   width: 900px;
 	 background-color: midnightblue; 
	 font-size: 7pt;
}

#voet a { 
   text-decoration: none;
	 color: white;
}

p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		margin-left: 12pt;
		color: #000033;
		margin-right: 0.3cm;
		line-height: 120%;	
}

h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: darkslategrey;
		font-weight: bold;
		margin-left: 12pt;
		margin-top: 0;
		padding-top: 34px;
}

h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: midnightblue;
		font-weight: bold;
		margin-bottom: -10pt;
		margin-left: 12pt;
}

#dropmenudiv {
position:absolute;
background-color: #FFFFFF;
text-color: #000066;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000066;
text-color: #FFFFFF;
}



