html, body {
	font:normal 12px verdana,sans-serif;
	background: #fff;
	color:#555555;
	width:100%;
	background: white url("/img/DE2/main/header.png") repeat-x top center;
	padding:0px;
	margin:0px;
	height: 100% !important;
	min-height: 100% !important;
}
.wrapper {
	margin:0px auto;
	width:991px;
	text-align:left;
	padding:0px;
}

.tabboxclear {
	display:block;
	clear:both;
}


#head{
	margin-left:0px;
	position:relative;
}
#header{
	float: left;
	height: 130px;
	text-align: left;
	width: 940px;
	background: url("/img/DE2/main/claim.png") no-repeat top left;
	margin:0px;
	padding:0px 0px 10px 0px;
	/*border:1px solid red;*/
	/*vertical-align:bottom;*/
}
#logo{
	float:right;
}
#inhalt{
	float:left;
	width:822px;
	/*margin-right:10px;*/
	margin-left:0px;
	margin-top:0px;
	/*border:1px solid red;*/
	background-color:#fff;
}
#inhalt .spalte1{
	width:750px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	float:left;
	/*border:1px solid red;*/
}
.spalte2{
	margin-top:25px;
	width:250px;
	float:right;
}




#wrapperinhalt{
	/*margin-left:10px;*/
	margin-top:5px;
}



/* Hauptmenü */

#hmenue{
	position:relative;
	left:0px;
	top:100px;
	width:680px;
	height:30px;
	z-index:20;
	visibility: visible;
	
}


/* Aufzählungs Container 1. Ebene*/
#hmenue ul{
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	background-color:#fff;
	color:#555;
}
/* Elemente 1. Ebene */
#hmenue li{
	
	float:left;
	margin:0px;
	padding:0px;
	
	/*overflow:hidden;*/
	/*height:30px;*/
	/*width:90px;*/
}

/* Aufzälungscontainer 2. Ebene */
#hmenue li ul{
	position: absolute;
	left: -999em;
	height:7auto;
	width:170px;
	color:#555;
	padding-top:5px;
	border-left: 1px solid #EBEBEB;
	-moz-box-shadow:4px 4px 5px #555;
	-webkit-box-shadow:4px 4px 5px #555;
}
/* Elemente der 2. Ebene*/
#hmenue li ul li{
	display:block;
	height:auto;
	width:100%;
}


/* Aufzälungscontainer 3. Ebene */
#hmenue ul li ul li ul{
	width:170px;
	margin-left:130px;
	margin-top:-30px;
	padding-bottom:5px;
	background-color:#ff00ff;
	border-top: 1px solid #EBEBEB;
}


/* Link 1. Ebene*/
#hmenue li a{
	display:block;
	margin:0px;	
	padding: 5px 12px 5px 12px;
	color:#555;
	background-color:transparent;
	text-decoration:none;	
	border:0px solid #f2f2f2;
	
}

#hmenue li ul li a{	
	padding:5px 0px 5px 15px;
	background:url(/img/DE2/sym/arrow_right.png) 2px center no-repeat;
}



/* Mouse Over */

#hmenue li:hover > ul{
	left: auto;	
	background: #fff;
}

#hmenue ul li:hover, #hmenue ul li a:hover{
	background-color:#cfcfcf;
	color:#299926;
}





.nametop{
	position: absolute;
	width: 942px;
	
	/*top:440px;*/
	top:158px;
	left:10px;
	color:#fff;
	/*background-color:#4BA82E;*/
	background-color:#000;
	filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.70; /* Mozilla */
	opacity: 0.70; /* Opera */
	font:normal 18px verdana;
	font-weight:normal;
	height:29px;
	overflow:hidden;
	
	
	
	
}
#notfallnr{
	float:left;
	font:bold 12px verdana,sans-serif;
	padding:12px 0px 0px 10px;
	
}

#hname {
	cursor:pointer;
	float:right;
	padding:3px 20px 2px 20px;
	margin-right:5px;
	background: transparent url(/img/DE2/sym/dbl_down_white.png) right center no-repeat;
}
#hinfobox{
	float:left;
	width:962px;
	height:300px;
	padding:3px 10px 2px 10px;
	font:normal 14px verdana,sans-serif;
	/*border:1px solid red;*/

}
#closehinfo a, #closehinfo a:active, #closehinfo a:visited  {
	background: #2b2b2b url(/img/DE2/sym/close_X.png) 90px center no-repeat;
	padding:2px 20px 1px 15px;
	display:block;
	color:#fff;
	text-decoration:none;
}
#closehinfo a:hover {
	background-color:#4ba82e;
}
#closehinfo a:hover {
	background-color:#4ba82e;
}

