
/* ALLGEMEIN ---------------------- */
html {
  overflow-x:hidden;
  overflow-y:auto;
}

body {
        font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, tahoma, arial, sans-serif;
        font-weight: normal;
        padding: 0;
        margin: 0;
        width:100%;
        height:100%;
        background-color: rgb(160,180,61);
}

img {
        padding: 0px;
        border: 0px;
        margin: 0px;
        }

/* Skalierbarer Hintergrund ---------------------- */
#scale-bg {position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;}
    /*dieses Element nimmt ebenfalls das gesamte Browserfenster und ist dafür da, das beim Scrollen ebenfalls das Bild sich immer anpasst */

/* Allgemeine Linkdefinitionen */

a:link, a:visited {
        color: rgb(40,117,170);
          text-decoration:none;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-bottom-color: #CCC;
}

a:hover, a:active {
        color: rgb(160,180,61);
          text-decoration:none;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-bottom-color: rgb(160,180,61);
}

/* STRUKTUR ---------------------- */
#inhalt {
        position:absolute;
        top:170px;
        left:80px;
        overflow:auto;
        z-index:3;
        margin: 0px;
        padding: 32px;
        width: 386px;
        background-color: #FFF;
}
#navi {
        position:absolute;
        top:25px;
        left:542px;
        /* overflow:auto; */
        z-index:3;
        margin: 0px;
        padding: 20px;
        width: 165px;
        min-height: 100px;
/*        min-height: 295px;  */
        background-color: #FFF;
        float:left;
}


/* INHALT ---------------------- */
#inhalt p {
        margin-bottom: 20px;
          font-family: Georgia, Palatino, "Times New Roman", Times, serif;
        font-size:12px;
        line-height: 20px;
          font-weight: normal;
        color: #000;
}
#inhalt h1 {
        margin-bottom: 20px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, tahoma, arial, sans-serif;
        font-size:18px;
        line-height: 25px;
           font-weight: bold;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 0.1em;

}
#inhalt h2 {
        margin-bottom: 20px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, tahoma, arial, sans-serif;
        font-size:16px;
        line-height: 25px;
           font-weight: bold;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 0.1em;

}
#inhalt .text-gross {
        margin-bottom: 20px;
    font-family: Georgia, Palatino, "Times New Roman", Times, serif;
        font-size:17px;
           font-weight: normal;
        color: #000;
        line-height: 27px;
}
#inhalt .text {
        margin-bottom: 28px;
    font-family: Georgia, Palatino, "Times New Roman", Times, serif;
        font-size:12px;
           font-weight: normal;
        color: #000;
        line-height: 24px;
}
#inhalt .text-klein {
        margin-bottom: 16px;
    font-family: Georgia, Palatino, "Times New Roman", Times, serif;
        font-size:10px;
           font-weight: normal;
        color: #000;
        line-height: 18px;
}
#inhalt .text-blau {
        color: rgb(40,117,170);
}
#inhalt .text-gruen {
        color: rgb(160,180,61);
}
#inhalt .satz {
        color: rgb(160,180,61);
}

#inhalt td {
        font-size:13px;
}

/* NAVI ---------------------- */

#navi ul.navi-ebene1 {
    font-family: Georgia, Palatino, "Times New Roman", Times, serif;
        font-size:15px;
           font-weight: normal;
        color: #000;
        line-height: 20px;

}
#navi ul.navi-ebene2 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, tahoma, arial, sans-serif;
        font-size:11px;
           font-weight: normal;
        color: #000;
        line-height: 13px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        text-indent: 10px;

}

#navi ul {
margin: 0;
padding: 0;
}

#navi li {
width:165px;
list-style-type: none;
margin-bottom: 3px;
}

#navi li a {
display: block;
}

#navi li a:link,
#navi li a:visited {
display: block;
border: 1px dotted #FFFFFF;
color: rgb(40,117,170);
text-decoration: none;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 5px;
}

#navi li a:focus,
#navi li a:hover,
#navi li a:active {
display: block;
border: 1px dotted rgb(40,117,170);
color: rgb(160,180,61);
}

.inaktiv { margin-left:5px;
        color:#DFDFDF;
        }

.aktiv { margin-left:5px;
        color: rgb(160,180,61);
        }
/* LOGO ---------------------- */

#logo {
        position:absolute;
        /*top:370px;*/
        left:83px;
        overflow:auto;
        z-index:3;
        margin-top: 35px;
        padding: 0px;
        width: 335px;
        height: 180px;
        background-color: #FFF;
}
