@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body  {
    	font: 100% Arial, Helvetica, sans-serif;
		background-image:url(../buildImages/bgBodyTop.jpg);
		background-repeat:repeat-x;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im 		#container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    	line-height: 120%;
}


a img {
	border: 0 none;
}

a {
	text-decoration:none;
}

a:hover {
	color:#d44916;
}
	
#container {
    	width: 1005px;
    	/* background: #f7f7f7;*/
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	/*border: 1px solid #000000;*/
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
#sidebarFrame {
	float:right;
}

#sidebar {
    	/*float: right;  Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 265px;
		background-image:url(../buildImages/bgSideBar.png);
		background-repeat:repeat-y;
		padding: 0px 10px 0px 10px;
    }

#sidebarFooter {
	height:25px;
	background-image:url(../buildImages/bg_sideFooter.gif); 
	background-repeat:no-repeat; 
    width: 285px;
}

#content {
	float: left;
	width:720px;
	margin: 0 0px 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}
	
#topNavi {
	margin-left:180px;
	margin-top:1px;
	height:38px;
	width:100%;
	background-image:url(../buildImages/bgTopNavi.gif);
	}

#topNavi #navightion {
	float:left;
	overflow:hidden;
}

#topNavi #language {
	padding:21px 0px 0px 450px;
}

#topNavi #language img {
	padding-right:3px;
}

#topImageFlash {
	width:100%;
	height:220px;
}

#navi {
	
}


/*  ###################### SUBNAVI  ####################   */

#subNavi {
	font-size: 12px;
	/*background-image: url(../buildImages/bgSubNavi.gif);*/
	background-position: bottom;
	background-repeat: repeat-x;
	/*border-bottom:solid 2px #d44916;*/
	background-color:#f4f5f6;
}

#subNavi_1 {
	color: #b9b6b0;
	padding: 2px 10px 0px 10px;	
	min-height:22px;
	border-bottom:1px dotted #000000;
}

#subNavi .aktiv {
	color:#d44916;
}

#subNavi_2 {
	/*background-image: url(../buildImages/subNaviTrenner.gif);*/
	background-repeat: repeat-x;
	color: #b9b6b0;
	padding: 2px 10px 0px 10px;
	height:20px;
	border-bottom:1px dotted #000000;
}

#subNavi_3 {
	/*background-image: url(../buildImages/subNaviTrenner.gif);*/
	background-repeat: repeat-x;
	background-position: top;
	color: #b9b6b0;
	padding: 2px 60px 2px 10px;
	border-bottom:1px dotted #000000;
}

#subNavi ul {
	list-style-type: square;
}

#subNavi li {
	display:inline;
}

#subNavi a {
	color:#969b94;
	text-decoration:none;
	/*display: block;*/
	white-space:nowrap;
	padding:0 0px 0px 0;
}

#subNavi a:hover {
	color:#d44916;
}


#mainContent {
	float:none;
	background-color:#f7f7f7;
	width:720px;
	overflow:hidden;
}

#footer {
	font-size: 10px;
	background: url(../buildImages/bg_footer.gif); 
	background-position:top;	
	background-repeat:repeat-x;
	padding-top: 5px;
	margin-top:15px;
}

#footer a {
	color:#b9b6b0;
	display: block;
	float:left;
	padding:0 10px 0 0;
}

#footer a:hover {
	color:#d44916;
}


#footer ul {
	list-style-type: square;
}

#footer li {
	display: inline; 
}

/* Klassen */

	
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

.table_1stRow {
	background-color:#f2f2f1;
	padding-top:10px;
	width:179px;
	border-bottom:solid 2px #d44916;
}

.table_1stRowGallery {
	background-color:#f2f2f1;
	padding-top:5px;
	width:179px;
	border-bottom:solid 2px #d44916;
}	

.spalte_1er {
	vertical-align:top;
	border-right:solid 2px #FFFFFF;
	border-bottom:solid 2px #FFFFFF;
}

.spalte_1er strong, .spalte_1er_last strong {
	color:#606062;
}

.spalte_1er_last {
	vertical-align:top;
	border-bottom:solid 2px #FFFFFF;
}

.spalte_footerLeft {
	border-right:solid 2px #FFFFFF;
	background-color:#d44916;
}

.spalte_footerRight {
	background-color:#93969a;
}


/* sideBar */