/* Buttons */

.btHero a, .btHero a:active{	
	color:#fff;
	height:22px;
	display:block;	
	padding:7px 15px 0px 15px;
	text-decoration:none;
	/*background:#4ba82e url(/img/DE2/sym/arrow_right_white.png) 5px center no-repeat;*/
	background:#2b2b2b url(/img/DE2/sym/arrow_right_white.png) 5px center no-repeat;
}
.btHero a:hover{
	/*background-color:#2b2b2b;*/
	background-color:#4ba82e;
}
/* Navi Container */

#spnavi{
	position: absolute;
	width: 942px;	
	top:130px;
	/*top:155px;*/
	left:10px;
	color:#fff;
	background-color:#4BA82E;
	font:normal 14px verdana,sans-serif;
	/*font-weight:bold;*/
	height:29px;
	z-index:20;
}

/* Aufzählungs Container 1. Ebene*/
#spnavi ul{
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	/*position:relative;*/
	
}
/* Elemente 1. Ebene */
#spnavi li{
	
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	/*overflow:hidden;*/
	height:29px;
	/*width:90px;*/
}
/* Aufzälungscontainer 2. Ebene */
#spnavi li ul{
	position: absolute;
	left: -999em;
	height: auto;
	width:390px;
	margin: 0;
	background-color:#fff;
	color:#555;
	
	/*border-right: 1px solid #EBEBEB;*/
	border-left: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	-moz-box-shadow:4px 4px 5px #555;
}
/* Elemente der 2. Ebene*/
#spnavi li ul li{
	/*clear:both;*/
	display:block;
	height:auto;
	width:100%;
	/*border:1px solid #fff;*/
}


#spnavi li div{
	padding: 6px 22px 6px 12px;
	cursor:pointer;
}



/* Link 1. Ebene*/
#spnavi li a{
	display:block;
	margin:0px;	
	padding: 6px 18px 5px 18px;
	color:#fff;
	background-color:transparent;
	text-decoration:none;	
	border:0px solid #f2f2f2;
	background:url(/img/DE2/sym/arrow_right.png) 5px center no-repeat;
}
/* Link 2. Ebene */
#spnavi li ul li a{
	color:#555;
	background-color:#fff;
	font:normal 12px verdana,sans-serif;
	
	

}


#spnavi li:hover{
	height:auto; 
	/*overflow:visible;*/
	background: #fff;
	color:#299926;
	background: #fff url('/img/DE2/sym/arrow_down.png') right center no-repeat;
	left: auto;
}

/* Mouse Over */

#spnavi li:hover ul, #spnavi li li:hover, #spnavi li ul:hover{
	left: auto;	
	background: #fff;
}



#spnavi li a:hover{
	display:block;	
	color:#299926;
	left: auto;
	font-weight:normal;	
}


#spnavi img{
	padding:0px;
	margin:0px;
	border:0px;
	width:170px;
	height:90px;
}

#spnavi .spnaviCont{
	padding:0px;
	margin:0px;
	height:92px;
	vertical-align:bottom;
}
#spnavi li div.spnaviLine{
	border-bottom:1px solid #555;
	/*border:1px solid red;*/
	width:90%;
	padding:0px;
	margin-left:15px;
	height:1px;
	font-size:1px;
}



/* TabNavigation */
#tabnavibg{
	position:absolute;
	background-color:#000;
	height:30px;
	width:942px;
	filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.70; /* Mozilla */
	opacity: 0.70; /* Opera */
	top:465px;
	left:10px;
}


#tabnavi{
	position:absolute;
	top:465px;
	left:20px;
	background-color:#000;
	height:30px;
	/*width:942px;*/
	
}

#tabnavi ul{
	float:left;
	margin:0px;
	padding:0px 0px 0px 1px;
	/*padding=0px;*/
	
	list-style:none;
	
}
#tabnavi li{
	
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	/*overflow:hidden;*/
	height:30px;
	/*width:90px;*/
	
}
#tabnavi li a{
	display:block;
	margin-top:5px;	
	padding: 6px 15px 5px 15px;
	
	color:#fff;
	background-color:transparent;
	text-decoration:none;	
	border-left:1px solid #333;
}
#tabnavi li a:hover{
	background-color:#fff;
	color:#9f9f9f;
	margin:0px;
	padding: 11px 15px 5px 15px;
}
#activetab{
	background-color:#fff;
	color:#9f9f9f;
	
	margin:0px;
	padding: 11px 15px 5px 15px;
}
.lasttab{
	border-right:1px solid #333;
}





