body         { background-color: #F0EEA2 }
.belstat     { position: absolute; left: 2%; top: 90%; right: 82%; bottom: 2%; width: 16%; 
               height: 8%; z-index: 0; background-color: #F0EEA2; }
.menulinks   { position: absolute; left: 2%; top: 29%; right: 82%; bottom: 11%; width: 16%; 
               height: 60%; z-index: 0; background-color: #F0EEA2; overflow: auto }
.inhoud      { position: absolute; left: 19%; top: 29%; right: 2%; bottom: 2%; width: 79%; 
               height: 69%; z-index: 0; background-color: #AFBDE7; overflow: auto }
.topmenu     { position: absolute; left: 2%; top: 23%; right: 2%; bottom: 72%; width: 96%; 
               height: 5%; z-index: 0; background-color: #5B78CC }
.hoofding    { position: absolute; left: 2%; top: 2%; right: 2%; bottom: 78%; width: 96%; 
               height: 20%; background-image: url('images/background.jpg'); z-index:0 }
.laag        { background-color: #AFBDE7; position:absolute; left:17%; top:164px; right:2%; width:80%; height:408px }
.menu
  {
   background-color:#5B78CC;
   border:0px solid darkblue;
   width:140px;
   font-size:14px;
   font-family:Arial Narrow;
   text-align: center;
   position: absolute;
   font:bold;
   color: #ffffff;
   cursor: hand;
  }
  .item_panel
  {
    width:140px;
    border-left:0px solid black;
    border-right:0px solid black;
    clip:rect(0,150,0,0);
    position:absolute;
  }
  .item_panel a
  {
   text-decoration:none;
   color:black;
   cursor:hand;
  }
  .item
  {
   background-color: #AFBDE7;
   width: 140px;
   font-size: 14px;
   font-family: Arial Narrow;
   text-align: center
  }