  
body {
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

	A:link {text-decoration: none; color: darkblue}
	A:visited {text-decoration: none}
	A:active {text-decoration: none}
	A:hover {text-decoration: underline; color: red;}

  h1 {
    font-size: 1.5em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
    background-color: darkblue;
    color:white;
    border: 2px ridge silver;
	}

  div#Inhalt {
    margin: 0;
    padding: 0.8em 2em 1em 2em 0em;
    background-image: url(water3a.jpg); border: 0px dashed silver;
	font-size: 0.9em;
    text-align: justify;
     }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
   font-size: 1.25em;
    margin: 0em 0; padding: 0.2em;
    background-color: #eee; border: 0px solid silver;
    color: darkblue;
  }

  div#Inhalt h3 {
   font-size: 1.2em;
   text-align: center;
    margin: 1em 0; padding: 0.2em;
    background-color: #eee; border: 2px solid silver;
    color: darkblue;
  }
  
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
