@charset "iso-8859-2";
/* CSS Document */

body {
	background:#000;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #FFF;
}

a:link,
a:visited {
	font-weight: bolder;
	color: #68F547;
	text-decoration: none;
	border-bottom: dashed #68F547;
}


#header {
	width: auto;
	height: 360px;
	float: left;
	margin: 20px 0;
}

#headerleft {
	position: relative;
	z-index: 1;
	width: auto;
	min-width: 30%;
	height: inherit;
	text-align: left;
	margin: 0 0 0 20px;
	overflow: visible;
}

#headerright {
	position: absolute;
	top: 0;
	right: 10%;
	z-index: 0;
	width: auto;
	max-width: 60%;
	height: 360px;
	text-align: center;
	margin: 20px 0 0 20px;
	overflow: hidden;
}

#mitte {
	width: 80%;
	margin: 0 10%;
	clear: both;
	float: left;
  font-size: 1.4em;
}

#oben {
	width: 100%;
	height: auto;
	padding: 0.5em;
	background: #000;
	text-align: center;
	font-size: 1.2em;
	font-variant: small-caps;
	color:#68F547;
  float: left;
}

#unten {
	width: 90%;
	height: auto;
	padding: 5%;
	font-size: 1.2em;
	clear: left;
	float: left;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}