/* CSS-Element für Ausdrucken*/
/* Erstellungsdatum: 22. Aug. 2007-Max Lehmann*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/



p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a { font-family: Arial, verdana, "Lucida Grande", Helvetica, sans-serif; }
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-size: 9pt;color:black;}

h1,h2,h3,h4,h5 {font-family: Arial, Verdana, "Lucida Grande", "Lucida Sans", sans-serif;color=black;} 
h1,h2,h3,h4,h5 {margin: .75em 0 .5em 0;page-break-after: avoid;}

h1 { font-size:16pt;font-weight:bold;}
h2 { font-size:14pt; font-weight:bold;}
h3 { font-size:12pt;font-weight:bold;}
h4 { font-size:10pt;font-weight:bold;}
h5 { font-size:9pt;font-weight:bold;}

a, a:visited, a:hover, a:visited:hover {color: blue; bachground: transparent; text-decoration: none;}

a { color:blue; text-decoration:underline;}						/*Anzeige des Links*/
a:hover { color:red; text-decoration:overline;font-style:italic;}		/*Verweis, der gerade angeklickt wird*/
a:visited { color:red; text-decoration:underline;} 				/*Verweis zu bereits besuchten Seiten */

/* Spezial-Codes: "class" */
.klein  { font-size:8pt; line-height: normal;}
.mittel { font-size:12pt; line-height: normal;}
.gross { font-size:14pt; line-height: normal;}


