a:link        {color: 000000; font-family: verdana; font-size: 11px; font-weight: normal; }
a:visited     {color: 000000; font-family: verdana; font-size: 11px; font-weight: normal; }
a:hover       {color: 000000; font-family: verdana; font-size: 11px; font-weight: normal; }
a:active      {color: 000000; font-family: verdana; font-size: 11px; font-weight: normal; }

a.foo         {color:000000; text-decoration: underline;}
a.foo:visited {color:000000}
a.foo:hover   {color:000000; text-decoration: none;}

a.bar         {color:C0C0C0; text-decoration: underline;}
a.bar:visited {color:C0C0C0}
a.bar:hover   {color:000000; text-decoration: none;}

a.menu         {color:000000; text-decoration: underline;}
a.menu:visited {color:000000}
a.menu:hover   {color:000000; text-decoration: none;}

.kop          { color:000000; font-family: verdana; font-size: 20px; font-weight: bold; }
.kop_rood     { color:FF0000; font-family: verdana; font-size: 20px; font-weight: bold; }
.navigatie    { color:C0C0C0; font-family: verdana, arial; font-size: 10px; font-weight: normal; }
.rood         { color:FF0000; font-family: verdana, arial; font-size: 10px; font-weight: normal; }
.rood_klein   { color:FF0000; font-family: verdana, arial; font-size: 9px; font-weight: normal; }


table.menu a.menu_item 
{
    display:block;
    height:13px;
    font-family: helvetica, arial, verdana;
    font-size: 11px;
    text-indent: 8px;		
    color:#000000;
    background: url("../images/selectie.gif") top left no-repeat;
    text-decoration: none;
    width: 135px;
}
	
table.menu a.menu_item:hover 
{
    background-position: 0 -14px;
    height:13px;
    color: #000000;
}
	
table.menu a.selected_menu_item 
{
    display:block;
    height:13px;
    font-family: helvetica, arial, verdana;
    font-size: 11px;
    text-indent: 8px;		
    background: url("../images/selectie.gif") top left no-repeat;
    background-position: 0 -14px;
    text-decoration: none;
    color: #000000;
}
table.menu td.menu 
{
    background: url('../images/menu.gif');
    font-family: helvetica, arial, verdana;
    font-size: 11px;
    text-indent: 8px;
    color: #000000;
    width: 135px;
}
table.menu td.menuTitel 
{
    display:block;
    background: url('../images/menu_oranje.gif');
    font-family: helvetica, arial, verdana;
    font-size: 11px;
    font-weight: bold;
    text-indent: 8px;
    color: #000000;
}

table.menu td.menuSubTitel 
{
    display:block;
    background: url('../images/menu_wit.gif');
    font-family: helvetica, arial, verdana;
    font-size: 11px;
    font-weight: bold;
    text-indent: 8px;
    color: #000000;
}

table 
{
   font-family: "Verdana", "Helvetica", "sans-serif";   
   font-size: 10;
   padding: 0px;
   spacing: 0px;
   color: #000000;
}

body
{
   font-family: "Verdana", "Helvetica", "sans-serif";   
   font-size: 10;
   padding: 0px;
   spacing: 0px;
   color: #000000;
}

span.small 
{
   font-size: 9;
}

