body         { background-color: #0FABC8; margin: 0pt;
               font-family: Arial, Helvetica, sans-serif, 'sans serif'; font-size: 11pt }

p, td, tr    { font-family: Arial, Helvetica, sans-serif, 'sans serif'; font-size: 11pt }

p            { margin-top: 0.6em; margin-bottom: 0.4em }

h1, h2, h3   { font-family: Arial, Helvetica, sans-serif, 'sans serif'; font-weight: bold }
h1           { font-size: 20pt; color: #0089AA; margin-top: 0.6em; margin-bottom: 0.4em }
h2           { font-size: 16pt; margin-top: 0.8em; margin-bottom: 0.4em }

h3           { font-size: 11pt; color: #FFFFFF; margin-top: 0.6em; margin-bottom: 0.4em }

.sub         { color: #FFFFFF; font-weight: bold }

.klein       { font-size: 9pt }

.hell        { background-color: #CCCCCC }
.mittel      { background-color: #CC3333 }
.grau        { background-color: #F0F0F0 }
.kontrast    { background-color: #999999 }

/* li steht im html-code innerhalb ul !!! ul erzeugt die Einrückung  !!! li erzeugt die bullets !! */

li           { list-style-image:url('bullet.gif');
               margin-top: 0.4em; margin-bottom: 0.4em }
ul           { padding-left: 18px; margin-left: 0px; text-indent:0px;
               margin-top: 0.4em; margin-bottom: 0.6em }

/* Für ausschließlich IE wäre folgende Anweisung ideal */
/*ul           { margin-left: 15px; text-indent:0px}*/


/* Für Navigation-Gruppenkopf*/

.navi_gru     { font-size: 13pt; font-weight: bold; 
                background-color: #CC0000; color:#FFFFFF; padding-left:10px;
                margin-top:10px; margin-bottom:5px }


/* 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. */

a:link       { text-decoration: none; color:#990000}

a:visited    { text-decoration: none; color:#990000}

a:hover      { text-decoration: none; color:#FF0000}

a:active     { text-decoration: none; color:#FF0000}


/* deshalb für Navigation mit folgendem selector Schriftart und Hintergrund bestimmen */

.navi        { font-size:11pt; font-weight:bold; padding-left:10px; color:#007899;
               margin-top:0px; margin-bottom:0px; line-height:130% }
               
/* für Navigation im Text lediglich mit Unterstreichen-Icon arbeiten!!!!! */
