#wrapper {
	width: 993px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFF;
	overflow:hidden;
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
}

#header {
	position:relative;
	left:0;
	overflow:hidden;
	height:92px;
	background:url(../images/bgs/kopfmotive.jpg) no-repeat center top #F4A612;
	/*border-top: 1px solid #000000;*/
}

#outer {
	padding-bottom: 0;
	border-top: 2px solid #F8CC21;
	background-color: #FFF2BE;
	min-height: 300px; 
	position: relative;
	width: auto;
	z-index: 1;
	overflow: hidden; /* ohne das hier endet der Hintergrund bei Neuanmeldung-Seite bereits nach 300px */
}

#inner {
    width: 100%;
    margin: 0;
}

#center {
    position: relative;
    margin: 5px 0 0 0;
    z-index: 12;
    width: 100%;
    float: left;
}

#main {
	 padding-left:0;
	 padding-right: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}

#footer {
	background:url(../images/footer/ProduktFries_Background.jpg) repeat-x 0 10px;
	margin:0;
	padding: 5px 0 0 0px;
	color:#000;
	border-top: 2px solid #F8CC21;
	overflow:hidden;
/*	width: 993px; */
/*	border-bottom: 1px solid #000000;
	background:url(../images/bgs/footer.gif) repeat-x 0 10px;
	padding:10px 0 0 10px; */
}