@charset "ISO-8859-1";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0; 
	text-align: center; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#container {
	background-color: #c9b48b;
	background-image: url(../Bilder/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100%;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 1;
}
#center {
	margin: auto;
	width: 100%;
	min-height: 600px;
}
#kopf {
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #4a4947;
	z-index:2;
}
#seite {
	width: 100%;
	padding-top: 420px;
	height: auto;
}
#fuss {
	position:absolute;
	left:0px;
	width:100%;
	height:25px;
	bottom: 0px;
	right: 0px;
	background-color: #4a4947;
	padding-top: 5px;
	z-index:3;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #b5a57e;
}
