body {
    background: url(/fileadmin/sektkellerei_neu/img/bg_body.png) repeat-x #00003c;
    margin: 0;
    padding: 0;
    text-align: center;
}

#wrapper {
    position: relative;
    background: url(/fileadmin/sektkellerei_neu/img/bg_wrapper.png) repeat-y;
    width: 1040px;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}

#left {
    position: relative;
    background: url(/fileadmin/sektkellerei_neu/img/bg_left.png) no-repeat;
    float: left;
    width: 272px;
    margin: 0;
    padding-top: 345px;
    z-index: 90;
}

#box_left{
    position: relative;
    width: 193px;
    margin: 0 23px;
}

#box_inner_left {
    position: relative;
    width: 185px;
    margin: 0 5px;
}


#header {
    position: relative;
    background: url(/fileadmin/sektkellerei_neu/img/bg_header.png) no-repeat;
    width: 765px;
    height: 145px;
    float: left;
    z-index: 90;
}

#navi_top {
    position: relative;
    width: 696px;
    height: 44px;
    padding: 1px 0;
    margin: 78px 0 0 39px;
    z-index: 90;
}

#content {
    position: relative;
    float: left;
    width: 420px;
    margin: 0;
    padding: 30px 0 25px 40px;
    z-index: 90;
}

#right {
    position: relative;
    float: left;
    width: 210px;
    margin: 70px 20px 20px 30px;
    z-index: 90;
}

#right img {
    margin: 5px 0;
}

#footer {
    position: relative;
    background: url(/fileadmin/sektkellerei_neu/img/bg_footer.png) no-repeat;
    width: 1040px;
    height: 40px;
    margin: 0 auto;
    padding-top: 15px;
    z-index: 20;
}

#footer_navi {
    position: relative;
    margin: 0 auto;
    width: 800px;
    height: 25px;
    padding-top: 15px;
    text-align: center;
    z-index: 90;
}

#wrapper_top {
    position: absolute;
    background: url(/fileadmin/sektkellerei_neu/img/bg_wrapper_top.png) no-repeat;
    width: 232px;
    height: 334px;
    top: 0;
    left: -232px;
    z-index: 50;
}

#wrapper_bottom {
    position: absolute;  
    background: url(/fileadmin/sektkellerei_neu/img/bg_wrapper_bottom.png) no-repeat;
    width: 520px;
    height: 437px;
    bottom: -150px;
    right: -228px;
    z-index: 50;
    
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
/* End hide from IE-mac */



/* Druckerausgabe */


@media print {
    #left
    , #header {
        display: none;
    }
}