html, body {
	color: #FFFFFF;
	background-image: url(images/backround.gif);
	padding-top: 10px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #D26900;
}
#wrapper {
	width: 897px;
	background-image: url(images/mitte.png);
	margin-left: 50%;
	left: -450px;
	position: absolute;
}
#banner {
}
.impressum {
	font-size: 10px!important;
	color: #FFFFFF;
	text-align: center;
}

#footer {
	width: 897px;
}

#navigation {
	width: 260px;
	padding-top: 30px;
	float: left;
}

#inhalt {
	float: right;
	width: 590px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
#navigation a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
}




.navibar {
	background-color: #999999;
	height: 7px;
}

.navibutton {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	width: 25%;
}
.navibutton a {
	display: block;
	text-decoration: none;
	width:100%;
	color: #FFFFFF;
}
.navibutton a:hover {
	text-decoration: none;
	color: #DA8716;
	background-color: #666666;
}
#inhalt img {
	border: medium solid #D26908;
}
