@charset "UTF-8";
/* CSS Document */

html, body {
width:100%;
height:100%;
min-height:100%;
padding:0;
margin:0;
background-image:url(../layout/bg_verpackung.jpg);
background-repeat:repeat-x;
}

#container {
	position:absolute;
	left:0px;
	top:0px;
	width:1307px;
	height:1321px;
    left:50%;
    margin-left:-653px;
}

#head {
	position:absolute;
	left:0px;
	top:0px;
	width:1307px;
	height:128px;
	background-image:url(../layout/layout_01.jpg);
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	left:146px;
	top:22px;
}

#top_navi {
	position: absolute;
	z-index: 2;	
	text-transform: uppercase;
}


#slides {
	position: absolute;
	left: 0px;
	top: 128px;
	width: 1307px;
	height: 365px;
	/*z-index: 1;*/	
}

#headline {
	position:absolute;
	left:0px;
	top:493px;
	width:1307px;
	height:96px;
	background-image:url(../layout/layout_03.jpg);
	background-repeat:no-repeat;
}

#space_contend {
	position: absolute;
	left: 0px;
	top: 589px;
	width: 1307px;
	height: 39px;
	background-color: #e8eaec;
	;
}

#links {
	position:absolute;
	left:0px;
	top:628px;
	width:129px;
	height:574px;
	background-color:#e8eaec;
}

#contend {
	position: absolute;
	left: 129px;
	top: 628px;
	width: 772px;
	height: 574px;
	background-color: #fff;
}

#inline {
	position: absolute;
	left: 550px;
	top: 180px;
	width: 200px;
}

#inline_logistik {
	position: absolute;
	left: 550px;
	top: 96px;
	width: 200px;
}

#navi_right {
	position:absolute;
	left:901px;
	top:628px;
	width:406px;
	height:574px;
	background-image:url(../layout/bg_nav.jpg);
	background-repeat:repeat-y;
}

#space_footer {
	position:absolute;
	left:0px;
	top:1202px;
	width:1307px;
	height:38px;
	background-color:#e8eaec;
}

#footer {
	position:absolute;
	left:0px;
	top:1240px;
	width:1307px;
	height:81px;
	background-color:#a3a3a3;
}
