body        { margin: 0pt; background-color: #FFFFFF; 
              background-image: url('bg.gif'); background-repeat: repeat-x;
              font-family: Arial, Helvetica, sans-serif, 'sans serif'; font-size: 9pt }

p, td, tr   { font-family: Arial, Helvetica, sans-serif, 'sans serif'; font-size: 9pt }
p           { margin-top: 0.3em; margin-bottom: 0.3em }
td          { vertical-align: top}

h1, h2, h3  { font-family: Courier New, Courier, monospace, mono; font-weight: bold }
h1          { font-size: 18pt; color: #000000; margin-top: 0.7em; margin-bottom: 0.2em }
h2          { font-size: 13pt; color: #000000; margin-top: 0.6em; margin-bottom: 0.2em }

.omarg      { margin-top: 0em; margin-bottom: 0em }

/* li steht im html-code innerhalb ul !!! ul erzeugt die Einrückung  !!! li erzeugt die bullets !! */
li          { list-style-type:square; margin-top: 0.3em; margin-bottom: 0.3em }
ul          { padding-left: 18px; margin-left: 0px; text-indent:0px; margin-top: 0.3em; margin-bottom: 0.6em }
/* Für ausschließlich IE wäre folgende Anweisung ideal */
/*ul        { margin-left: 15px; text-indent:0px}*/

/* --------------------- Positionen --------------------- */

#logo       { position: absolute; left: 7px; top: 4px }
/* Wenn padding verwendet, für Netscape ergänzt: max-width: Wert abzüglich 2xpadding. Da dieser padding dazuzählt */



/* --------------------- Verlinkung --------------------- */

/* Netscape 4.0 und der MS IE 3.0 interpretieren nur Angaben zur Farbe, nicht aber zur Schriftformatierung.*/
/* Netscape 4.0 interpretiert das Pseudo-Format a:active nicht. */

/* Normal, für Links im Text */
a:link     { color:#000000; font-weight: bold; text-decoration: none }
a:visited  { color:#000000; font-weight: bold; text-decoration: none }
a:hover    { color:#990000; font-weight: bold; text-decoration: none }
a:active   { color:#990000; font-weight: bold; text-decoration: none }


/* deshalb für Navi-Leiste mit folgendem selector Schriftart/Hintergrund bestimmen und Farbe von aktiver Seite */

.navi      { margin-top: 0em; margin-bottom: 0em; font-size: 13pt; color: #FF0000;
             font-family: Courier New, Courier, monospace, mono; font-weight: bold; text-decoration: none }
