body	{
	text-align: center;  /* mittig in IE*/
	margin: 0;
	padding: 0;
	border: 0px;
	font: 69% Verdana, Arial, Helvetica, sans-serif;  /* grundlegende definition von schriftart und -groesse*/
	min-width: 785px;  /* wert = wrapperbreite, verhindert linksrausschieben bei fensterbreite kleiner als wrapperbreite*/
}

#wrapper	{
	margin: 0 auto;  /* mittig in netscape, mozilla und opera*/
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: 785px;  /* wert = (contextbreite + margin rechts) + (navigationbreite + margin links und rechts) + (contentbreite + margin links)*/
	display: block;
	background-image:url(../images/bg_linien.gif); 
	background-repeat: repeat-y;
	background-position: 0px 20px; 
}

html { 
	min-width: 785px;  /* wert = wrapperbreite, verhindert linksrausschieben bei fensterbreite kleiner als wrapperbreite*/
}
	 

#header {
	/*margin: 0px 20px 5px 20px;   margin oben bis browser, links und rechts bis wrapper, unten bis navigation, content und context oder quernavigation (falls vorhanden) */
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	width: 745px;  /* wert = wrapperbreite - margin links und rechts */        
	background: #FFF;
	color: #B7B7B7;
	margin: 0px 0px 0px 0px;
	width: 785px;
	border: 1px solid white;          
}

#quernavigation {
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	background: #CCC;
	/*background-image:url(../images/bg_linien.gif);
	background-repeat: repeat-y;*/
	width: 785px;
}

#navigation {
	height: auto;
	width: 156px;
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	margin: 0px 0px 0px 20px;  /* margin links bis wrapper*/
}

#context {
	height: auto;
	width: 174px;
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	margin: 0 10px 0 9px;  /* margin rechts bis wrapper*/
	background: #fff;
	font-size: 0.9em;
}


#content {
	height: auto;
	width: 400px;
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	margin: 0px 0px 20px 0px;  /* margin links bis navigation und rechts bis context, unten bis footer (IE6 PC verdoppelt margin-bottom) */
	padding: 0px 0px 0px 15px;
	background: #fff;
	border-right: 1px solid #D8D8D8;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

#foot {
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: center;
	background:#fff;
	width: 785px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/bg_footer_red.gif); 
	background-repeat:no-repeat;
	background-position:top;
}

/* ------------- TYPO  ------------------------------------- */

#content .bildlinks img {
	float: left;
	margin: 2px 6px 4px -4px;
	padding: 0 5px 0 5px;
}

#content .bildlinksspezial img {
	float: left;
	margin: -22px 6px 4px -4px;
	padding: 0 5px 0 5px;
}

#context .bildlinks img {
	float: left;
	margin: 6px 6px 4px -2px;
	padding: 0 5px 0 5px;
}

.bildrechts img {
	float: right;
	margin: 0px 0px 4px 6px;
	padding: 0 5px 0 5px;
}

#breadcrumb {
	margin: 5px;
}

#accordion {
	padding-top:20px;
}

.toggler {
	color: #333;
	cursor:pointer;
	margin: 0;
	padding: 4px 0px;
	border-bottom: 1px dotted #bf0000;
}

.element p {
	margin: 0;
	padding: 4px 0;
}


/* ***** typographie ***** */

h1 {
	margin: 0px 5px 5px 0px;
	font-size: 1.8em;
	font-weight: normal;
	color: #BF0000;
}

h2 {
	margin: 20px 5px 0px 0px;
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	margin: 10px 5px 5px 0px;
	font-size: 1.0em;
	font-weight: bold;
}

h4 {
	margin: 10px 5px 5px 0px;
	font-size: 1.0em;
	font-weight: bold;
}

h5 {
	margin: 10px 5px 5px 0px;
	font-size: 1.0em;
	font-weight: bold;
}

#context h6 {
	padding: 0 3px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 168px;
	height: 18px;
	background: #bf0000 url(../images/bg_h6_context_boxtop.gif) top left no-repeat;
}

* html #context h6 {
	padding: 0 2px;
}

