html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(grafik/bg_body.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 100%;
	margin: auto;
	min-height: 100%;
	position: relative;
	text-align: center;
}
/* IE Hack für 100 % Höhe */
* html #wrapper {
	height: 100%;
}
#LAYOUTMODUS {
	height:25px;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #DA002F;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	text-decoration:none;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Gecko-Browser */
	opacity:0.5; /* Opera 9+ */
}
#LAYOUTMODUS a, #LAYOUTMODUS a:hover {
	font-size: 12px/10px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 38px;
	background: #FFFFFF url(grafik/bg_footer.jpg) no-repeat center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */
* html #footer {
	bottom: -1px;
} 
#footer p {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 0px;
}
#container {
	margin: 0px auto 38px;
	padding: 0px;
	width: 900px;
	background: url(grafik/bg_container.jpg) no-repeat center top;
	text-align: left;
}
.clearer {
	clear:both;
	height:0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#Header {
	margin: 0px auto;
	padding: 0px;
	height: 118px;
	background: url(grafik/bg_header_lightfx.png) no-repeat left top;
	position: relative;
}
ul.Menu01 {
	background: #52812e;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 35px;
	list-style: none;
}
ul.Menu01 li {
	float: left;
	margin: 0px;
	padding: 4px 0px 0px 2px;
}

