body {
    background: url(/fileadmin/templates/img/bg_body.png) repeat-x #d8e1f2;
    margin: 0;
    padding: 0;
    text-align: center;
}

#container {
    position: relative;
    width: 995px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#branding {
    position: relative;
    background: url(/fileadmin/templates/img/bg_header.png) no-repeat;
    width: 995px;
    height: 284px;
    margin: 0 auto;
    padding: 1px 0;
}

#slideshow {
    position: absolute;
    top: 11px;
    left: 235px;
    width: 474px;
    height: 238px;
    z-index: 2;
}


#slideshow_frame {
    position: absolute;
    top: 11px;
    left: 235px;
    width: 474px;
    height: 238px;
    background: url(/fileadmin/templates/img/slideshow_frame.png) no-repeat;
    z-index: 99;
}

#login {
    position: absolute;
    top: 253px;
    left: 50px;
    height: 30px;
}

#wrapper {
    position: relative;
    width: 995px;
    background: url(/fileadmin/templates/img/bg_container.png) repeat-y;
    margin: -2px 0 0 0;
    padding: 0 0 20px 0;
}

#content_main {
    position: static;
    float: left;
    width: 450px;
    margin: 0 20px;
    padding: 0;
}


#content_sub {
    position: static;
    float: right;
    width: 215px;
    margin: 20px 40px 0 0;
    padding: 0;
}

#content_sub div.csc-default {
    background: url(/fileadmin/templates/img/bg_box_links.png) center bottom no-repeat #e7dfd2;
    width: 196px;
    padding: 7px 7px 14px 7px;
}

#navi_vertical {
    position: static;
    float: left;
    width: 190px;
    margin: 0 10px 0 30px;
    padding: 1px 0;
}

#clearer {
   clear: both;
}

#site_info {
    position: relative;
    background: url(/fileadmin/templates/img/bg_footer.png) no-repeat;
    width: 100%;  
    height: 31px;    
}

#content_supp {
    position: absolute;
    top: 150px;
    right: 50px;
    width: 200px;
    height: 80px;
    margin: 0;
    padding: 0;
    z-index: 99;
}

#navi_supp {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 120px;
    height: 25px;
}
