body {
   background-color: #c5dbcb;
   color: #FFFFFF;
   margin: 0px;
   padding: 0px;
   font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
   text-align:center; 
}
#container {
   position: relative;
   background-color: #434343;
   width: 95%;
   height: 670px;
   max-width: 1300px;
   margin: auto;
   text-align:left;
   width: expression(
   (document.documentElement && document.documentElement.clientHeight) ?
   (document.documentElement.clientWidth < 1280) ? "95%" : (( document.documentElement.clientWidth > 1280 ) ? "1280px" : "auto") :
   (document.body.clientWidth < 1280) ? "95%" : (( document.body.clientWidth > 1280 ) ? "1280px" : "auto")
   );     
}
#boxtop {
   height: 260px;
   width: 100%;
   float:left;
}
#logo {
   position: absolute;
   top: 63px;
   left: 56px;
   width: 256px;
   height: 75px;
   z-index:2;
}
#titleGrafik {
   position: absolute;
   height: 225px;
   width: 50%;
   background-image: url(/fileadmin/2008/images/title_service.gif);
   background-repeat: no-repeat;
   background-position: top left;
   right: 0px;
   margin: 22px auto auto auto;
   z-index:1;
}
#content {   
   width: 100%;
   background-image: url(/fileadmin/2008/images/bg_content.gif);
   background-repeat: no-repeat;
   background-position: bottom right;
   background-color: #434343;
   float:left;
}
#contentPadding {
   width: 60px;
   height: 440px;
   float: left;
}
#boxnav {
   width: 280px;
   float: left;
}
#boxlogout {
   width: 280px;
   float: left;
   padding-top: 35px;
}
#boxcontent {
   width: 450px;
   padding-bottom: 25px;
   float: left;
}
#abbinder {
   height: 30px;
   width: 100%;
   background-color: #c5dbcb;
   color: #686767;
   font-size: 0.7em;
   float:left;
}
#abbinderPadding {
   width: 60px;
   height: 30px;
   float: left;
}
.box {
   float:left;
}
.boxGrau {
   width: 100%;
   padding: 4px 4px 4px 12px;
   float:left;
   background-color: #494949;
   border-left: 3px solid #dc001b;
}
.box33 {
   width: 30%;
   padding-right: 15px;
   float:left;
}
.box50 {
   width: 50%;
   padding-right: 15px;
   float:left;
}
a { 
   color: #c5dbcb;
   font-weight: bold;
   text-decoration: underline; 
}
a:hover { 
   color: #dc001b;
   font-weight: bold;
   text-decoration: none; 
}
a.navabbinder { 
   color: #686767;
   font-weight: bold;
   text-decoration: none; 
}
a.navabbinder:hover { 
   color: #dc001b;
   font-weight: bold;
   text-decoration: none; 
}
h1 {  
   font-size: 1.5em;
   font-style: normal;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0;
   padding: 0px 0px 8px 0px;
}
h2 { 
   font-size: 0.9em;
   font-style: normal;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0;
   padding: 10px 0px 4px 0px;
   border-top: 1px solid #FFFFFF;
}
h3 { 
   font-size: 0.7em;
   font-weight: bold; 
   text-decoration: none;
   margin: 0px;
   padding: 0px;
}
p {  
   font-size: 0.8em;
   text-decoration: none;
   line-height: 1.6em;
   margin: 0; 
}
.csc-textpic-caption {
   font-size : 0.7em;
   color : #1391C5;
   text-decoration : none;
   line-height : 1.6em;
}
ul    { 
   font-size : 0.7em;
   line-height : 1.6em;
}
ul ul { 
   font-size : 100%; 
}
li {
   list-style-image : url(/fileadmin/2008/images/dot_liste.gif);
   color : #FFFFFF;
   text-decoration : none;  
}
.loginfield {
   background-color:#434343;
   border:1px solid #969696;
   color: #FFFFFF;
   width: 120px;
}
textarea {
   font-size : 11px; 
}
.kontaktlabel {
   position : relative;
   font-size: 0.7em;
   width: 120px;
   height: 11px;
   float: left;
   clear : both;
   margin : 0px;
   margin-top : 10px;
   margin-bottom : 5px;
   padding : 0px; 
   color: #FFFFFF; 
   text-decoration: none; 
}
.kontaktbox {
   float: left;
}
.kontaktfield {	
   background-color:#434343;
   border:1px solid #969696;
   color: #FFFFFF;
   padding: 2px 0px 2px 0px;
   margin: 5px;
   text-decoration: none;
   width: 250px;
}
.button {	
   border: 1px solid #dc001b;
   clear:both;
   background-color: #dc001b;
   color: #FFFFFF; 
   text-decoration: none;
   width: 250px;
   padding: 0px 0px 1px 0px;
   margin-left: 6px;
}