/* - - - - - - - - - - - - Allg. Vorgaben - - - - - - - - - - - - */
html, body{
	background-color: #E4F4DA;
	background-image:  url(../images/hg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
	color: #000;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, form {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
img{
	border:none;
}
#hauptbereich #inhalt li a:hover,
#hauptbereich #inhalt p a:hover,
#hauptbereich #inhalt li a:active,
#hauptbereich #inhalt p a:active{
	background-color: #ddd;
	color: #000;
}

.unsichtbar{
	position: absolute;
	left: -2000px; /*Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen sich übereifrige Screenreader, die ausgerechnet "display:none" akustisch auswerten, täuschen, und lesen die so versteckten Hilfen dennoch vor. */
}



/* - - - - - - - - - - - - Seitenkopf - - - - - - - - - - - - */
#kopf {
	position: static; /* hebt absolute Positionierung in NN4 auf */
	background-image:  url(../images/kopf.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 190px;
	width: 100%;
	border: none;

}

#kopf h1{
	position: absolute;
	top: 100px;
	left: 216px;
	font-family: Arial;
	font-weight: bold;
	font-size: 2.3em;
	color: #3F435F;
	
}

#kopf h2{
	position: absolute;
	top: 100px;
	left: 216px;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #3F435F;
	padding-top: 2.2em;
	
}

#kopflogo {
	position: absolute;
	display: block;
	left: 10px;
	top: 3px;
	margin-top: 0;
}




/* - - - - - - - - - - - - Hauptmenu - - - - - - - - - - - - */
#hauptmenu {
	position: absolute;
	background-color: #E4F4DA;
	width: 186px;
	top: 190px;
	left: 0px;
	font-weight: bold;
	border: none;
	padding: 0 0 0 8px;
}

#hauptmenu a {
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
}

#hauptmenu ul.top {
	font-size: 120%;
	color: #fff;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#hauptmenu li {
	background-color: #9391A6;
	height: 1.6em;
	line-height: 1.6em;
	border-top: 7px solid #E4F4DA;
}

#hauptmenu li.h {
	height: 2.8em;
	font-size: 90%;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
}

#hauptmenu ul.sub {
	font-size: 90%;
	color: #fff;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#hauptmenu li.sub2 {
	background-color: #9391A6;
	height: 3.2em;
	line-height: 1.6em;
	border-top: 9px solid #E4F4DA;
	border-left: 20px solid #E4F4DA;
}
#hauptmenu li.sub {
	background-color: #9391A6;
	height: 1.6em;
	line-height:1.6em;
	border-top: 9px solid #E4F4DA;
	border-left: 20px solid #E4F4DA;
}

#hauptmenu li.auswahl {
	background-color: #C8C9D1;
	height: 1.6em;
	text-decoration: none;
	font-size: 100%;
	line-height: 1.6em;
	color: #000;
	padding-left: 10px;
	margin-top: 0px;
}

#hauptmenu li.auswahl2 {
	background-color: #C8C9D1;
	text-decoration: none;
	height: 2.8em;
	font-size: 90%;
	line-height: 1.4em;
	color: #000;
	border-bottom: 0px solid #fff;
	padding-left: 10px;
	margin-top: 0px;
}

#hauptmenu li.auswahlsub {
	background-color: #C8C9D1;
	height: 1.6em;
	text-decoration: none;
	font-size: 100%;
	line-height: 1.6em;
	color: #000;
	padding-left: 0px;
	margin-top: 0px;
}

#hauptmenu li.subauswahl {
	background-color: #C8C9D1;
	height: 1.6em;
	text-decoration: none;
	line-height: 1.6em;
	font-size: 100%;
	color: #000;
	border-left: 20px solid #E4F4DA;
	padding-left: 10px;
}

#hauptmenu li.subauswahl2 {
	background-color: #C8C9D1;
	height: 3.2em;
	text-decoration: none;
	line-height: 1.6em;
	font-size: 100%;
	color: #000;
	border-left: 20px solid #E4F4DA;
	padding-left: 10px;
}

#hauptmenu a:hover {
	display: block;
	background-color: #C8C9D1;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}


/* - - - - - - - - - - - - Mittelspalte - - - - - - - - - - - - */
#hauptbereich {
	padding: 0px 0px 0px 213px;
}



#inhalt {
	background-color: #EFEEF3;
	background-image:  url(../images/block.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 10px solid #C8C9D1;
	padding-top: 26px;
}

#inhalt hr{
	color: #C8C9D1;
	border-right: 60px solid #EFEEF;
	margin-left: 10px;
}

p.breadcrumb{
	position: absolute;
	display: none;
	top: 36px;
	left: 410px;
}

#inhalt h3 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 16px solid #EFEEF3;
	padding: 1.0em 10px 0.2em 20px;
	margin-left: 0px;
}

#inhalt h4 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 16px solid #EFEEF3;
	padding: 1.0em 10px 0.2em 20px;
	margin-left: 0px;
}

#inhalt p{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0 1px 1em 20px;
	margin: 0px 20px 0 0;
}

#inhalt p.ab{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 1.9em 1px 1em 20px;
}

#inhalt p.last{
	padding-bottom: 40px;
}

#inhalt ul{
	background-color: transparent;
	font-size: 1em;
	padding: 0 10px 10px 30px;
	margin: 0 10px 0 10px;
}

#inhalt ul li{
	line-height: 1.3em;
}

#inhalt a{
	text-decoration: underline;
	color: #333366;
}
#inhalt a:visited{
	text-decoration: underline;
}

.zentriert{
	text-align: center;
}

#inhalt .floatleft {
	float: left;
	margin: 6px 10px;
}

#inhalt .floatright {
	float: right;
	margin: 6px 10px;
}

#inhalt p.h110{
	height: 110px;
}

#inhalt p.h150{
	height: 150px;
	padding: 1.9em 1px 1em 20px;
}

#inhalt p.h310{
	height: 310px;
	padding: 1.9em 1px 1em 20px;
}
