<!--
body         { background-color: #FFFFFF }
               
body         { scrollbar-track-color: #FFFFFF; 
               scrollbar-face-color: #EDEDE9; 
               scrollbar-arrow-color: #CC0000; 
               scrollbar-3dlight-color: #EDEDE9; 
               scrollbar-darkshadow-color: #EDEDE9;
               scrollbar-highlight-color: #EDEDE9; 
  	       scrollbar-shadow-color: #EDEDE9; 
 	       scrollbar-base-color: #000000; } 

A:link       { text-decoration: none; color: #CC0000; font-weight: normal }
A:hover      { text-decoration: none; color: #CC0000; font-weight: normal }
A:visited    { text-decoration: none; color: #CC0000; font-weight: normal }

             
.broodtekst  { font-family: Arial, Verdana, sans-serif; 
               font-size: 9pt;
               font-style: normal; 
               font-weight: normal;
               text-align: justify;
               color: #003366;
               letter-spacing: 0.2;
               line-height: 140%; 
               background-color: #FFFFFF }

.titel       { font-family: Century Gothic, Arial, Verdana, sans-serif; 
               font-size: 50pt; 
               font-style: normal; 
               font-weight: bold; 
               color: #F7F7F7; 
               letter-spacing: 0.1; 
               background-color: #736363; }

.menukoppen  { font-family: Arial, Verdana, sans-serif; 
               font-size: 9pt; 
               font-style: normal; 
               font-weight: normal; 
               color: #CC0000; 
               letter-spacing: 0.6; 
               background-color: #FFFFFF; }


.kader      {  width: 175;
               border: 1;
               border-color: #C0C0C0;
               border-style: solid;
               padding-top: 5;
               padding-right: 5;
               padding-bottom: 5;
               padding-left: 5; 
               font-family: Arial, Verdana, sans-serif; 
               font-size: 9pt;
               font-style: normal; 
               font-weight: normal;
               color: #CC0000;
               letter-spacing: 0.2;
               line-height: 140%; 
               background-color: #FFFFFF  }

// hier beginnen de identifiers ID voor het plaatsen van de kolommen in de html.pagina
   
#container     { margin-left: auto;
                 margin-right: auto  }

#menubalk      { position: fixed;
                 width: 800; 
                 height: 110; 
                 top: 10; 
                 left: 20;
                 overflow: auto;
                 visibility: visible }

#linkerkolom   { position: absolute;
                 width: 150; 
                 height: 400; 
                 top: 150; 
                 left: 20;
                 visibility: visible }

#middenkolom   { position: absolute;
                 width: 350; 
                 height: 400; 
                 top: 150; 
                 left: 207;
                 visibility: visible }

#rechterkolom  { position: absolute;
                 width: 200; 
                 height: 400; 
                 top: 150; 
                 left: 632; 
                 visibility: visible}


-->

 

