body
   { 
   font: 12px Verdana;
   background-color: #930202;
   scrollbar-width: 3px;
   scrollbar-base-color:#ffffff;
   scrollbar-face-color:#ff0000;
   scrollbar-3dlight-color:#ffffff;
   scrollbar-track-color:#ffffff;
   scrollbar-darkshadow-color:#ffffff;
   scrollbar-shadow-color:#ffffff;
   scrollbar-highlight-color:#ffffff;
   scrollbar-arrow-color:#000000;
   }
    
div.pagina
   {
   z-index: 1;   
   width: 980px;
   margin: 0px auto; 
   }
   
div.flashpagina
   { 
   z-index: 1;   
   position: relative;
   top: 35px;
   left: 0px;
   }
 
div.container
   {
   z-index: 1;   
   position: relative;
   width: 980px;
   height: 710px;
   margin: 0px;
   padding: 0px;
   background: #ff0000;
   }

#myslidemenu
   {
   z-index: 5;   
   position: relative;
   top: 15px;
   left: 0px;
   height: 30px;
   font-weight: bold;
   font-size: 12px;
   }

div.achtergrond
   { 
   position: relative;
   z-index: 1;   
   top: 35px;
   left: 25px;
   width: 930px;
   height: 570px;
   background: #ffffff;
   } 

div.raak
   {
   z-index: 1;   
   position: absolute;
   bottom: 0px;
   left: 25px;
   font: 60px Arial;
   color: #ffffff;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
   }
   
div.citaat
   {
   z-index: 1;   
   position: absolute;
   bottom: 0px;
   right: 25px;
   font-size: 18px;
   width: 730px;
   height: 50px;
   text-align: center;
   vertical-align: center;
   }
   
div.inhoud
   { 
   z-index: 1;   
   position: absolute;
   width: 520px;
   height: 520px;
   top: 90px;
   right: 35px;
   padding-right: 5px;
   border: blue 0px solid;
   overflow-y: scroll;
   overflow-x: none;
   }
 
div.foto
   {
   z-index: 1;   
   position: absolute;
   top: 90px;
   left: 50px;
   }
   
div.relicom
   {
   z-index: 1;   
   position: absolute;
   bottom: -20px;
   right: 0px;
   color: #ffffff;
   border: blue 0px solid;
   padding: 3px;
   font-size:9px; 
/* background-color:#F0F0F0;
   filter: alpha(opacity=85);  */
   cursor:hand; 
   }

div.relicom a
   {
   text-decoration: none;
   color: #ffffff; 
   }
    
#note
   {
   color: #ff0000; 
   }
    
.notification_ok
   {
   color: #008000; 
   }
   