* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: none;
  font-size: 12px;
  text-decoration: none;
  } 

.ueberschrift{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: black;
} 

.foottext{
  margin: 10px;
  margin-left: 105px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: white;
} 


a {
  font-style: normal;
  font-weight: none;
  font-size: 12px;
  text-decoration: none;
  color: black;
}

p {
  font-size: 12px;

}

.iecenter {
  text-align: center;
}

.bodydiv {
  text-align: center;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}



.banner_oben {
 width: 800px;
 height: 195px;
 margin-left: auto;
 background-image:url(../imgs/bildleiste_oben_web4.jpg);
 background-repeat:no-repeat;
}

.banner_unten {
 width: 800px;
 height: 80px;
 margin-left: auto;
 background-image:url(../imgs/bildleiste_unten_web4.jpg);
 background-repeat:no-repeat;
 clear: left;
}


.minheight100 {
  margin-top: 1px;
  height: 10px;
  width: 100px;
  float: left;
  margin-left: 50px;
  border: 2;
}

.content {
  width: 800px;
  //margin-top: 0px;
  //margin-bottom: 0px;
  margin-left: 0px;
  border: 1px;
}

.menu {
  width: 103px;
  margin-left: 3px;
  list-style: none outside;
  color: black;
  border: 1px
}

.submenu {
  width: 550px;
  margin: 0px;
  list-style: none outside;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: black;
}



.menu a {
  color: black;
}

.s {
  float:left;
  margin-top: 0px;
  margin-right: 15px;
  
}

.real_content {
  margin: 10px;  
  width: 636px;
  border:1px;
}

