* {
  margin: 0; padding: 0;
}


body{
  font-size: 12px;
  font-family: Verdana,sans-serif; 
  
}

#webseite{ /* Eigentliches zentriertes Webseitenfenster */
  position: relative; 
  margin: 0 auto; /* bedeutet, dass Webseite zentriert ist */
  text-align:left; 
  width: 970px; /* Seitenbreite eingeben */
}

#header{
  position: relative;
  display: inline;
  float: left;
  width: 970px;
  height: 189px;
}

#header_button{
  position: absolute;
  display: inline;
  top: 42px;
  left: 33px;
  width: 223px;
  height: 52px;
}

#haupt{
  position: relative;
  display: inline;
  float: left;
  width: 970px;
  background: url('back.jpg') repeat-y;
}

h1{
  color: #535353;
  font-size: 20px;
  font-family: calibri, arial;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 130%;
}

h2{
  color: #646463;
  font-size: 16px;
  font-family: calibri, arial;
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 150%;
}

.bodytext{
  color: #646463;
  font-size: 13px;
  font-family: arial;
  line-height: 200%;
  padding-top: 10px;
  text-align: justify;
}
.csc-textpic-caption{
  color: #646463;
  font-size: 13px;
  font-family: arial;
}
.csc-mailform{
  border: 0px;
}

#footscript{
  position: relative;
  display: block;
  padding-top: 30px;
  color: #91908e;
  font-size: 11px;
  font-family: arial;
}


#links{
  position: relative;
  display: inline;
  float: left;
  width: 181px;
  padding-top: 40px;
  padding-bottom: 30px;
}
#mitte{
  position: relative;
  display: inline;
  float: left;
  width: 499px;
  padding-top: 38px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 50px;
}
#rechts{
  position: relative;
  display: inline;
  float: left;
  width: 180px;
}
#rechts_adresse{
  padding-top: 27px;
  padding-left: 30px;
  padding-bottom: 30px;
  color: #FFF;
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  width: 130px;
}
#adresse_1{
  padding-bottom: 10px;
  font-weight: bold;
}

#adresse_3{
  padding-bottom: 10px;
}

.button, .button_aktiv{
  position: relative;
  display: block;
  width: 150px;
  height: 26px;
  text-align: right;
  font-family: Arial;
  font-size: 13px;
}

.button a{
  color: #3b3734; 
  text-decoration: none;
}
.button a:hover{
  font-weight: bold;
}

.button_aktiv a{
  font-weight: bold;
  color: #016326;
  text-decoration: none;
}



#footer{
  position: relative;
  display: inline;
  float: left;
  width: 970px;
  height: 22px;
  background: url('footer.jpg') repeat-y;
}