/* ist für den kleinen linken rand */
body {

        margin-top:4px;
        text-align:left;
}
/* die navigationshilfe direkt unter dem DHTML-Menue */
.seitenIndikatorPx {
        margin-left:5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight : normal;
        color: black;
        padding-top:55px;

}
/* grosse, blaue seitenueberschrift*/
.seitenUeberschriftPx {
        margin-left:5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: bold;
        color: #3F7AB5;
        margin-bottom:20px;
}
/* horizontale trennungslinien*/
hr {
        size : 4px;
        color: #3F7AB5;
        width: 610px;

}
/*links sollen immer gleich aussehen, ohne "verzierungen"*/
a:link {
        color: black;
        text-decoration : none;
}
a:visited {
        color: black;
        text-decoration : none;
}
a:hover {
        color: black;
        text-decoration : none;
}
a:active {
        color: black;
        text-decoration : none;
}

.seitenanfang {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   padding-left:60px;
   padding-top:10px;


}