#mittig {
        position: relative;
        width: 1000px;
        margin: 0px auto;
        text-align: left;
        background: url(../images/hell.png);
}

#logo {
        position: relative;
        width: 980px;
        height: 200px;
        text-align: left;
        padding: 0px 0px 0px 20px;
        background: #95b33c url(../images/blume.png) right top no-repeat;
}

#navi {
        position: relative;
        width: 938px;
        height: 18px;
        padding: 10px 31px;
        text-align: left;
        background: url(../images/heller.png);
}

#inhalt {
        position: relative;
        width: 1000px;
        min-height: 600px;
        text-align: left;
}

#text {
        position: relative;
        width: 500px;
        padding: 30px 50px;
        float: left;
}

#textbreit {
        position: relative;
        width: 620px;
        padding: 30px 50px;
        float: left;
}

#bildtext {
        position: relative;
        width: 320px;
        padding: 30px 30px 30px 50px;
        float: left;
}

#bild {
        position: relative;
        width: 280px;
        padding: 30px 0px;
        float: left;
}

#rechts {
        position: relative;
        width: 280px;
        padding: 0px 0px;
        background-color: #95b33c;
        float: right;
}

#textfeld {
        position: relative;
        width: 250px;
        padding: 30px 15px;
        float: right;
}

#bildfeld {
        position: relative;
        width: 280px;
        padding: 0px 0px;
}

#abschluss {
        position: relative;
        width: 1000px;
        clear: both;
}