/* CSS Document */

/* menuLevel1 ------------------------------------------------------------------ */
#menuLevel1 a {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	width: 128px;
	text-indent: 7px;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
#menuLevel1 a:link {
	color: #000000;
}
#menuLevel1 a:visited {
	color: #000000;
}
#menuLevel1 a:hover {
	background-color: #0074AD;
	color: #FFFFFF;
}
#menuLevel1 a.active {
	color: #FFFFFF;
}
#menuLevel1 a.menuActive {
	background-color: #0074AD;
	color: #FFFFFF;
}
#menuLevel1 a.menuActive:visited {
	background-color: #0074AD;
	color: #FFFFFF;
}
#menuLevel1 .but {
	background-color: #99C7DE;
	vertical-align: middle;
}
#menuLevel1 .copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
}
/* menuLevel2 ------------------------------------------------------------------ */
#menuLevel2 a {
	text-decoration: none;
}
#menuLevel2 a:link {
	color: #000000;
}
#menuLevel2 a:visited {
	color: #000000;
}
#menuLevel2 a:hover {
	color: #0074AD;
}
#menuLevel2 a:active {
	color: #0074AD;
}
#menuLevel2 ul {
	margin: 0px;
	padding: 0px;
}
#menuLevel2 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menuLevel2 ul.level1 {
	margin-top: 4px;	
	margin-left: 4px;
}
#menuLevel2 li.level1_folder {
	list-style-type: none;
	margin-bottom: 9px;
	border-bottom: 1px solid #ffffff;
}
#menuLevel2 li.level1_item {
	margin-left: 12px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 17px;
}
#menuLevel2 ul.level2 {
	margin-top: 2px;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
#menuLevel2 li.level2 {
	list-style-position: outside;
	list-style-type: square;
	line-height: 17px;
}

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

#contact {
	position: absolute;
	top: 30px;
	left: 450px;
	width: 300px;
	height: 20px;
	text-align: right;
}
#date {
	position: absolute;
	top: 0px;
	left: 770px;
	width: 130px;
	height: 80px;
}
#picture {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 755px;
	height: 100px;
	z-index: 0;
background-color: #ffffff;
}
#search {
	position: absolute;
	top: 80px;
	left: 770px;
	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: 600px;
	height:506px;
	z-index: 10;
	padding-left: 30px;
background-color: #ffFFff;
}
/* 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;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#footer{
	position: absolute;
	bottom: 0px;
	clear: left;
}
#menuLevel1 {
	position: absolute;
	top: 190px;
	left: 770px;
	width: 130px;
	height: auto;
	background-color: #99C7DE;
}
#menuLevel2 {
	position: absolute;
	top: 190px;
	left: 655px;
	width: 110px;
	height: auto;
	background-color: #D9EAF3;
}