/* - - - - - - - - - - - - Allg. Vorgaben - - - - - - - - - - - - */
html, body{
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 95%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
}
h1, h2, h3, h4, h5, h6, p, form {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

#hauptbereich #inhalt li a:hover,
#hauptbereich #inhalt p a:hover,
#hauptbereich #inhalt li a:active,
#hauptbereich #inhalt p a:active{
	color: #000;
	background-color: #ddd;
}

.unsichtbar{
	position: absolute;
	left: -2000px; /*Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen sich übereifrige Screenreader täuschen, und lesen die so versteckten Hilfen dennoch vor. */
}

#box {
	background-color: #FFF;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: none;
}



/* - - - - - - - - - - - - Seitenkopf - - - - - - - - - - - - */
#kopf {
	position: absolute;
	background-image:  url(../images/kopf.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 155px;
	width: 100%;
	border: none;
}

#kopf h1{
	position: absolute;
	top: 116px;
	left: 240px;
	font-family: Arial;
	font-weight: bold;
	color: #000;
	text-align: right;
	font-size: 1.26em;
}

#kopflogo {
	display: block;
	position: static;
	padding-left: 86px;
	padding-top: 32px;
}



/* - - - - - - - - - - - - Hauptmenu - - - - - - - - - - - - */
#hauptmenu {
	background-color: #FFF;
	position: absolute;
	width: 186px;
	top: 145px;
	left: 0px;
	font-weight: bold;
	padding: 0;
}

#hauptmenu a {
	text-decoration: none;
	color: #000;
}

#hauptmenu ul.top {
	font-size: 120%;
	text-align: center;
	color: #fff;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#hauptmenu li {
	height: 1.63em;
	line-height: 1.6em;
	border-top: 7px solid #fff;
}

#hauptmenu li.norm {
	background-image:  url(../images/nav.jpg);
	background-position: bottom right;
}

#hauptmenu li.h {
	height: 2.8em;
	font-size: 90%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

#hauptmenu ul.sub {
	color: #fff;
	list-style-type: none;
	border-top: 2px solid #9391A6;
	margin: 0px;
	padding: 0px;
}
#hauptmenu li.sub {
	background-image:  url(../images/nav.jpg);
	background-position: bottom right;
	font-size: 90%;
	height: 1.63em;
	line-height:1.6em;
	border-left: 20px solid #fff;
}

#hauptmenu li.auswahl {
	background-image:  url(../images/navover.jpg);
	background-position: bottom right;
	height:1.63em;
	text-decoration: none;
	font-size: 100%;
	line-height:1.6em;
	color: #DA251D;
	padding-left: 0px;
	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: 0px;
	margin-top: 0px;
}

#hauptmenu li.auswahlsub {
	background-image:  url(../images/navsub.jpg);
	background-position: bottom right;
	height: 1.63em;
	text-decoration: none;
	font-size: 100%;
	line-height: 1.6em;
	color: #DA251D;
	padding-left: 0px;
	margin-top: 0px;
}

#hauptmenu li.subauswahl {
	background-image:  url(../images/navover.jpg);
	background-position: bottom right;
	height: 1.63em;
	text-decoration: none;
	line-height:1.6em;
	color: #DA251D;
	border-left: 20px solid #fff;
}

#hauptmenu a:hover {
	text-decoration: none;
	color: #DA251D;
	padding: 0px;
}

#quat {
	position: absolute;
	left: 202px;
	top:162px
}




/* - - - - - - - - - - - - hauptbereich - - - - - - - - - - - - */
#hauptbereich {
	background-color: #FFF;
	position: absolute;
	width: 100%;
}

#inhalt {
	background-color: #E0E1E9;
	border-left: 186px solid #fff;
	padding-top: 155px;
	padding-left: 10px;
}

p.breadcrumb{
	display: none;
	position: absolute;
	top: 36px;
	left: 410px;
}

#inhalt h2{
	font-size: 1.24em;
	font-weight: bold;
	padding: 0.6em 10px 0.4em 20px;
}

#inhalt h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 1.0em 10px 0.2em 20px;
}

#inhalt p{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0px 20px 0px 0px;
	padding: 0px 1px 1em 20px;
}

#inhalt p.ab{
	padding: 1.9em 1px 1em 20px;
}

#inhalt ul{
	background-color: transparent;
	font-size: 1.1em;
	padding: 0px 10px 30px 30px;
	margin: 0 10px 0 10px;
}

#inhalt ul li{
	line-height: 1.3em;
}

#inhalt a{
	color: #333366;
	text-decoration: underline;
}
#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 .float {
	margin: 6px 20px;
