/* CSS Layout  */
/*HIER BITTE NICHTS ÄNDERN - AUSSER MAN WEISS GANZ GENAU WAS MAN TUT*/
html, body { 
background-image:url(../pics_main/bg1.jpg);
background-repeat:repeat-x; 
background-color:#1C1C1C;
margin-top:0px;
} 
.wrapper{
background-color:#0F0F0F;
margin:0 auto;
width:906px ;
background-image:url(../pics_main/bg_content_shadow.jpg);
}
.headertop{
position:relative;
margin:0px;
background-image:url(../pics_main/header_top.jpg);
background-repeat:no-repeat;
width:962px;
height:238px;
}
.headersub{
margin: 0px;
background-image:url(../pics_main/bg_content_shadow_lower.jpg);
background-repeat:repeat-y;
width:962px;
height:20px;
}
#headerflash{
position:relative;
width:680px;
height:105px;
top:40px;
left:242px;
}
#logoheader{
position:absolute;
width:185px;
height:170px;
top:53px;
left:32px;
float:left;
}
#buttonstop{
position:absolute;
width:700px;
height:75px;
top:145px;
left:245px;
}
/*ORG#buttonstop{
position:relative;
width:680px;
height:75px;
top:40px;
left:242px;
}*/
/*not used */
#btntop1{
position:relative;
width:220px;
height:75;
top:40px;
left:242px;
/*float:left;*/
}
#btntop2{
position:relative;
width:220px;
height:75;
top:-35px;
left:472px;
/*float:left;*/
}
#btntop3{
position:relative;
width:220px;
height:75;
top:-110px;
left:702px;
/*float:left;*/
}
.content{
width:962px;
background-image:url(../pics_main/bg_content_stripe.jpg);
background-repeat:repeat-y;
}
.containerleft{
margin-left:42px;
width:177px;
float:left;
}
.navlefttop{
background-color:#0F0F0F;
background-image:url(../pics_main/bg_outerbox_top.jpg);
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
width:177px;
height:5px;
}
.navleft{
margin-top:0px;
width:170px;
float:left;
}
.navleftbottom{
background-color:#FFFFFF;
background-image:url(../pics_main/bg_outerbox_bottom2.jpg);
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
width:177px;
height:60px;
}
.maincontent{
margin-left:13px;
margin-bottom: 0px;
margin-top: 0px;
padding:12px;
padding-top:5px;
padding-bottom:0px;
width:451px;
float:left;
overflow:hidden;
}
.containerright{
margin-left:13px;
width:203px;
float:left;
}
.righttop{
background-image:url(../pics_main/bg_outerbox_top2.jpg);
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
width:203px;
height:33px;
border:none;
}
.rightcontent{
padding-left: 16px;
padding-right: 14px;
padding-top:5px;
margin:0px;
width:175px;
float:left;
}
.rightbottom{
background-image:url(../pics_main/bg_outerbox_bottom2.jpg);
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
width:207px;
height:60px;
}
.maincontentsub{
background-image:url(../pics_main/bg_content_sub2.jpg);
height:40px;
width:962px;
clear:left;
}
.footer { 
background-image:url(../pics_main/bg_footer.jpg);
background-repeat:no-repeat;
height:120px;
margin: 0 auto;
bottom: 0; 
clear: both; 
width: 962px; 
} 



