body, html {

	position: relative;

	text-align: center;

	width: 100%;

	height: 101%;

	font: normal 100.01% Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	background:#FFF url(../img/elem/bg.png) repeat-x;
	/*background:#FFF url(../img/elem/bg_f02.png) repeat-x 0 204px;*/
	line-height:20px;
}

#outer-wrapper {
	/*border:1px solid #FFF;*/
	position: relative;

	z-index: 0;

	text-align: center;

	margin: 0 auto;

	height: 864px;
	width:1055px;
	/*padding:0 264px 0 261px;*/
	padding:0 43px 0 42px;
	/*background: transparent url(../img/elem/banner_1140x864.png) no-repeat;*/
	/*background: transparent url(../img/elem/banner_1140x864_f2.png) no-repeat;*/
	background: transparent url(../img/elem/banner_1140x864.png) no-repeat;

}
/* IE6-Hack  nur IE liest die nachfolgende Anweisung! */
*html #outer-wrapper{
	padding:0;
	width:1140px;
}
/* IE7-Hack  nur IE liest die nachfolgende Anweisung!*/ 
*+html #outer-wrapper{
	padding:0;
	width:1140px;
	/*border:1px solid #FF0000;*/
	
}
#inner-wrapper {
	width:1050px;
	position: relative;

	z-index: 0;

	text-align: left;

	

	height: auto;

	background: transparent;

}

#outer-content-wrapper {
	/*border:1px solid #AEAEAE;*/
	/*position: absolute;

	top: 236px;

	left: 0;*/
	border-left:1px solid #BDBCBA;
	border-right:1px solid #BDBCBA;
	width: 100%;
	background:#FFFFFF url(../img/elem/bg_outercontent.gif) right repeat-y;
	/*fix IE bug min-height*/
	/*height:auto !important;
	height:500px;
	min-height: 500px;

	background: #FFFFFF;*/

	clear: both;

}