/* DATEI: website.css */

a:link { color:#008080; text-decoration:none;}
a:visited { color:#400080; text-decoration:none;}
a:active { color:#000000; text-decoration:none;}
a:hover { color:#FF0000; text-decoration:underline;}

.aktiv  { margin-left:2px; margin-top:2px; }
.inaktiv { margin-left:0px; margin-top:0px; }


body { margin-top:10; margin-bottom:10; margin-right:5; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Arial,sans-serif; }

p,b,td,th,b,i,ul,ol,li,div { font-size:12pt; white-space:"normal"; }

p2 { font-size:12pt; white-space:"normal"; }

h1 { font-size:20pt; }

h2 { font-size:12pt; }

h3 { font-size:10pt; }

h4 { font-size:6pt; }

.grossblau { font-size:14pt; white-space:"normal"; color:blue; }
.grossrot { font-size:12pt; white-space:"normal"; color:red; }
.blau { color:blue; }
.rot { color:red; }
.gross { font-size:12pt; white-space:"normal"; }
.normal { font-size:10pt; white-space:"normal"; }
.klein { font-size:8pt; white-space:"normal"; }
.sehrklein { font-size:6pt; white-space:"normal"; }

