/* Algemene instellingen  style-sheet   
   Achtergond licht-blauw maken
   Lettertype: Comic SANS MS
*/
/* body standard */
body {font-size: 10pt ;
      font-family : "Comic Sans MS","Arial" ;
      color:#005000 ;    background:#E0FFE0 ;
   }
   
/* tables #C6F9CE   #0B6017*/
table {font-size: 8pt ;   font-family : "Comic Sans MS","Arial" ;
      color:#005000 ;    background:#E0FFE0 ;
        }

table.link {font-size: 10pt ;    font-family : "Comic Sans MS","Arial" ;
      color:#005000 ;    background:#c8ffe0 ;
      width:240px ;float:left ; margin:1em
       }
table.linkb{font-size: 10pt ;    font-family : "Comic Sans MS","Arial" ;
      color:#005000 ;    background: "#c8ffe0" ;
      width:480px ;float:left ; margin:1em
       }
th.link { width:40% }

   
/* headers */
h1 {font-size: 14pt ; font-family: "Lucida Handwriting" }
h2 {font-size: 12pt ; font-family: "Lucida Handwriting" }
h3 {font-size: 11pt}
h4 {font-size: 10pt}
h5 {font-size: 9pt}
h6 {font_size: 8pt}

/* paragrafs */
p { margin-left: 1em; margin-right: 1em} 
p.text {  
          min-width:320px ; max-width:960px ;  horizontal-align:left ;float:left   }
          
div.locl {font-size: 9pt ; margin:0px ; background:#d8ffe0 }
div.main {font-size:10pt ;margin:0px ; background:#e0ffe0 }


div.text,div.txto2,div.text2,div.text3 
  {  min-width:360px;  max-width:960px ; align:left ;float:left; margin-left:1em; margin-right:1em; border-left:1em; border-right:1em;  }
div.text2 
  {  width:50% }
div.text3 
  {  width:30% }
div.txto2t 
  {  width:360px ;  }
div.pict 
   { margin:4px; border:4px; color:#000075;   background:#d0e8ff;  
         width:480px ;  horizontal-align:right ;float:right   }
div.pictl 
   { margin:4px; border:4px;  color:#000075;   background:#d0e8ff;  
         width:240px ;  horizontal-align:left ;float:left  }
          
          
ul      {margin-top:0px ;margin-bottom:0px ;}
ul.list {azimuth::0em ;margin-bottom:1em ; margin-left:1em ; margin-right:1em ;
         color:#005000 ;   background:#d0ffd0 ;  
         width:320px ;  horizontal-align:left ;float:left   }


/* links */
   /* a {text-decoration: none;} */
   a {font-size:8pt }
   a:link {color: black; }
   a:visited {color: green; }
   a:active {color:red } 
   a:hover { color:red; /*font-size:9pt */ } 

   /* lines */
 hr       { color:black }
 hr.major { color:#787878; height:5px ; border-style:double; }
 hr.minor { color:#787878; height:2px ; border-style:dashed; }
 hr.min   { color:#787878; height:1px ; border-style:dotted; }

/* images  float:left;*/
img { horizontal-align:left ;  }
img.clean { margin:0em ; border:0em }
img.spol  { width:30px }
img.spom  { width:60px }
img.spon  { width:90px }
img.spoo  { width:120px ; margin:5px }
img.spooy { width:120px ;                color:#005000 ;    background:#E0FFE0 ; margin:0px ; border-color:#E0FFE0 }
img.spooz { width:120px ; height:240px ; color:#005000 ;    background:#E0FFE0 ; margin:0px ; border-color:#E0FFE0 }
img.spop  { width:160px }
img.spoq  { width:240px }
img.spor  { width:360px }
img.spos  { width:420px }
img.spot  { width:480px }

img.logo  { postion:relative ; right:0px ; 
            width:200px ; margin-top:4px; margin-bottom:4px; margin-right:4px; margin-left:4px;  }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