sup {
	font-size: 10px;
	font-family: Tahoma, "Courier";
	padding: 0px 2px 0px 1px;
}
sub {
	font-size: 10px;
	font-family: Tahoma, "Courier";
	padding: 0px 2px 0px 1px;
}

p {
	margin: 5px 20px 0px 0px;
	line-height: 1.4em;
	font-size: 1.0em;
}
#content a {
	color: #bf0000 !important;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	background-image:url(../images/linkpfeil_rot.gif);
	background-repeat:no-repeat;
	background-position: 2px 5px;
}
#content ul {
	margin: 8px 15px 10px 15px;
	font-size: 1.0em;
	padding: 0;
	line-height: 1.4em;
	list-style-type: square;
}

#content ul ul {
	margin: 2px 5px 5px 15px;
	padding: 0;
	line-height: 1.3em;
	list-style-type: square;
}
#content ul ul ul {
	margin: 2px 5px 5px 15px;
	padding: 0;
	line-height: 1.3em;
	list-style-type: circle;
}

/* NEUE TABELLE NAEHRWERTE */

td {
	vertical-align:top;
	text-align:right;
}


#left-th-yor {
	border-right:1px solid #bf0000;
	border-bottom:1px solid #aaa;
	background:url("../images/th-back-yor_l.gif") no-repeat left top;
}

#middle-th-yor {
	border-top:1px solid #bf0000;
	border-bottom:1px solid #aaa;
	background-color:#eee;
}

#right-th-yor {
	border-left:1px solid #bf0000;
	border-bottom:1px solid #aaa;
	background:url("../images/th-back-yor_r.gif") no-repeat right top;
}

#verticalth-yor {
	border-left:1px solid #bf0000;
	border-right:1px solid #bf0000;
	border-bottom:1px solid #aaa;
	background:none;
	color:#000;
	font-weight:normal;
}

td.middle {
	background-color:#eee;
	border:none;
	border-bottom:1px solid #aaa;
}

#verticalth-yor-small {
	border-left:1px solid #bf0000;
	border-right:1px solid #bf0000;
	border-bottom:1px solid #aaa;
	background:none;
	color:#000;
	font-weight:normal;
	font-size:10px;
	text-align:left;
}

#verticalth-yor-special {
	border-left:none;
	border-right:1px solid #bf0000;
	border-bottom:1px solid #aaa;
	background:none;
	color:#000;
	font-weight:normal;
	padding-left: 0;
	font-size:10px;
	line-height:13px;
}

td.right-yor {
	border-left:1px solid #bf0000;
	border-right:1px solid #bf0000;
	border-bottom:1px solid #aaa;
}

#lastverticalth-yor {
	background:url("../images/tablefoot-yor_l.gif") no-repeat left bottom;
	border-right:1px solid #bf0000;
	color:#000;
	font-weight:normal;
}

td.lastmiddle-yor {
	background-color:#eee;
	border:none;
	border-bottom:1px solid #bf0000;
}

td.lastright-yor {
	border-left:1px solid #bf0000;
	border-right:none;
	background:url("../images/tablefoot-yor_r.gif") no-repeat right bottom;
}

.ylt {
	border-top:1px solid #009ee0;
	background:url("../images/th-back-ylt_r.gif") no-repeat right top;
	color:#000;
}

#left-th-ylt {
	border-right:1px solid #009ee0;
	border-bottom:1px solid #aaa;
	background:url("../images/th-back-ylt_l.gif") no-repeat left top;
}

#middle-th-ylt {
	border-top:1px solid #009ee0;
	border-bottom:1px solid #aaa;
	background-color:#eee;
}

#right-th-ylt {
	border-left:1px solid #009ee0;
	border-bottom:1px solid #aaa;
	background:url("../images/th-back-ylt_r.gif") no-repeat right top;
}

#verticalth-ylt {
	border-left:1px solid #009ee0;
	border-right:1px solid #009ee0;
	border-bottom:1px solid #aaa;
	background:none;
	color:#000;
	font-weight:normal;
}

#verticalth-ylt-small {
	border-left:1px solid #009ee0;
	border-right:1px solid #009ee0;
	border-bottom:1px solid #aaa;
	background:none;
	color:#000;
	font-weight:normal;
	font-size:10px;
	text-align:left;
}

