@charset "utf-8";
/* CSS Document */

html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

div#seite {
  background-color: white;  
  width: 944px;
  padding-left: 47px;
}

div#cbodyL1 {
   background-color: #868889; 
  background-image: url(../images/home_reihe_944x10.gif);
  background-position: 0 -2px;
  background-repeat: repeat-y;        
}
div#cbodyL2 {
  background-image: url(../images/grau_home_oben_944x98.gif);
  background-position: top left;
  background-repeat: no-repeat;  
}
div#cbodyL3 {
  background-image: url(../images/grau_unten_944x12.gif);
  background-position: bottom left;
  background-repeat: no-repeat;  
}

div#cbody {
  width: 944px;
  height: 463px;
}

div#c_top {
  height: 98px;
  overflow: hidden;
}
div#c_bottom {
  height: 365px;
  overflow: hidden;  
}
/* CBOTTOM-LEFT AND THE IMAGE*/

div#c_bottom_left {
  float: left;
  width: 500px;
  width: 478px;
  padding-top: 70px;
  padding-left: 19px;  
}
div#c_bottom_left img {
  display: block
  border: none;
}

/* CBOTTOM-RIGHT AND THE TEASER*/

div#c_bottom_right {
  float: right;
  width:388px;
  padding-top: 220px;
  padding-right: 26px;
}

div.home_teaser, div#c_bottom_right div.csc-textpic {
  width:388px;
  width:374px;  
  height: 53px;
  background-image: url(../images/home_teaser_388x53.gif);
  background-position: top left;
  background-repeat: no-repeat;   
  margin-bottom: 7px; 
  overflow: hidden; 
  height: 45px;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

div.home_teaser h1, div#c_bottom_right div.csc-textpic h1 {
  font-size: 14px;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #707070;
  margin: 0 0 0 0;
  padding: 2px 0 0 0;
}

div.home_teaser h1, div#c_bottom_right div.csc-textpic a {
  color: #707070;
  text-decoration: none;
}
div.home_teaser p, div#c_bottom_right div.csc-textpic p {
  font-size: 10px;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #707070;
  margin: 0 0 0 0;
  padding: 0 0 0 0;  
}

div.home_teaser img, div#c_bottom_right div.csc-textpic img {
  display: block
  border: none;
}

