body {
	font: normal normal normal 12pt sans-serif;
}
div#top {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div#titel {
	position: absolute;
	top: 20px;
	left: 40px;
	font-family: sans-serif;
	font-size: 28pt;
	font-weight: bold;
	color: Black;
	z-index: 2;
	line-break: strict;
	width: 800px;
	border-bottom: 2px solid #C07C44;
	}
div#sidebar{
	position: absolute;
	left: 40px;
	top: 150px;
	width: 120px;
	z-index: 3;
}
#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
   text-align: right;
}
#sidebar li{
	padding: 0.5em 0 0.25em;
	border-bottom: 1px solid #C07C44;
	}
#sidebar a{
	text-decoration: none;
	color: black;
}
#sidebar a:visited {
	color: #C07C44;
}
#sidebar a:hover {
	color: silver;
}
div#content{
	position: absolute;
	left: 170px;
	top: 150px;
	width: 670px;
	z-index:4;
	border-top-color: #C07C44;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 2px;
}
#content h1{
	font-size: 14pt;
	font-weight: bold;
	color: #C07C44;
	padding: 0;
}
#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #C07C44;
	padding: 0;
	text-decoration: underline;
}#content ul{
	list-style: disc;
	margin: 0;
	padding: 6px 20px 6px;
}
#content li{
   left: 0;
}
div#bottom{
	left: 170px;
	color: silver;
	z-index: 5;
	border-top-color: #C07C44;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 4px;
}
#content a{
	text-decoration: underline;
	color: black;
}
#content a:visited {
	color: #C07C44;
}
#content a:hover {
	color: silver;
}
#content hr{
	color: #c07c44;
	width: 80%;
}