* {
	margin:0px;
	padding:0px;
}
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: #1C2023;
	text-align: center;
}
#container {
	width: 100%;
	margin-top: 30px;
}
.banner {
	width: 90%;
	height: auto;
	margin: auto;
	max-width: 900px;
	min-width: 230px;
}
.banner img {
	max-width: 900px;
	width: 100%;
	min-width: 230px;
}
.inhalt {
	width: 90%;
	height: auto;
	margin: auto;
	max-width: 900px;
	min-width: 230px;
}
.inhalt img {
	max-width: 900px;
	/* [disabled]width: inherit; */
	min-width: 230px;
}

.navi1 {
	width: 90%;
	height: 33px;
	max-width: 900px;
	min-width: 230px;
	background: url(../bilder/navi1.jpg) no-repeat;
	margin: auto;
	margin-top: -2px;
	/*background: url(../bilder/navi1.png) no-repeat; */
}
.navi1 a {
	display: block;
	float: right;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: 95px;
	text-align: center;
	margin-top: 6px;
}
.navi1 a:hover {
	color: #eb690b;
}
.footer {
	width: 90%;
	max-width: 900px;
	/* [disabled]width: inherit; */
	min-width: 230px;
	/* width: 80%; */
	height: auto;
	/*  clear: both;  */
	color: #000;
	background: #eb690b;
	font-size: 14px;
	font-weight: bold;
	/* [disabled]padding: 5px 0px 0px 5px; */
	margin: auto;
	margin-top: -5px;
	min-height: 30px;
}
.footer p {
	margin: 3px;
	padding-top: 5px;
}.inhalt_imp {
	width: 90%;
	margin: auto;
	text-align: left;
	background: #F5F5F5;
	height: auto;
	max-width: 900px;
	margin-top: -20px;
	min-width: 230px;
}
.inhalt_imp h1 {
	margin: 20px;
	color: #eb690b;
}
.inhalt_imp h2 {
	margin: 20px 20px 10px;
	color: #eb690b;
}
.inhalt_imp p {
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.inhalt_imp table {
	margin: 5px 20px;
}
.bez {
	width: 70px;
}
.inhalt_imp a {
	text-decoration: underline;
	color: #333;
}
.inhalt_imp a:hover {
	color: #eb690b;
}
