/* CSS Document */
#centerCont {
	position: relative;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
}
#logo {
	position: absolute;
	top: 25px;
	left: 15px;
	width: 140px;
	height: 32px;
}

#contact {
	position: absolute;
	top: 30px;
	left: 350px;
	width: 260px;
	height: 20px;
	text-align: right;
}
#date {
	position: absolute;
	top: 0px;
	left: 630px;
	width: 130px;
	height: 80px;
	font-size: 11px;
}
#picture {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 615px;
	height: 100px;
	z-index: 0;
}
#search {
	position: absolute;
	top: 80px;
	left: 630px;
	width: 130px;
	height: 100px;
	background-color: #0074AD;
}
#searchinput {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 130px;
	height: 24px;
	border-top: 1px solid #FFFFFF;
	background-color: #99C7DE;
}
#language {
	position: relative;
	top: 10px;
	left: 0px;
	text-align: right;
}
/* -------------------------------------------------------------------------------------------------------------------------------- */
#content {
	position: absolute;
	top: 190px;
	left: 15px;
	width: 460px;
	height:506px;
	z-index: 10;
	padding-left: 30px;
}
/* Der IE kennt min-height- nicht -> #content mit height=506. Das wiederum stört Firefox (#footer
überlagert den Text) -> in #content[id] height überschreiben und min-height setzen. Der IE interpretiert diese Angabe nicht,
da er keine Attribut-Selektoren versteht */
#content[id] {
	height: auto;
	min-height: 506px;
}
/* für zweispaltigen Content */
#linkeSpalte {
	width: 250px;
	height: auto;
	float: left;
	padding-bottom: 40px;
}
#rechteSpalte {
	width: 250px;
	height: auto;
	float: left;
	padding-left: 60px;
	padding-bottom: 40px;
}
#index_content_bottom {
	clear: both;
	margin-top: 25px;
	padding-bottom: 40px;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#footer{
	position: absolute;
	bottom: 0px;
	clear: left;
}
#menuLevel1 {
	position: absolute;
	top: 190px;
	left: 630px;
	width: 130px;
	height: auto;
	background-color: #99C7DE;
	font-size: 11px;
}
#menuLevel2 {
	position: absolute;
	top: 190px;
	left: 515px;
	width: 110px;
	height: auto;
	background-color: #D9EAF3;
	font-size: 11px;
}