#outer {
	position:absolute;
	left:50%;
	margin-left:-477px;
	width:954px;
	text-align:center;
}

#container {
	width:930px;
	background-image:url(../../../img/bg/bg_shadow.png);
	padding-left:12px;
	padding-right:12px;
}

#header {
	margin-top:0px;
	width:100%;
	height:300px;
	text-align:left;
}

#header_unterseite {
	margin-top:4px;
	width:100%;
	height:280px;
	text-align:left;
	background-image:url(../../../img/bg/bg_header_unterseite.jpg);
}

#pic_header_unterseite {
	position:absolute;
	top:178px;
	left:78px;
	width:229px;
	height:172px;
}

#text_header_unterseite {
	position:absolute;
	top:190px;
	left:340px;
	width:550px;
	height:160px;
}

#top {
	width:100%;
	height:100px;
	text-align:left;
	background-image:url(../../../img/logo_bg.jpg);
}
#main_under_header {
	margin-top:2px;
	text-align:left;/* background-image:url(../../../img/bg/bg_buttons_header.jpg); */
	/* background-repeat:repeat-x; */

}
#main_on_header {
	margin-top:-260px;
	text-align:left;
}

#footer {
	margin-top:30px;
	height:120px;
	width:100%;
	background-image:url(../../../img/bg/bg_footer.jpg);
	text-align:left;
	color:#FFFFFF;
}

#navi {
	background-color:#000000;
	width:930px;
	height:50px;
}

#logo {
	position:absolute;
	left:80px;
	top:10px;
	z-index:900;
}

#cart_login {
	position:absolute;
	z-index:250;
	left:622px;
	height:100px;
	top:0px;
	width:320px;
	background-image:url(../../../img/bg/bg_cart_login.jpg);
	background-repeat:repeat-x;
}

#index_content {
	margin-top: 5px;
}

/* Konfigurator */
#konf_note_left {
	float:left;
	width:320px;
}
#konf_note_right {
	float:left;
	width:185px;
	margin-left:5px;
}


/* ------------------------> CSS - HACKS <------------------------------ */
/* IE6 */

* html #index_content {
	margin-top: -2px;
}

* html #header_unterseite {
	margin-top:0px;
}

/* IE7 */

*+html #index_content {
	margin-top: -2px;
}

*+html #header {
	margin-top:4px;
}