html, body {
        margin:0;
        padding:0;
}
body {
        background-image: url(../bilder/strich_gruen.png);
        background-repeat: repeat-x;
}
.wrapper {
        width: 940px;
        margin: 0 auto;
        vertical-align: top;
}

body, div, td, a, input, textarea, button {
        font-family: Enriqueta;
        font-size: 16px;
        color: #6F7175;
}

a.grau1 {
        color: #6F7175;
        text-decoration: none;
}
a:hover, a:active {

}
img {
        border: 0;
        display: block;
}
.kopfzeile {
        width: 940px;
        margin-top: 0;
        vertical-align: top;
}
.logo {
        float: left;
        width: 240px;
}
.logo img {
        margin: 12px 0 21px 8px;
}
ul.nav {
        margin-top: 77px;
        float: left;
        text-align: left;
        padding: 0;
}
ul.nav li {
        float: left;
        list-style-type: none;
        width: 160px;
}
ul.nav li.kontakt {
        list-style-type: none;
        width: 220px;
}
ul.nav li a{
        font-size: 20px;
        color: #6F7175;
        text-decoration: none;
}
ul.nav li a.selected{
        color: black;
}
.content {
        height: 50px;
}
.fusszeile {
        background-image: url(../bilder/strich_grau.png);
        background-repeat: repeat-x;
        width: 940px;
        height: 53px;
        color: #6F7175;
        text-align: center;
        padding-top: 9px;
}
.bilder {
        width: 940px;
        height: 402px;
        float: left;
}
.spalte{
        display: table-cell;
        line-height: 24px;
        width: 293px;
        padding: 26px 30px 55px 0;
}
.spalte3 {
        display: table-cell;
        line-height: 24px;
        width: 294px;
        padding: 26px 0 55px 0;
}
.schwarz {
        color: black;
}
ul.content1 {
        margin-top: 0;
        list-style-position:outside;
        padding-left: 16px;
}
a.gruen1 {
        color: #99BF48;
        text-decoration: underline;
}
.clear {
        clear: both;
}
.fliesstext{
        line-height: 24px;
        width: 940px;
        padding: 26px 30px 55px 0;
}