* {
  margin: 0; padding: 0;
}


body{
  font-size: 12px;
  font-family: Arial,sans-serif;
  background: #d9f3f6;
  
}
.contenttable{
  border: 0px;
  margin-left: -2px;
  padding: 0px;
}

h1{
  color: #04808e;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 17px;
}

.bodytext{
  color: #49494a;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 30px;
}

#webseite{ /* Eigentliches zentriertes Webseitenfenster */
  position: absolute; 
  left: 50%; 
  top: 50%; 
  text-align:left; 
  width: 990px; /* Seitenbreite eingeben - max. 950px! */
  height: 590px;  /* Seitenhöhe eingeben */
  margin-left: -495px; /* Halbe Seitenbreite abziehen */
  margin-top: -295px; /* Halbe Seitenhöhe abziehen */
  border: #111 0px solid;
  background: url('images/page_back.jpg') no-repeat;
}

#links{
  position: relative;
  display: inline;
  float: left;
  width: 561px;
  padding-left: 108px;
}
#rechts{
  position: relative;
  display: inline;
  float: left;
  width: 240px;
  padding-left: 55px;
  padding-top: 255px;
}

#header{
  position: relative;
  display: block;
  height: 75px;
  padding-top: 25px;
  clear: both;
}
#content{
  position: relative;
  display: block;
  overflow-y: auto;
  height: 375px;
  width: 532px;
  padding-top: 20px;
  padding-right: 30px;
  margin-bottom: 10px;
  clear: both;
}
#footer{
  position: relative;
  display: block;
  height: 70px;
  padding-top: 15px;
  clear: both;
}
#footer_l{
  position: relative;
  display: inline;
  float: left;
  width: 306px;
}
#footer_m{
  position: relative;
  display: inline;
  float: left;
  width: 110px;
}
#footer_r{
  position: relative;
  display: inline;
  margin-top: -1px;
  float: left;
}


.button_footer{
  display: block;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: bold;
}

.button_footer a{
  color: #03036e;
  text-decoration: none;
}
.button_footer a:hover{
  color: #03036e;
  text-decoration: underline;
}
.button_rechts{
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
}
.button_rechts a{
  color: #FFF;
  text-decoration: none;
}
.button_rechts a:hover{
  color: #FFF;
  text-decoration: underline;
}


.csc-mailform label{
  width: 100px;
  float: left;
  margin-top: 5px;
  display: block;
}

.csc-mailform-field{
  display:block;
  clear: both;
}

.csc-mailform-submit {
  margin-left: 100px;
  margin-top: 7px;
  float: left;
}

.csc-mailform {
  border: 0px;
  width: 500px;
}
