body {
  color: white;
  background-image: url(Bilder/lm_back.jpg);
  background-color: black;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em 0;
  text-align: center; /* for safety */
  min-width: 65em; /* for safety */
}

a:link { 
  text-decoration: none; 
  color: #FFFF66;
}
a:visited { 
  text-decoration: none; 
  color: #FFFF66;
}
a:active { 
  text-decoration: none; 
  color: white;
  outline: none;
}
a:hover {
  text-decoration: none; 
  color: white;
}

/* IE Artefakte */
a img { border:none; }
a { outline:none; }

ul#NaviLeft {
  position: absolute;
  font-size: 0.9em;
  float: left; width: 11em;
  margin-top: 1em;
  margin-bottom: 50em; /* nicht sichbarer Bereich unten*/
  padding: 0;
  /*border: 1px dashed silver;*/
}
ul#NaviLeft a {
  display: block;
  padding: 0.1em;
  list-style: none;
}
ul#NaviLeft a:hover {
  background-color: gray;
  color: white;
}
/* nur fuer moderne Browser! */
html>body #NaviLeft {  
  position: fixed;
}

ul#NaviRight {
  position:absolute; top:1em; right:0em;
  font-size: 0.9em;
  float: right; width: 11em;
  margin-top: 2em;
  margin-bottom: 50em; /* nicht sichbarer Bereich unten*/
  padding: 0;
}
ul#NaviRight a {
  display: block;
  padding: 0.1em;
  list-style: none;
}
ul#NaviRight a:hover {
  background-color: gray;
  color: white;
}
/* nur fuer moderne Browser! */
html>body #NaviRight {  
  position: fixed;
}

div#Inhalt {
  margin: 2em 12em; /* oben/unten, links/rechts */
  padding: 0 1em;
  /*border: 1px dashed silver;*/
}
div#Inhalt h1 {
  font-style:italic;
  font-size: 1.5em;
  margin-bottom: 1em;
}
div#Inhalt h2 {
  color: #FFFF66;
  font-size: 1.2em;
  font-style:normal;
  text-align: left;
  margin: 0;
}
div#Inhalt h3 {
  font-size: 1.2em;
  font-style:normal;
  text-align: left;
  margin: 0;
}
div#Inhalt h4 {
  font-size: 1.2em;
  font-style:normal;
  text-align: center;
  margin: 0.2em; /* alle Seiten */
}
div#Inhalt h5 {
  color: #FFFF66;
  font-size: 1.1em;
  font-style:normal;
  text-align: left;
  margin: 0;
}
div#Inhalt h6 {
  font-size: 1.2em;
  font-style:normal;
  text-align: left;
  margin: 0;
}
div#Inhalt p {
  font-size: 1em;
  text-align: left;
  margin-bottom: 0.5em;
}
div#Inhalt pc {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0.5em;
}
div#Inhalt tr {
  text-align: center;
}
