a:link        {color:000000; font-family: verdana; font-size: 12px; font-weight: normal;text-decoration: none; }
a:visited     {color: 000000; font-family: verdana; font-size: 12px; font-weight: normal;text-decoration: none; }
a:hover       {color:0067c6; font-family: verdana; font-size: 12px; font-weight: normal; text-decoration: underline;}
a:active      {color: 000000; font-family: verdana; font-size: 12px; font-weight: normal; text-decoration: none;}

a.foo         {color:000000; text-decoration:none;}
a.foo:visited {color:000000}
a.foo:hover   {color:0067c6; text-decoration: none;}

a.bar         {color:C0C0C0; text-decoration: underline;}
a.bar:visited {color:C0C0C0}
a.bar:hover   {color:0067c6; text-decoration: none;}

a.menu         {color:000000; text-decoration: none;font-weight: bold;}
a.menu:visited {color:000000}
a.menu:hover   {color:0067c6; text-decoration: underline;}

.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:0067c6; font-family: verdana, arial; font-size: 12px; font-weight: normal; }
.rood         { color:FF0000; font-family: verdana, arial; font-size: 12px; font-weight: normal; }
.rood_klein   { color:FF0000; font-family: verdana, arial; font-size: 12px; 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: #6111f3;
}
	
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: #ffffff;
}
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 
{
    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;
}

body
{
   font-family: "Verdana", "Helvetica", "sans-serif";   
   font-size: 10;
   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:10px;



}
* 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:#3E2A2A; }
td.at a:visited { text-decoration: none; color: #000000; }
td.at a:active  { text-decoration:none; color: #0000ff; }
td.at a:hover	{ text-decoration:underline; color:#0000ff; }

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