
/* !!!!! div. browserprobleme !!!!! */
/* groessenangaben funktionieren nur in pixel oder prozent: netscape4 */
/* font-family muß in 'td' definiert werden: netscape4 */
/* padding-bottom nicht verwenden: netscape4 */
/* 'body' margin zusaetzl. im html-code notwendig: netscape4 */
/* 'table' border+width funktioniert nur im html-code: netscape4 */
/* 'td' ohne font-size: netscape4+opera6 */
/* 'td' height funktioniert nur im html-code: netscape4 */

/* farben: 1=dunkel, 2=mittel, 3=hell */
.farbe1       { color:#A80000; }
/*.farbe2       { color:#F8C0C0; }*/
/*.farbe3       { color:#FFF0F0; }*/
/*.bg_farbe1    { background-color:#A80000; }*/
/*.bg_farbe2    { background-color:#F8C0C0; }*/
/*.bg_farbe3    { background-color:#FFF0F0; }*/

/* elemente */
body,td       { font-family:arial,verdana,sans-serif; }
body          { color:black; background:#FFF0F0;
                margin:0px; padding:0px; }
h1,h2         { font-family:verdana,sans-serif;
                font-weight:bold;
                text-align:center; }
h1            { color:#A80000;
                font-size:160%;
                margin-top:25px; }
h2            { font-size:130%; }
h3            { font-size:110%; }
h3 a          { color:black; text-decoration:none; }
td            { text-align:left; vertical-align:top; }
ul            { color:#A80000;
                list-style-type:disc; }
hr            { height:1px; }
a             { color:#0000A8; text-decoration:underline; }
a:hover       { color:#FFF0F0; background:#A80000; }

/* class: gesamte seite */
.gesamt       { margin:0px; padding:0px;
                min-width:500px; max-width:1200px;
                height:100%; }
/* class: kopf */
.kopf1        { background-color:#F8C0C0; }
.kopf2        { font-family:verdana,sans-serif;
                font-size:30px;
                color:#FFF0F0; background-color:#A80000;
                vertical-align:middle; text-align:center; }
/* class: navigation */
.navi         { font-family:arial,sans-serif;
                background-color:#F8C0C0;
                line-height:170%;
                padding-top:40px;
                width:15%; }
.navi b       { color:#A80000; font-size:130%; font-weight:bold; }
.navi a       { color:black; text-decoration:underline; }
.navi a:hover { color:#FFF0F0; background:#A80000; }
/* class: fuss */
.fussstrich   { background-color:#A80000;
                height:1px; }
.fusstext     { font-size:75%;
                text-align:center; }

/* class: diverses */
.gross        { font-size:115%; }
.klein        { font-size:small; }
.schwarz      { color:black; }
.zentriert    { text-align:center; }