body { background-color: #3E5816; color: black; font-style:italic; min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */ }
a  {text-decoration:none; font-weight: bold; color: #9BC117; }
a:hover {color: blue; text-decoration: none;}
a:active { text-decoration: none;}
html { padding: 0; }
body { margin: 0; padding: 0; }
img { border: 0px; }
#inhalt { margin:30px; margin-left: 280px; width:680px; padding: 0.1em; border: 2px ridge gray;  }
  * #inhalt {  /* versteckt vor Netscape 4 */ background-color: #CCE7A0; }
#inhalt p { font-size: 0.6em; }
#fix { position:absolute; top:30px; left:30px; }
    html>body #fix {  /* nur fuer moderne Browser! */ position: fixed; }
#navi { width: 180px; margin: 0; padding: 0.4em; border: 2px ridge gray; }
#navi li { list-style: none; padding: 0; font-size: 1.0em; text-align: center; }
#navi a { display:block; padding: 0.2em; text-decoration: none; font-weight: bold; border-left-color: white;
  	   border-top-color: white; border: 1px solid black; color: black;  background-color: #597A1B; }
#navi a:hover { border-color: white; border-left-color: black; border-top-color: black; color: black;
		 background-color: #CCE7A0; }

