/* CSS Document */

body {
	font-size: 100.01%;
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
}
	
img {
	visibility: hidden;
	height:0px;
	width:0px;
}


/* Der Header */	
#header {
	left:0em;
	top:0em;
	left:0em;
	width:100%;
	height: 99px;
}

#srv {
	text-align:right;
	padding-right: 10px;
	font-size:0.8em;
	padding-bottom:0.1em;
	padding-top:0.1em;
	color:#000000;
}

#srv a {
	color:#000000;
	text-decoration:none;
}


/* Die Navigationsleiste */

#menu {
	position: absolute;
	left:0em;
	float: left;
	top: 10em;
	width: 15.75em;
	height: 25em;
	font-size:1em;
}

#menu a {
	display:block;
	color:#000000;
	text-decoration:none;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0.2em;
}

#menu a.lev1 {
	margin-left: 1em;
	width: 14.75em;
	margin-top: 6px;
	margin-bottom: 6px;
}

#menu a.lev2 {
	font-size:0.9em;
	margin-left: 2em;
	width: 15.3em;
	color:#000000;
}

#menu a.lev3 {
	font-size:0.8em;
	margin-left: 4em;
	width: 15.5em;
	font-style: italic;
}

#menu a.lev1Akt {
	margin-left: 1em;
	width: 14.55em;
	color:#CC0000;
	padding-left: 0.2em;
	margin-top: 6px;
	margin-bottom: 6px;
}

#menu a.lev2Akt {
	font-size:0.9em;
	margin-left: 2em;
	width: 15.3em;
	color:#CC0000;
}

#menu a.lev3Akt {
	font-size:0.8em;
	margin-left: 4em;
	width: 15.5em;
	font-style: italic;
	color:#CC0000;
}

#menu a.lev1AktPar {
	margin-left: 1em;
	width: 14.55em;
	color:#CC0000;
	padding-left: 0.2em;
	margin-top: 6px;
	margin-bottom: 6px;
}

#menu a.lev2AktPar {
	font-size:0.9em;
	margin-left: 2em;
	width: 15.3em;
	color:#CC0000;
	padding-left: 0.2em;
}

#menu a:hover.lev1 {
	width: 14.55em;
}

#menu a:hover.lev2 {
	width: 15.3em;
}

#menu a:hover.lev3 {
	width: 15.5em;
}


/* Anpassung Browser != IE>*/
	html>body #menu a.lev2 {
		width: 15.1em;
	}
	html>body #menu a.lev1Akt {
		width: 14.35em;
	}

	html>body #menu a.lev2Akt {
		width: 15.1em;
	}

	html>body #menu a.lev1AktPar {
		width: 14.35em;
	}

	html>body #menu a.lev2AktPar {
		width: 15.1em;
	}
	
	html>body #menu a:hover.lev1 {
		width: 14.35em;
	}
	
	html>body #menu a:hover.lev2 {
		width: 15.1em;
	}
	
	
	html>body #menu a:hover.lev3 {
		width: 15.3em;
	}
/* Ende der Anpassungen>*/

#menu a.bundDE {
	position: absolute;
	font-size: 0.7em;
	top: 26.5em;
	left: 25px;
	color:#000000;
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#menu a:hover.bundDE {
	border: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#menu a.bundOnline {
	position: absolute;
	font-size: 0.7em;
	top: 28.5em;
	left: 25px;
	color:#000000;
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#menu a:hover.bundOnline {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}


/* Inhaltsbereich */

#inhalt {
	position: absolute;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	float:left;
	top: 10em;
	left: 15.75em;
}

#inhalt h2 {
	text-align: center;
}

#inhalt p {
	text-align:left;
}

#inhalt div.presse{
/*	background-color:#FFFF99;*/
	background-color:#FFFFFF;
	border: 2px #CCCCCC solid;
	color:#000;
	position:relative;
	top:3.1em;
	padding: 0px;
}

#inhalt>div.presse{
	top:3.75em;
}

#inhalt div.presse p {
	font-size: 0.9em;
	margin:5px;
}

#inhalt div.presse h1 {
	background-color:#CCCCCC;
	color:#000000;
	text-align:center;
	font-size: 1em;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	margin-bottom:0.5em;
	line-height: 1.4em;
}
