body {
	background-color: #eaeaea;
	margin: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.oben {
	background: #ffc288;
	text-align: left;
	color: #a8621f;
	border-bottom: medium solid #ae6219;
	border-top: medium solid #ae6219;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 150px;
	margin: auto;
	position: relative;
	vertical-align: middle;
}

.unten {
	background: #ffc288;
	text-align: center;
	color: #8c5118;
	border-bottom: medium solid #ae6219;
	border-top: medium solid #ae6219;
	padding-top: 2px;
	padding-bottom: 2px;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
}

.links {
	text-align: left;
	color: #8c5118;
	border-right: medium solid #ae6219;
	width: 20%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	background-color: #ffc288;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.rechts {
	border-left: medium solid #ae6219;
	width: 3%;
	background-color: #ffc288;
	height: auto;
}

.mitte {
	text-align: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: auto;
	padding: 30px;
}

.haupt {
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	position: absolute;
	overflow: auto;
}
.rahmen {
border-width: thin; border-style: solid; border-color: #BBBBBB;}

h1 {
	color: #a8621f;
	margin-top: auto;
	margin-bottom: auto;
	text-shadow: #000000 2px 2px 1px;
}
li {
	color:#000000;
	text-shadow: #a8621f 2px 2px 1px;
	border-bottom: 1px dotted #8c5118;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: circle;
	line-height: 30px;
}

a:hover {
	color:#000000;
	text-shadow: #a8621f 2px 2px 1px;
}

a {
	color:#8c5118;
	text-decoration: none;
	font-weight: bold;
	text-shadow: none;
}

a.link2:hover {
	color:#000000;
}

a.link2 {
	color:#8c5118;
	text-decoration: none;
	font-size: small;
}

p.aktuell {
	vertical-align: bottom;
	border: 1px dotted #8c5118;
	padding: 10px;
	bottom: 20px;
}

ul {
	margin-left: 0;
	padding-left: 10px;
}