html {
    height: 100%; /* Damit jede Seite die volle Laenge hat */
}

body {
    height: 100%; /* Damit jede Seite die volle Laenge hat */
    margin-left:0px;
    margin-top:0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#06067e;
    scrollbar-base-color:#06057e;
    scrollbar-track-color:#fab42e;
    scrollbar-face-color:#06057e;
    scrollbar-highlight-color:#fad181;
    scrollbar-3d-light-color:#fad181;
    scrollbar-dark-shadow-color:#fad181;
    scrollbar-shadow-color:#fab42e;
    scrollbar-arrow-color:#fad181
}


p { margin-top:0pt; margin-bottom:4pt; }
p.eltern { margin-top:4pt; margin-bottom:4pt; }

/* Navi-Link-Absatz */
p.navi {
    margin-left:25px;
    font-size: 11pt;
    font-weight:bold;
    margin-top:0;
    margin-bottom:10px;
}

/* Navi-Link */
a.navi { text-decoration:none; }
a.navi:link { color:#06057e; }
a.navi:visited { color:#06057e; }
a.navi:active { color:red; }
a.navi:hover { color:red; }
a.navi:focus { color:red; }

/* Navi-Link der aktiven Seite */
a.navi-akt {
    color:red;
    text-decoration:none;
}

.fliesstext {
    font-size: 10pt;
    line-height: 14pt;
    color: #06057e;
}

.Titel {
    font-size: 11pt;
    color: #06057e;
    font-weight: bold;
    margin-bottom:6pt;
}

.rechterotelinie {
    border-left-width: 1px;
    border-left-style: none;
    border-left-color: #06067e;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fd230e;
}

/* Zurzeit nicht verwendet */
.linkerotelinie {
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #fd230e;
}

/* Bilderrahmen */
.rahmen {
    border: 2px solid #FFFFFF;
}
