  body {
    color: black; background-color: white;
    font-size: 100%;
    margin: 0; padding:0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  

	
  div#Kopf {
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1em;
    padding: 1em;
    text-align: center;
    border: 1px ridge black;
    background-color: #1bb82b;
  }

  div#Kopf p{
    display:inline-block;
    max-width: 35%;
  }


  div#Kopf h1 {
    display:inline-block;
    max-width: 60%;
    margin-left: 2em;
    font-size: 4em;
    color: #FFFFFF;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
  }


  ul#Navigation {
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    width: auto;
    padding: 1em;
    overflow: hidden;
    text-align: center;
    border: 1px ridge black;
    background-color:#1bb82b;
    font-size: 2em;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }
  ul#Navigation a, ul#Navigation span {
    margin: 0.4em; padding: 0.2em 1em;
    text-decoration: none;
  }

  ul#Navigation a:link {
    color: black; background-color: #1bb82b;
  }
  ul#Navigation a:visited {
    color: black; background-color: #1bb82b;
  }
  ul#Navigation a:hover {
    color: black; background-color: white;
  }
  ul#Navigation a:active {
    color: white; background-color: #DFDFDF;
  }


  div#Inhalt {
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    width: auto;
    height:auto;	
    border: 1px ridge black;
    background-color:#FFFFFF;
    overflow: hidden;
    text-align: center;
  }

  div#Inhalt h1 {
    display:inline-block;
    font-weight: normal;
    font-size: 2.5em;
    text-align: center;
    color: #1bb82b;
  }

  div#Inhalt h2 {
    display:inline-block;
    font-weight: normal;
    font-size: 2.5em;
    text-align: center;
    max-width: 80%;
  }

  div#Inhalt p {
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    font-size: 2em;
  }

  div#Angebot1 {
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 1em;
    width: 40%;
    height: auto;;
    background-color:#FFFFFF;
    overflow: hidden;
    text-align: left;
    float:left;
  }

  div#Angebot2 {
    margin-right: 1em;
    margin-left: 50%;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 1em;
    width: 40%;
    height: auto;;
    background-color:#FFFFFF;	
    overflow: hidden;
    text-align: center;
  }

  div#Kontakt1 {
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    padding: 1em;
    text-align: left;
    background-color: #1bb82b;
    color:#FFFFFF;
  }

  div#Kontakt {
    font-size: 1em;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 30em;
    margin-bottom: 1em;
    text-align: left;
  }

  div#karte {
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center;
    height:40em;
    width:50%;
 }

  div#Impressum {
    clear: both;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center;
  }

  div#Impressum h2 {
    font-weight: normal;
    font-size: 2.0em;
    text-align: center;
  }

  div#Impressum-center {
    clear: both;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 10%;
    margin-bottom: 1em;
    text-align: left;
    width:80%;
  }

  div#Impressum p {
    font-size: 1.5em;	
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
  }
