/* CSS Document - positions.css - bettenladen.de */

#spacer {
	height: 50%; 
	width: 200px;
	margin-bottom: -285px; 
	float: left; 
}

#container {
	margin: auto auto; 
	width: 950px; 
	height: 570px; 
	clear: left; 
	overflow: hidden; 
	position: relative; 
	text-align: left;
	/* border: 1px solid #f4e7bf; */
}


/* Navigation */

#navi {
	top:152px;
	left:0px;
	position: absolute;
	z-index: 10;
}


/* Content */

#content {
	top: 180px;
	left: 0px;
	height: 395px;
	width: 950px;
	background-color:#c3cd77;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

#content div {
	top: 30px;
	left:115px;
	width: 675px;
	height: 345px;
	position: absolute;
	overflow: hidden;
	z-index: 20;
}

#back {
	top: 210px;
	left: 0px;
	height: 30px;
	width: 85px;
	background-color:#c3cd77;
	position: absolute;
	overflow: hidden;
	z-index: 50;
	text-align:right;
}

#header {
	top: 0px;
	left: 0px;
	width: 950px; 
	height:180px;
	text-align: center;
	position: absolute;
	overflow: hidden;
	background-repeat:no-repeat;
	z-index: 1;
}

#header div {
	top: 104px;
	left: 15px;
	width: 300px; 
	height:43px;
	text-align: left;
	position: absolute;
	overflow: hidden;
	z-index: 10;
}

#logo {
	top: 518px;
	left:720px;
	height: 47px;
	width: 226px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}

#footer {
	top: 492px;
	left:10px;
	height: 95px;
	width: 800px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	text-align:left;
}