﻿A:link    { color: #000000; text-decoration: none }
A:visited { color: #000000; text-decoration: none }
A:hover   { color: #ca0000; text-decoration: underline;}
A:active  { color: #000000; text-decoration: none }

A.witgroot:link    { color: #ffffff; text-decoration: none; font-size:15px; font-weight:bold; }
A.witgroot:visited { color: #ffffff; text-decoration: none; font-size:15px; font-weight:bold; }
A.witgroot:hover   { color: #ffffff; text-decoration: underline; font-size:15px; font-weight:bold; }
A.witgroot:active  { color: #ffffff; text-decoration: none; font-size:15px; font-weight:bold; }

A.wit:link    { color: #ffffff; text-decoration: none; font-weight:bold;}
A.wit:visited { color: #ffffff; text-decoration: none; font-weight:bold;}
A.wit:hover   { color: #d90000; text-decoration: none; font-weight:bold;}
A.wit:active  { color: #ffffff; text-decoration: none; font-weight:bold;}


body
{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #000000;
    font-family: Arial, Verdana;
    background-color: #ffffff;
    background-image: url(../images/layout/back.jpg);
    background-repeat:repeat-x;

}

TD
{
    color: #000000;
    line-height: 21px;
    font-family: Arial, Verdana;
    font-size: 13px;  
 }
 
 .witgroot
 {
      color: #ffffff;   
      font-size: 15px;
      font-weight:bold; 
     }
 
  .wit
 {
      color: #ffffff;
      font-weight:bold;   
     }
     
    .rood
 {
      color: #ca0000;
      font-weight:bold;   
     }
     
#div {
	position:absolute;
	width:143px;
	background-color:#ca0000;
	z-index:1;
	
}



 


