/* CSS Document */

* { margin:0; padding:0; border:0; }

html { height:100%; margin-bottom: 1px; }

body { 
    /*background: url(../images/bg_body.jpg) repeat top left;*/
    background: url(../images/bg_test.jpg) repeat-x top left;
    /*background: #FFFFFF;*/
    font-size: 100.01%;
    overflow: -moz-scrollbars-vertical;
} 

#p-outer {
    width:960px;
    margin:0 auto 0 auto;
    padding:0;
    background:url(../images/bg_outer.png) top repeat-y;
}

#page {
    margin:0 10px;
    width:940px; 
    background:#FFFFFF;
}

/* header */

#header {
    height:124px; 
    width:auto;
}

#logo { 
    padding: 25px 0px 0px 31px;
}

#nav-container { 
    width:909px;
    margin-top:22px;
    padding: 0px 0px 0px 31px;
    z-index: 2; 
}
/* banner */

#banner { 
    clear: left;
    width:auto;
    height: 174px;
    background-repeat:no-repeat;
    padding: 20px 500px 20px 30px;
    border-bottom: 1px solid #5d5958;
    border-top: 1px solid #5d5958;
    margin: 0px;
}

/* headline-container */

#headline-container {
    height:48px;
    border:1px solid #FFF;
    border-left:none;
    background:#b41621;
    width:503px;
    position:relative;
    margin:-24px auto 0 0;
}
    
/* footer */

#footer {
    clear: both;
    width:960px;
    background:url(../images/bg-footer-bottom.png) no-repeat;
    margin:0 auto 0 auto;
    padding:0;
    height:33px;    
}

/* main */

#content {
    width:auto;
    margin:28px 25px 0px 25px;
    background-image: url(../images/content_bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

#content-main {
    width: 600px;
    padding-bottom:0px;
    z-index:1;
    position:relative;
    float: left;    
}

#content-sidebar {
    width: 250px;
    float: right;
    padding: 5px 0 0 15px;
}

#content-abstand {
    line-height: 1px;
    font-size: 1px;
    height: 30px;
    margin: 0;
    padding: 0;
}

#subnav-container {
    width:auto;
    height:50px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.content-sidebar-box {
     background:url(../images/content_sidebar_box.jpg) no-repeat;
     width:213px;
     padding:12px 22px 0 22px;
     margin: 30px 0px 0px 0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* subcolumn */
.box-2 { 
    width:100%; 
    overflow:hidden; 
}
.box-2-image { 
    float:left; 
    width:220px; 
}
.box-2-text { 
    float:right; 
    width:380px;
    vertical-align: top;
}