@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 798px;
	background-color: #E76929;
}
#wrapper {
	background-image: url(Bilder/LAN-web.jpg);
	height: 798px;
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper #navi {
	float: left;
	width: 150px;
	margin-top: 400px;
	margin-left: 33px;
}

#wrapper #navi ul {
	list-style-type: none;
}
#wrapper #navi li {


}
#wrapper #inhalt {
	float: right;
	margin-right: 180px;
	margin-top: 250px;
	width: 600px;
	height: 390px;
}

#wrapper #footer {
	position: absolute;
	left: 185px;
	bottom: 100px;
	width: 550px;
}
#wrapper #inhalt #button ul {
	list-style-type: none;
}
#wrapper #inhalt #button li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#wrapper #navi li a {
	line-height: 25px;
	background-image: url(Bilder/buttons.jpg);
	height: 25px;
	width: 150px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#wrapper #navi a:hover {
	background-image: url(Bilder/buttons.jpg);
	background-position: 0px 25px;
}

#wrapper #navi a {
	display: block;
}
.active {
	background-image: url(Bilder/buttons.jpg);
	background-position: 0px 25px;
}
#wrapper #footer {
	font-weight: bold;
	color: #FFFFFF;
}
