body {
	background-color: #F1F1F1;
}


ul#navigation0 {
	position: fixed;
	bottom: 20pt;
	right: 60pt;
	word-spacing: 2em;
}

ul#navigation0 li {
	display: inline-block;
}

ul#navigation0 a {
	color: #770003;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}

ul#navigation0 a:visited {
	color: #8e0101;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}

ul#navigation0 a:active {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}

ul#navigation0 a.aktiv {
	color: #000000;
}

div#navigation1 {
	color: #8e0101;
	margin-left: 2em;
	margin-top: 30em;
	padding: 1em 1em;
	border: 1px dotted silver;
	min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */	
}
	
div#hauptinhalt {
	color: #8e0101;
	margin-left: 27em;
	margin-top: 3em;
	padding: 1em 1em;
	border: 1px dotted silver;
	min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

div#hauptinhalt h1 {
  font-size: 1.5em;
  margin: 2 2 1em;
}
div#hauptinhalt h2 {
  font-size: 1.2em;
  margin: 2 2 1em;
}
div#hauptinhalt p {
  font-size:1em;
  margin: 1em 0;

}
