body, form {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #660000;
}

.kop {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000080;
    font-variant: small-caps;
}

.subkop { font-family: verdana, arial, helvetica, sans-serif; 
       font-size: 14px; 
       font-weight: bold; 
       color: #000080;
         }

a {
    font-family: verdana;
    font-size: 10pt;
    color: #000080;
    text-decoration: none;
}

a:hover {
    font-family: verdana;
    font-size: 10pt;
    color: #CE0080;
}   
     
td, p { font-family: verdana; font-size: 10pt; 
       color: #660000; 
       vertical-align:top }

hr      { color: #660000;  }

.knop_aan  {
    font-family: Verdana;
    color: #FFFFFF;
    background-color: #660000;
    font-weight: bold;
    text-decoration: none;
    border: thin solid;
    border-color: Gray Gray Gray Gray ;
    width: 160px;
    cursor: hand;
}

.knop_klein  {
    font-family: Verdana;
    color: #FFFFFF;
    background-color: #660000;
    font-weight: bold;
    text-decoration: none;
    border: thin solid;
    border-color: Gray Gray Gray Gray ;
    width: 50px;
    cursor: hand;
    border-bottom-style: solid;
   }
.knop_groot  {
    font-family: Verdana;
    color: #000164;
    background-color: #ADD8E6;
    border: thin solid;
    font-weight: bold;
    text-decoration: none;
    border: thin solid;     
    border-color: #ADD8E6 Gray Gray #ADD8E6 ;
    width: 200px;
    cursor:hand;
}
.knop_extra_groot  {
    font-family: Verdana;
    color: #000164;
    background-color: #ADD8E6;
    border: thin solid;
    font-weight: bold;
    text-decoration: none;
    border: thin solid;     
    border-color: #ADD8E6 Gray Gray #ADD8E6 ;
    width: 250px;
    cursor:hand;
}


