#mittig {
        position: relative;
        width: 1000px;
        xheight: 1200px;
        margin: 0px auto;
        text-align: left;
        background-color: #fff;
}

#banner {
        position: relative;
        width: 1000px;
        height: 300px;
        text-align: right;
}

#navi {
        position: absolute;
        width: 1000px;
        top: 250px;
        left: 0px;
        height: 40px;
        text-align: right;
        z-index: 5;
}

#zeile {
        position: relative;
        width: 940px;
        padding: 30px 30px 0px 30px;
        clear: both;
 }

#links {
        position: relative;
        width: 455px;
        padding: 10px 0px 0px 0px;
        float: left;
}

#rechts {
        position: relative;
        width: 455px;
        padding: 10px 0px 0px 30px;
        float: right;
 }

#ganz {
        position: relative;
        width: 910px;
        padding: 30px 30px 0px 30px;
        clear: both;
 }