body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #54525B;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Ebenen */
div#lay_teaser {
	position: absolute;
	width: 120px;
	height: 60px;
	left: 15px;
	top: 15px;
}
div#lay_kugel {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 130px;
	top: 15px;
	background-image: url(images/kugel.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
div#lay_logo {
	position: absolute;
	width: 470px;
	height: 60px;
	left: 230px;
	top: 15px;
	text-align: center;
	z-index: 2;
}
div#lay_menu01 {
	position: absolute;
	width: 470px;
	height: 15px;
	left: 230px;
	top: 90px;
}
div#lay_menu01 .menu01_innen {
	width: 115px;
	height: 15px;
	text-align: center;
	float: left;
}
/* Menu Links */
div#lay_menu02 {
	position: absolute;
	width: 150px;
	height: auto;
	left: 15px;
	top: 120px;
	background-image: url(images/bg_menu2.gif);
}
div#lay_menu02 .inhalt {
	margin: 0;
	padding: 10px;
	height: 255px;
}
html>body div#lay_menu02 div.inhalt {
	height: auto;
	min-height: 255px;
}
div#lay_trenner {
	position: absolute;
	width: 2px;
	height: 250px;
	left: 180px;
	top: 135px;
	background-color: #cccccc;
	padding: 0px;
	margin: 0px;
}
/* Inhalt */
div#lay_inhalt {
	position: absolute;
	width: 500px;
	height: auto;
	left: 195px;
	top: 120px;
}

html>body div#inhalt {
height: auto;
min-height: 245px;
}

div#inhalt {
	background-color: #E9E9EC;
	padding: 0px 15px 0px 15px;
	width: 470px;
	height: 245px;
	float: left;
}