* {
/* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: url(bg.png) repeat-x;
/* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}
div {
	text-align: left;
/* text-align: center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
html, body {
	height: 100%;
}
#top {
	position: absolute;
	top: 0;
	left: 0;
}
div#outer {
	position: relative;
	margin: 0 auto;
	width: 987px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-left: 9px solid white;
	border-right: 9px solid white;
	background: url(bg_content.gif) repeat-y;
  }
div#header_container {
	height: 136px;
	background-color: #FFA900;
	border-bottom: 9px solid white;
}
div#logo {
	position: absolute;
	left: 47px;
	top: 15px;
}
div#toppic_topmenu_container {
	background-color: white;
	position: absolute;
	left: 277px;
	top: 0px;
	width: 710px;
	height: 136px;
}
div#toppic {
	float: left;
	position: relative;
	left: 9px;
	top: 0px;
	width: 471px;
	height: 136px;
}
div#pm_container {
	float: right;
	position: relative;
	width: 221px;
	height: 136px;
}
div#pm {
	width: 221px;
	height: 80px;
	top: 0px;
	background-color: #F4F4F4;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
div#TOPMENU_CONTAINER {
	border-top: 9px solid white;
	width: 221px;
	height: 47px;
	background-color: #F4F4F4;
}
div#TOPMENU {
	position: relative;
	top: 14px;
	left: 40px;
}
.tmenu a:link, .tmenu a:visited, .tmenu a:active {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.tmenu a:hover {
	color: #FF6600;
}
.tmenu_akt a:link, .tmenu_akt a:visited, .tmenu_akt a:active {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #FFA900;
}
.tmenu a:hover {
	color: #FFA900;
}
div#left_container {
	position: relative;
	top: 0px;
	width: 277px;
	float: left;
}
div#HAUPTMENU {
	position: relative;
	top: 0px;
}
ul#leftnav {
	width: 276px;
	position: relative;
	top: 0px;
}
ul#leftnav, ul#leftnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}
ul#leftnav li {
	position: relative;
}
ul#leftnav li a {
	padding-left: 12px;
	padding-top: 11px;
	display: block;
	font-size: 13px;
	width: 265px;
	height: 26px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
ul#leftnav li.li_act a {
	color: #000000;
}
* html ul#leftnav li {
	float: left;
	height: 1%;
}
* html ul#leftnav li a {
	height: 1%;
}
ul#leftnav ul {
	background-color: white;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0%;
	display: none;
	left: 257px;
	position: absolute;
	top: 0px;
	z-index: 2;
	border: #FFFFFF solid 1px;
}
ul#leftnav ul li a {
	padding-left: 12px;
	padding-top: 11px;
	display: block;
	font-size: 13px;
	width: 310px;
	top: 0px;
	left: 0px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background-color: #E6E6E6;
}
ul#leftnav ul li a:hover {
	background-color: #FFA900;
	color: #FFFFFF;
}
ul#leftnav li ul li a {
	height: 26px;
	padding-left: 12px;
	padding-top: 11px;
}
ul#leftnav li:hover ul ul, ul#leftnav li:hover ul ul ul, ul#leftnav li.over ul ul, ul#leftnav li.over ul ul ul {
	display: none;
}
ul#leftnav li:hover ul, ul#leftnav li li:hover ul, ul#leftnav li li li:hover ul, ul#leftnav li.over ul, ul#leftnav li li.over ul, ul#leftnav li li li.over ul {
	display: block;
}
ul#leftnav a.ifsubarrow {
}
ul#leftnav li.menuparent:hover, ul#leftnav li.hover {
	background-color: #FFA900;
}
ul#leftnav li.li_act {
	background-color: #939393;
}
ul#leftnav li.li_act a {
	color: #FFFFFF;
}
ul#leftnav li a:hover {
	color: #FFFFFF;
}
div#leftnav li a.hauptmenu_aktiv_sub {
	color: #FFFFFF;
	background-color: #939393;
}
ul#leftnav li.menuparent_level2 a {
	color: black;
	font-size: 12px;
}
ul#leftnav li.li_act_level2 {
}
ul#leftnav li.li_act_level2 a {
	background-color: #939393;
	font-size: 12px;
}
div#anschrift {
	position: relative;
	top: 80px;
	left: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #939393;
}
div#anschrift a {
	color: #939393;
	text-decoration: none;
}
div#anschrift a:active {
	text-decoration: none;
}
div#anschrift a:visited {
	text-decoration: none;
}
div#anschrift a:hover {
	text-decoration: none;
	color: #FFA900;
}
div#content_container {
	float: right;
	position: relative;
	top: 0px;
	width: 710px;
	background-color: #FFFFFF;
}
div#diebox {
	color: #000000;
	font-size: 9px;
	white-space: nowrap;
	position: relative;
	top: 68px;
	left: 1006px;
	width: 165px;
}
div#diebox a {
	color: #333333;
	text-decoration: none;
}
div#diebox a:active {
	text-decoration: none;
}
div#diebox a:visited {
	text-decoration: none;
}
div#diebox a:hover {
	text-decoration: none;
	color: #000000;
}
/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* Überschrift */
body {
	/*font-family: "Bitstream Vera Sans", "Tahoma", "Verdana", sans-serif;
	font-family: Verdana, Helvetica;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
div#CONTENT {
	position: relative;
	top: 0;
	left: 0px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 0px;
	font-size: 12px;
	width: 660px;
	color: #333333;
	min-height: 10px;
	line-height: 18px;
}
div#CONTENT a, div#CONTENT a:visited {
	color: #7E7E7E;
	text-decoration: none;
	font-weight: bold;
}
div#CONTENT a:hover, div#CONTENT a:active, div#CONTENT a:visited:hover, div#CONTENT a:visited:active {
	text-decoration: underline;
	color: #FFA900;
}
div#CONTENT .kleineschrift {
	font-size: 10px;
}
div#CONTENT .orangeschrift {
	color: #FFA900;
}
div#CONTENT .zitat {
  font-family: Verdana, sans-serif;
 	font-size: 13px;
 	font-style: italic;
}
div#CONTENT table {
	/*  table-layout: fixed;
*/
	width: 100%;
	border-spacing: 0 15px;
	border-collapse: separate;
	margin: 0;
	empty-cells: show;
}
div#CONTENT table thead {
	white-space: nowrap;
	empty-cells: show;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFA900;
	height: 10px;
}
div#CONTENT table td {
	height: 20px;
	padding-left: 0px;
}
div#CONTENT table tbody {
	background-color: #FFFFFF;
}
div#CONTENT table tfoot {
	color: #FFA900;
	empty-cells: hide;
	font-size: 11px;
	border-collapse: collapse;
	font-weight: bold;
}
div#CONTENT a.download_pdfdatei, #CONTENT a.download_pdfdatei:visited {
	text-decoration: none;
	background-position: 0 0;
	background-image: url(pdficon.gif);
	color: #000000;
	background-repeat: no-repeat;
	padding-left: 20px;
}
div#CONTENT a.download_pdfdatei:hover, #CONTENT a.download_pdfdatei:active, #CONTENT a.download_pdfdatei:visited:hover, #CONTENT a.download_pdfdatei:visited:active {
	color: #FFA900;
}
h1 {
	font-size: 20px;
	margin: 0 0 25px 0;
	font-weight: normal;
	color: #FFA900;
}
h1 em {
	font-size: 20px;
	margin: 0 0 25px 0;
	font-weight: normal;
	color: #FFA900;
}
h2 {
	font-size: 20px;
	margin: 15px 0 25px 0;
	font-weight: normal;
	color: #FFA900;
}
h3 {
	font-size: 16px;
	margin: 0 0 25px 0;
	font-weight: normal;
	color: #FFA900;
}
h4 {
	font-size: 16px;
	margin: 15px 0 25px 0;
	font-weight: normal;
	color: #FFA900;
}
h4 em {
	font-size: 16px;
	margin: 15px 0 25px 0;
	font-weight: normal;
	color: #FFA900;
}

div#CONTENT ul {
  padding: 5px 0 5px 20px;
}

div#CONTENT p + p {
  padding: 5px 0 0px 0;
}
