/* =============================== Styles für www.lust-auf-garten.de ================================== */

* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 150%;
	background-color: #A4B909;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	border: 0;
	color: #FFF;
}

/* Zentrierung des Containers: */
	#distance { 
		width:1px;
		height:50%;
		background-color: none;
		margin-bottom:-295px; /* half of container's height */
		float:left;
		}
/* um den hier geht's: */
	#container {
		margin:0 auto;
  position:relative; /* puts container in front of distance */
		text-align:left;
		height:590px;
		width:820px;
  z-index: 2; 
		clear:left;
  overflow: auto;
  background-color: #A4B909;
  visibility: visible; 
}
/* Ende Zentrierung */

#eContent {
	background-color: #A4B909;
	visibility: visible;
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 580px;
	/*background-image: url(../bilder/layout_start.jpg);*/
}