#verticalth-ylt-small_split-l {
	border-left:1px solid #009ee0;
	border-bottom:1px solid #aaa;
	background:none;
	color:#000;
	font-weight:normal;
	font-size:10px;
	text-align:right;
}

#verticalth-ylt-small_split-r {
	border-left:none;
	border-right:1px solid #009ee0;
	border-bottom:1px solid #aaa;
	background:none;
	color:#000;
	font-weight:normal;
	padding-left: 0;
	font-size:10px;
}

td.right-ylt {
	border-left:1px solid #009ee0;
	border-right:1px solid #009ee0;
	border-bottom:1px solid #aaa;
}

#lastverticalth-ylt {
	background:url("../images/tablefoot-ylt_l.gif") no-repeat left bottom;
	border-right:1px solid #009ee0;
	color:#000;
	font-weight:normal;
}

td.lastmiddle-ylt {
	background-color:#eee;
	border:none;
	border-bottom:1px solid #009ee0;
}

td.lastright-ylt {
	border-left:1px solid #009ee0;
	border-right:none;
	background:url("../images/tablefoot-ylt_r.gif") no-repeat right bottom;
}


<!-- ENDE NEUE TABELLE NÄHRWERTE -->


/* ------------- ENDE TYPO ------------------------------------ */



.spaltenwrapper {
	width: 520px;
	background-color: #fff;
}

.spaltelinkshalb {
	width:240px;
	padding: 0px 10px 0px 0px;  
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.spalterechtshalb {
	width:240px;
	padding: 0px 0px 0px 10px;
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	border-left: 1px solid #bf0000;
}

.spaltelinksdrittel {
	width: 120px;  /* wert = gesamtcontentbreite/3 - 2*spaltenbreite/3 */
	margin: 0px 20px 0px 0px; /* wert = spaltenbreite content */
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	background-color: #fff;
}

.spaltemittedrittel {
	width: 120px;   /* wert = gesamtcontentbreite/3 - 2*spaltenbreite/3 - 1 für IE / Mac, der rendert sonst 1px zu breit*/
	margin: 0px 20px 0px 0px; /* wert = spaltenbreite content */
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	background-color: #fff;
}

.spalterechtsdrittel {
	width: 120px;  /* wert = gesamtcontentbreite/3 - 2*spaltenbreite/3 */
	margin: 0px 0px 0px 0px;
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	background-color: #fff;
}

.clear {
	clear: both;
	margin: -1px 0px 0px 0px;  /* lässt 1px clear nach oben verschwinden */
	height: 1px;  /* lässt &nbsp; auf 1px schrumpfen für IE */
	font-size: 1px;  
	line-height: 1px;  
	width: 100%;
}


/* ***** quernavigation navigation durch UL & LI ***** */

#quernavigation ul {
	margin: 0;
	padding: 0;
}

#quernavigation li { 
	margin: 0;
	padding: 0;
	display: inline; 
	list-style-type: none;
}

#quernavigation a {
	text-align: center;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 117px !important;
	background-repeat:repeat;
	overflow: hidden;
	text-decoration: none;  
}
html>body #quernavigation a {
  width: -10px;  /* box model hack, korrekte werte für opera */
}

#quernavigation a span {
	display: none;
}




#quernavigation a#logo {
	background-image: none;
	width: 177px !important;
}
#quernavigation a#produkt:hover, a#kampagne:hover, a#science:hover, a#unternehmen:hover, a#gesundheit:hover {
	background-position: 0px 70px;
	background-color: transparent;
}
#quernavigation a#produkt.current, a#kampagne.current, a#science.current, a#unternehmen.current, a#gesundheit.current {
	background-position: 0px 70px;
	background-color: transparent;
}
#quernavigation a#produkt {
	background-image: url(../images/hor_nav_produkt_2.gif);
	background-color: transparent;
}
#quernavigation a#kampagne {
	background-image: url(../images/hor_nav_programm_2.gif);
	background-color: transparent;
}
#quernavigation a#gesundheit {
	background-image: url(../images/hor_nav_gesundheit_2.gif);
	background-color: transparent;
}
#quernavigation a#unternehmen {
	background-image: url(../images/hor_nav_unternehmen_2.gif);
	background-color: transparent;
}
#quernavigation a#science {
	background-image: url(../images/hor_nav_science_2.gif);
	background-color: transparent;
}


