<!--  
 
body { /* Standaard Font voor hele pagina */ 
font-family                : Verdana;  
font-size                  : 10pt; 
color                      : #0000FF; 
background                 : #FFFF80; 
/* scrollbar-Face-Color       : #F8C807; /* schuifbalk + rondom pijltjes*/ 
/* scrollbar-Track-Color      : #0D6DE3; /* achtergrond */ 
/* scrollbar-Arrow-Color      : #0D6DE3; /* pijltjes */ 
/* scrollbar-3dLight-Color    : #F8C807; /* buitenste hoek links en boven */ 
/* scrollbar-Highlight-Color  : #FBDF71; /* binnenste hoek links en boven */ 
/* scrollbar-DarkShadow-Color : #CFA747; /* buitenste hoek rechts en onder */ 
/* scrollbar-Shadow-Color     : #917504; /* binnenste hoek rechts en onder */ 
overflow                   : auto 
} 
 
TH { /* opmaak kop van een tabel */ 
font-size                  : 10pt; 
font-weight                : bold; 
} 
TD { /* opmaak regel van een tabel */ 
font-size                  : 10pt; 
} 
 
.linkth { /* opmaak kop van een tabel */ 
font-weight                : bold; 
background                 : #0000FF; 
color                      : #FFFF80; 
border-color               : #C0C0C0; 
border-width               : 1px; 
border-style               : solid 
} 
.linktd { /* opmaak regel van een tabel */ 
border-color               : #C0C0C0; 
border-width               : 1px; 
border-style               : solid 
} 
.linknone { /* opmaak regel van een tabel */ 
border-style               : none; 
border-width               : medium; 
} 

.inschrijftabel { /* opmaak kop van een tabel */ 
border-color               : #8080FF #000080 #000080 #8080FF; 
border-width               : 6px; 
border-style               : outset
}  
 
SELECT { /* opmaak van en select box */ 
font-family                : Verdana;  
font-size                  : 10pt; 
color                      : #0000FF; 
background                 : #FFFFA0; 
} 
 
A { 
color                      : #0D6DE3; 
text-decoration            : none; 
} 
A:hover { 
color                      : #FF8800; 
text-decoration            : none;
} 
A:active { 
color                      : #000000; 
text-decoration            : none;
} 
 
.titelpagina { /* Titelpagina */ 
background                 : #FFFFFF; 
font-size                  : 8pt; 
} 
 
.titel1 { /* Openingspagina erg groot */ 
font-size                  : 24pt; 
} 
.titel2 { /* Openingspagina Groot */ 
font-size                  : 18pt; 
} 
 
.header1 { /* Kop van een item */ 
font-size                  : 15pt; 
font-weight                : bold; 
} 
.header2 { /* Kop van een subitem */ 
font-size                  : 12pt; 
font-weight                : bold; 
} 
 
.marquee{ /* fonts voor scrollende tekst */ 
font-size                  : 9pt; 
} 
 
.voettekst{ /* kleine voettekst */ 
font-size                  : 7pt; 
} 
input{ /* fonts voor input alleen gebruiken bij google*/ 
font-size                  : 9pt; 
} 
.input{ /* fonts voor input */ 
font-size                  : 9pt; 
color                      : #0000FF; 
background                 : #FFFFA0; 
} 
textarea{ /* fonts voor textarea */ 
font-size                  : 9pt; 
color                      : #0000FF; 
background                 : #FFFFA0;
overflow                   : auto;
} 
.button{ /* fonts voor knoppen */ 
font-size                  : 9pt; 
color                      : #0000FF; 
font-weight                : bold; 
background                 : #F8C807; 
} 
radio{ /* fonts voor radiobuttons*/ 
font-size                  : 9pt; 
color                      : #0000FF; 
background                 : #FFFF80; 
} 

.foto{ /* fonts voor foto's*/ 
cursor			   : pointer;
} 


/* STATUTEN */
.statuutGebied{ /* Gebied */
font-size                  : 8pt;
font-weight                : bold; 
text-decoration            : None;
margin-top                 : 10px;
margin-bottom              : 5px;
} 
.statuutArtikel{ /* Atikel */
font-size                  : 8pt; 
font-style                 : italic; 
text-decoration            : none;
margin-top                 : 10px;
margin-bottom              : 5px;
}
.statuutTekst{
font-size                  : 7pt; 
text-decoration            : none;
text-align                 : justify;
margin-top                 : 10px;
margin-bottom              : 5px;
} 
ul.statuutLid{ /* Artikellid*/
list-style-type            : decimal;
}
li.statuutLid{
font-size                  : 7pt; 
text-decoration            : none;
text-align                 : justify;
margin-top                 : 10px;
margin-bottom              : 5px;
} 
ul.statuutSub{ /* Sub van artikellid */
list-style-type            : lower-alpha;
} 
li.statuutSub{
font-size                  : 7pt;
text-decoration            : none;
text-align                 : justify;
margin-top                 : 5px;
margin-bottom              : 5px;
} 



-->