body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Trebuchet,Arial;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  h1 {
    font-size: 3.2em;
    font-family: 'Monotype Corsiva',Trebuchet,Arial;
    margin: 0 0 0.2em; padding: 0.3em;
    text-align: left;
    color: none;
    border: none;
    /* background-image:url(./Bilder/logo_lindenbl_transp.gif) ; */
  }

  table {
    text-align: center;
    caption-side: top;
    padding-right: 10;
    padding-left: 10;
    }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px;
    padding: 0.5em;
    border: 2px ridge silver;
    background-image:url(./Bilder/Rote_Kristalllandschaft1.jpg) ;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
  }


  #menu {
     background-color: #ffa500;
     padding: 0 5px 0 5px;
     margin: 0 0 2em;
     text-align: left;
     color: #c71585;
}
  #menu li {
	font-size: 1.0em;
         font-weight: bold;
         display: inline;
	list-style-type: none;
	padding: 0 1.8em 0 ;
	}
  #menu li a {
	color: black;
	text-decoration: none;
	}

  #menu li a:hover {
	color: white;
	text-decoration: none;
	}

  ul#Subnavigation {
    font-weight: bold;
    font-size: 0.95em;
    float: left; width: 13em;
    margin: 0 2em 1em 1.1em; padding: 0;
    color: #c71585;
  }
  ul#Subnavigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Subnavigation a {
    display: block;
    padding: 0.2em;
    text-decoration:none;
    font-weight: bold;
  }
  ul#Subnavigation a:link {
    color: black; background-color: none;
  }
  ul#Subnavigation a:visited {
    color: black; background-color: none;
  }
  ul#Subnavigation a:hover {
    color: black; background-color: white;
  }
  ul#Subnavigation a:active {
    color: black; background-color: #ffa500;
  }

  div#Inhalt {
   margin: 0 20px 1em 230px;
   padding: 0 1em;
   background-color: white;
   border: 1px solid silver;
   min-height: 30em
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.6em;
    margin: 0.2em 0;
  }
  div#Inhalt h3 {
    font-size: 1.2em;
    margin: 0.1em 0;
  }
  div#Inhalt h4 {
    font-size: 1.0em;
    margin: 0.1em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 0.4em 0 0.8em;
    text-align: justify;
  }
  div#Inhalt p[align=center] {
    font-style: italic;
    text-align: center
    }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed; border: 1px solid silver;
  }
