﻿/* Algemene instellingen */
  body {
    font-family: bookman old style, tahoma, verdana;
    font-size:13px;
    background-color:#0B0B3B; /* hoofd achtergrond kleur 000066 */
	
	  /* tbv kleuren scrollbar, zie http://www.mijnhomepage.nl/artikelen/wd/scrollbars.php */
	  /* voor genereren van scrollbar kleuren, zie http://webtools.live2support.com/misc_scrollbarcolor.php */
   	scrollbar-face-color : #6666FF; 
	scrollbar-highlight-color : #3333FF; 
	scrollbar-3dlight-color : #6666FF;
	scrollbar-darkshadow-color : #000099;  
	scrollbar-arrow-color : #000099;   
	scrollbar-shadow-color : #6666FF;   
	scrollbar-track-color: #CCCCFF;
    overflow: auto; /* scrollbar hoofdscherm weg */
  }

/* Layout */
  .main {                     /* omkadering */
	  background-color:#FFFF99; /* omkadering achtergrond kleur */
	  width: 1024px;             /* breedte geheel */
	  height: 768px;            /* hoogte geheel */
	  padding:4px;
	  border: 1px dashed #000000; /* lijnstijl omkadering */
	}
	  
  #container {                /* inhoud van het kader */
	  margin-left: -511px;
	  margin-top: -411px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 622px;
	  height: 422px;
	  visibility: visible;
	}  
	  
/* Hyperlinks */  
   a, a:link, a:visited   {
    text-decoration:none; 
    color: Blue;
    font-size: 10pt;
  } 
  /* Actieve link */
  a:active {
    font-weight: bold;
  }
  /* Mouse over link */
  a:hover   {
    text-decoration:underline overline;
    color: Blue;
  }

/* De verschillende contentblokken */
  div#menu    { 
      position: absolute; 
      z-index: 102;
      left:  4px; 
      top: 4px; 
      width: 200px; 
      height: 768px; 
      border: solid 1px blue;  
      background-color: #ffcc66; 
      padding-left: 4px;
      overflow: hidden; }
  div#content    { 
      position: absolute; 
      z-index: 101; 
      left:  208px; 
      top: 170px; 
      width: 615px; 
      height: 602px; 
      border: solid 1px blue;
      background-color: #FFFFCC;
      padding-left: 4px;
      overflow: auto; 
      }
  div#top    { 
      position: absolute; 
      z-index: 101; 
      left:  209px; 
      top: 4px; 
      width: 618px; 
      height: 198px; 
      border: solid 1px blue;
      background-color: #FFFFCC; 
      overflow: hidden; }
  div#right  {
      position: absolute; 
      z-index: 101; 
      left:  828px; 
      top: 4px; 
      width: 200px; 
      height: 768px; 
      border: solid 1px blue;
      background-color: #ffcc66; 
      overflow: hidden; }