html, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
}
html, body {
	margin: 0px;
	padding: 0px;
	background: #000000; 
	color: #FFFFFF; 
	width: 100%;
}
a,a:active,a:visited,a:hover { 
	color: #FFFFFF; 
	text-decoration: underline; 
}
a:hover {
	color: #999999;
}
td {
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size:0.9em;
}
.rechtsbuendig {
	text-align: right;
}
.zentriert {
	text-align: center;
}
.foot {
	color: #C8BC96;
}
.fett {
	font-weight: bolder;
}
h1, h2, h3, h4 {
	text-transform: uppercase;
	clear:both;
}
h1 {
	font-size: 2.2em;
	font-weight: lighter;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
p {
	font-size: 0.9em;
}
.schrift_braun {
	color: #805002;
}
.down {
	color: #111111;
}
.fusszeile {
	bottom: 5%;
	text-align: center;
	position: absolute;
	width: 100%;
}
#navigation {
	background-color:#000000;
	width: 18%;
	text-align: right;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 1000px;
	position: fixed;
}
#navigation ul {
	width: 95%;
	padding: 0px;
	margin: 0px;
	margin-left: 5%;
	text-align: left;
}
ul, ol {
	font-size: 0.9em;
}
.navbutton, .navbutton_active, .navbutton:hover {
	font-size: 0.9em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	list-style-type: none;
	margin-top: 0.5em;
	padding-right: 0.5em;
	text-align: right;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
.navbutton a, .navbutton a:active, .navbutton a:visited, .navbutton a:hover, .navbutton_active a, .navbutton_active a:active, .navbutton_active a:visited, .navbutton_active a:hover { 
	color: #FFFFFF; 
	text-decoration: none; 
}
.navbutton:hover {
	background-color:#805002;
	}
.navbutton_active {background-color:#805002}
#navlogos {
	bottom:5px;
	position: fixed;
	left: 5px;
	width: 17%;
	text-align: center;
}
#kopf, #inhalt, #fuss {
	width: 78%;
	left: 18.25%;
	padding-left: 1.75%;
	padding-right: 2%;
}
#kopf {
	position:fixed;
	background-color:#000000;
	top: 0px;
	height: 80px;
	z-index: 10;
	overflow: hidden;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#inhalt {
	background-color:#805002;
	top: 100px;
	padding-bottom: 110px;
	padding-top: 1.8%;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.anmerkung {
	font-size: 0.7em;
}
#fuss {
	position:fixed;
	background-color:#000000;
	bottom: 0px;
	padding-top: 10px;
	height: 90px;
	z-index: 10;
}
.fusszeile {
	text-align:center;
	color: #555555;
	font-size: 0.7em;
}
.hochgestellt {
    vertical-align: 50%;
	font-size: 75%;
}

