a:link        {color: 000000; font-family: verdana; font-size: 13px; font-weight: normal; }
a:visited     {color: 000000; font-family: verdana; font-size: 13px; font-weight: normal; }
a:hover       {color: 000000; font-family: verdana; font-size: 13px; font-weight: normal; }
a:active      {color: 000000; font-family: verdana; font-size: 13px; font-weight: normal; }

a.foo         {color:FFFFFF; text-decoration: underline;}
a.foo:visited {color:FFFFFF}
a.foo:hover   {color:FFFFFF; text-decoration: none;}

a.bar         {color:9ec69e; text-decoration: underline;}
a.bar:visited {color:000000}
a.bar:hover   {color:000000; text-decoration: none;}

a.menu         {color:FFFFFF; text-decoration: none;}
a.menu:visited {color:FFFFFF}
a.menu:hover   {color:FFFFFF; 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:9ec69e; font-family: verdana, arial; font-size: 10px; font-weight: normal; }
.rood         { color:FF0000; font-family: verdana, arial; font-size: 13px; font-weight: normal; }
.rood_klein   { color:FF0000; font-family: verdana, arial; font-size: 13px; 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 ;
    text-decoration: none;
	width: 180px;
}
	

	
table.menu a.selected_menu_item 
{
    display:block;
    height:13px;
    font-family: helvetica, arial, verdana;
    font-size: 13px;
    text-indent: 8px;		
    background: url("../images/selectie.gif") top left ;
    background-position: 0 -14px;
    text-decoration: none;
    color: #ffffff;
}
table.menu td.menu 
{
    background: url('../images/menu.gif');
    font-family: helvetica, arial, verdana;
    font-size: 13px;
    text-indent: 8px;
    color: #000000;
	width: 180px;
}
table.menu td.menuTitel 
{
    background: url('../images/menu_wit.gif');
    font-family: helvetica, arial, verdana;
    font-size: 13px;
    font-weight: bold;
    text-indent: 8px;
    color: #000000;
}

table 
{
   font-family: "Verdana", "Helvetica", "sans-serif";   
   font-size: 13px;
   padding: 0px;
   spacing: 0px;
}

body
{
   font-family: "Verdana", "Helvetica", "sans-serif";   
   font-size: 13px;
   padding: 0px;
   spacing: 0px;
}

span.small 
{
   font-size: 9;
}


/* ==== FRONT PAGE / GROUP PAGE ad hyperlinks ==== */
td.at div {
	width: 226px;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 4px;
	text-overflow: ellipsis;
	clip: auto;
	white-space: nowrap;
	font-family:Arial;
	font-size:13px;
}
* html td.at div {
	width: 228px; /* for IE5 and IE6 in quirks mode */
	width: 232px; /* for IE6 in standards mode */
}
td.at a:link	{ text-decoration: none; color: #111111; }
td.at a:visited { text-decoration: none; color: #666666; }
td.at a:active  { text-decoration: none; color: red; }
td.at a:hover	{ text-decoration: none; color: blue; }

td.ap div {
	width: 180px;
	overflow: hidden;
	padding-right: 2px;
	text-overflow: ellipsis;
	text-align: right;
	clip: auto;
	white-space: nowrap;
	font-family:Arial;
	font-size:13px;
}
* html td.ap div {
	width: 180px; /* for IE5 and IE6 in quirks mode */
	width: 152px; /* for IE6 in standards mode */
}