#sidebarContent select {
	width:175px;
	border:solid 1px #d8d8d6;
}

#sidebarContent {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#979c95;
	padding:5px 0px 0px 0px;
}

#sidebarContent h1 {
	font-size:10px;
	color:#979c95;
	padding:0px 0px 0px 25px;
}

#sidebarContent .tuningfast {
	margin:0px 0px 10px 25px;
}

#sidebarContent select {
	padding:0px 0px 0px 0px;
	font-size:10px;
	background-color:#e0e3e6;
}




/* 3rdNavi */

#thirdNaviTop {
}

#thirdNavi {
	vertical-align:top;
	padding:6px 0px 6px 10px;
	font-size:12px;
	color:#000000;
	width:182px;
}

.thirdNaviItem {
	width:170px;
	padding:4px 10px 10px 0px;
	border-bottom:1px dotted #000000;
}

.thirdNaviItemSub {
	width:140px;
	padding:4px 10px 10px 30px;
	border-bottom:1px dotted #000000;
}

.thirdNaviItemSubSub {
	width:110px;
	padding:4px 10px 10px 60px;
	border-bottom:1px dotted #000000;
}


#thirdNavi a {
	color:#000000;
}

#thirdNavi a:hover {
	color:#d44916;
}

#thirdNavi .aktiv {
	color:#d44916;
	
}


#thirdNaviContent {
	vertical-align:top;
	background-color:#FFFFFF;
	height:700px;
}

/*   imageBigWithText */

.imageBigWithText {
	padding:3px 0px 8px 4px;
}

.imageBigWithText .text {
	color:#000000;
	font-size:12px;
	padding:10px 30px 15px 6px;
	border-bottom:1px dotted #babeb9;
}

.imageBigWithText .text ul {	
	margin:10px 0px 10px 20px;
}

.imageBigWithText strong {
		color:#606062;
}

.imageBigWithText a {
		color:#969b94;
}

.imageBigWithText a:hover {
		color:#d44916;
}

/*   image2CellWithText */

.image2CellWithText, .image1CellWithText {
	padding:3px 0px 8px 0px;
}

.image2CellWithText .text, .image1CellWithText .text {
	color:#000000;
	font-size:12px;
	padding:10px 30px 15px 6px;
}


/* image3CellWithTextRight */

.image3CellWithTextRight {
	padding:3px 0px 0px 4px;
}

.image3CellWithTextRight .text {
	color:#000000;
	font-size:12px;
	padding:3px 30px 15px 210px;
	
}

.image3CellWithTextRight .image {
	float:left;
	width:200px;
}

.image3CellWithTextRight .footer {
	clear:both;
	border-bottom:1px dotted #babeb9;
}


/* contentText */

.textWithLink {
	color:#000000;
	font-size:12px;	
	padding:10px 30px 15px 20px;
}

.textWithLink li {	
	margin:0px 0px 0px 20px;
}


.textWithLink strong{
	color:#606062;
	font-weight:bold;
}

.textWithLink .link {
	text-align:right;
}

.textWithLink .link a, .textWithLink a{
	color:#969b94;
}

.textWithLink .link a:hover, .textWithLink a:hover{
	color:#d44916;
}


/* search */

.searchField {
	width: 235px;
	background-color:#d44916;
	padding:20px 0px 30px 30px;
}

.searchField .field {
	float:left;
}

.searchField .submit {
	padding:0px 0px 0px 150px;
}
.searchField input {
	border-style:solid;
	border-width:1px;
	border-color:#a7a5a6;
}

.searchField .footer {
	clear:both;
}



/*     ######################## WHEELCENTER ######################################### */

.wheelcenter {
	font-size:12px;
	padding:3px 0px 0px 4px;
	width:528px;
}

.wheelcenter .zoll .bild {
	float:left;
}

