/* Navigation */
a.n:link    {color: #000000; text-decoration: none }
a.n:visited {color: #000000; text-decoration: none }
a.n:hover   {color: #cc0000; text-decoration: none }
a.n:active  {color: #cc0000; text-decoration: none }

/* Normale Links */
a:link      {color: #cc0000; text-decoration: underline }
a:visited   {color: #cc0000; text-decoration: underline }
a:hover     {color: #ff0000; text-decoration: underline }
a:active    {color: #cc0000; text-decoration: none }

/* Textformate */
 p,h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,nobr,b,i,big,small   { font-family:Verdana,Tahoma,Arial,sans-serif,Helvetica,Geneva; color: #660000; font-weight:bold; }
 
 /* Schriftgroessen */
 p,ul,ol,li,div,td,th,blockquote,nobr,b,i,h3 { font-size:10pt; } 
 big,h2 { font-size:12pt; }
 h1     { font-size:14pt; }
 small  { font-size:8pt; }  

/* Sonstiges */
.gross    { font-size:16pt; }
.rot      { color: #cc0000; }
.schwarz  { color: #000000; }
.zeile    { line-height:16pt; }
.blau     { color: #000080; }
.normal   { font-weight:normal; }