/* ***** erste ebene navigation durch UL & LI ***** */

#navigation a {
	color: #666;
	background-color: #fff;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#navigation a:hover {
	color: #BF0000;
	background-color: #EEEEEE;
	text-decoration: none;
}

#navigation a#current {
	color: #BF0000;
	background-color: #EEEEEE;
	text-decoration: none;
}

#navigation ul#navlist {
	margin: 0;
}

#navigation #sub a#subcurrent {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#navigation ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li { 
	margin: 0 0 1px 0; 
} 

#navigation ul li a {
	display: block;
	padding: 5px 10px 6px 10px;  
	width: 156px;  /* box model hack, werte für ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 136px;  /* box model hack, korrekte werte für alle anderen */
}
html>body #navigation a {
  width: 136px;  /* box model hack, korrekte werte für opera */
} 


/* ***** zweite ebene navigation durch UL & LI ***** */

#navigation ul ul { 
	margin: 3px 0 3px 0;
}

#navigation ul ul li { 
	margin: 0 0 1px 0;
}

#navigation ul ul a {
	display: block;
	padding: 2px 10px 3px 22px;  
	width: 156px;  /* box model hack, werte für ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 124px;  /* box model hack, korrekte werte für alle anderen */
	color: #999;
	background-color: #fff;
	text-decoration: none;
}
#navigation ul ul a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

html>body #navigation ul ul a {
  width: 124px;  /* box model hack, korrekte werte für opera */
}

/* ***** dritte ebene navigation durch UL & LI ***** */

#navigation ul ul ul { 
	margin: 3px 0 3px 0;
}

#navigation ul ul ul li { 
	margin: 0 0 1px 0;
}

#navigation ul ul ul a {
	display: block;
	padding: 6px 10px 7px 27px;  
	width: 156px;  /* box model hack, werte für ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 119px;  /* box model hack, korrekte werte für alle anderen */
	color: #000;
	background-color: #fff;
	text-decoration: none;
	margin-top: -5px;
	padding-bottom: -10px;
	font-size: 10px;
}
html>body #navigation ul ul ul a {
  width: 119px;  /* box model hack, korrekte werte für opera */
}


#navigation ul ul ul a:hover {
	color: #999;
	background-color: #fff;
	text-decoration: none;
}

/* ***** vierte ebene navigation durch UL & LI ***** */

#navigation ul ul ul ul { 
	margin: 3px 0 3px 0;
}

#navigation ul ul ul ul li { 
	margin: 1px 0 1px 0;
}

#navigation ul ul ul ul a {
	display: block;
	padding: 4px 10px 5px 32px;  
	width: 156px;  /* box model hack, werte für ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 114px;  /* box model hack, korrekte werte für alle anderen */
}
html>body #navigation ul ul ul ul a {
  width: 114px;  /* box model hack, korrekte werte für opera */
}

/* ***** fünfte ebene navigation durch UL & LI ***** */

#navigation ul ul ul ul ul li { 
	margin: 1px 0 1px 0;
}

#navigation ul ul ul ul ul a {
	display: block;
	padding: 2px 10px 3px 37px;  
	width: 156px;  /* box model hack, werte für ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 109px;  /* box model hack, korrekte werte für alle anderen */
	color: #fff;
	background-color: #900;
	text-decoration: none;
}
#navigation ul ul ul ul a:hover {
	color: #fff;
	background-color: #C00;
	text-decoration: none;
}
html>body #navigation ul ul ul ul ul a {
  width: 109px;  /* box model hack, korrekte werte für opera */
}


#footlinks {
	font-size: 0.9em;
	color: #5B5B5B;
	margin: 32px 0px 0px 0px;
	float:left;
}

#copyright {
	font-size: 0.9em;
	margin: 32px 0px 0px 0px;
	float:right;
}

