* {
  margin: 0; padding: 0;
}


body{
  font-size: 12px;
  font-family: Calibri, Arial, sans-serif; 
  background: #FFFFFF;
  overflow: auto;
}

img{ border: 0; }

h1{

  font-size: 23px;
  margin-bottom: 30px;
  display: block;
}

ul{
  float: left;
  display: block;
  color: #02517f;
  width: 230px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: square;
}

.textbereich{
  float: left;
  clear: both;
  display: block;
  margin-bottom: 20px;
  width: 250px;
}

#webseite{ /* Eigentliches zentriertes Webseitenfenster */
  position: relative; 
  margin: 0 auto; /* bedeutet, dass Webseite zentriert ist */
  text-align:left; 
  width: 996px; /* Seitenbreite eingeben */
  background: url('images/back.jpg') repeat;
}

#header{
  position: relative;
  display: block;
  width: 996px;
  height: 341px;
  background: url('images/back_oben.jpg') no-repeat;
}

#header_logo{
  position: absolute;
  display: inline;
  top: 14px;
  left: 43px;
}

#header_tel{
  position: absolute;
  display: inline;
  top: 26px;
  right: 40px;
  color: #979899;
  font-size: 14px;
  font-weight: bold;
}
#header_tel img{
  margin-bottom: -6px;
  margin-right: 5px;
}

#header_menue{
  position: absolute;
  top: 120px;
  left: 45px;
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
}
.button, .button_aktiv{
  float:left;
  display: block;
  clear: both;
  line-height: 160%;
}
.button a{
  color: #FFF;
  text-decoration: none;
}
.button_aktiv a, .button a:hover{
  color: #f88f24;
  color: #fe9b37;
  text-decoration: none;
}

#haupt{
  position: relative;
  width: 996px;
  background: url('images/back_unten.jpg') no-repeat;
  line-height: 120%;
  font-size: 15px;
  color: #333;
}

#haupt_li{
  float: left;
  width: 300px;
  padding-left: 45px;
  padding-top: 50px;
}

.referenz{
  float: left;
  display: block;
  height: 185px;
}

.referenz_bild{
  float: left;
  display: block;
  clear: both;
  width: 264px;
  height: 142px;
  background: url('images/back_ref.jpg') no-repeat;
  padding: 8px;
}
.referenz_www{
  float: left;
  display: block;
  clear: both;
  margin-top: -17px;
  margin-right: 22px;
  margin-bottom: 20px;
  text-align: right;
  width: 275px;
}

#haupt_m, #haupt_re{
  float: left;
  width: 260px;
  padding-top: 50px;
  margin-left: 50px;
}
#haupt_re{
  margin-left: 40px; 
}

#footer{
  height: 40px;
  width: 100%;
  display: block;
  clear: both;
}

.csc-header{
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  width: 100%;
}

.bodytext{
  display: block;
  margin-bottom: 30px;
}

.csc-textpic-text .bodytext{
  display: block;
  margin-bottom: 0px;
}
.csc-textpic-clear{
  height: 20px;
  display: block;
  clear: both;
}

.csc-mailform input, .csc-mailform textarea{
  width: 230px;
  font-family: arial;
  font-size: 11px;
  padding-left: 3px;
}
.csc-mailform{
  border: 0px;
}
