body {
        margin: 0px;
        padding: 0px;
        background-color: #3b2e25;
        background-image: url(../img/backgr.gif);      /* background Gif --> Hoehe / Farbe des Balkens */
        background-repeat: repeat-x;
        background-position: 0px 0px;
        font-family: sans-serif, Helvetica, Verdana, Arial;
        text-decoration: none;
        text-align: center;
}

img {
        border: none;
}

a {
          text-decoration: none;
}

a:link {
         color:#8ba6c3;

}

a:hover   {
       color:#3f3f3f;
}

ul {
        margin-right: 0px;
        padding: 0px;
        list-style-position: inside;
}

li {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
}

#center {
        position: relative;
        margin-top: 25px;
        padding: 0px;
        width: 770px;
        height: 450px;
        margin-left:  auto;
        margin-right: auto;
        text-align: left;
        background-repeat: no-repeat;
}

#logo {
        position: absolute;
        left: 70px;
        top: 60px;
        float:left;
}

#logo img{
        float:left;
        margin-left: -21px;
        margin-top: -13px;
        height: 127px;
}

#titel {
        font-size: 1.1em;
        color: #8ba6c3;
        height: 50px;
        left: 165px;
        top: 47px;
        vertical-align: bottom;
        position: relative;
}

#titel2 {
        font-size: 1.0em;
        color: #8ba6c3;
        height: 50px;
        left: 165px;
        top: 30px;
        vertical-align: bottom;
        position: relative;
}


#titel p{
        margin: 0px;
        padding: 0px;
        vertical-align: bottom;
}



#content {
        position: absolute;
        font-size: 0.9em;
        color: #8ba6c3;
        left: 165px;
        top: 300px;
        padding: 0;
}

#menu {
        position: absolute;
        font-size: 0.9em;
        margin-top: -137px;
        left: 165px;
        top: 360px;
        padding: 0;
}

#menu a:link {
         color:#6699cc;
}

#menu a:visited {
         color:#8ba6c3;
}

#menu a:hover {
         color:#4c4a51;
        /* background-color:#000; */
}

.adress {
        font-size: 0.9em;
}