@charset "utf-8";
@import url("reset.css");
body  {
font: 75% Arial, Verdana, Helvetica, sans-serif;
background: #999 url(../html/bilder/bg.jpg) repeat-x;
margin: 0; 
padding: 0;
text-align: center; 
color: #8A1F1C;
}
a{color:#8A1F1C;}
a:hover{color:#000}
li a{color:#666;}
li,ul{color:#666;}
#container { 
width: 810px;
margin: 20px auto;
text-align: left;
} 
#contentFrame{
width:810px;
height:575px;
background:#FFF;
position:relative;
}
#header {  
height:42px;
padding-bottom:6px;
width:100%;
text-align:justify;
} 
#sidebar1 {
float: left; 
width: 405px; 
height:575px;
overflow:hidden;
margin:0;
}
#mainContent { 
width: 405px; 
/*margin:0 0 0 405px;*/
float:right;
height:575px;
overflow:hidden;
}
#contentLeft,#contentRight{
background:#CCC;
width:357px;
height:527px;
margin:12px;
padding:12px;
}
#footer { 
text-align:right;
} 
#divPrint{
position:absolute;
bottom:12px;
left:12px;
}
#divTip{
position:absolute;
bottom:12px;
left:285px;
}
#contentRight #divPrint{
position:absolute;
bottom:12px;
left:417px;
}
#contentRight #divTip{
position:absolute;
bottom:12px;
left:692px;
}
.fltrt { 
float: right;
margin-left: 8px;
}
.fltlft { 
float: left;
margin-right: 8px;
}
.clearfloat { 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.csc-firstHeader{
display:none;
}
p.bodytext {
margin:0 0 1em;
}
