body {
    background: url(/fileadmin/templates/img/bg_body.png) repeat-x #c6d5ec;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

#container {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#branding {
    position: relative;
    top: 0;
    left: 0;
    background: url(/fileadmin/templates/img/bg_header.png) no-repeat;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    padding: 1px 0;
}

#logo {
    position: absolute;
    top: 40px;
    left: 18px;
    width: 230px;
    height: 119px;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#slideshow {
    position: absolute;
    top: 20px;
    right: 21px;
    width: 707px;
    height: 217px;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#slideshow_frame {
    position: absolute;
    background: url(/fileadmin/templates/img/bg_header_rahmen.png) no-repeat;
    top: 11px;
    right: 15px;
    width: 724px;
    height: 231px;
    margin: 0;
    padding: 0;
    z-index: 11;
}

#content_supp {
    position: absolute;
    top: 40px;
    right: 26px;
    width: 210px;
    height: 291px;
    margin: 0;
    padding: 3px 0 0 0;
    z-index: 12;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

#content_supp_frame {
    position: absolute;
    background: url(/fileadmin/templates/img/bg_ausgabe_rahmen.png) no-repeat;
    top: 4px;
    right: 0;
    width: 267px;
    height: 345px;
    margin: 0;
    padding: 0;
    z-index: 13;
}


#wrapper {
    position: relative;
    background: url(/fileadmin/templates/img/bg_wrapper.png) repeat-y;
    margin: 0;
    padding: 0 0 60px 0;
    width: 100%;
}

#navi_vertical {
    position: relative;
    float: left;
    clear: left;
    width: 200px;
    margin: 0 10px 0 50px;
    padding: 1px 0 255px 0;
    z-index: 11;
}

#left {
    position: absolute;
    background: url(/fileadmin/templates/img/bg_left.png) no-repeat;
    bottom: 0;
    left: 14px;
    width: 242px;
    height: 255px;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#content_main {
    position: relative;
    float: left;
    background: #fff;
    width: 450px;
    margin: 0 15px;
    padding: 0 0 20px 0;
}


#content_sub {
    position: relative;
    float: right;
    background: #fff;
    width: 210px;
    margin: 0 30px 0 0;
    padding: 120px 0 0 0;
}


#content_sub .boxwrapper {
   border: 1px solid #0865b5;
   background: #fff;
   margin: 0 0 16px 0;
   padding: 0 12px;
}

#content_sub .boxwrapper .boxhead {
    background: #0865b5; 
    height: 7px; 
    width: 100%;
    margin-bottom: 14px;
}

#content_sub .boxwrapper .boxfooter {
    background: #0865b5; 
    height: 7px; 
    width: 100%;
    margin-top: 14px;
}

#navi_supp {
    position: relative;
    background: url(/fileadmin/templates/img/bg_footer.png) no-repeat left bottom;
    clear: both;
    width: 1000px;
    height: 58px;    
    margin: 0 auto;
    padding: 0;
    line-height: 36px;
    text-align: center;
}


#site_info {
    position: absolute;
    background: url(/fileadmin/templates/img/bg_right.png) no-repeat;
    width: 130px;
    height: 440px;
    top: 0;
    right: -130px;
    z-index: 14;
}

.clear {
    clear: both;
    height: 1px;
}

/* News */

.news-header-details {
	margin-bottom: 15px;
}

.news-latest-container {
    padding: 0;
}

.news-latest-item {
	padding: 15px 0;
}

.news-latest-date {
	text-align: right;
	border-bottom: 1px solid #666;
	color: #666;
	margin-bottom: 8px;
}

.news-latest-pic {
	text-align: center;
	margin: 8px 0;
}
.news-latest-item a img {
	float: none;
}

.news-latest-more {
	text-align: right;
}

.news-latest-gotoarchive {
	margin-top: 10px;
} 
