/* Prepared by Patrick Thut 11.03.2002; last update 12.03.2002              */
/* Holzherr Informatik, 5012 Schönenwerd, E-Mail: holzherr@bluewin.ch */

body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;
            background-color:#FFFFFF;
            font-size:9pt; font-family:Arial,Helvetica,Sans-Serif; color:#000066; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 0px = 0 Pixel, Wert aenderbar */
/* background-image = Hintergrundbild */
/* font-family = Schriftart fuer Textelemente */
/* color = Schrift-Farbe */

p { font-size:9pt; font-family:Arial,Helvetica,Sans-Serif; text-align:justify;  margin-top:0pt;  margin-bottom:6pt; color:#000066; }
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */
/* margin-bottom = Abstand zwischen Text und nachfolgendem Text */

table, ul,ol,li,div,td,th,address,blockquote,nobr,b,i,form
     { font-size:9pt; font-family:Arial,Helvetica,Sans-Serif; margin-top:0pt;  margin-bottom:0pt; color:#000066;}
/* font-family = Schriftart fuer Textelemente */
/* Arial,... = Schriftarten, Wert aenderbar */
/* margin-bottom = Abstand zwischen Text und nachfolgendem Text */
/*ul { list-style-image:url(../images/ul.gif) } */
/* list-style-image = eigene Grafik als Bullet-Zeichen für Aufzählungslisten */

h1 { font-size:14pt; font-family:Arial,Helvetica,Sans-Serif; margin-top:9pt;  margin-bottom:9pt; color:#000066; }
/* Ueberschriften */
/* font-size = Schriftgroesse */
/* 24pt = 24 Punkte, Wert aenderbar */

h2 { font-size:12pt; font-family:Arial,Helvetica,Sans-Serif; margin-top:6pt;  margin-bottom:6pt; color:#000066; }
/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 20pt = 20 Punkt, Wert aenderbar */
/* margin-top = Abstand zwischen vorangehendem Text und aktuellem Text */

h3 { font-size:10pt;  font-family:Arial,Helvetica,Sans-Serif; margin-top:3pt;  margin-bottom:3pt; color:#000066; }
/* Zwischenueberschriften */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */
/* margin-top = Abstand zwischen vorangehendem Text und aktuellem Text */

.notiz { font-size:6pt; }
/* normaler Text */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */

a:link { color:#000066; text-decoration:none; font:bold;  }
a:visited { color:#000066; text-decoration:none; font:bold; }
a:active { color:#FF0000; text-decoration:none; background-color:#ffffff;  }
a:hover { color:#FF0000;text-decoration:underline; font:bold; background-color:#ffff00;  }
/* a:link = Links zu noch nicht besuchten Seiten */
/* a:visited = Links zu bereits besuchten Seiten */
/* a:active = Links, die gerade angeklickt werden */
/* a:hover = Links, die ihr aussehen ändern, wenn man mit der Maus drüber fährt */
/* color = Farbe */
/* text-decoration, font-weight  = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
/* bold = Text wird fett angezeigt */
