/* CSS-Element für Bildschirmsicht */
/* Erstellungsdatum: 23. Aug. 2007/Max Lehmann */

body { margin-top:10px; margin-bottom:10px; background-color:#FFFF00;}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a,br { font-family:Tahoma,Arial,Helvetica,verdana,sans-serif; color:blue;}

h1 { font-size:18pt; font-weight:bold; }
h2 { font-size:16pt; font-weight:bold;}
h3 { font-size:14pt; font-weight:bold; }
h4 { font-size:12pt; font-weight:bold; }
h5 { font-size:12pt; font-weight:normal; }
h6 { font-size:10pt; font-weight:normal;}

p,ul,ol,li,div,td,th,address,nobr,a { font-size:10pt;}
blockquote {font-size:10;font-style:italic;}

/* Farben + Schriftgrössen............................................................................................ */

.rot { color:#C40026}
.klein { font-size:8pt;line-height: normal;}
.gross { font-size:22pt;line-height: normal;}
.mittel { font-size:14pt;line-height: normal; }



a { color:blue; text-decoration:underline;}					
a:link { color:blue; text-decoration:underline;}					
a:visited { color:red; text-decoration:underline;}
a:hover { color:red; background:lime;text-decoration:overline;font-style:italic;}
a:active { color:blue; background:green;:text-decoration:underline;}		

/* a = Anzeige des Links*/
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/*Verweis, über den mit Cursor gefahren wird*/
/* a:active = Verweise, die gerade angeklickt werden */

