@charset "utf-8";
 

   

#mitte {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 984px; /* Breite des Elements */
	height: 1200px; /* Höhe des Elements */
	margin-left: -492px; /* Breite des Elements geteilt durch zwei! */
	margin-top: 0px; /* Höhe des Elements geteilt durch zwei! */
	background-image: url(../bilder/jpg/back_content.jpg);
	background-repeat: repeat-y;
	float: none;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 


#mitte{
-webkit-box-shadow: 10px 15px 50px #000;
-moz-box-shadow: 10px 15px 50px #000;
-box-shadow: 10px 15px 50px #000;
}