#meta {
	width: auto;
	margin: 8px 0px 0px 0px;
	float: right;
	display: inline;
	font-size: 0.9em;
}
html>body #meta {
  width: 550px;  /* box model hack, korrekte werte für opera */
	height: 25px;
}
#metalinks {
	float: left;
	margin: 4px 8px 0px 0px;
}
#meta input.button {
	margin: 0px;
	display: block;
	}
#meta input.suchfeld {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 2px 1px 1px 1px;
	width: 131px;
	height: 17px;
	border: none;
	background: none;
	background-image:url(../images/bg_suchfeld.gif);
	background-repeat:no-repeat;
}
html>body #meta input.suchfeld {
	height: 22px;
}
#meta a {
	margin: 0px 5px 0px 5px;
	color: #B7B7B7;
	text-decoration: none;
}

#meta a:hover {
	text-decoration: underline;
}

.linear a{
	font-weight: bold;
}

hr {
	display: none;
}



.contentteaser {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contentteaser div.teaserbild {
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 10px;
	width: 90px;
	height: 68px;
	overflow: hidden;
}
.contentteaser img { border: none; }
.contentteaser h2 {
		display: inline;
		font-size: 15px;
}
.contentteaser p {
	margin: -2px 8px 2px 0px;
	line-height: 1.3em;
}
a.mehr {
	color: #000000 !important;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	background-image:url(../images/linkpfeil_rot.gif);
	background-repeat:no-repeat;
	background-position: 2px 5px;
}
a.mehr:hover {
	color: #BF0000;
}


#context img {border: 0px;}

div#context div.box {
	border-left: 1px solid #BF0000;
	border-right: 1px solid #a50000;
	padding: 0 3px 10px 3px;
	margin: 0;
	color:#bf0000;
	font-size:14px;
}

div#context div.box p {
	margin:5px 0;
	color:#000000;
	font-size: 10px;
}

div#context div.box a {
	background: none;
}

div#context div.box p a {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-left: 8px;
	background-image:url(../images/linkpfeil_rot.gif);
	background-repeat:no-repeat;
	background-position: 2px 5px;
}
div#context div.box p a:hover {
	color: #BF0000;
}


/* ***** styling footer links ***** */

#foot a {
	margin: 0px 5px 0px 5px;
	color: #5B5B5B;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

/* ***** styling kontaktformular ***** */

#kontaktformular{
	background: #eee;
	width: 340px;
	padding: 5px 15px 5px 35px;
}
#kontaktformular legend {
	display: none;
}
#kontaktformular input {
	width: 210px;
	font-size: 11px;
	padding: 2px;
	margin: 2px 0 2px 0;
	border: 1px solid #999;
}
#kontaktformular input.plz {
	width: 40px;
	margin-right: 3px;
}
#kontaktformular input.ort {
	width: 160px;
}
#kontaktformular input.submit {
	float: none;
	width: 310px;
	font-weight: bold;
}
#kontaktformular select {
	width: 216px;
	font-size: 11px;
	padding: 2px;
}
 textarea {
	float: none;
	border: 1px solid #999;
	width: 303px; /* Breite von Label + Input */
	height: 100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

#kontaktformular .error {
	color: #BF0000;
}
#kontaktformular input.error {
	border: 1px solid #BF0000;
}
#kontaktformular textarea.error {
	border: 1px solid #BF0000;
}


#jobs {
	background: #eee;
	width: 340px;
	padding: 8px 14px 8px 14px;
	margin: 10px 0px 0px 0px;
}

/* SUCHE*/


#suchenav {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 10px 0px;
	width: 370px;
}
#suchenav a{
	color: #bf0000;
	font-weight: bold;
}
.sucheresult{
	width: 370px;
}
.sucheresult a {
	font-weight: bold;
}
.sucheresult a.more {
	font-weight: normal;
	font-color: #bf0000;
}


/* ----------------- SITEMPAP ----------------------- */

/* 1ste */
#sitemap ul {
	margin: 5px 0px 5px 0px !important;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
}
#sitemap ul a {
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	background: #bf0000;
	color: #FFFFFF;
	margin-top: 20px;
	padding: 2px 5px 2px 5px;
	width: 92%;
	display: block;
	border: 1px solid #bf0000;
}
#sitemap ul a:hover {
	text-decoration: none;
	background: #fff;
	color: #bf0000;
	border: 1px solid #bf0000;
}