.wheelcenter .zoll .wheelCenterHeaderBG {
	background-image:url(../buildImages/trennerHeadWheelcenter.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:19px;
}

.wheelcenter .headder {
	color:#d44916;
	font-weight:bold;
	padding:5px 0px 5px 149px;
	border-bottom:1px dotted #babeb9;
}

.wheelcenter .wheelcenterFelge {
	/*width:146px;*/
	float:left;
	padding:4px 0px 10px 0px;
}

.wheelcenter .wheelcenterBild {
	padding:4px 0px 10px 4px;
	width:374px;
}

.wheelcenter .wheelCenterContent {
	padding:0px 0px 10px 0px;
	clear:left;
}


.wheelcenter .wheelCenterContent .titel {
	vertical-align:top;
	color:#d44916;
	text-align:right;
	font-weight:normal;
	width:146px;
	margin-bottom:10px;
}

.wheelcenter .wheelCenterContent .text {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	color:#606062;
	overflow:hidden;
	padding-left:3px;
	padding-bottom:10px;
}

.wheelcenter .wheelCenterContent_footer {
	height:7px;
	background-image:url(../buildImages/trennerFootWheelcenter.gif);
	background-repeat:no-repeat;
	background-position:right;
	clear:both;
}

/* ############################### News ########################### */

.news-latest-container {
	font-size:12px;
	padding:20px 20px 20px 30px;
	background-color:#f2f1ee;
	border-bottom:solid #FFFFFF 1px;
	border-top:solid #FFFFFF 1px;
}

.news-latest-container .news-latest-date a {
	color:#d44916;
	text-decoration:underline;
}

.news-latest-container .news-latest-title a {
	color:#606062;
	text-decoration:none;
	font-weight:bold;
}

.news-latest-container .news-latest-subheader {
	color:#000000;
}

.news-latest-container .news-latest-morelink a {
	 color:#606062;
	 text-decoration:none;
}

.news-latest-container .news-latest-morelink {
	 text-align:right;
}


/*   newsList */

.news-list-container {
	padding:0px 0px 0px 22px;
}

.news-list-item {
	font-size:12px;	
	/*border-bottom:1px dotted #babeb9;*/
	padding-bottom:6px;
}

.news-list-date, .news-single-timedata , .press .datum {
	padding-top:12px;
	font-weight:bold;
	color:#d44916;
	border-bottom:2px solid #d44916;		
}

.news-list-title a {
	font-weight:bold;
	color:#606062;
	text-decoration:none;	
}

.news-list-morelink a{
	color:#d44916;
	text-decoration:none;
}

.news-list-title {
	padding-top:10px;
}

.news-single-item {
	padding:0px 0px 0px 22px;
	font-size:12px;	
}

.news-single-title {
	padding-top:10px;
	font-weight:bold;
	color:#606062;
	font-size:14px;
}

.news-single-content ul {
	margin-left:20px;
	padding-bottom:10px;
}

.news-single-content {
	padding-bottom:12px;
	border-bottom:1px dotted #babeb9;
}

.news-single-content strong{
	color:#606062;
}

.news-single-subheader h3 {
	font-size:12px;
	font-weight:bold;
	color:#d44916;
	padding-bottom:10px;
}

.news-single-image {
	padding-top:12px;
	padding-bottom:12px;
	/*border-bottom:1px dotted #babeb9;*/
}

.news-single-files, .news-single-links {
	padding-top:12px;
	padding-bottom:12px;
	font-weight:bold;
	color:#606062;
}

.news-single-files a, .news-single-links a {
	font-weight:normal;
	color:#000000;
}

.news-single-files img {
	padding-right:5px;
}

.news-single-backlink {
	padding-top:10px;
	background-image:url(../buildImages/be_news_zurueck.gif);
	background-repeat:repeat-x;
	background-position:top;	
}

.news-single-backlink a{
	color:#d44916;
	font-weight:bold;
}
/*       Product & Download Presse		*/

.product {	
	font-size:12px;
	min-height:133px;
	height:auto;
	overflow:visible;
	padding:5px 15px 5px 4px;
	border-bottom:1px dotted #babeb9;
}

* html .product { height:133px; } /* nur für IE 5.5 - 6.x */

.wordwide {	
	font-size:12px;
	height:200px;
	padding:5px 15px 5px 4px;
	border-bottom:1px dotted #babeb9;
}

.product .image, .wordwide .image {
	float:left;
}

.product .text , .wordwide .text {
	overflow:hidden;
	padding-left:17px;
	color:#000000;
	min-height:130px;
}

.product .text strong , .wordwide .text strong {
	color:#606062;
}

.product .text a , .wordwide .text a {
	color:#d44916;
}

.product .bestNr {
	overflow:hidden;
	text-align:right;
	color:#d44916;
}

.product .bestNr a {
	color:#d44916;
}



/*                  LOGIN              */

.loginContainer {
	font-size:12px;
	padding:4px 0px 0px 4px;
}

.login {
	width:524px;
	background-image:url(../buildImages/bg_login.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.loginMessage {
	padding:77px 100px 0px 15px;
}

.loginForm {
	padding:22px 0px 0px 15px;
	color:#FFFFFF;
}

.loginForm input {
	border:1px #5f5f5f solid;
	width:145px;
}

.loginPassword {
	padding:22px 0px 0px 15px;
	font-weight:bold;
	
}

.loginPassword a{
	color:#545456;
}

.loginPassword a:hover{
	color:#d44916;
}

.statusMessage {
	color:#d44916;
	padding:10px 100px 0px 15px;
}

.loginMeldungen {
	padding:80px 20px 20px 13px;
}



/* -------------------------   sr_feuser  --------------------------         */

.tx-srfeuserregister-pi1 {
	font-size:12px;
	padding:0px 0px 0px 4px;
}

.sr_feuserKlickHere {
	padding:20px 0px 20px 15px;
	background-image:url(../buildImages/bg_loginForm.jpg);
	background-repeat:repeat-y;
}

.sr_feuserKlickHere a{
	font-weight:bold;
	color:#FFFFFF;
}

.sr_feuserKlickHere a:hover{
	color:#d44916;
}


.tx-srfeuserregister-pi1-label_enter_account {
	padding:20px 0px 20px 15px;
	font-weight:bold;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	padding-left:15px;
	color:#d44916;
}

.tx-srfeuserregister-pi1 p {
	/*margin:5px 0px 0px 4px;*/
	/*background-image:url(../buildImages/bg_loginFormNoLine.jpg);*/
}

.tx-srfeuserregister-pi1 label {
	color:#FFFFFF;
	font-weight:bold;
}

.tx-srfeuserregister-pi1 input {
	border:1px #5f5f5f solid;
}

.formular {
	background-image:url(../buildImages/bg_loginFormNoLine.jpg);
	background-repeat:repeat-y;
	min-height:700px;
	padding-bottom:30px;
}	

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit {
	background-color:#ffffff;
}

.tx-srfeuserregister-pi1-trash {
	margin-left:11px;
}

.tx-srfeuserregister-pi1-trash a{
	color:#FFFFFF;
}

.tx-srfeuserregister-pi1-trash a:hover{
	color:#d44916;
}


/* ------------------------------ Presse ------------------------------*/

.press {
	padding:5px 0px 0px 20px;
	font-size:12px;
}

.press .titel {
	color:#606062;
	font-weight:bold;
	padding:10px 0px 5px 0px;
}

.press .teaserText {
	border-bottom:1px dotted #babeb9;
	padding:0px 0px 5px 0px;
}

.press .downPDF {
	color:#606062;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	float:left;

}

.press .downTxt {
	color:#606062;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	overflow:hidden;
}

.press .downPDF a,.press .downTxt a{
	color:#d44916;
	font-weight:normal;
	text-decoration:none;
}


/* ----------------------------------------- shop ------------------------------- */

.shop {	
	font-size:12px;
	min-height:130px;
	/*height:140px;*/
	padding:5px 15px 5px 4px;
}

.shop .image {
	float:left;
}

.shop .text {
	overflow:hidden;
	padding-left:17px;
	color:#000000;
	min-height:110px;
}

.shop .text .bold {
	font-weight:bold;
	color:#606062;
}

.shopFooter {
	clear:both;
	background-image:url(../buildImages/be_shop.gif);
	background-repeat:no-repeat;
	text-align:right;
	/*margin-top:5px;*/
	margin-left:4px;
	margin-bottom:10px;
}


/* ----------------------------------------- cars For Sale ------------------------------- */

.carsForSale {	
	font-size:12px;
	min-height:130px;
	/*height:140px;*/
	padding:5px 0px 5px 4px;
}

.carsForSaleTitle {
	background-image:url(../buildImages/be_cars4Sale.gif);
	background-position:right;
	background-repeat:no-repeat;
	/*margin-top:5px;*/
	margin-bottom:5px;
}

.carsForSale .image {
	padding:0px;
	margin:0px;
	border-bottom:1px dotted #babeb9;
}

.carsForSale .text {
	overflow:hidden;
	padding-left:17px;
	padding-top:10px;
	padding-right:17px;
	padding-bottom:10px;
	color:#000000;
	min-height:110px;
}

.carsForSale .text strong {
	font-weight:bold;
	color:#606062;
}

.auszeichnung {
	margin-left: 5px;
	border-bottom:1px dotted #babeb9;
	border-top:1px dotted #babeb9;	
	margin-bottom:5px;
	font-size:12px;
	padding: 3px 0px 3px 17px;
}

.auszeichnung a {
	color:#d44916;
	text-decoration:none;
}

.auszeichnung a:hover {
	color:#d44916;
}

.auszeichnung strong {
	font-weight:bold;
	color:#606062;
}

.carsForSaleFooter {
	clear:both;
	background-image:url(../buildImages/be_shop.gif);
	background-repeat:no-repeat;
	text-align:right;
	/*margin-top:5px;*/
	margin-left:4px;
	margin-bottom:10px;
}

/* ----------------------------------------- PresseSpiegel ------------------------------- */

.pressMirror {	
	font-size:12px;
	min-height:130px;
	/*height:140px;*/
	padding:5px 0px 5px 4px;
}

.pressMirrorTitle {
	background-image:url(../buildImages/be_cars4Sale.gif);
	background-position:right;
	background-repeat:no-repeat;
	/*margin-top:5px;*/
	margin-bottom:5px;
}

.pressMirror .image {
	padding:0px;
	margin:0px;
	border-bottom:1px dotted #babeb9;
}

.pressMirror .text {
	overflow:hidden;
	padding-left:17px;
	padding-top:10px;
	padding-right:17px;
	padding-bottom:10px;
	color:#000000;
	min-height:110px;
}

.pressMirror .text strong {
	font-weight:bold;
	color:#606062;
}

.pressMirrorFooter {
	clear:both;
	background-image:url(../buildImages/be_presse.gif);
	background-repeat:no-repeat;
	text-align:right;
	/*margin-top:5px;*/
	margin-left:4px;
	margin-bottom:10px;
}




/*   ----------------------------- search result ----------------------------------- */

.tx-indexedsearch-res {
	padding:4px 15px 0px 5px;
	font-size:12px;
	background-color:#FFFFFF;
	
}

.tx-indexedsearch-res .tx-indexedsearch-title a {
	font-weight:bold;
	color:#606062;
	text-decoration:underline;
}

.tx-indexedsearch-path a, .tx-indexedsearch-percent {
	color:#d44916;
}

.tx-indexedsearch-searchbox {
	padding:15px 0px 0px 15px;
	font-size:12px;
	background-color:#d44916;
	border-bottom:1px dotted #babeb9;
	min-height:60px;
}

.tx-indexedsearch-searchbox-sword {
	border:1px #5f5f5f solid;
	width:150px;
}

.tx-indexedsearch-searchbox-serachfor {
	font-weight:bold;
	color:#FFFFFF;
}

.tx-indexedsearch-whatis {
	font-size:12px;
	font-weight:bold;
	color:#606062;
	padding:15px 0px 0px 15px;
}

.tx-indexedsearch-browsebox, .tx-indexedsearch-noresults {
	font-size:12px;
	padding:5px 0px 15px 15px;
	border-bottom:1px dotted #babeb9;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
	display:inline;
	padding-right:10px;
	
}

.tx-indexedsearch-browsebox a {
	color:#000000;
	text-decoration:underline;
}

.tx-indexedsearch-browsebox a:hover {
	color:#d44916;
}


.tx-indexedsearch-browselist-currentPage a {
	font-weight:bold;
	color:#606062;
	display:inline;
}

.tx-indexedsearch-searchbox-button {
	font-size:10px;
	border:1px #000000 solid;
	background-color:#6e6d6c;
	color:#ffffff;
}

/* ------------------ Gallery ---------------------------- */

.tx-damliteshow-pi1 img {

padding-bottom:0px;

}


.csc-textpic-imagerow img {

	padding-bottom:10px;
}

.csc-textpic-imagewrap {
	margin:10px 0px 0px 10px;
}


/* ------------------ Händler Download ---------------------------- */

.wheelcenter h1.csc-firstHeader {
	padding-top: 15px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.wheelcenter tr.tr-odd {
	background-color: #eeeeee;
}

.wheelcenter table {
	width: 527px;
}

.wheelcenter td {
	padding-left: 5px;
}

.wheelcenter td a {
	color: #d44916;	text-decoration: none;
}

