body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-image: url(../img/index-bg.jpg);
	background-repeat: repeat-x;
    }
.container {
	position:absolute;
	left: 50%;
	top: 5px;
	width: 990px;
	margin-left: -495px;
	z-index:1;
	height: 560px;
}
div#top {
	z-index: 2;
	width: 750px;
	position: absolute;
	left: 0px;
}
a.lang {
	color: #000033;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 15px;
	font-size: 14px;
}
a.lang:hover {
	color: #666666;
}

div#b1 {
	z-index: 4;
	width: 300px;
	position: absolute;
	top: 12px;
	left: 0px;
	height: 165px;
	text-align: justify;
	font-size: 10px;
	background-color: #F9F8D0;
	padding: 2px;
	max-height: 165px;
	min-height: 165px;
}

div#b2 {
	z-index: 3;
	width: 300px;
	position: absolute;
	left: 330px;
	height: 165px;
	top: 12px;
	text-align: justify;
	font-size: 10px;
	background-color: #F9F8D0;
	padding: 2px;
	max-height: 165px;
	min-height: 165px;
}
div#b3 {
	z-index: 3;
	width: 300px;
	position: absolute;
	left: 670px;
	height: 165px;
	top: 12px;
	text-align: justify;
	font-size: 10px;
	background-color: #F9F8D0;
	padding: 2px;
	max-height: 165px;
	min-height: 165px;
}

div#inhalt {
	z-index: 2;
	width: 700px;
	position: absolute;
	margin-top: 0px;
	left: 50%;
	top: 212px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin-left: -350px;
}
.angebot      {
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.red {
	color: #FF0000;
	font-weight: bold;
}

.link1 {
	font-family: Verdana, Arial;
	text-decoration: none;
	color: #E98E72;
	font-size: 11px;
}
.link2 {
	font-family: Verdana, Arial;
	text-decoration: none;
	color: #63A3B1;
	font-size: 11px;
}
.link3 {
	font-family: Verdana, Arial;
	text-decoration: none;
	color: #61883F;
	font-size: 11px;
}
p {
	margin-top: 2px;
}
