body {
  color: #FFFFFF; background-color: #000000;
  font-size: 100.01%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0; padding: 1em;
  min-with: 1000px
}

ul#Navigation {
	font-size: 0.8em;
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	border-top: 0px none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none;
	border-left: 0px none;
	height: 30em;
}
ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.5em;
}
ul#Navigation a {
	display: block;
	padding: 0.2em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.1em;
}
ul#Navigation a:link {
	color: #FFFFFF;
}
ul#Navigation a:visited {
	color: #FFFFFF;
}
ul#Navigation a:hover {
  color: #CCCCCC; background-color: #333333;
}
ul#Navigation a:active {
  color: white;
}

div#Inhalt {
	margin-left: 220px;
	padding: 0 1em;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin-top: 50px;

}
div#Inhalt h1 {
	font-size: 0.8em;
	margin: 0 0 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
div#Inhalt h2 {
	font-size: 1em;
	margin: 0 0 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
}
div#Inhalt p {
  font-size:0.8em;
  margin: 1em 0;
}
ul#Navigation h3 {
	display: block;
	padding: 0.2em;
	font-weight: normal;
	text-decoration: underline;
	letter-spacing: 0.1em;
	font-size: 1em;
}
div#Inhalt a {
	margin: 1em 0;
	color: #999999;
	text-decoration: none;
}
div#Inhalt a:hover {
	color: #CCCCCC;
	background-color: #333333;
}
*html div#Inhalt {
	margin-left: 20px;
	margin-top: 50px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: none;
	position: absolute;
	width: 70%;
}
div#Inhalt h5 {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.6em;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.1em;
	text-indent: 2em;
	margin-left: 6em;
	margin-right: 10em;
	text-align: justify;
}
div#Inhalt h6 {
	font-size: 0.7em;
	font-weight: normal;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-align: right;
	margin-top: -1.2em;
	margin-right: 10em;
}
div#box2 {
	float: right;
	position: relative;
	right: 130px;
	top: 20px;
	width: auto;
}