/*--------------------------------------------------------------------*/
/* Copyright (c)2003 Kim Kodde                                        */
/*                                                                    */
/* index.css            24-Nov-2003                                   */
/*--------------------------------------------------------------------*/
A:link    { text-decoration: none ; color: blue  ; font-weight : normal }
A:visited { text-decoration: none ; color: red   ; font-weight : normal }
A:active  { text-decoration: none ; color: black ; font-weight : normal ; background-color: yellow }
A:hover   { text-decoration: none ; color: white ; font-weight : normal ; background-color: blue  }
/*--------------------------------------------------------------------*/
.knoppenTABLE {}
.knop     { background:white; color:blue}
.knopover { background:blue; color:white}
/*--------------------------------------------------------------------*/
TD      {
        font-family     : verdana         ;
        font-weight     : normal          ;
        font-size       : 13px            ;
        text-decoration : none            ;
        }
#abb10 {
        font-family     : arial           ;
        font-weight     : bold            ;
        color           : blue            ;
        font-size       : 10px            ;
        }
#an10   {
        font-family     : arial           ;
        font-weight     : normal          ;
        font-size       : 10px            ;
        }
#vn10   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        font-size       : 10px            ;
        }
#vn11   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        font-size       : 11px            ;
        }
#vn12   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        font-size       : 12px            ;
        }
#vn13   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        font-size       : 13px            ;
        text-decoration : none            ;
        }
#vb13   {
        font-family     : verdana         ;
        font-weight     : bold            ;
        font-size       : 13px            ;
        text-decoration : none            ;
        }
#tb14   {
        font-family     : tahoma          ;
        font-weight     : normal          ;
        font-size       : 14px            ;
        text-decoration : none            ;
        }
#vb24   {
        font-family     : verdana         ;
        font-weight     : bold            ;
        font-size       : 24px            ;
        text-decoration : none            ;
        }
#vwb13  {
        font-family     : verdana         ;
        font-weight     : bold            ;
        font-size       : 13px            ;
        color           : white           ;
        text-decoration : none            ;
        }
#aw13   {
        font-family     : arial           ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 13px            ;
        }
#vw11   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 11px            ;
        }
#vw13   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 13px            ;
        }
#vw16   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 16px            ;
        }
#vw17   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 17px            ;
        }
#vw18   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 18px            ;
        }
#vw24   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 24px            ;
        }
#red    {
        color           : red             ;
        }
B       {
        font-weight     : bold            ;
        }
#menu   {
         font-size: 18px;
         font-weight: normal;
         color: white;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         text-align: center;
         border: 2px;
         border-style: outset;
         border-color: #FFFFFF #666666 #666666 #FFFFFF;
         background: steelblue;
        }
#date   {
         font-size: 13px;
         font-weight: normal;
         color: white;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         text-align: center;
         border: 2px;
         border-style: outset;
         border-color: #FFFFFF #666666 #666666 #FFFFFF;
         background: steelblue;
        }


