body
{
  background-color: #E1DBDB;
  line-height: 1.5;
  font-family: Georgia, Garamond, serif;
  margin: 0px;
  font-size: 16px;
}
div
{
  overflow: hidden;
}
p
{
  margin: 0px 0px 15px 0px;
}
h1
{
  font-size: 23px;
}
h2
{
  font-size: 18px;
}  
#layout_menucontainer
{
  overflow: hidden; 
  width: 950px; 
  height: 50px;        
  margin: 15px 0px 0px 0px;  
  /*
  padding-top: 10px;
  */
  border-top: 3px solid #bc474f; 
  border-bottom: 3px solid #517491; 
}
#layout_fusscontainer
{
  background-color: #bc474f; 
  text-align: center;  
  font-size: 20px; 
  color: white; 
  height: 40px;
  line-height: 40px;
  vertical-align: middle; 
  margin: 15px 0px 0px 0px;
  border-radius: 10px;
}
#layout_fusscontainer a:link
{
  color: #bc474f;
  
}
#layout_fusscontainer a:visited
{
  color: #bc474f;
  
}

#layout_fusscontainer div
{
  background-color: white; 
  color: #bc474f;
  display: inline; 
  
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
}

.menupunkt
{        
  float: left;  
  height: 50px;
  color: #3C4F54;
  padding-right: 80px;
}
.menupunkt a
{
  vertical-align: middle; 
  height: 50px;
  font-size: 25px;
  line-height: 50px;
}
.menupunkt .link:link
{
  color: #3C4F54;
  text-decoration: none;
}
.menupunkt .link:visited
{
  color: #3C4F54;
  text-decoration: none;
}
.menupunkt .link:hover
{
  text-decoration: none;
  color: #bc474f; 
}
.blau
{
  color: #517491;
}
.rot
{
  color: #bc474f;
}
div.angebot 
{
  width: 950px;
  padding: 0px 0px 15px 0px;
  border-bottom: 0px dotted silver;
  margin: 0px 0px 0px 0px;
  clear: both;
  float: none;
  min-height: 100px;      
}
div.angebot div.thema
{
  width: 250px;
  font-size: 25px;
  float: left;
}
div.angebot div.text
{
  border-left: 0px solid #517491;
  float: none;
  padding-left: 20px;      
}
div.angebotdetails
{
  width: 950px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #517491;
  margin: 0px 0px 15px 0px;
  clear: both;
  float: none;
  
}
div.angebotdetails div.thema
{
  width: 250px;
  font-weight: bold;
  float: left;
}
div.angebotdetails div.text
{
  border: 1px solid #517491;
  float: left;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 15px;
}

#layout_maincontainer
{
  margin: 10px auto 10px auto; 
  width: 950px; 
  background-color: white; 
  border: 1px dotted #517491; 
  padding: 15px;     
  border-radius: 10px;
}
#layout_inhaltcontainer
{
  width: 950px;   
  margin-top: 15px; 
  min-height: 400px;
}
#layout_kopf
{
  height: 200px;
  width: 950px;
}
#bild_hanserika
{
  
  float: none;
  height: 200px;
  width: 356px;
  border-radius: 10px;
}
#bild_igel
{
  height: 200px; 
  width: 242px;
  float: left;
  border-radius: 10px;
}
#bild_igel img
{
  height: 200px;
  width: 242px;
}
#titel
{
  height: 190px; 
  padding-top: 10px;
  width: 352px;
  float: left;
  text-align: center;
  line-height: 35px;
  font-size: 30px;
}
#inhalt_startseite  img
 {
  float: left; 
  overflow: hidden; 
  height: 580px; 
  margin: 0px 15px 15px 0px;
}
#inhalt_startseite h1
{
  font-size: 28px; 
  margin: 0px 0px 15px 0px;
}
#inhalt_ueberuns div
{
  height: 40px; 
  line-height: 40px; 
  vertical-align: middle; 
  border-top: 1px solid #517491; 
  border-bottom: 1px solid #517491; 
  font-size: 25px; 
  margin: 0px;
}
#inhalt_kontakt #gmaps
{
  float: left; 
  width: 400px;
  height: 300px;
}
#inhalt_kontakt #adresse
{
  float: none; 
  padding-left: 15px; 
  height: 300px; 
  display: table-cell; 
  vertical-align: middle;
  font-size: 25px;
}