body {
 /* De lay-out voor de text */
 font-family: Tahoma, Arial;
 font-style: normal;
 font-size: 11px;
 color: white;
 /* De lay-out voor de achtergrond */
 background: #474c6f;
 margin: 0px auto;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 /* scrollbar */
 scrollbar-highlight-color: #bbd6dd;
 scrollbar-darkshadow-color: #476186;
 scrollbar-face-color: #02010F;
 scrollbar-shadow-color: #1f3a42;
 scrollbar-arrow-color: #2C6AAF;
 scrollbar-track-color: #476186;
 scrollbar-3dlight-color: #1f3a42;
}
a:link {
	color: #00306F;
	text-decoration: none;
}
a:active {
	color: #00306F;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}  

#warp a:visited { 
	overflow: hidden; 
	color: #00306F;   
}
#warp a:hover {
	color: #ffffff;
	text-decoration: none;
}
#hoofd {
 /* - TO DO - */
}

#header {
 background-image: url(images/header.jpg);
 width: 798px;
 height: 150px;
 border-width: 1px 1px 1px 1px;
 border-style: solid;
 border-color: black;
}

#menuBar {
 background-image: url(images/fill1.gif);
 width: 798px;
 height: 25px;
 border-width: 0px 1px 1px 1px;
 border-style: solid;
 border-color: black;
}

#menuContent {
 width: 810px;
 margin: 0px;
 min-height: 500px;
}

#menuLinks {
 background:#2d476c;
 background-image: url(images/menu_onder.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
 border-width: 0px 0px 1px 1px;
 border-style: solid;
 border-color: black;
 width: 200px;
 min-height: 500px;
 height: 500px;
 float:left;
 margin: 0px;
 padding: 0px;
}
#menuLinks a:visited { 
	overflow: hidden; 
	color: #81A3CF;   
}
#menuLinks a:hover {
	color: #ffffff;
	text-decoration: none;
}
#menuLinks a:link{
	color: #81A3CF;
	text-decoration: none;
}

#content {
 background:#476186;
 border-width: 0px 1px 1px 1px;
 border-style: solid;
 border-color: black;
 width: 592px;
 min-height: 500px;
 height: 500px;
 float: left;
 padding-right: 5px;
 }
 
 #inhoud {
 background:transparent;
 width: 560px;
 min-height: 450px;
 height: 450px;
 margin-top: 10px;
 }
 
.text{
  float: left;
  margin-left: 10px;
  color: #a8cbfc;
  }
.pagebutton{
  float: left;
  margin-left: 10px;
  font-size: medium; 
/*vershillende font size:
   xx-small
   x-small
   small
   medium
   large
   x-large
   xx-large
   larger
   smaller
   of een waarde in bijv. pixels (px), points (pt), percentages
*/
  color: #00306F;
  font-weight: bold;
  background: #7d8ea7;
  border-width: 1px 1px 1px 1px;
 border-style: solid;
 border-color: black;
  }
  
.pagebutton2{
  float: left;
  margin-left: 10px;
  font-size: medium; 
  color: #00306F;
  font-weight: bold;
  background: #7d8ea7;
  border-width: 1px 1px 1px 1px;
 border-style: solid;
 border-color: orange;
  }
 
.lm{/*List menu style*/
  margin-left: 10px;
  background:#2d476c;
  font-size: small;
  color: #a8cbfc;
  }
.lr{/*List results style*/
  background:#7d8ea7;
  font-size: small;
  color: white;
  }
.lr2{/*List results style*/
  background: #d2a844;
  font-size: small;
  color: white;
  }
