body {
  color: white; background-color: black;
  font-size: 100.01%;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0; padding: 1em 0;
  text-align: center;
}

div#Background {
	 padding: 0;
	 background: #000000;
    width: 768px;
    height: 576px;
	 text-align: center;
	 position: absolute; top: 50%; left: 50%;
	 margin-left: -384px;
	 margin-top: -288px;
	 background-image: url(background.jpg);
	 background-repeat: no-repeat;
	 background-position: center center;
	 background: url(background.jpg);
	 background-repeat: no-repeat;
	 background-position: center center;
	 /* border: 1px dashed silver; */
	float: none;
}

* html #Background {
	width: 768px;
	w\idth: 768px;
}
	

div#Navigation {
  /* background: allowtransparancy: true; */
  font-size: 0.91em;
  text-align: right;
  position: relative; top: 20mm; left: -102mm;
  width: 300px;
  padding: 1em;
  margin: 1px;
  margin-top: 1px;
  margin-left: 1px;
  /* float: right; */
  /* border: 1px dashed silver; */
  float: right;
  height: 120px;
  }

ul#Navigation {
  font-size: 0.91em;
  text-align: right;
  margin: 0 auto;
  padding: 0 0;
}
ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.1em;
}
ul#Navigation a {
  display: block;
  padding: 0.1em;
  font-weight: bold;
}
ul#Navigation a:link {
  color: white;
  text-decoration:none; 
}
ul#Navigation a:visited {
  color: white;
  text-decoration:none; 
}
ul#Navigation a:hover {
  color: gray;
  text-decoration:underline; 
}
ul#Navigation a:active {
  color: gray;
  text-decoration:underline;
}

div#Inhalt {
  /* background: allowtransparancy:true; */
  text-align: left;
  position: relative; top: 10px; left: 22px; 
  width: 600px;
  height: 270px;
  /* float: left; width: 600px; height: 270px; */
  /* font-size: 0.80em; */
  padding: 1px;
  /* border:  1px dashed silver ; */
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
  float: left;
  margin: auto auto;
  margin-top: 0;
  margin-left: 0;
}
* html#Inhalt {
	width: 600px;
	w\idth: 600px;
}
div#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 1em;
}
div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
div#Inhalt p {
  font-size:0.8em;
  margin: 1em 0;
}

div#Inhalt a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
}
div#Inhalt a:link {
  color: white;
  text-decoration:none; 
}
div#Inhalt a:visited {
  color: white;
  text-decoration:none; 
}
div#Inhalt a:hover {
  color: gray;
  text-decoration:underline; 
}
div#Inhalt a:active {
  color: silver;
  text-decoration:underline;
}