/* Preislisten */
.listenBalken{
	height:22px;
	width:100%;
	float:left;
	/*background: url(/img/bg/datenblatt/menuebalken.jpg) top left no-repeat;*/
	background-color: #ececec;
}
.liniePreis{
	margin:5px 0px 10px 0px;
}
.preisKat{
	margin:15px 0px 10px 0px;
}

.liniePreis a, .preisKat a, .liniePreis a:hover, .preisKat a:hover{
	color:#2b2b2b;
	height:22px;
	text-decoration:none;
	display:block;
	/*background: url(/img/bg/datenblatt/menuebalken_r.jpg) top right no-repeat;*/
	background-color:#ececec;
        border:0px;
}
.liniePreis em, .preisKat em{
        /*border:5px solid red;*/
	font-style:normal;
	font-weight:bold;
	padding:5px 0px 0px 5px;
	float:left;
}
.optListe{
	width:100%;
	border-bottom:1px dotted #cccccc;
	padding:5px 0px 5px 5px;
	float:left;
}
.motorListe{
	border-bottom:1px dotted #cccccc;
	padding:5px 0px 5px 0px;
	float:left;
}
.modellGrundpreis{
	float:left;
	width:130px;
}
.motorData{
	width:80px;
	float:left;
}
.listenBalkenTitel{
	
	margin:10px 2px 0px 0px;
	padding:0px 8px 0px 8px;
	float:left;
	border-right:1px solid #cfcfcf;
}




/* Laden und auf / zuklappen in den Balken*/
.dirImage {
	background: transparent url(/img/DE2/navi/down555.jpg) no-repeat center center;
	width:20px;
}
.dirImageRight{
	background: transparent url(/img/DE2/navi/right555.jpg) no-repeat center center;
	width:20px;
}
.dirImageLoader{
	background: transparent url(/ajax-loader_trans.gif) no-repeat center center;
	width:20px;
}


/* Tabs Im Inhaltbereich */

.tabCont{
	height:43px;
	/*background-color:#ececec;*/
	/*border:1px solid red;*/
}
.tabBg{
	height:43px;
	padding-left:0px;
	margin-left:10px;
	margin-right:10px;
	/*background:url(/img/bg/tab/tabBgL.png) top left no-repeat;*/
	/*background:url(/img/DE2/navi/bgTab.gif) bottom left repeat-x;*/
}
.tabBgEnd{
	height:43px;
	/*background:url(/img/bg/tab/tabAktivGlas.png) 0px 13px repeat-x;*/
	/*background:url(/img/bg/tab/tabBgR.png) top right no-repeat;*/
}
.tabBt{
	margin-top:0px;
	margin-right:1px;
	float:left;
	
}
.tabBtCont{
	float:left;
	background-color:#fff;
	/*background:url(/img/DE2/navi/bgTabCont.gif) bottom left repeat-x;*/
	
}
.tabBtAktiv a{
	/*background:url(/img/bg/tab/tabAktivGlas.png) top repeat-x;*/
	/*background-color:#909090;*/
	
	background-color:#4ba82e;
	
	
	
	color:#fff;
	height:22px;
	display:block;
	
	margin-top:11px;
	padding:9px 15px 0px 15px;
	text-decoration:none;
	
	
	
	/*
	border:1px solid red;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	 -moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	*/
}
.tabBtAktiv a:hover{
	background-color:#35861c;
	color:#fff;
	
	/*border-bottom:1px solid #fff;*/
}
.tabBtNormal a{
	/*background:url(/img/bg/tab/tabAktivGlas.png) 0px 0px repeat-x;*/
	/*background-color:#cfcfcf;*/
	/*background-color:#000;*/
	/*margin:0px;*/
	/*background-color:#cfcfcf;*/
	/*border-right:1px solid #ccc;*/
	/*color:#333333;*/
	/*border-bottom:0px;*/
	
	background-color:#555;
	margin-top:13px;
	height:22px;
	display:block;
	text-decoration:none;
	padding:7px 15px 0px 15px;
	
	color:#fff;
	/*
	border-bottom:1px solid #000;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	 -moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	*/
}
.tabBtNormal a:hover{
	/*background-color:#c0c0c0;*/
	background-color:#2b2b2b;
	color:#fff;
	/*border-bottom:1px solid #fff;*/
}
.tabBtClose{
	float:right;
	height:15px;
	/*background:url(/img/bg/tab/tabBgR.png) top right no-repeat;*/
	padding:0px 0px;
	
}
.tabBtClose a{
	text-decoration:none;
}



