* {
margin:0;
padding:0;
}
body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(grafik/back.jpg) repeat-y;
}
#header {
	height: 181px;
	width: 980px;
	background: url(grafik/logo.jpg) no-repeat;
}
#navi {
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-top: 10px;
}
#content {
	width: 780px;
	float: left;
	margin-top: 10px;
	padding: 5px;
	font: 1em Geneva, Arial, Helvetica, sans-serif;
}
#footer {
	clear: both;
	height: 20px;
	background: #666666;
}
#content h1 {
	font: 1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
#content h3 {
	color: #00FF00;
}

#navi li {
	list-style: circle;
	font-size: 1em;
}
#navi li a:link {
	list-style: circle;
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#navi li a:visited {

	list-style: circle;
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#navi li a:hover {


	list-style: circle;
	color: #00FF00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#navi li a:active {


	list-style: circle;
	color: #00FF00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#oben {
	background: url(grafik/oben.jpg) no-repeat;
	height: 27px;
	
}
#footer {
	background: url(grafik/footer.jpg) no-repeat;
	height: 27px;
}
a:link {
	color: #00FF00;
}
a:visited {
	color: #00FF00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #00FF00;
}
