html, body {
        margin:0px;
        padding:0px;
        background-color:white;
/* Kommentierung entfernen, falls doch wieder Bild als Hintergrund gewünscht:
        background-image:url(../bilder/verlauf2.gif);
        background-repeat:repeat-y;
und zwar bis hier. */
        font-family:Verdana,sans-serif;
        color:#000073
}

#logo {
        position:fixed;
        background-color:rgb(255,255,184);
        padding-top:25px;
        padding-left:15px;
        padding-right:25px;
        padding-bottom:35px;
        width:150px;
        height:99px;
        border:0px
}

body > #navigation {
        position:fixed;
        background-color:rgb(255,255,184);
        padding-left:22px;
        top:159px;
        width:168px;
        font-weight:bold;
        font-size:13px;
        line-height:20pt
}

body > #inhalt {
        position:absolute;
        top:155px;
        margin-left:230px;
        margin-right:220px;
        text-align:left
}

body > #features {
        position:absolute;
        background-color:rgb(255,255,184);
        top:155px;
        right:0px;
        width:180px;
}

#box_ueberschrift {
        margin-top:16px;
        margin-left:8px;
        margin-right:8px;
        background-color:rgb(0,0,115);
        color:white;
        font-size:13px;
        font-weight:bold;
        text-align:left;
        padding:1px
}

#box_inhalt {
        margin-left:8px;
        margin-right:8px;
        margin-bottom:8px;
        background-color:white;
        border:rgb(0,0,115) solid 1px;
        color:black;
        font-size:13px;
        text-align:left;
        padding:3px
}

h1 {
        position:absolute;
        margin-left:230px;
        margin-right:0px;
        margin-top:75px;
        margin-bottom:40px;
        font-size:35px;
        font-style:italic;
        border-bottom:rgb(255,255,184) solid 4px;
        border-left:rgb(255,255,184) solid 36px;
        padding-left:12px
}

h2,h3,h4 { font-size:13pt }
h2,h3 { text-align:center }
h3 { font-style:italic }

p,li { line-height:14pt; font-size:13px }
p.dia { font-size:0px; line-height:0pt } /* verhindert Zeilenabstände zwischen Diagrammreihen */

pre { line-height:14pt; font-family:Courier New,Courier; font-size:12px }

b.str { color:#3737FF; font-size:13pt; font-style:italic }
p.danke { color:#3737FF; font-style:italic; font-size:9pt; font-weight:normal }

a:link { color:#000073; font-weight:bold; text-decoration:none }
a:visited { color:#000073; font-weight:bold; text-decoration:none }
a:hover { color:#3737FF; font-weight:bold; text-decoration:none }
a:active { color:#000073; font-weight:bold; text-decoration:none }

/* .menu für die Navigationsspalte */
a.menu, i.menu, a.mend {
        display:block;
        white-space:nowrap;
        overflow:hidden;
        border-bottom:rgb(0,0,163) solid 1px;
        text-decoration:none;
        letter-spacing:0.1em;
        padding:3px
}
i.menu { color:#3737FF; font-style:italic }
a.menu:visited { text-decoration:none }
a.menu:hover { color:#000073; background:#FFFFFF; text-decoration:none }

/* ... für den "Danke..."-Link in der Navigationsspalte */
a.mend:link { font-size:7pt; font-weight:normal; text-decoration:none }
a.mend:visited { font-size:7pt; font-weight:normal; text-decoration:none }
a.mend:hover { color:#000073; background:#FFFFFF; font-weight:normal; text-decoration:none; background-color:white }
i.mend { color:#3737FF; font-style:italic; font-size:7pt; font-weight:normal }

/* für Auswahl im Untermenu über dem Inhalt, z. B. bei Links und in der Chronik */
i.ausw { font-weight:bold; color:#3737FF }
