/* DATEI: formate.css */

/* Hier werden Text und Link Formate zentral */
/* für alle Dateien der Site festgelegt */

h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,i 
{ FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; FONT-WEIGHT: normal; COLOR: black; FONT-STYLE: normal; TEXT-DECORATION: none; }
A:link 
{ color: #000000; text-decoration: none; }
A:visited 
{ color: #000000; text-decoration: none; }
A:active 
{ color: #000000; text-decoration: none; }
A:hover 
{ color: #ff0000; text-decoration: none; }
h1
{ FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; font-size:83%; FONT-WEIGHT: bold;  }
h2
{ FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 85%; FONT-WEIGHT: bold; COLOR: #ffffff; }
b { FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; COLOR: black; FONT-STYLE: normal; TEXT-DECORATION: none;  } 