/* Datenblatt */

.datenblattSubMenue{
	height:25px;
	width:100%;
	margin:5px 0px 10px 0px;
	padding:0px;
	float:left;
	color:#fff;
	background-color: #ececec;
	cursor:pointer;
	/*background: url(/img/bg/datenblatt/menuebalken.jpg) top left no-repeat;*/
}
.datenblattSubMenue a{
	color:#2b2b2b;
	margin:0px;
	padding:0px;
	height:25px;
	text-decoration:none;
	display:block;
	border:0px;
	/*background: url(/img/bg/datenblatt/menuebalken_r.jpg) top right no-repeat;*/
}
.datenblattSubMenue em{
	font-style:normal;
	font-weight:bold;
	padding:4px 0px 0px 5px;
	float:left;
}





#datenblattMenue{
	width:100%;
	font-family:arial;
	font-size:9pt;
}
#datenblattDaten{
	clear:both;
}


.datenblattMenueSub{
	float:left;
	cursor:pointer;
}
.datenblattMenueSubAuswahl{
	margin:0px 5px 0px 5px;
	cursor:pointer;	
}
.datenblattMenueMotor{
	float:left;
	cursor:pointer;
}
.datenblattMenueLinie{
	float:left;
	cursor:pointer;
}
.datenblattSubMenueLoader{
	margin-left:15px;
	margin-top:5px;
	display:none;
	float:left;
}
.datenblattInhalt{
	display:none;
}




/* Modell-O-Mat */

.modellContainer{
	clear:both;
	color:#777;
	font-size:10px;
	margin-top:5px;
	height:50px;
	border:1px solid #fff;
}
.werteSkala{
	padding-left:5px;
	width:450px;
	height:15px;
	border:1px solid #d4d4d4;
	background-image:url(/img/DE2/modellomat/modellBoxSkalaBg.gif);
	margin-right:5px;
}
.werteBalken{
	background-image:url(/img/DE2/modellomat/modellBoxVerbrauchBg.gif);
	width:0px;
	height:15px;
	margin-left:0px;
}
#skalaContainer{
	width:455px;
	height:28px;
	margin:15px 0px 0px 87px;
	border:1px solid #d4d4d4;
	background:url(/img/DE2/modellomat/modellBoxSkalaBg.gif) bottom left repeat-x;
}
#RT{
	display:none;
	position:relative;
	top:-42px;
	left:0px;
	width:90px;
	height:28px;
	background-image:url(/img/DE2/modellomat/modellBoxPfeil.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-align:left;
}
#LT{
	display:none;
	position:relative;
	top:-14px;
	left:0px;
	width:90px;
	height:28px;
	background-image:url(/img/DE2/modellomat/modellBoxPfeil.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-align:left;
}
#LTRT{
	display:none;
	position:relative;
	top:14px;
	left:0px;
	width:0px;
	height:12px;
	background-color:#cfcfcf;
}
/* Tabs */
.tabData{
	margin-left:15px;
	color:#333;
	border:1px solid-red;
	}
	
.tabData ul{
	float:left;
	list-style-image:url(/img/DE2/navi/right.png);
	margin-right:15px;
}
.tPic{
	border:0px;
}

.tabBoxText{
	
}


/* FOOTER Text und doofe Zusatznavigation */

#footer{
	
	padding:0px 0px 10px 0px;
	/*clear:both;*/
	text-align:left;
	/*color:#9f9f9e;*/
	color:#000;
	/*background-color:#ececec;*/
	background-color:#f2f2f2;
		/*background: #F2F2F2 url(/img/DE2/main/footer.png) no-repeat top center;*/
		
	
}
#footer a{
	color:#555;
	text-decoration:none;
	background:url(/img/DE2/navi/right.png) left center no-repeat;
	padding-left:12px;
}
#footer a:hover{
	text-decoration:underline;
	color:#299926;
}

#footer table{
	color:#000;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	background: #F2F2F2 url(/img/DE2/main/footer.png) no-repeat top center;

}
#footer th{
	padding-top:10px;
}
#footer td{
	line-height:22px;
	vertical-align:top;
	padding-bottom:10px;
	padding-top:10px;
	width:25%;
}
#footer span{
	color:#555;
	margin-left:20px;
}

#footerNase{
	clear:both;
	height:40px;
}

