<!--
body {margin-left:0; margin-right:0; background-color:rgb(255,255,255);}/* Hintergrund weiss */

h1 { font-size:24pt; color:rgb(0,0,0); font-family:arial; align:center;} /*blaue Ueberschrift gross */
h3 { font-size:14pt; color:rgb(0,0,0); font-family:arial;} /*schwarze Ueberschrift mittel*/
h4 { font-size:10pt; color:rgb(0,0,0); font-family:arial;} /*graue Ueberschrift */

div {
border:0pt;
font-size:10pt;
color:rgb(0,0,0);
font-family:arial;
text-align:left;}

hr { size:1pt; width:100%; color:rgb(0,0,255);} /* Trennlinie blau */

a:link {/* Hyperlink Grundfarbe blau */
color:rgb(0,0,255);
font-size:10pt;
font-family:arial;
} 
a:visited { /* besuchter Hyperlink grau */
color:rgb(0,0,0);
font-size:10pt;
font-family:arial;
}
a:active { /* aktiver Hyperlink hell-grau */
color:rgb(0,0,0);
font-size:10pt;
font-family:arial;
}

a.blue:link {/* Hyperlink Grundfarbe blau */
color:#0000f7;
font-size:10pt;
font-family:arial;
font-weight: bold;
text-decoration: none;
} 
a.blue:visited { /* besuchter Hyperlink grau */
color:#0000f7;
font-size:10pt;
font-family:arial;
font-weight: bold;
text-decoration: none;
}
a.blue:active { /* aktiver Hyperlink hell-grau */
color:#0000f7;
font-size:10pt;
font-family:arial;
font-weight: bold;
text-decoration: none;
}

.textnormal{
 font-size:10pt; 
 color:rgb(0,0,0); 
 font-family:arial;
}

p, li { font-size:10pt; color:rgb(0,0,0); font-family:arial;} /*grauer Standardtext */
p.strong { font-size:10pt; color:rgb(0,0,0); font-family:arial; font-weight:bold;} /*grauer Standardtext klein */
p.small { font-size:8pt; color:rgb(0,0,0); font-family:arial;} /*grauer Standardtext klein */
p.stand { font-size:8pt; color:rgb(0,0,0); font-family:arial; text-align:right;} /* Formatierung der Datumsangaben */
//-->