ul.Menu01 li a, ul.Menu01 li a.Aktiv {
	background: transparent url(none);
	color: #FFFFFF;
	display: block !important;
	display: inline-block;
	height: 31px;
	padding-right: 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
ul.Menu01 li a span, ul.Menu01 li a.Aktiv span {
	text-decoration: none;
	display: block !important;
	display: inline-block; /* IE Extra-Wurst */
	padding: 8px 0px 0px 12px;
	height: 23px;
	background: url(none);
}
ul.Menu01 li a:hover, ul.Menu01 li a.Aktiv {
	background: transparent url(grafik/bg_menu01_right.png) no-repeat scroll right bottom;
	color: #52812e;
	text-decoration: none;
} 
ul.Menu01 li a:hover span, ul.Menu01 li a.Aktiv span {
	background: transparent url(grafik/bg_menu01_left.png) no-repeat left bottom;
	color: #52812e;
	text-decoration: none;
	cursor: pointer;
}
ul.Menu02 {
	background: url(grafik/bg_menu02.png) no-repeat;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 7px;
	height: 29px;
	list-style: none;
}
ul.Menu02 li {
	margin: 0px;
	padding: 5px 0px 0px 3px;
	float: left;
	list-style: none;
	font-size: 12px;
	color: #444444;
	line-height: 20px;
}


/*
ul.Menu02 li a {
	color: #444444;
	text-decoration: none;
	font-size: 12px;
	padding-right: 5px;
	white-space: nowrap;
}
ul.Menu02 li a:hover, ul.Menu02 li a.Aktiv {
	text-decoration: underline;
	color: #52812e;
}
*/
a.Menu02, a.Menu02_Aktiv {
	background: transparent url(none);
	color: #444444;
	display: block !important;
	display: inline-block; /* IE Extra-Wurst */
	height: 20px;
	padding-right: 5px;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
a.Menu02 span, a.Menu02_Aktiv span {
	text-decoration: none;
	display: block !important;
	display: inline-block; /* IE Extra-Wurst */
	padding: 3px 0px 0px 5px;
	height: 17px;
	background: url(none);
}
a.Menu02:hover, a.Menu02:hover span {
	color: #52812e;
	text-decoration: none;
	cursor: pointer;
}
a.Menu02_Aktiv {
	background: transparent url(grafik/menu02_aktiv_right.png) no-repeat right bottom;
	color: #FFFFFF;
	text-decoration: none;
} 
a.Menu02_Aktiv span {
	background: transparent url(grafik/menu02_aktiv_left.png) no-repeat left bottom;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
ul.Menu03, .AktuellesBox {
	margin: 15px 0px 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 202px;
	list-style: none;
}
ul.Menu03 li {
	margin: 0px;
	padding: 0px 0px 5px;
}
ul.Menu03 li a {
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	background: url(grafik/bg_menu03_top_passiv.png) no-repeat left top;
	display: block;
	margin: 0px;
	padding: 0px;
}
ul.Menu03 li a span {
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	background: url(grafik/bg_menu03_bottom_passiv.png) no-repeat left bottom;
	display: block;
	margin: 0px;
	padding: 2px 0px 5px 10px;
}
html>/**/body ul.Menu03 li a span {
	padding-top: 5px;
}
ul.Menu03 li a:hover span, ul.Menu03 li a:hover {
	color: #52812e;
	text-decoration:none;
}
ul.Menu03 li a.Aktiv, ul.Menu03 li a.Aktiv:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(grafik/bg_menu03_top_aktiv.png) no-repeat left top;
	display: block;
	margin: 0px;
	padding: 0px;
}
ul.Menu03 li a.Aktiv span, ul.Menu03 li a.Aktiv:hover span {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(grafik/bg_menu03_bottom_aktiv.png) no-repeat left bottom;
	display: block;
	margin: 0px;
	padding: 2px 0px 5px 20px;
}
html>/**/body  ul.Menu03 li a.Aktiv span {
	padding-top: 5px;
}
html>/**/body  ul.Menu03 li a.Aktiv:hover span {
	padding-top: 5px;
}
a.Menu04, a.Menu04_Aktiv  {
	text-decoration: none;
	width: 190px;
	padding: 0px;
	display: block;
	margin: 0px 0px 5px;
	display:inline-block;
}
a.Menu04_Aktiv {
	color: #FFFFFF;
	background: #52812e url(grafik/accordion_ecke_aktiv.jpg) no-repeat right top;
}
a.Menu04 strong, a.Menu04_Aktiv strong {
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	display: block;
	padding: 3px 3px 2px;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	text-align:left;
}
a.Menu04 span, a.Menu04_Aktiv span {
	font-size: 9px;
	color: #444444;
	padding: 0px 3px 2px;
	display: block;
	border-top: 1px none #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	text-align:left;	
}
a.Menu04:hover, a.Menu04:hover span, a.Menu04:hover strong{
	text-decoration: none;
	color: #52812e;
}
a.Menu04_Aktiv span, a.Menu04_Aktiv strong, a.Menu04_Aktiv:hover span, a.Menu04_Aktiv:hover strong  {
	color: #FFFFFF;
	text-decoration: none;
}

.Content {
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 698px;
}
.BG_Content00 {
	background: url(grafik/bg_content00.jpg) no-repeat left top;
}
.BG_Content01 {
	background: url(grafik/bg_content01.jpg) no-repeat left top;
}
.BG_Content02 {
	background: url(grafik/bg_content02.jpg) no-repeat left top;
}
.BG_Content03 {
	background: url(grafik/bg_content03.jpg) no-repeat left top;
}
.BG_Content04 {
	background: url(grafik/bg_content04.jpg) no-repeat left top;
}
.BG_Content05 {
	background: url(grafik/bg_content05.jpg) no-repeat left top;
}
.BG_Content06 {
	background: url(grafik/bg_content06.jpg) no-repeat left top;
}
.BG_Content07 {
	background: url(grafik/bg_content07.jpg) no-repeat left top;
}
.BG_Content08 {
	background: url(grafik/bg_content08.jpg) no-repeat left top;
}
.BG_Content09 {
	background: url(grafik/bg_content09.jpg) no-repeat left top;
}
.BG_Content10 {
	background: url(grafik/bg_content10.jpg) no-repeat left top;
}
.BG_Content11 {
	background: url(grafik/bg_content11.jpg) no-repeat left top;
}
.BG_Content12 {
	background: url(grafik/bg_content12.jpg) no-repeat left top;
}
.BG_Content13 {
	background: url(grafik/bg_content13.jpg) no-repeat left top;
}
.BG_Content14 {
	background: url(grafik/bg_content14.jpg) no-repeat left top;
}
.BG_Content15 {
	background: url(grafik/bg_content15.jpg) no-repeat left top;
}
.ContentLeft {
	margin: 0px 15px 0px 0px;
	padding: 0px 15px;
	height: auto;
	width: 224px;
	float: left;
	background: #FFFFFF;
	text-align: right;
}
.ContentRight {
	margin: 0px;
	padding: 0px 30px 0px 15px;
	height: auto;
	width: 380px;
	float: left;
	background: #FFFFFF;
}
.ContentFull {
	margin: 0px;
	padding: 0px 15px;
	height: auto;
	width: 660px;
	float: left;
	background: #FFFFFF;
}
.Bildunterschrift {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}
h1 {
	color: #52812e;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	margin: 100px 0px 40px;
	padding: 0px 459px 0px 0px;
	text-align: right;
}
h1 span {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	display: block;
}
h2, h2.News {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	margin: 0px;
	padding: 10px 0px 20px;
	color: #666666;
}
h2.News span {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #52812e;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px;
	color: #52812e;
	padding: 10px 0px 5px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	display: block;
	margin: 0px;
	color: #52812e;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
p {
	font-size: 11px;
	line-height: 17px;
	color: #222222;
	margin: 0px;
	padding: 0px 0px 10px;
}
p.grey strong {
	color: #444444;
}

a {
	color: #52812e;
	text-decoration: underline;
}
a:hover {
	color: #52812e;
	text-decoration: underline;
}

.green {
	color: #52812e;
}
.grey {
	color: #666666;
}
dl.DL_Style1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
dl.DL_Style1 dt {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #52812e;
	background: url(grafik/listen_style01.jpg) no-repeat left center;
	padding: 0px 0px 0px 15px;
}
dl.DL_Style1 dd {
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
}
ul.UL_Style1 {
	margin: 0px;
	padding: 0px 0px 10px;
	list-style: none;
}
ul.UL_Style1 li {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #52812e;
	background: url(grafik/listen_style01.jpg) no-repeat left 8px;
	padding: 0px 0px 10px 12px;
	text-align: left;
}
html>/**/body ul.UL_Style1 li {
	background-position: left 4px;
}
ul.PDFListe {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	list-style-type: none;
	display: block;
}
ul.PDFListe li {
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
ul.PDFListe li.light {
	background-color: #FFFFFF;
}
ul.PDFListe li.dark {
	background-color: #EFEFEF;
}
ul.PDFListe li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px;
	font-size: 9px;
	margin: 0px;
}
ul.PDFListe li a em {
	color: #999999;
	text-decoration: none;
	padding: 3px 0px 0px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	float: left;
	display:inline;
	cursor:pointer;
	text-align: center;
	width:20px;
}
ul.PDFListe li a:hover em{
	color:#FFFFFF;
}
ul.PDFListe a span {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 5px 0px 3px 25px;
	float: left;
	display:inline;
	border-left: 1px solid #CCCCCC;
	cursor:pointer;
	width: 325px;
}
ul.PDFListe a span i {
	font-weight: normal;
	font-style: normal;
}
ul.PDFListe li a.icon_pdf span {
	background: url(grafik/doc_pdf.png) no-repeat 3px 3px;
}
ul.PDFListe li a.icon_ppt span {
	background: url(grafik/doc_ppt.png) no-repeat 3px 3px;
}
ul.PDFListe li a.icon_doc span {
	background: url(grafik/doc_doc.png) no-repeat 3px 3px;
}
ul.PDFListe li a.icon_xls span {
	background: url(grafik/doc_xls.png) no-repeat 3px 3px;
}
ul.PDFListe li a.icon_zip span {
	background: url(grafik/doc_zip.png) no-repeat 3px 3px;
}
ul.PDFListe a b {
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: none;
	height:1px;
	font-size: 1px;
	cursor:pointer;
}
ul.PDFListe li a:hover {
	background-color: #c3d3b6;
	color: #000000;
	text-decoration: none;
}
/* START: TOOLTIP */
div.jsMoreInfo {
	background-color: #FFFF66;
	padding: 3px;
	border: 1px solid #FF9900;
} 
.tip-title {
	font-weight: bold;
	font-size: 9px;
	margin: 0;
	color: #52812e;
	background-color: #FFFF66;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
} 
.tip-text {
	font-size: 9px;
	padding-top: 0px;
	color: #666666;
	background-color: #FFFF66;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
/* ENDE: TOOLTIP */
.toggler {
	font-size: 12px;
	padding: 5px 15px;
	color: #52812e;
	background: #EFEFEF;
	margin: 0px;
}
.toggler:hover {
	cursor: pointer;
	background: #c3d3b6 url(grafik/accordion_ecke_hover.jpg) no-repeat right top;
}
.element {
	display: block;
	height: auto;
	width: auto;
	margin: 0px 0px 1px;
	padding: 0px;
}
h2.Aktiv, h2.Aktiv:hover {
	font-size: 12px;
	color: #FFFFFF;
	background: #52812e url(grafik/accordion_ecke_aktiv.jpg) no-repeat right top;
	padding: 5px 15px;
	margin: 0px;
}
ul.AccordionMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	clear: both;
	height: 50px;
}
ul.AccordionMenu li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}
ul.AccordionMenu li.PDFListe_Menu {
	font-size: 10px;
	font-weight: bold;
	color: #52812e;
	padding: 5px;
}
ul.AccordionMenu li.PDFListe_Menu:hover {
	background-color: #c3d3b6;
}
ul.AccordionMenu li.Aktiv, ul.AccordionMenu li.Aktiv:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #52812e;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.BilderGalerieThumbs a {
	padding: 0px;
	margin: 5px 7px 5px 0px;
	border: 1px dotted #CCCCCC;
	display: inline-block;
}
.BilderGalerieThumbs a img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5; /* Gecko-Browser */
}
.BilderGalerieThumbs a:hover {
	border: 1px dotted #52812e;
	cursor: url('grafik/lupe.cur'), -moz-zoom-in;
}
.BilderGalerieThumbs a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0; /* Gecko-Browser */
}
table.Formular {
	margin: 0px;
	padding: 0px;
}
table.Formular td {
	margin: 0px;
	padding: 5px 0px;
}
table.Formular td.Bezeichner {
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
}
table.Formular td.Bezeichner span {
	color: #CC0000;
}
input.Formular_Textzeile {
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 285px;
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
}
textarea.Formular_Textfeld {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	height: 125px;
	width: 285px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
}
input.SpezialStyle {
	display: none;
	border: none;
}
.PortraitBox
{
	text-align: left;
	height: 145px;
	width: 155px;
	padding: 0px;
	float: left;
}
.PortraitBox h5, .PortraitBox p
{
	font-size: 11px;
	color: #676767;
	line-height: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px 0px;
}
.PortraitBox  h5
{
	font-style: normal;
	font-weight: bold;
}
a.Lieferservice
{
	background: url(grafik/lieferservice0a.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 200px;
}
a.Lieferservice:hover
{
	background: url(grafik/lieferservice0b.jpg) no-repeat left top;
}

