/***********************************************************
**  Stijlen voor standaard tags.
***********************************************************/

BODY
{
   margin-left               : 10px;
   margin-right              : 10px;
   color                     : #FFC000;
   font-family               : Verdana, Trebuchet MS, Arial;
   font-size                 : 10pt;
   background-repeat         : no-repeat;
   background-attachment     : fixed;
   background-color          : transparent;  
   valign                    : top; 
   scrollbar-face-color      : #FFC000;
   scrollbar-highlight-color : #000080;
   scrollbar-shadow-color    : #000080;
   scrollbar-3dlight-color   : #CCCCFF;
   scrollbar-arrow-color     : #000080;
   scrollbar-track-color     : #CCCCFF;
   scrollbar-darkshadow-color: #CCCCFF
}

HR
{
   color          : #FFC000;
}


/***********************************************************
**  Zelfgedefinieerde classes.
***********************************************************/

.normal
{
   color          : #FFC000;
   font-family    : Verdana, Trebuchet MS, Arial;
   font-size      : 10pt;
}

.paginatitel
{
   color          : #E30405;
   font-family    : Verdana, Trebuchet MS, Arial;
   font-size      : 200%;
   font-style     : bold;
}

.paragraafkopje
{
   color          : #E30405;
   font-family    : Verdana, Trebuchet MS, Arial;
   font-size      : 100%;
   font-style     : normal; 
}

.foto
{
   border-color   : white;
   border-style   : solid;
   border-width   : 1px;
}



/***********************************************************
**  Stijlen voor hyperlinks
***********************************************************/

A:LINK
{ 
   color           : #FFC000;
   text-decoration : underline;
}


A:VISITED
{ 
   color           : #FFC000;
   text-decoration : underline;
}


A:HOVER
{
   color           : #E30405;
   text-decoration : underline;
}


A:ACTIVE
{ 
   color           : #FFC000;
   text-decoration : none;
}


/***********************************************************
**  Stijlen voor formulieren
***********************************************************/

INPUT
{
   color           : #590059;
   font-family     : Trebuchet MS, Arial, Helvetica;
   font-size       : 10pt;
}


TEXTAREA
{
   color           : #590059;
   font-family     : Trebuchet MS, Arial, Helvetica;
   font-size       : 10pt;
}


SELECT
{
   color           : #590059;
   font-family     : Trebuchet MS, Arial, Helvetica;
   font-size       : 10pt;
}


INPUT.checkbox
{
   color           : #590059;
   font-family     : Trebuchet MS, Arial, Helvetica;
   font-size       : 10pt;
}


INPUT.radio
{
   color           : #590059;
   font-family     : Trebuchet MS, Arial, Helvetica;
   font-size       : 10pt;
}


INPUT.zend
{
   color           : #590059;
   font-family     : Trebuchet MS, Arial, Helvetica;
   font-size       : 10pt;
}


