<style type="text/css">

/**************** KLEUR **************************
kleur 1 = #EF6C00 (donkere kleur logo)
kleur 2 = #FEDBBB (lichte kleur van logo)
kleur 3 =  (lichte kleur menu)
kleur 4 = (lichte menu items)
*************************************************/


body {}
.achtergrond { background-color: #FEDBBB }

/****************** LETTERTYPE ******************/

h1,h2,h3,h4,h5,h6 { font-family: verdana;}

/*** titels ******/ h1 { font-size: large;   font-weight: bold; color: #FF9933;}
/*** subtitels ***/ h2 { font-size: medium;  font-weight: bold; color: #FF9933;}
/*** tekst *******/ h3 { font-size: x-small; font-weight: normal; color: #666666;}
/*** adreskop ****/ h4 { font-size: xx-small;font-weight: normal; color: white;}

.kop {font-weight: bold; color: #FF9933;}

.tekstblok{
 padding: 4px;
  font-size: x-small;
   background-color:#FFFFCC;
    text-align: justify;}

.letop{
 padding: 4px;
  font-size: x-small;
   background-color: #ff9933;
    text-align: justify;}        
    
.waarschuwen{
 padding: 4px;
  font-size: x-small;
   background-color: red;
    text-align: justify;}    
    
.tekstbloktitellink:link, 
.tekstbloktitellink:visited {
  color: #FF9933;
   font-weight: bold;
   font-size:medium;
   text-decoration: none;}    
    
    
.tekstbloklink:link, 
.tekstbloklink:visited {
 vertical-align:text-bottom;
  color: #666666;
   font-weight: bold;
   font-size:x-small;
   text-decoration: none;}
   
   
/************** SCHERMOPBOUW *******************/

td.kop {
 padding:4px;                                    
  vertical-align: bottom;
  background-color: #FFFFCC;
  border: 1px solid #FFFFFF;}

td.adreskop {
 width: 246px;
 padding:4px;
  background-color: #EF6C00;
  border: 1px solid #FFFFFF;
   text-align: right;}

td.menu{
 vertical-align: top;
 padding: 4px;
  background-color: #FFFFCC;
  border: 2px solid #FFFFFF;}

td.tekstvenster {
 vertical-align: top;
 padding: 4px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;}

td.sponsorkolom {
 vertical-align: top;
 width: 246px;
 padding: 4px;
  background-color: #EF6C00;
  border: 2px solid #FFFFFF;}

/****************** MENU ***********************/

a.menuitem:link, 
a.menuitem:visited {
 padding: 5px;
  display   : block;
  background-color: #FFFFF2;
   color: #666666;
   font-family: verdana;
   font-size: x-small;
   font-weight: bold;
   text-decoration: none;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;}

a.menuitem:hover { 
 background-position: 5px -5px; 
 background-color: #FF9933;
  color: #FFFFEE;
  font-weight: bold;}

a.submenuitem:link, 
a.submenuitem:visited {
 padding: 5px;
  display   : block;
  background-color: #FFFFF2;
   color: #666666;
   font-size: x-small;
   font-weight: bold;
   text-decoration: none;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;}

a.submenuitem:hover { 
 background-position: 5px -5px; 
 background-color: #FF9933;
  color: #FFFFEE;
  font-weight: bold;}

/****************** invulformulieren ***********************/

input.waarschuwen{
 background-color: red;}

textarea {
 font-family: verdana;
 font-size: x-small;}  

/******************** organisatiekleuren *******************/

.afdeling{
 color: #FFFFF2;
 background-color: #FF6C00;}

  
</style>
