html, body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #333;/*HFR */
}

body *
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

form,
fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

input, select
{
	font-size: 0.9em;
	color: #333 !important;/*HFR */
	background-color: #fff;
}
input.radio, input.checkbox {
	background-color: transparent;
}

input.inputradio
{
	background-color: #ededed;
}

a img
{
	border: none;
}

#divHeader
{
	margin: 5px 0 0 0;
	width: 990px;
	height: 95px;
	text-align: right;
}

#divHeader a img {
	margin: 21px 19px 0 0;
}

#imgStatement
{
	margin: 10px 10px 10px 14px;
	float: left;
}


#ulMetaNavigation
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 0.9em;
}

#ulMetaNavigation li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

/*
Reihenfolge bei den Pseudo-Tags beachten!
:link, :visited, :hover, :active, :focus
*/

#ulMetaNavigation a.aktiv
{
	color: #FF0000 !important; /* Rot */
}

#ulMetaNavigation a, #ulMetaNavigation a:link, #ulMetaNavigation a:visited
{
	margin: 0 20px 0 0;
	text-decoration: none;
	color: #807A7A;
}
#ulMetaNavigation a:hover
{
	text-decoration: underline;
}

#ulMetaNavigation a:active, #ulMetaNavigation a:focus
{
	color: #FF0000; /* Rot */
}

/* obere Hauptnavigation */
#divNavigationLevel1,
#ulNavigationLevel1
{
	margin: 0;
	padding: 0;
	width: 990px;
	clear: both;
	height: 25px;
}

#ulNavigationLevel1
{
	background-color: #EDEDED;
	padding: 5px 0 0 0;
}

#ulNavigationLevel1 li
{
	float: none;
	margin: 0  19px 0 15px;
	padding: 0;
	height: 25px;
	display: inline;
	list-style-type: none;
	/* color: #5C5C5C; */  /* Dunkelgrau */
	
	font-weight: bold;
	font-size: 1.1em;
}

#ulNavigationLevel1 li a, #ulNavigationLevel1 li a:link, #ulNavigationLevel1 li a:visited
{
	
	text-decoration: none;
	color: #666666;
}

#ulNavigationLevel1 li a.aktiv
{
	color: #FF0000 !important;
	/* font-weight: bold; */
	text-decoration: none;
}

/* Subnavigation */

#divNavigationSub
{
	margin: 0;
	padding: 0;
	width: 990px;
	clear: both;
	height: 19px;
	background-image: url(../img/subhome_background.jpg);
	background-repeat: no-repeat;
	background-color: #EDEDED;
	border-top: 1px solid #FFF;
}

#ulNavigationSub
{
	margin: 0 0 0 -1px;
	padding: 3px 0 0 0;
	width: 990px;
}

#ulNavigationSub li
{
	margin: 0  19px 0 18px;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#ulNavigationSub li a, #ulNavigationSub li a:link, #ulNavigationSub li a:visited
{
	color: #807A7A; /* Hellgrau */
	color: #333;
	text-decoration: none;
}

#ulNavigationLevel1 li a:hover, #ulNavigationSub li a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

#ulNavigationSub li a:active, #ulNavigationSub li a:focus
{
	color: #FF0000; /* Rot */
	text-decoration: none;
}

#ulNavigationSub li a.aktiv
{
	color: #FF0000 !important;
	font-weight: bold;
	text-decoration: none;
}

#ulNavigationLevel1 li a.aktiv:hover, #ulNavigationSub li a.aktiv:hover {
	text-decoration: none;
}

/* 2nd, 3rd, 4th-level-navigation */

#divNavigation2nd
{
	margin: 0;
	width: 990px;
	clear: both;
	height: 19px;
	background-image: url(/img/2nd_background.jpg);
	background-repeat: no-repeat;
	background-color: #EDEDED;
}

#ulNavigation2nd
{
	margin: 0 0 0 -1px;
	padding: 3px  0 0 0;
	width: 990px;
}

#ulNavigation2nd li
{
	margin: 0  19px 0 18px;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#ulNavigation2nd li a, #ulNavigation2nd li a:link, #ulNavigation2nd li a:visited
{
	color: #807A7A; /* Hellgrau */
	text-decoration: none;
}

#ulNavigation2nd li a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

#ulNavigation2nd li a:active, #ulNavigation2nd li a:focus
{
	color: #FF0000; /* Rot */
	text-decoration: none;
}

#ulNavigation2nd li a.aktiv
{
	color: #FF0000 !important;
	font-weight: bold;
	text-decoration: none;
}


#divKeyVisual
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
}

#divDirectAccess
{
	margin: 0;
	padding: 7px 0 0 0;
	height: 24px;
	width: 990px;
	text-align: left;
	background-color: #EDEDED;
	clear: both;
}

#divDirectAccess .controlStyleInput {
	float: left;
	margin-left: 290px;
	border: 1px solid #808080;
	padding: 1px 2px 0px 2px;
	height: 15px;
}
#divDirectAccess .controlStyleButton {
	float:left;
	margin: 1px 15px 0 3px;
}
#divDirectAccess .controlStyleSelect {
	margin-left:390px;
	float:left;
}

