body, .body, Content, .Content{
	margin:23px 0px 0px 10px;
	padding:0px;
	background-color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
}
IMG {
	border:0px;
}
* html IMG.borderBottom {
	display:block;
}
IMG.borderTop {
	display:block;
}
H1{
	font-family: Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#003399;
	margin-top:18px;
	margin-bottom:18px;
}
H1 a{
	color:#003399;
	text-decoration:none;
}
H2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#003399;
	margin-bottom:20px;
}
H2 a{
	font-size: 12px;		//Rubrikenseiten
	color:RGB(0,51,153);
	font-weight:bold;
	text-decoration: none;
	margin:0px 0px 0px 0px;
}
H6 {
	font-family:Arial,Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin-top:0px;
	margin-bottom:2px;
}
td{
	font-size:12px;
	line-height:17px;
	font-family: Arial,Helvetica,sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 3px;
}
#GlobNavBG{
	background-color:RGB(255,255,255);
}
.GlobNavLanguageBlock a{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:RGB(255,255,255);
	text-decoration:none;
}
#ActiveLanguage{
	/* wird in Form "CSS_Site" gesetzt */
}
@media screen {
	.GlobNavTopicBlock{
	float:left;
	height:34px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	width:975px;
	margin-bottom:17px;
		/* Abstand zwischen Languages und erster Rubrik wird in Form "CSS_Site" gesetzt */
	}
}
.GlobNavTopicBlock a{	
	/* wird in Form "CSS_Site" gesetzt	Abmessungen für farbigen Decker (Farbe wird per JS gesetzt) */
}
.GlobNav{
	float:left;
	height:34px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
html>body GlobNav{
	border-color:RGB(0,51,153);	/* Farbangleichung an den Internet Explorer */
}
.GlobNav a{			/* alle Hyperlinks (Language und Topic) */
	float:left;
	display:block;
	padding:10px 10px 9px 10px;
	border-right:1px #d1d1d1 solid;
	color:#003399;
	text-decoration:none;
	background-position:bottom left;
	margin-bottom:1px;
	background-image:url(img_bg_nav01.gif);
	background-repeat:no-repeat;
}
#LokNav{
	position:relative;
	z-index:1;
	padding:0px;
	margin-top:0px;
	float:left;
	color:#58585a;
}
#LokNav ul{
	margin:0px;		/* LokNav alle Ebenen */
	padding:0px;
	list-style-type:none;
	width:190px;
	color:#58585a;
}
#LokNav a{
	padding: 8px 5px 8px 11px;		/* LokNav Ebene 1 */
	font-family:Arial,Helvetica,sans-serif;	
	font-size:11px;
	color:#58585a;
	text-decoration:none;	
	width:175px;	/* 190px-15px padding, funktioniert nicht in MSIE, daher nachfolgender Hack */
	display:block;
}
#LokNav LI #x1x0x0{
	border-top:0px;		cerster LokNav-Eintrag hat doch keinen Top-Border */
	color:#58585a;
}
#LokNav li a:hover{
	/* wird in Form "CSS_Site" gesetzt */
}
#LokNavLevB a{
	padding: 8px 5px 8px 11px;		/* LokNav Ebene 1 */
	font-family:Arial,Helvetica,sans-serif;	
	font-size:11px;
	text-decoration:none;	
	width:174px;	/* 190px-15px padding, funktioniert nicht in MSIE, daher nachfolgender Hack */
	background-image:url(img_bg_nav02_lo.gif);
	background-repeat:no-repeat;
	display:block;
}
* html #LokNavLevB a{
  width:190px;	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
}
#LokNavLevB a.nav02hi{
	padding: 8px 5px 8px 11px;		/* LokNav Ebene 1 */
	font-family:Arial,Helvetica,sans-serif;	
	font-size:11px;
	color:#008ac9;
	font-weight:bold;
	text-decoration:none;	
	width:174px;	/* 190px-15px padding, funktioniert nicht in MSIE, daher nachfolgender Hack */
	background-image:url(img_bg_nav02_hi.gif);
	background-repeat:no-repeat;
	display:block;
}
* html #LokNavLevB a.nav02hi{
  width:190px;	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
}
#LokNavLevC a{
	background-image:url(img_bg_nav03_lo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	padding: 3px 0px 3px 24px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	width:166px;	/* 190px-15px padding, funktioniert nicht in MSIE, daher nachfolgender Hack */
}
* html #LokNavLevC a{
  width:190px;	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
}
#LokNavLevC a.nav03hi{
	background-image:url(img_bg_nav03_hi.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	padding: 3px 0px 3px 24px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#008ac9;
	width:166px;	/* 190px-15px padding, funktioniert nicht in MSIE, daher nachfolgender Hack */
}
* html #LokNavLevC a.nav03hi{
  width:190px;	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
}
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	width:190px;
	margin:5px 0px 0px 0px;
}
.AktionBoxTable{
	width:520px;
	border: 1px RGB(0,51,153) solid;
	margin:0px 0px 20px 0px;	/* Abstand unterhalb bis zur nächsten InfoBox */
	float:bottom;			/* Innerhalb der im Body gesetzten Breite von 975px */
}
.AktionBoxTitle{
	font-size:11px;
	font-weight:bold;
	color: white;
	height:19px;
	line-height:19px;
	background-color:RGB(0,51,153);
}
.AktionBoxTitleBorder{
	width:1%;	/* Nur Firefox */
	background-color:RGB(0,51,153);
}
*html .AktionBoxTitleBorder{
	width:5px;	/* Star HTML Hack nur von MSIE interpretiert */
}
.AktionBoxText{
	font-size:11px;
	width:500px;	/* 450-(2*6 Abstand) */
	background-color:RGB(255,255,255);
	padding-top:6px;
}
.AktionBoxArea{
	font-size:11px;
	width:500px;	/* 450-(2*6 Abstand) */
	background-color:RGB(255,255,255);
	padding:0px 0px 6px 0px;
}
.Content{				/* Nur Firefox */
	padding:0px 7px 0px 0px;
}
*html .Content{
	padding:0px 9px 0px 0px;	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
}
.ActiveBreadCrumb a{
	color:#008ac9;
}
.Anchor{
	color: rgb( 0 , 0 , 0 );
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.LinkToAnchor{
	color: rgb( 0 , 0 , 0 );
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
A.linktoanchor09 {
	background-image:url(img_right09.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:18px;
}
A.anchor09 {
	background-image:url(img_top09.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:18px;
	text-decoration: none;
}
DIV.bodyWrapper {
	width:975px;
}
DIV.logoUtilitiesWrapper {
	float:left;
	width:975px;
	margin-bottom:17px;
}
DIV.logoUtilitiesWrapper DIV.logo {
	float:left;
}
DIV.logoUtilitiesWrapper DIV.utilitiesWrapper {
	float:right;
}
DIV.logoUtilitiesWrapper DIV.utilitiesWrapper DIV.utilities {
	float:right;
}
DIV.logoUtilitiesWrapper DIV.utilitiesWrapper DIV.utilities A {
	margin: 0px 5px 0px 5px;
}
DIV.logoUtilitiesWrapper DIV.utilitiesWrapper DIV.utilities A, DIV.logoUtilitiesWrapper DIV.utilitiesWrapper DIV.utilities SPAN.separator {
	color:#008ac9;
	font-size:11px;
	text-decoration:none;
}
DIV.logoUtilitiesWrapper DIV.utilitiesWrapper DIV.utilitiesSearch {
	float:right;
	margin-left:2px;	
}
DIV.logoUtilitiesWrapper DIV.utilitiesWrapper DIV.utilitiesSearch INPUT {
	border:1px #c1c1c1 solid;
	background-color:#FFFFFF;
}
DIV.logoUtilitiesWrapper DIV.utilitiesWrapper DIV.utilitiesSearch INPUT.btn {
	color:#008ac9;
	border-left:none;
}
Div.nav01LangBreadcrumbsWrapper {
	float:left;
	width:975px;
	margin-bottom:17px;
}
DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper {
	float:left;
	width:975px;
	height:34px;
	margin-bottom:1px;
	background-image:url(img_bg_nav01.gif);
	background-repeat:no-repeat;
}
DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.lang {
	float:right;
	margin-right:8px;
	padding-top:10px;
}
DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.nav01 {
	float:left;
	height:34px;
	overflow:hidden;
	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.nav01 A {
	float:left;
	display:block;
	padding:10px 10px 9px 10px;
	border-right:1px #d1d1d1 solid;
	color:#003399;
	text-decoration:none;
	background-position:bottom left;
	margin-bottom:1px;
	background-image:url(img_bg_nav01_lo.gif);
	background-repeat:no-repeat;
}
DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.nav01 A:hover, DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.nav01 A:active {
	color:#008ac9;
}
DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.nav01 A.hi {
	color:#008ac9;
	background-image:url(img_bg_nav01_hi.gif);
}
DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.nav01 A.firstHi {
	color:#008ac9;
	background-image:url(img_bg_nav01_first_hi.gif);
}
DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.nav01 A.firstLO {
	color:#003399;
	background-image:url(img_bg_nav01_first_lo.gif);
}
DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.lang A, DIV.nav01LangBreadcrumbsWrapper DIV.nav01LangWrapper DIV.lang SPAN.separator {
	color:#003399;
	font-size:11px;
	text-decoration:none;
	margin-left:1px;
	margin-right:1px;
}
DIV.nav01LangBreadcrumbsWrapper DIV.line {
	float:left;
}
DIV.nav01LangBreadcrumbsWrapper DIV.breadcrumbs {
	float:left;
	width:975px;
	height:18px;
	font-size:11px;
	color:#003399;
	
	padding-top:3px;
	background-image:url(img_bg_breadcrumbs.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
DIV.nav01LangBreadcrumbsWrapper DIV.breadcrumbs DIV {
	margin-left:8px;
}
DIV.nav01LangBreadcrumbsWrapper DIV.breadcrumbs A {
	color:#003399;
	text-decoration:none;
	margin:2px;
}
DIV.nav01LangBreadcrumbsWrapper DIV.breadcrumbs SPAN.ActiveBreadCrumb, DIV.nav01LangBreadcrumbsWrapper DIV.breadcrumbs SPAN.ActiveBreadCrumb A {
	color:#008ac9;
}
DIV.lowerWrapper {
	float:left;
	width:975px;
	background-repeat:repeat-y;	
	background-position: left bottom;
}
DIV.lowerWrapper DIV.nav02Wrapper {
	float:left;
	width:190px;
	overflow:hidden;
	margin-right:10px;
	background-image:url(img_bg_nav02.gif);
	background-repeat:repeat-y;
}
DIV.lowerWrapper DIV.nav02Wrapper A.nav02 {
	background-image:url(img_bg_nav02_lo_.gif);
	background-repeat:no-repeat;
	display:block;
	padding: 8px 5px 8px 11px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#58585a;
	text-decoration:none;
}
DIV.lowerWrapper DIV.nav02Wrapper A.nav02:hover, DIV.lowerWrapper DIV.nav02Wrapper A.nav02:active {
	color:#008ac9;
}
DIV.lowerWrapper DIV.nav02Wrapper A.nav02hi {
	background-image:url(img_bg_nav02_hi.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	padding: 8px 5px 8px 11px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#008ac9;
	text-decoration:none;
}
DIV.lowerWrapper DIV.nav03Wrapper DIV A.nav03 {
	background-image:url(img_bg_nav03_lo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	
	padding: 3px 5px 3px 24px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#58585a;
	text-decoration:none;
}
DIV.lowerWrapper DIV.nav03Wrapper A.nav03:active {
	color:#008ac9;
}
DIV.lowerWrapper DIV.nav03Wrapper A.nav03hi {
	background-image:url(img_bg_nav03_hi.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	
	padding: 3px 10px 3px 24px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#008ac9;
	text-decoration:none;
}
DIV.lowerWrapperHome DIV.contentWrapper {
	float:left;
	width:745px;
	margin-right:20px;
}
DIV.lowerWrapper DIV.contentWrapper {
	float:left;
	width:555px;
	margin-right:10px;
}
DIV.lowerWrapper DIV.wideSelector DIV.contentWrapper {
	width:775px;
	margin-right:0px;	
}
DIV.lowerWrapper DIV.wideSelector DIV.contentWrapper {
	width:775px;
	margin-right:0px;	
}
DIV.lowerWrapper DIV.wideSelector DIV.contentWrapper DIV.mainContentWrapper {
	width:775px;	
	background-image:url(img_bg_content_775.gif);
}
DIV.lowerWrapper DIV.wideSelector DIV.contentWrapper DIV.mainContentWrapper DIV.mainContent {
	width:745px;
}
DIV.lowerWrapper DIV.wideSelector DIV.contentWrapper DIV.contentUtilitiesWrapper {
	width:775px;
	background-image:url(img_bg_content_775.gif);
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mediaframe {
	float:left;
	width:745px;
	
	background-image:url(img_bg_home_mediaframe_745.gif);
	background-repeat:repeat-y;
	margin-bottom:18px;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mediaframe DIV {
	margin-left:20px;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentWrapper {
	float:left;
	width:745px;
	height:154px;
	overflow:hidden;
	background-image:url(img_bg_home_claim_highlight-de.gif);
	background-repeat:no-repeat;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentWrapper DIV.mainContent {
	float:left;
	width:225px;
	margin: 10px 0px 0px 508px;
	display:inline;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentWrapper DIV.mainContent H1 {
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin:0px;
	margin-bottom:4px;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper {
	float:left;
	width:745px;
	height:154px;
	overflow:hidden;
	
	background-image:url(img_bg_home_claim_news-de.gif);
	background-repeat:no-repeat;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper DIV.mainContent {
	float:left;
	width:469px;
	margin: 10px 0px 0px 265px;
	display:inline;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper DIV.mainContent H1 {
	font-size:16px;
	margin:0px;
	padding-bottom:8px;
	border-bottom:1px #e6e6e6 solid;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper DIV.mainContent TABLE {
	margin-top:10px;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper DIV.mainContent TABLE TD {
	padding-bottom:6px;	
	font-size:12px;
	vertical-align:top;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper DIV.mainContent TABLE TD.date {
	padding-right:12px;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentWrapper DIV.mainContent P {
	line-height:18px;
	margin:0px;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentWrapper DIV.mainContent A.butArrow,
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper DIV.mainContent A.butArrow {
	font-size:16px;
	color:#008ac9;
	text-decoration:none;
	margin-left:5px;
	line-height:12px;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper DIV.mainContent A.newsLink {
	text-decoration:none;
	color:#000000;
}
DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper DIV.mainContent A.newsLink:hover, DIV.lowerWrapperHome DIV.contentWrapper DIV.mainContentNewsWrapper DIV.mainContent A.newsLink:active {
	color:#008ac9;
} 
DIV.lowerWrapper DIV.contentWrapper DIV.subsplashMainContentWrapper {
	float:left;
	width:555px;
	overflow:hidden;
	
	background-image:url(img_bg_content_555_subsplash.gif);
	background-repeat:repeat-y;
}
DIV.lowerWrapper DIV.contentWrapper DIV.subsplashMainContentWrapper DIV.subsplashMainContent {
	float:left;
	width:525px;
	margin-left:16px;
	display:inline;
}
DIV.lowerWrapper DIV.contentWrapper DIV.subsplashMainContentWrapper DIV.subsplashMainContent UL {
	font-family:Arial,Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#000000;	
	margin:0px;
	
	padding:0px;
	margin-bottom:18px;
	list-style:none;
	
}
DIV.lowerWrapper DIV.contentWrapper DIV.subsplashMainContentWrapper DIV.subsplashMainContent LI {
	margin:0px;
	padding:0px;
	padding-left:16px;
	background-image:url(img_bullet_list.gif);
	background-repeat:no-repeat;
	background-position:2px;
}
DIV.subsplashMainContent DIV.itemFullsize {
	width:526px;
	float:left;
	display:inline;
	padding-top:8px;
	padding-bottom:14px;
}
DIV.subsplashMainContent DIV.itemFullsize DIV.imgContainer {
	float:left;
	width:165px;
	margin-right:16px;
	padding-top:4px;
}
DIV.subsplashMainContent DIV.itemFullsize DIV.txtContainer {
	float:left;
	width:345px;
}
DIV.subsplashMainContent DIV.itemTriple DIV.txtContainer a {
	text-decoration:none;
}
DIV.subsplashMainContent DIV.itemFullsize H1 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
}
DIV.subsplashMainContent DIV.itemFullsize P {
	line-height:20px;
	margin:0px;
}
DIV.subsplashMainContent DIV.itemTriple {
	width:165px;
	float:left;
	display:inline;
	padding-top:14px;
	padding-bottom:14px;
	margin-right:15px;
}
DIV.subsplashMainContent DIV.last {
	margin-right:0px;
}
DIV.subsplashMainContent DIV.itemTriple DIV.imgContainer {
	float:left;
	width:165px;
}
DIV.subsplashMainContent DIV.itemTriple DIV.txtContainer {
	float:left;
	width:165px;
}
DIV.subsplashMainContent DIV.itemTriple H1 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-top:8px;
}
DIV.subsplashMainContent DIV.itemTriple P {
	line-height:20px;
	margin:0px;
}
DIV.lowerWrapper DIV.contentWrapper DIV.subsplashLowerContentWrapper {
	float:left;
	width:555px;
	margin-top:10px;
	margin-bottom:0px;
	background-image:url(img_bg_content_555.gif);
	background-repeat:repeat-y;
}
DIV.lowerWrapper DIV.contentWrapper DIV.subsplashLowerContentWrapper DIV.subsplashLowerContent {
	float:left;
	width:525px;
	margin-left:16px;
	display:inline;
}
 DIV.subsplashLowerContent H1 {
 	font-size:12px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:0px;
	line-height:20px;
 }
 
DIV.subsplashLowerContent P {
	line-height:20px;
	margin-top:0px;
	margin-bottom:10px;
}
DIV.subsplashMainContent A.butArrow, DIV.subsplashLowerContent A.butArrow {
	font-size:16px;
	color:#008ac9;
	text-decoration:none;
	margin-left:10px;
	line-height:12px;
}
DIV.lowerWrapper DIV.contentWrapper DIV.mainContentWrapper {
	float:left;
	width:555px;
	margin-bottom:20px;
	
	background-image:url(img_bg_content.gif);
	background-repeat:repeat-y;
}
DIV.lowerWrapper DIV.contentWrapper DIV.mainContentWrapper DIV.mainContent {
	float:left;
	width:525px;
	margin-left:16px;
	margin-bottom:18px;
	display:inline;
}
DIV.lowerWrapper DIV.contentWrapper DIV.mainContentWrapper DIV.mainContent UL {
	list-style-type:square;
	list-style-image:url(img_bullet_list.gif);
	margin:0px 0px 0px 17px;
	padding:0px 0px 0px 0px;
	line-height:16px;
}
* html #Div.lowerWrapper DIV.contentWrapper DIV.mainContentWrapper DIV.mainContent UL{
	margin:0px 0px 0px 15px;
}
DIV.lowerWrapper DIV.contentWrapper DIV.mainContentWrapper DIV.mainContent A.button {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
	padding:2px 30px 2px 30px;
	background-image:url(img_bg_button_178.gif);
	background-repeat:no-repeat;
}
DIV.lowerWrapper DIV.contentWrapper DIV.contentUtilitiesWrapper {
	float:left;
	width:555px;
	background-image:url(img_bg_content.gif);
	background-repeat:repeat-y;
}
DIV.lowerWrapper DIV.contentWrapper DIV.contentUtilitiesWrapper A {
	float:left;
	text-decoration:none;	
	margin:4px 0px 4px 16px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#9c9e9f;
}
DIV.lowerWrapper DIV.contentWrapper DIV.contentUtilitiesWrapper A.butMail {
	background-image:url(img_ico_mail.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:18px;
}
DIV.lowerWrapper DIV.contentWrapper DIV.contentUtilitiesWrapper A.butPrint {
	background-image:url(img_ico_print.gif);
	background-repeat:no-repeat;
	
	padding-left:20px;
	
}
DIV.lowerWrapperHome DIV.infobarWrapper, DIV.lowerWrapper DIV.infobarWrapper {
	float:left;
	width:210px;
		
	background-image:url(img_bg_infobar.gif);
	background-repeat:repeat-y;
}
DIV.infobarWrapper DIV.infobarBlock {
	display:inline;
	float:left;
	width:198px;
	margin-left:6px;
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px #e6e6e6 solid;
	background-color:#FFFFFF;
}
DIV.infobarWrapper DIV.infobarBlock H1 {
	font-size:16px;
	margin:0px;
	padding:7px 2px 7px 10px;
	border-bottom:1px #e6e6e6 solid;
}
DIV.infobarWrapper DIV.infobarBlock P {
	margin-bottom:0px;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem {
	width:178px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:16px;
	float:left;
	border-bottom:1px #e6e6e6 solid;
	padding:10px;
}
* html .DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem{	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
	width: 198px;
}
DIV.infobarWrapper DIV.infobarBlock DIV.InfobarBlockItem P {
	margin:5px;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem A.butArrow {
	font-size:16px;
	color:#008ac9;
	text-decoration:none;
	margin-left:5px;
	line-height:12px;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem A.butLink {
	text-decoration:none;
	color:#000000;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem A.butLink:hover, DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem A.butLink:active {
	color:#008ac9;
} 
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem A.butLink SPAN {
	color:#008ac9;
	float:left;
	padding-right:8px;
	font-size:15px;
	cursor: pointer;
	cursor: hand;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem A.butLink DIV {
	float:left;
	width:85%;
	padding-top:2px;
	line-height:14px;
	cursor: pointer;
	cursor: hand;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem TABLE {
	margin-top:8px;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem TD A.butLink DIV {
	width:50%;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem A {
	color:#008ac9;
	text-decoration:underline;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem P A {
	color:#008ac9;
	text-decoration:underline;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem UL {
	font-family: Arial,Helvetica,sans-serif;
	font-weight:normal;
	line-height:16px;
	color:#000000;	
	margin:0px;
	padding:0px;
	margin-bottom:18px;
	list-style:none;
	
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem LI {
	margin:0px;
	padding:0px;
	padding-left:16px;
	background-image:url(img_bullet_list.gif);
	background-repeat:no-repeat;
	background-position:2px;
	text-decoration:underline;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem DIV.infoBlockTagCloud A {
	margin-right:10px;
	text-decoration: none;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem DIV.infoBlockTagCloud A.medium {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration: none;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem DIV.infoBlockTagCloud A.large {
	font-size:14px;
	line-height:18px;
	text-decoration: none;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem DIV.infoBlockTagCloud A.large:hover{
	text-decoration: underline;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem DIV.infoBlockTagCloud A.medium:hover{
	text-decoration: underline;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem DIV.infoBlockTagCloud A:hover{
	text-decoration: underline;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem BR {
	clear:both;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem A.button {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
	padding:2px 30px 2px 30px;
	background-image:url(img_bg_button_178.gif);
	background-repeat:no-repeat;
}
DIV.infobarWrapper DIV.infobarBlock DIV.infobarBlockItem SELECT {
	width:178px;
	margin-bottom:4px;
}
DIV.footerHome {
	width:745px;
	float:left;
	margin-top:20px;
	background-image:url(img_bg_footer_745.gif);
	background-repeat:repeat-y;
}
DIV.footer {
	width:975px;
	float:left;
	margin-top:20px;
	background-image:url(img_bg_footer_975.gif);
	background-repeat:repeat-y;
}
DIV.footerHome DIV, DIV.footer DIV {
	font-family:Arial,Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#58585a;
	padding-left:11px;
	padding-right:30px;
}
DIV.bottomSpacer {
	width:975px;
	float:left;
	margin-top:30px;
	line-height:1px;
}
TABLE.standard TD {
	border:1px #e6e6e6 solid;
}
TABLE.standard {
	border-collapse:collapse;
	border-right:1px #e6e6e6 solid;
	border-bottom:1px #e6e6e6 solid;
	padding:3px 3px 3px 5px;
}
.InfoBox, #Info{
	width: 150px;
	margin: 0px 0px 20px 0px;	/*Abstand unterhalb jeder InfoBox bis zur nächsten oder zum Copyright*/
	border: 1px solid RGB(204, 204, 204);
	padding: 0px 0px 2px 0px;
}
* html .InfoBox{	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
	margin:0px 0px 20px 10px;
}
.InfoBoxTitle, div#Info H2{
	font-size:16px;
	border-bottom: 1px solid #e6e6e6;
	background-color:#ffffff;
	color:#003399;
	font-weight:normal;
	padding:7px 2px 7px 10px;
	margin:0px 0px 0px 0px;
}
div#Info H2{
	margin:0px 0px 0px 0px;
}
.InfoBoxBody{
	padding:10px;
	margin:0px;
	border-bottom: 1px solid #e6e6e6;
}
div#InfoBoxArea .InfoBox .InfoBoxBody p{
	font-size: 11px;
	padding:0px 0px 5px 5px;
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
}
div#Info p{
	font-size: 11px;
	line-height:15px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
}
.InfoBoxBody a, div#Info a{
	font-size: 11px;
	color:RGB(0, 51, 153);
	text-decoration:underline;
}
div#Info ul li{
	margin:0px 0px 0px 5px;
}
.RichInfoBox{
	width: 300px;
	margin: 0px 0px 20px 0px;	/*Abstand unterhalb jeder InfoBox bis zur nächsten oder zum Copyright*/
	border: 1px solid RGB(204, 204, 204);
}
* html .RichInfoBox{	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
	margin:0px 0px 20px 10px;
}
.RichInfoBoxTitle{
	font-size:16px;
	border-bottom: 1px solid #e6e6e6;
	background-color:#ffffff;
	color:#003399;
	font-weight:normal;
	padding:7px 2px 7px 10px;
	margin:0px 0px 0px 0px;
}
div#RichInfoBoxBody{
	padding:10px;
	margin:0px;
	border-bottom: 1px solid #e6e6e6;
}
div#RichInfoBoxBody, div#RichInfoBoxBody p, div#RichInfoBoxBody td{
	font-size: 11px;
	line-height:12px;
}
div#RichInfoBoxBody UL{
	list-style-type:square;
	list-style-position:outside;
	list-style-image:url(img_bullet_list.gif);
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 15px;
}
* html div#RichInfoBoxBody UL{	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
	margin:0px 0px 0px 17px;
}
div#RichInfoBoxBody LI{
	margin:0px 0px 5px 0px;
}
div#RichInfoBoxBody a{
	font-size: 11px;
	color:RGB(0, 51, 153);
	text-decoration:underline;
	padding:0px;
}
.InfoBoxTitle, div#Info H2{
	font-size:16px;
	border-bottom: 1px solid #e6e6e6;
	background-color:#ffffff;
	color:#003399;
	font-weight:normal;
	padding:7px 2px 7px 10px;
	margin:0px 0px 0px 0px;
}
div#infobarBlockItem {
	padding:10px;
	margin:0px;
	border-bottom: 1px solid #e6e6e6;
}
div#infobarBlockItem, div#infobarBlock p, div#infobarBlock td{
	font-size: 11px;
	line-height:12px;
}
div#infobarBlockItem UL{
	list-style-type:square;
	list-style-position:outside;
	list-style-image:url(Aufzaehlung.gif?OpenImageResource);
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 15px;
}
* html div#infobarBlock UL{	/* Star HTML Hack nur von MSIE interpretiert: http://de.selfhtml.org/css/layouts/browserweichen.htm */
	margin:0px 0px 0px 17px;
}
div#infobarBlockItem LI{
	margin:0px 0px 5px 0px;
}
div#infobarBlockItem a{
	font-size: 11px;
	color:#008ac9;
	text-decoration:underline;
	padding:0px;
}
p#ContentFunctions{
	clear:both;
	font-size:11px;
	line-height:12px;
	margin:0px 0px 30px 210px;
}
p#Copyright{
	clear:both;
	font-size:10px;
	line-height:12px;
	margin:0px 0px 20px 210px;
	padding:5px 0px 0px 0px;
	border-top:1px solid black;
}
.Highlight a{
	text-decoration:none;
}
.Raquo{
	font-family: Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-weight: bold;
	font-size:14px;
}
.ViewEntry a{
	color:#008ac9;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}
/*--------------------------------------------------------------------------*/
.button_orange30 {
	height:19px;
	border-color: #999999;
	border-width: 1px;
	background-color: #FFE0B2;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	text-decoration:none;	
	cursor: hand;
	text-align:left;
	width: 190px;
	margin:5px 0px 0px 0px;
}
.button_blau {
	height:19px;
	border-color: #999999;
	border-width: 1px;
	background-color: #b5c6e7;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	text-decoration:none;	
	cursor: hand;
	text-align:left;
	width: 190px;
	margin:5px 0px 0px 0px;
}
#theUndergroundMiddle {
	width:100%;
	float:left;
	height:1289px;
	background-image:url(img_bg_soil_middle.jpg);
	background-repeat:repeat-y;
}
#theUndergroundTop {
	width:100%;
	float:left;
	height:998px;
	background-image:url(img_bg_soil_top.jpg);
	background-repeat:no-repeat;
}
#theUndergroundBottom {
	width:100%;
	float:left;
	height:413px;
	background-image:url(img_bg_soil_bottom.jpg);
	background-repeat:no-repeat;
}
	
#flashcontent {
	top: 0px;
	left: 0px;
	min-width: 975px;
	min-height: 548px;
}
	
#getPlugin {
	color: #000000;
	width: 225px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	margin-top: 100px;
	}
#getPlugin img {
	border:0px;
}
	float:right;
	text-align:right;
	color:#008ac9;
	font-size:11px;
	text-decoration:none;
}
#FunctionBlock a{
	color:#008ac9;
	font-size:11px;
	text-decoration:none;
}
#ActiveLanguage{
	color: #008ac9;
}
#postit { 
        position: absolute; 
        left: 660px; 
        top: 80px; 
        z-index: 1; 
}
DIV.PrintBreadcrumbsWrapper DIV.breadcrumbs {
	float:left;
	width:975px;
	font-size:11px;
	color:#003399;
}
DIV.PrintBreadcrumbsWrapper a {
	text-decoration:none;
}
DIV.PrintTitWrapper {
	float:left;
	width:975px;
}
DIV.PrintTit h1 {
	font-size:28px;
	font-normal;
	color: #003399;
}
DIV.PrintTit h2 {
	font-size:22px;
	color:#008AC9;
}
DIV.PrintContentWrapper{
	font-size:16px;
	color:#000000;
}
DIV.PrintContentWrapper LI {
	list-style-image:url(img_bullet_list.gif); 
}
DIV.PrintFooter {
	width:745px;
	float:left;
	margin-top:20px;
}
DIV.PrintFooter, DIV.FooterCopyright {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#58585a;
}
