 body {
	font: normal 100.01% Helvetica, Arial, sans-serif;
	color: black;
	background-color: white;
	min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
	background-image: url(Melancholie.JPG);
	background-repeat: no-repeat;
	background-position: top;
	background-position: left;
	background-attachment: fixed;
}
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }
  p  a {
    color:black;  /* Farbe des 'zurueck'-Links */
  }
 
  html {
    padding: 0;

  }
  body {
    margin: 0; padding: 0;
	 	  

  }
 
  #fixiert {
    position: absolute;
    top: 6.0em; left: 5em;
    width: 10em;
    background-color: none;
	
  
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
	 
  }
  #fixiert img {
    /*height: 6.8em; float: right;*/
		  /*float: center;*/
	  }
  


  
   #fest  {
    position: absolute;
      top: 9.0em; left: 59em;
     position: fixed;
  }
 
  #Inhalt {
	
	
	margin-left: 18em;
	padding: 0 1em;
	margin-right: 14em;
	width: 43em;
}
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: #fff;
  }
 
  #Inhalt h2 {
    font-size: 2.4em;
    margin: 0.2em 5% 1em;
    color: grey;
   
  }
    #Inhalt h3 {
    font-size: 1.2em;
    margin: 0.5em 0.2em 0em 0.4em;
    color: #6a6a6a;
		line-height: 0.2em;
   
  }
  #Inhalt p {
    font-size: 0.95em;
	line-height: 1.5em;
    margin: 1em 0;
  }
  #Inhalt #Fusszeile {
    font-size: 0.9em;
    margin: 20em 0 0; padding: 0.1em;
    text-align: center;
   /* background-color: #d7e8ff;*/ 
	text-decoration:none;
  }
 
  h1 {
	font-size: 3.5em;
	margin-left: 5em;
	/*padding: 1em 1em;*/
	/*padding: 0.3em;*/
	text-align: left;
	/*background-color: #fff;*/
}
 
  #Navigation {
font-size: 0.93em;
    margin: 1.2em 0 1.2em; padding: 0;
	  border: 0px solid silver;
	  
	   
  }
  #Navigation li {
    list-style: none;
    margin: 10px; padding: 0.4em;
	text-align: left;
	
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
	  background-color: white;
	 
		  }
  ul#Navigation a:link {
    color: black; background-color: #white; text-decoration:none;
  }
  ul#Navigation a:visited {
    color: black; background-color: #white;text-decoration:none;
  }
  ul#Navigation a:hover {
    color: black; background-color: #eee;text-decoration:none;
  }
  ul#Navigation a:active {
    color: white; background-color: #eee;text-decoration:none;
  }