#divDirectAccess label
{
	position: absolute;
	display: none;
}

#divDirectAccess input
{
	margin: 0;
	padding: 0;
	width: 140px;
	height: 16px;
	color: #333333;
}

#divDirectAccess .btnSearch
{
	margin: 1px 15px 0 3px;
	float: left;
	padding: 0;
	width: 53px;
	height: 16px;
	cursor: pointer;
	background-image:url(/img/btn_suche.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	/* Dies bitte so lassen, sonst funktioniert der Button in manchen Versionen des IE6 nicht */
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			
			border-right: 1px solid #ededed;
			border-bottom: 1px solid #ededed;
			
			border: none;
	/* EOF:  Dies bitte so lassen, sonst funktioniert der Button in manchen Versionen des IE6 nicht */
}

#divDirectAccess .btnOK
{ 
	margin: 0 0 0 3px;
	padding: 0;
	width: 18px;
	height: 17px;
	cursor: pointer;
	background-image:url(/img/btn_ok.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: -1px;
	
	/* Dies bitte so lassen, sonst funktioniert der Button in manchen Versionen des IE6 nicht */
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			
			border-right: 1px solid #ededed;
			border-bottom: 1px solid #ededed;
			
			border: none;
	/* EOF:  Dies bitte so lassen, sonst funktioniert der Button in manchen Versionen des IE6 nicht */
}

#divDirectAccess select
{
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #808080;
	width: 183px;
	cursor: pointer;
}

#divDirectAccess div
{
	margin: 3px 10px 0 2px;
	float: right;
	font-size: 0.9em;
}

#divDirectAccess div a img
{
	vertical-align: middle;
}

#divDirectAccess div a.fontsmall
{
	background-image: url(/img/btn_umschalter11_0.gif);
	background-repeat: no-repeat;
}

#divDirectAccess div a.fontsmall:hover,
#divDirectAccess div a.selectedsmall
{
	background-image: url(/img/btn_umschalter11_1.gif);
}


#divDirectAccess div a.fontbig
{
	background-image: url(/img/btn_umschalter12_0.gif);
	background-repeat: no-repeat;
}

#divDirectAccess div a.fontbig:hover,
#divDirectAccess div a.selectedbig
{
	background-image: url(/img/btn_umschalter12_1.gif);
}

#divContent
{
	margin: 0 !important;	
	width: 982px;
	clear: both;
	padding: 10px 0 36px 0 !important;
	
}

#divContentNavigation
{
	width: 155px;
	float: left;
	padding-left: 5px;
	min-height: 100px;
	overflow: visible;
}

* html #divContentNavigation
{
	height: 100px;
}

#divContextNavigation
{
	padding-top: 34px;
	width: 155px;
	float: right;	
	overflow: visible;
}

* html #divContextNavigation h1
{
	width: auto;
	height: auto;
	text-overflow: ellipsis;
	overflow: hidden;
}

#divContextNavigation.home
{
	padding-top: 0px;
}

#divContentMain
{
	width: 640px;	
	float: left;
	margin: 0px !important;
	padding-left: 10px !important;
	overflow: visible;
}

#divContentMainButton
{
	width: 640px;	
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
}

#ulFooterNavigation
{
	margin: 0 0 2px 0;
	padding: 0;
	width: 990px;
	height: 2em;
	text-align: center;
	white-space: nowrap;
	font-size: 0.9em;
	clear: both;
}

#ulFooterNavigation li
{
	padding: 0  2px 0 6px;
	display: inline;
	list-style-type: none;
	color: #807A7A;
	background-image: url(/img/footer_vline.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

#ulFooterNavigation li.firstElement
{
	background-image: none;
}

#ulFooterNavigation li.specialElement
{
	background-image: none;
	padding: 0 0 0 0;
}

#ulFooterNavigation a, #ulFooterNavigation a:link, #ulFooterNavigation a:visited
{
	color: #807A7A; /* Hellgrau */
	text-decoration:none;
}

#ulFooterNavigation a:hover
{
	text-decoration: underline;

}

#ulFooterNavigation a:active, #ulFooterNavigation a:focus
{
	color: #FF0000; /* Rot */
}

#ulFooterNavigation a.aktiv
{
	color: #FF0000 !important; /* Rot */
}

/*-----------------------------------------------------------*/
/* Content-Templates zur Aufteilung des Content-Bereiches    */
/* Bennenung nach der Aufteilung der Inhalte                 */
/* d.h. tblTemplate_67_33 bedeutet 67% auf der linken Spalte */
/* und 33% auf der rechten Spalte                            */
/*-----------------------------------------------------------*/

/* Template mit Aufteilung von 100% */
.tblTemplate_100
{
	margin: 5px 0 5px 0;
	width: 100%;
}

.tblTemplate_100 td
{
	vertical-align: top;
}

/* Template mit Aufteilung von 50% zu 50% */
.tblTemplate_50_50
{
	margin: 5px 0 0 0;
	width: 100%;
}

.backgroundGrey td {
	background-color: #ededed;
}

.backgroundGrey td.tdFirst {
	border-right: 5px solid #fff;
	/*border-bottom: 5px solid #fff;*/
	padding: 0 !important;
}

.backgroundGrey td.tdSecond {
	border-left: 5px solid #fff;
	/*border-bottom: 5px solid #fff;*/
	padding: 0 !important;
}


.tblTemplate_50_50 td.tdFirst
{
	width: 50%;
	padding: 0 5px 0 0;
	vertical-align: top;
}

.tblTemplate_50_50 td.tdSecond
{
	width: 50%;
	padding: 0 0 0 5px;
	vertical-align: top;
}

div.teaserImage {
	margin: 5px 0 5px 0;
}
div.teaserImage img {
/*
	background-color: #f0f0f0;
	min-height:0;
	z-index: 99;
*/
	position: relative;
}
.tblTemplate_50_50 td.tdFirst div.teaserImage,
.tblTemplate_50_50 td.tdSecond div.teaserImage {
	margin: 0 0 5px 0;
}

.tblTemplate_50_50 td.tdFirst div.noIndent {
	margin-left: -8px;
	position: relative;
}

.tblTemplate_50_50 td.tdFirst div.noIndent img {
	margin-left: 8px;
	position: relative;
}

.tblTemplate_50_50 td.tdSecond div.noIndent {
	margin-right: -8px;
	position: relative;
}
.tblTemplate_50_50 td.tdSecond div.noIndent img {
	position: relative;
}

*.leftBlock .tblTemplate_50_50 div.teaserImage {
	margin-left: -4px;
}

/* START: add to resolve IE7 Problem with showing content of boxes*/ 
.tblTemplate_50_50 td div.visFormat h1, 
.tblTemplate_50_50 td div.visFormat span { 
        position: relative; 
} 
/* STOP: add to resolve IE7 Problem with showing content of boxes */ 


/* Template mit Aufteilung von 67% zu 33% */
.tblTemplate_67_33
{
	margin: 5px 0 0 0;
	width: 100%;
}

.tblTemplate_67_33 td.tdFirst
{
	width: 67%;
	padding: 0 5px 0 0;
	vertical-align: top;
}

.tblTemplate_67_33 td.tdSecond
{
	width: 33%;
	padding: 0 0 0 5px;
	vertical-align: top;
}

/* Template mit Aufteilung von 33% zu 67% */
.tblTemplate_33_67
{
	margin: 5px 0 0 0;
	width: 100%;
}

.tblTemplate_33_67 td.tdFirst
{
	width: 33%;
	padding: 0 5px 0 0;
	vertical-align: top;
}

.tblTemplate_33_67 td.tdSecond
{
	width: 67%;
	padding: 0 0 0 5px;
	vertical-align: top;
}

/* Template mit Aufteilung von 33% zu 34% zu 33% */
.tblTemplate_33_34_33
{
	margin: 5px 0 5px 0;
	width: 100%;
}

.tblTemplate_33_34_33 td.tdFirst
{
	width: 33.333%;
	padding: 0 5px 0 0;
	vertical-align: top;
}

.tblTemplate_33_34_33 td.tdSecond
{
	width: 33.333%;
	padding: 0 5px 0 5px;
	vertical-align: top;
}

.tblTemplate_33_34_33 td.tdThird
{
	width: 33.333%;
	padding: 0 0 0 5px;
	vertical-align: top;
}

table.width90
{
	width:90% !important;	
}

td.tdBlueError    {color:#ee0000; font-weight: bold; }
td.tdBlue    {color:#000000; font-weight: normal; }


/* Hides from IE-mac \*/
* html .div_11_2_5_Tabelle_Seite,
* html .div_11_6_2_e_Variante_Kombi .bgBlock,
* html .div_11_5_2_Textteaser,
* html div#divContentMain,
* html div#divContextNavigation,
* html div#divContent,
* html div#printHeader,
* html p,
* html li,
* html *.ieclear,
* html .div_11_4_3_TeasermoduleProdukthighlight,
* html .leftBlock,
* html .rightBlock,
* html .autoClear,
* html div.visFormat,
* html h1,
* html h2,
* html h3,
* html ul,
* html li,
* html p,
* html span.button,
* html span.button *,
* div.bncenter
{
	height:0;
}

.div_11_2_5_Tabelle_Seite,
.div_11_6_2_e_Variante_Kombi .bgBlock,
.div_11_5_2_Textteaser,
div#divContentMain,
div#divContextNavigation,
div#divContent,
p,
li,
*.ieclear,
.div_11_4_3_TeasermoduleProdukthighlight,
.leftBlock,
.rightBlock,
.autoClear,
div.visFormat,
div.bncenter
{
	display: block;
}
/* End hide from IE-mac */


.fakeLabelTag {
	margin-left: 4px;
	position: relative;
	top: -7px;
}

#rechtlHinweis {
}
#rechtlHinweis h1 {
	padding-top:4px !important;
}
/*als Text-include in divContextNavigation */
#divContextNavigation #rechtlHinweis h1 {
	display:none;
}