@charset "UTF-8";
/* CSS Document */
body {background-color:#FFF}
#blaettern {
	width: 140px;
	height: 25px;
	position: absolute;
	left: 885px;
	float: left;
	padding-top: 5px;
}
#content {
	width: 1024px;
	height: 600px;
	position: absolute;
	left: 0;
	float: left;
	padding-top: 5px;
	padding-left: 0px;
}
#impressum {
	width: 724px;
	height: 600px;
	position: absolute;
	left: 0;
	float: left;
	padding-top: 5px;
	padding-left: 200px;
}
#Apfel {
	width: 200;
	height: 203;
	z-index: 300;
	background-image: url( );
	position: fixed;
	bottom: 0px;
	left: 0px;
}
#navi {
	width: 550px;
	height: 50px;
	z-index: 1000;
	position: fixed;
	bottom: 0px;
	left: 200px;
	float: left;
	background-color: rgba(255,255,255,0.8);
}
#wrapper {
	width: 1024px;
	height: 484px;
	vertical-align: middle;
	left: 50%;
	top: 121px;
	margin-left: -512px;
	position: absolute;
	z-index: 200;
}
#shadow {
	width: 1023px;
	height: 508px;
	vertical-align: middle;
	left: 50%;
	top: 121px;
	margin-left: -512px;
	position: absolute;
	-moz-box-shadow: 3px 3px 8px #999;
	-webkit-box-shadow: 3px 3px 8px #999;
	box-shadow: 3px 3px 8px #999;
	z-index: 100;
	background-color: #ccc;
}
