body{ 
  margin: 0;
  padding: 0;
  border: 0;
  overflow: auto;
  background-image:url('../pictures/navigeerpaneel.png');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:0px 150px;
  background-color: black; 
  font-family: verdana;
  font-size: 10pt;
  color: white;
  text-align: left;
  }

/*Begin 'frame' opties*/    
#framecontentLeft{
  position: absolute; 
  top: 300px; 
  left: 150px; 
  height:250px;
  width: 550px; /*Width of left frame div*/
  overflow: auto;
  overflow-x:auto;
  font-size:18pt;
  line-height: 51pt; 
  }

#framecontentTop{ 
  position: fixed;
  width: auto;
  height: auto; /*Height of top frame div*/
  overflow: visible; /*Disable scrollbars. Set to "scroll" to enable*/
  }

#maincontent{
  position: fixed; 
  left: 600px; /*Set left value to WidthOfLeftFrameDiv*/
  top: 165px; /*Set top value to HeightOfTopFrameDiv*/
  overflow: visible; 
  }
/*Eind 'frame' opties*/    

/*Links kleurenopties*/  
a:link {color: #C1C1C1; text-decoration: none;}
a:visited {color: #C1C1C1; text-decoration: none;}
a:hover {color: gray;}
a:active {color: green; text-decoration: none;}

/*Links knop overlay*/  
a.mouseover:hover {
display:block;
width:330px;
height:73px;
background: url(../pictures/button.png) 0 0 no-repeat;
text-indent: 90px; 
}

