/*Schrift in tabellen*/
TD{
  font-family:Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight : none;
  text-align : left;
}
/*Links*/
a{font-size:10pt;text-decoration:none;font-weight : bold;font-family : Verdana, Arial, sans-serif; }
a:link    { text-decoration:none; font-weight:bold; color:CC7733;}
a:visited { text-decoration:none; font-weight:bold; color:CC7733;}
a:hover   { text-decoration:none; font-weight:bold; color:00478B;}
a:active  { text-decoration:none; font-weight:bold; color:00579B;} 

/*Impressum Spezial*/
.imp{
font-size:8pt;text-decoration:none;font-family : Verdana, Arial, sans-serif; 
}
