@charset "utf-8";
/* CSS Document */

@import url("contentformat.css");

body{
  background: url(../img/baseBackground.png) repeat-x #E6E6E3;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  margin:0 0 50px 0;
  padding:0px;
}

.fixClear{
  height:1px;
  font-size:1px;
  line-height:1px;
  clear:both;
  color: #333333;
  display:block;
  background:none; 
  border: none;
}

input,textarea{
  background:url(../img/inputboxBackground.gif) no-repeat top left;
  border:1px solid #999;
}




/*===========================================================================================
    Header-Bereich
===========================================================================================*/

#breadCrumb{
  position:absolute;
  right:50%;
  top:50px;
  margin-right:-176px;
  width:650px;
  text-align:left;
  color:#5D5952;
  font-weight:bold;
  *font-size:0.95em;
}

#breadCrumb span{
  font-weight:normal;
  color:#000000;
}

#breadCrumb b{
  padding:0 0 5px 0;
  font-weight:normal;
  font-size:1.2em;
  color:#8C755E;
}

#breadCrumb a{
  color:#5D5952;
  font-weight:normal;
  text-decoration:none;
}

#companyLogo{
  position:absolute;
  left:50%;
  top:20px;
  margin-left:240px;
}

#mainWrapper{
  width:970px; 
  margin:90px 0 0 0; 
}


/*===========================================================================================
    Navi-Bereich
===========================================================================================*/

#mainNaviWrapper{
  background:url(../img/baseShadowHeadBackground.png) no-repeat;
  padding-top:4px;
  margin:0 0px 0 0px;
}

*html #mainNaviWrapper{
  background:none;
  height:25px; 
}


#mainNavi{
  background:#5D5952;
  height:25px;
  width:950px;
  position:relative;
  left:0px;
  border-bottom:1px #000000 solid;
}

#mainNavi div#hidder{
  background:#5D5952;
  position:absolute;
  width:22px;
  height:20px;
  top:0px;
  left:0px;
}

#mainNavi ul{
  padding:5px 0 0 0;
  margin:0 -1px 0 20px;
  list-style:none;
}

#mainNavi ul li{
  padding:0 11px 0 10px;
  margin:0;
  float:left;
  background:url(../img/navi-line.gif) no-repeat center left #5D5952;
}

#mainNavi ul li a{
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
}

#mainNavi ul li a:hover{
  text-decoration:underline;
}


/*===========================================================================================
    Content-Bereich
===========================================================================================*/

#mainContentBackground{
  background:url(../img/baseShadowBackground.png) repeat-y;
  width:970px;
}

*html #mainContentBackground{
  background-image:none;
  background-color:#FFF;
  width:950px;
}

#mainContent{ 
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  min-height:540px;
  -height:540px;
  width:950px;
  padding: 5px 0 30px 0;
}

#mainContent div.csc-textpic-imagewrap{
  padding:28px 0 20px 10px;
}

#mainContent div.csc-textpic-imagewrap img{
  padding:0 0 10px 0px;
}



/*===========================================================================================
    Footer-Bereich
===========================================================================================*/

#mainFooterBackground{
  background: url(../img/baseShadowFooterBackground.png) no-repeat left bottom;
  padding-bottom:8px;
}

*html #mainFooterBackground{
  background:none;
  margin:-2px 0 0 0;
  height:1px;
  background-color:#E6E6E3;
  line-height:1px;
  font-size:1px;
}

#mainFooter{
  height:0px;
  -height:0px;
  margin:0px 9px 0 9px;
  border:1px solid  #999999;
  border-top:none;
  
  -border:none;
  -border-top:1px solid  #999999;
}

 
#mainAnachor{
  color: #9B978E;
  font-size:11px;
  width:950px;
  height:60px;
}

.left{
  display:block;
  float:left;
}

.right{
  display:block;
  float:right;
}