body {
  color: black; background-color: #D8DADC;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em;
}
p {
  color: black; background-color: #D8DADC;
  font-size: 85.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em;
}
p a {
  color: black; background-color: #D8DADC;
  font-size: 85.01%;
  font-family: Helvetica,Arial,sans-serif;
  font-style: oblique;
  margin: 0; padding: 1em;
}
div#kopf {
	position:relative;
	text-align: center;	
	top: 0.5em;
	border: none; 
}
ul#Navigation {
	font-size: 0.7em;
	margin-left: 5em;
	margin-right: 5em;
	padding: 0.4em;
	border: none;
	background-color: #FFF78C;
	position: relative;
	text-align: center;
	top: 0.5em; 

}
ul#Navigation li {
  display: inline;  
  list-style: none;
  padding: 2em;
}
ul#Navigation a {
  display: inline;
  padding: 0.1em;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
ul#Navigation a:link {
  color: #2E1D86; background-color: #FFF78C;
}
ul#Navigation a:visited {
  color: #2E1D86; background-color: #FFF78C;
}
ul#Navigation a:hover {
  color: #FFFFFF; background-color: #696486;
}
ul#Navigation a:active {
  color: #FFFF66; background-color: #696486;
}
ul#Navigation li img {
    border: none;
}

div#Inhalt {
	margin-left: 12em;
	margin-right: 12em;
	padding: 0 1em;
	border: none;
	/*min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
	position: relative;
	top: 0.5em;
}
div#Inhalt h1 {
	font-size: 0.9em;
	margin: 0 0 1em;
	vertical-align: top;
}
div#Inhalt h2 {
  font-size: 0.82em;
  margin: 0 0 1em;
}
div#Inhalt h3 {
  font-size: 0.80em;
  font-style: italic;
  margin-left: 1em;
}
div#Inhalt p {
  font-size:0.8em;
  margin: 1em 0;
}
div#Inhalt ol {
  list-style-type:circle;
  list-style:outside;
  padding: 0.2em;
  margin: 1.5em;
}
div#Inhalt ol li {
  padding: 0.2em;
}
div#Inhalt ol a { 
  border: none;
  text-decoration: none;
  font-size:1em;
  padding:0em;
  margin:0em;
}
div#Inhalt table {
	font-size: 0.75em;
}

div#Inhalt th {
	text-align: left;
	font-weight: bold;
	border-bottom: 2px dashed #000066;
}
div#Inhalt td {
	text-align: left;
	border-bottom: 2px dashed silver;
}
div#Inhalt td p {
	font-size: 1em;
	margin: 1em 0;
}
div#Inhalt td table {
	font-size: 1em;
}
div#Inhalt td table td{
	font-size: 1em;
	border-bottom: 1px dashed silver;
}
div#Inhalt td table th{
	font-size: 1em;
	border-bottom: 1px dashed #000066;
}	
div#Inhalt td ul{
	font-size: 1em;
}
div#Inhalt ul {
    font-size: 0.75em;
}
div#Inhalt a { 
  border: none;
  text-decoration: none;
}
div#Inhalt a:link {
  border: 0;
  text-decoration: none;
  color: #000066; background-color: #DDDDDD;
}
div#Inhalt a:visited {
  border: 0;
  text-decoration: none;
  color: #000066; background-color: #DDDDDD;
}
div#Inhalt a:hover {
  color: #FFFFFF; background-color: #666666;
}
div#Inhalt a:active {
	color: #FFFF66;
	background-color: #DDDDDD;
	border: 0;
}
div#Inhalt p a { 
  border: none;
  text-decoration: none;
  font-size:1em;
  padding:0em;
  margin:0em;
}
div#Inhalt p a:link {
  border: 0;
  text-decoration: none;
  color: #000066; background-color: #DDDDDD;
}
div#Inhalt p a:visited {
  border: 0;
  text-decoration: none;
  color: #000066; background-color: #DDDDDD;
}
div#Inhalt p a:hover {
  color: #FFFFFF; background-color: #666666;
}
div#Inhalt p a:active {
	color: #FFFF66;
	background-color: #DDDDDD;
	border: 0;
}
div#Inhalt img {
    border: none;
}
.logo-text {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.95em;
	color: #000000;
}