/* 2te */
#sitemap ul ul {
	margin: 5px 0px 5px 5px !important;
	padding: 0;
	line-height: 12px;
	list-style: none;	
}
#sitemap ul ul a {
	text-decoration: none;
	font-weight:normal;
	font-size:11px;
	background: #eee;
	color:#333333;
	margin-top: 0px;
	padding: 4px 5px 4px 5px;
	width: 87%;
	display: block;
	border: 1px solid #fff;
}
#sitemap ul ul a:hover {
	text-decoration: none;
	background: #E1E1E1;
	border: 1px solid #fff;
	color:#000;
}

/* 3te */

#sitemap ul ul ul {
	margin: 5px 0px 5px 8px !important;
	padding: 0;
	line-height: 12px;
	/*list-style-image: url(../images/sitemap_bullet.gif);*/
	list-style-type: none;
	background: url(../images/sitemap_bullet.gif);
	background-repeat: no-repeat;
}
#sitemap ul ul ul li {
	background: url(../images/sitemap_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 6px;
}

#sitemap ul ul ul a {
	text-decoration: none;
	font-weight:normal;
	padding: 0px 5px 0px 5px;
	background: none;
}
#sitemap ul ul ul a:hover {
	text-decoration: none;
	background: none;
	color: #666;
}


.bildarchiv {
	width: 111px;
	height: 125px;
	padding: 3px;
	margin: 0px 12px 12px 0px;
	border: 1px solid #D2D2D2;
	float: left;
}


.bildarchiv p {
	margin: 2px 0px 2px 2px;
}

.bildarchiv p a  {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	padding-left: 8px;
	background-image:url(../images/linkpfeil_rot.gif);
	background-repeat:no-repeat;
	background-position: 2px 5px;
}

/*styles für contentbox-red*/

#contentbox-red {
	padding:10px 15px 10px 0;
}
#contentbox-red-top {
	background:url(../images/boxtop-right.gif) top right no-repeat;
}

#contentbox-red-middle {
	border-left:1px solid #bf0000;
	border-right:1px solid #bf0000;
	padding:0;
}

#contentbox-red-middle p {
	margin:0 10px;
}

#contentbox-red-middle img {
	float:right;
	padding:0px 10px;
	margin:0;
}

#contentbox-red-foot {
	background:url(../images/boxfoot-right.gif) bottom right no-repeat;
}

/******** CLEARFIX-HACK ********/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Hides from IE-mac \*/* html .clearfix {height: 1%;}/* End hide from IE-mac */


/** SUBNAVI STARTSEITE ****/

#popupnaviwrap {
	margin: 0 auto;  /* mittig in netscape, mozilla und opera*/
	padding: 0px;
	border: 0px;
	width: 785px;  /* wert = (contextbreite + margin rechts) + (navigationbreite + margin links und rechts) + (contentbreite + margin links)*/
	display: block;
}

#popupnavi {
position:absolute;
top:104px;
z-index:60;
width: 785px;
left:50%;
margin-left:-217px;
}

* html #popupnavi {
	margin-left: -217px;
}

*:first-child+html #popupnavi {
	margin-left: -217px;
}

#m01,
#m02,
#m03,
#m04,
#m05 {
height: auto;
background-color: #FFFFFF;
text-align: left !important;
position: relative;
border-right: 1px solid #F1B7B7;
border-bottom: 1px solid #F1B7B7;
border: 1px solid #F1B7B7;
float: left;
filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
padding-left: 7px; 
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
width: 108px; 
overflow: hidden; 
margin-left:1px;
visibility: hidden;
padding-top: 10px;
z-index:10;
}

#m01 a,
#m02 a,
#m03 a,
#m04 a,
#m05 a {
display: block;
text-align: left !important;
position: relative;
margin: 0;
padding: 2px;
font-size: 1em;
line-height: 140%;
display: inline;
width: auto;
height: auto;
color: #BF0000;
text-decoration: none;
}
#m01 a:hover,
#m02 a:hover,
#m03 a:hover,
#m04 a:hover,
#m05 a:hover {
text-decoration: none;
color: #000;
}



