html {
        height: 100%;
}

/* Allgemeine Grundeinstellungen auf der Webseite */
body {
        margin: 0px;
        padding: 0px;
        background-color: #fff;
        height: 100%;
        Color: #5F5F5F;
/*        overflow: auto;
*/
}

/* Bilder */
img {
        border: 0px;
}

/* Paragraph / Absatz */
p {
        margin-top: 0px;
        margin-bottom: 12px;
}

/* Hyperlink auf eine andere Webseite */
a {
        color:#9F9F9F;
}

/* Überschrift Ebene 1 */
h1 {
        font-family: "Gill Sans MT", Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: normal;
        color:rgb(171,232,70);
        margin:0px;
        font-size: 18px;
}

/* Überschrift Ebene 2 */
h2 {
        margin: 0px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        line-height: 16px;
        margin-bottom: 10px;
}

/* Überschrift Ebene 3 */
h3 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        margin:0px;
        font-size: 10px;
        margin-top: 0px;
        margin-bottom: 15px;
}

/* Auflistung mit Punkten */
ul {
        margin-bottom: 12px;
        padding-bottom: 12px;
}

#navigation {
        font-family: "Gill-Sans MT", Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;
        position: absolute;
        top: 170px;
        left: 608px;
        width: 154px;
        z-index: 2;
}

#navigation_level2 {
        text-indent:0.5cm;
}

#navigation a {
        display: block;
        padding: 0px 0px 0px 12px;
        margin-bottom: 2px;
        font-size: 11px;
/*
        background-image: url(../bilder/arrow.gif);
        background-repeat: no-repeat;
        background-position: top left;
        border-top: 1px solid #7F7F7F;
*/
        color: #9F9F9F;
        text-decoration: none;
}

#navigation a.erster {
        border-top: 0px;
}

#navigation a:hover {
        color:rgb(171,232,70);
        /* entspricht #ABE846 */
}

#fueller10{
         height:10px;
}

#fueller50{
         height:50px;
}

#fueller60{
         height:60px;
}

#box{
}

#logo {
        position: absolute;
        left:0px;
        top:50px;
}

#logo_unten {
        position: absolute;
        left:0px;
        top:565px;
}

#adresse_unten {
        margin-top: 10px;
        margin-left: 120px;
        font-family: "Gill-Sans MT", Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;
        Color: #5F5F5F;
}


#footer {
        position: absolute;
        left: 120px;
        font-family: "Gill-Sans MT", Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;
        Color: #5F5F5F;
}

#header {
/*        position: absolute;
        left: 120px;
        top: 140px;
*/
        padding-left: 120px;
        width: 460px;
}


#content {
        font-family: "Gill-Sans MT", Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;
/*        position: absolute;
        top: 217px;
        left: 120px;
*/
        width: 460px;
        padding-left: 120px;
        padding-top: 0px;
        width: 460px;
        padding-bottom:50px;
}

#content a {
        color:#9F9F9F;
        text-decoration: none;
}

#content a:hover {
        color:rgb(171,232,70);
        /* entspricht #ABE846 */
}

#image_left {
        position: absolute;
        left:0px;
        top:141px;
}

#image_rechts_unten {
        position: absolute;
        left:618px;
        top:460px;
}

#adresse {
        font-family: "Gill-Sans MT", Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;
        position: absolute;
        top: 27px;
        left: 608px;
        width: 154px;
        z-index: 2;
        Color: #5F5F5F;
        padding: 0px 0px 0px 12px;
}
