body         { background-color: #333366; 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: #CC3300; 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 }

.klein       { font-size: 9pt }

.farbe       { background-color: #33CC00 }
.tab_titel   { background-color: #FFFFFF }
.tab_rand    { background-color: #33CC00 }


/* 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: #3399CC; 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:#003399}

a:visited    { text-decoration: none; color:#003399}

a:hover      { text-decoration: none; color:#CC3300}

a:active     { text-decoration: none; color:#CC3300}


/* deshalb für Navigation mit folgendem selector Schriftart und Hintergrund bestimmen */

.navi        { font-size:11pt; font-weight:bold; padding-left:10px; color:#CC3300;
               margin-top:0px; margin-bottom:0px; line-height:130% }
               
/* für Navigation im Text lediglich mit Unterstreichen-Icon arbeiten!!!!! */
