body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	background-color: #F8A900;
	font-family: Tahoma, Verdana, Arial;
	width: 100%;
	height: 100%;
	background-image: url(../img/eye.jpg);
	background-repeat: no-repeat;
	background-position: 33% 2%;
}
#logo {
	height: 350px;
	position: absolute;
	top: 100%;
	margin-top: -350px;
	background-image: url(../img/bg.jpg);
	z-index: 10;
	width: 100%;
}
#logo #anschrift {
	margin-top: 275px;
	z-index: 15;
	background-color: #000000;
	position: absolute;
	left: 25px;
	color: #E3BC6D;
	font-weight: bold;
}
#logo #anschrift a {
	color: #E3BC6D;
	text-decoration: none;
}
#logo #anschrift h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;

}
#text {
	width: 990px;
	height: 350px;
	position: absolute;
	top: 10px;
	z-index: 11;
	left: 50%;
	margin-left: -460px;
}
#text h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	color: #FFF8DE;
}
.big {
	font-size: 14px;
	font-weight: bold;
	color: #FFF8DE;
	text-decoration: underline;
}
ul, li {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana;
	margin: 3px 0 3px 20px;
}
#text .pics {
	width: 465px;
	height: 166px;
	position: absolute;
	left: 440px;
	top: 65px;
	z-index: 1;
}
#logo_bg {
	height: 350px;
	position: absolute;
	top: 0px;
	background-image: url(../img/logo.jpg);
	z-index: 10;
	width: 368px;
	background-repeat: no-repeat;
}
.bigger {
	font-size: 20px;
	font-weight: bold;
	color: #FFF8DE;
	text-decoration: underline;
}

