/*
 * (c) 2008 camaoGmbH & Co. KG
 * Author: Plagge, Stefan
 */
/*
 * Clear Browser Stylesheet
 */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(../img/bgMain.png) 0 175px repeat-x;
	color: #002f61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

.bgStart {
	background: #ffffff url(../img/bgMainStart.png) 0 156px repeat-x;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

h3 {
	color: #989c65;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
}

h4 {
	color: #989c65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	padding: 13px 0 7px 10px;
}

p {
	margin-top: 15px;
}

li {
	list-style-image: none;
	list-style-type: none;
}

ul, ol, dl {
	list-style-position: outside;
}

a {
	outline: none;
}

a img {
	border: none;
}





/* Layout */

.layoutPage {
	left: 24px;
	position: absolute;
	top: 35px;
	width: 950px;
}

.layoutPageHead {
	height: 170px;
	left: 0;
	position: absolute;
	top: 0;
	width: 950px;
}

.globalLogo {
	height: 71px;
	left: 0;
	position: absolute;
	top: 0;
	width: 269px;
}

.headerClaim {
	height: 71px;
	position: absolute;
	right: 115px;
	width: 204px;
}

.headerLilien {
	height: 84px;
	position: absolute;
	right: 20px;
	width: 93px;
}




/* Main navigation */

div.globalMainNavigation {
	background: #b4de2c;
	display: inline-block;
	height: 43px;
	position: absolute;
	top: 106px;
	width: 950px;
}

div.globalMainNavigation {
	display: block;
	height: 43px;
}

div.globalMainNavigation ul {
	background: url("../img/nav/bg_nav.png") 0 0 no-repeat;
	height: 43px;
	padding-right: 5px;
	position: absolute;
	width: 950px;
	z-index: 1;
}

div.globalMainNavigation ul li {
	border-right: 1px #ffffff solid;
	display: block;
	float: left;
	height: 39px;
	padding: 0;
}

div.globalMainNavigation ul li a {
	display: block;
	height: 35px;
	text-indent: -1000em;
}

div.globalMainNavigation ul li a span {
	visibility: hidden;
}

div.globalMainNavigation ul li.active,
div.globalMainNavigation ul li:hover {
	background: url("../img/nav/bg_active.png") repeat-x;
}

div.globalMainNavigation ul li.home {
	border-left: 1px #ffffff solid;
	margin-left: 13px;
}

* html div.globalMainNavigation ul li.home {
	margin-left: 7px;
}

div.globalMainNavigation ul li.home a {
	background: url("../img/nav/bg_home.png") no-repeat;
	width: 52px;
}

div.globalMainNavigation ul li.homeActive a,
div.globalMainNavigation ul li.home:hover a {
	background-image: url("../img/nav/bg_home_active.png");
}

div.globalMainNavigation ul li.ablauf a {
	background: url("../img/nav/bg_ablauf.png") no-repeat;
	width: 60px;
}

div.globalMainNavigation ul li.ablaufActive a,
div.globalMainNavigation ul li.ablauf:hover a {
	background-image: url("../img/nav/bg_ablauf_active.png");
}

div.globalMainNavigation ul li.leasing a {
	background: url("../img/nav/bg_leasing.png") no-repeat;
	width: 62px;
}

div.globalMainNavigation ul li.leasingActive a,
div.globalMainNavigation ul li.leasing:hover a {
	background-image: url("../img/nav/bg_leasing_active.png");
}

div.globalMainNavigation ul li.finanzierung a {
	background: url("../img/nav/bg_finanzierung.png") no-repeat;
	width: 99px;
}

div.globalMainNavigation ul li.finanzierungActive a,
div.globalMainNavigation ul li.finanzierung:hover a {
	background-image: url("../img/nav/bg_finanzierung_active.png");
}

div.globalMainNavigation ul li.versicherung a {
	background: url("../img/nav/bg_versicherung.png") no-repeat;
	width: 99px;
}

div.globalMainNavigation ul li.versicherungActive a,
div.globalMainNavigation ul li.versicherung:hover a {
	background-image: url("../img/nav/bg_versicherung_active.png");
}

div.globalMainNavigation ul li.gebrauchtwagen a {
	background: url("../img/nav/bg_gebrauchtwagen.png") no-repeat;
	width: 127px;
}

div.globalMainNavigation ul li.gebrauchtwagenActive a,
div.globalMainNavigation ul li.gebrauchtwagen:hover a {
	background-image: url("../img/nav/bg_gebrauchtwagen_active.png");
}

div.globalMainNavigation ul li.inzahlungnahme a {
	background: url("../img/nav/bg_inzahlungnahme.png") no-repeat;
	width: 125px;
}

div.globalMainNavigation ul li.inzahlungnahmeActive a,
div.globalMainNavigation ul li.inzahlungnahme:hover a {
	background-image: url("../img/nav/bg_inzahlungnahme_active.png");
}

div.globalMainNavigation ul li.kontakt a {
	background: url("../img/nav/bg_kontakt.png") no-repeat;
	width: 66px;
}

div.globalMainNavigation ul li.kontaktActive a,
div.globalMainNavigation ul li.kontakt:hover a {
	background-image: url("../img/nav/bg_kontakt_active.png");
}

div.globalMainNavigation ul li.login a {
	background: url("../img/nav/bg_login.png") no-repeat;
	width: 51px;
}

div.globalMainNavigation ul li.loginActive a,
div.globalMainNavigation ul li.login:hover a {
	background-image: url("../img/nav/bg_login_active.png");
}

div.globalMainNavigation ul li.homeActive,
div.globalMainNavigation ul li.ablaufActive,
div.globalMainNavigation ul li.leasingActive,
div.globalMainNavigation ul li.finanzierungActive,
div.globalMainNavigation ul li.versicherungActive,
div.globalMainNavigation ul li.gebrauchtwagenActive,
div.globalMainNavigation ul li.inzahlungnahmeActive,
div.globalMainNavigation ul li.kontaktActive,
div.globalMainNavigation ul li.loginActive,
div.globalMainNavigation ul li.hover {
	background: url("../img/nav/bg_nav.png") 0 -46px no-repeat !important;
}




/* Layout */

.textDistanceLeft {
	margin-left: 21px;
}

.textDistanceSmallLeft {
	margin-left: 7px;
}

.globalBreadcrumbMain {
	color: #999999;
	font-size: 11px;
	height: 15px;
	position: absolute;
	top: 152px;
	width: 950px;
}

.layoutPageBodyStart {
	top: 165px !important;
}

.layoutPageBody {
	position: relative;
	top: 197px;
	width: 957px;
}

.content {
	margin-left: -5px;
	position: relative;
	width: 957px;
}

.containerLeft {
	float: left;
	position: relative;
	width: 640px;
}

.contentLeftTop {
	background: url(../img/bgContentTop.png) no-repeat;
	height: 16px;
	width: 640px;
}

.contentLeft {
	background: #ffffff url(../img/bgContent.png) repeat-y;
	width: 640px;
}

.contentStartMain {
	/*background: url(../img/bgMainTeaser.jpg) 0 57px no-repeat;*/
	float: left;
	position: relative;
	height: 249px;
	padding: 7px 0 0 24px;
	width: 614px;
}
div.contentStartMain div.flash {
	position: absolute;
	top: 10px;
	left: 5px;
}


.listStart {
	margin: -2px 0 0 20px !important;
	width: 180px !important;
}

.listStart li {
	padding: 2px 0 2px 18px !important;
	background: url(../img/iconArrowStart.png) 0 3px no-repeat !important;
}

.startMainButton {
	background: url(../img/module/bgStartMainButton.png) no-repeat;
	height: 40px;
	left: 20px;
	position: absolute;
	top: 176px;
	width: 164px
}

.contentStartBrands {
	float: left;
	position: relative;
	height: 64px;
	margin-top: 20px;
	padding: 0;
	width: 640px;
}




/* Brands navigation (start page) */

div.startBrandsNavigation {
	display: inline-block;
	height: 61px;
	width: 610px;
}

div.startBrandsNavigation {
	display: block;
	height: 61px;
}

div.startBrandsNavigation ul {
	height: 61px;
	padding-right: 5px;
	position: absolute;
	width: 610px;
	z-index: 1;
}

div.startBrandsNavigation ul li {
	display: block;
	float: left;
	height: 61px;
	padding: 0;
}

div.startBrandsNavigation .startBrandsUl li {
	margin-right: 18px;
}

div.startBrandsNavigation .listStartBrands li {
	float: left;
	padding-right: 18px;
}

div.startBrandsNavigation .listStartBrandsFirstItem {
	width: 164px;
	padding: 4px 0 0 26px;
}

div.startBrandsNavigation .listStartBrandsFirstItemSecondLine {
	display: block;
}


div.startBrandsNavigation .listStartBrandsLastItem {
	margin: 0 !important;
}

div.startBrandsNavigation ul li a {
	display: block;
	height: 61px;
	text-indent: -1000em;
}

div.startBrandsNavigation ul li a span {
	visibility: hidden;
}

div.startBrandsNavigation ul li.audi a,
div.startBrandsNavigation ul li.audi:hover a {
	background: url("../img/iconBrandAudiActive.png") no-repeat;
	width: 77px;
}

div.startBrandsNavigation ul li.bmw a,
div.startBrandsNavigation ul li.bmw:hover a {
	background: url("../img/iconBrandBMWActive.png") no-repeat;
	width: 61px;
}

div.startBrandsNavigation ul li.vw a,
div.startBrandsNavigation ul li.vw:hover a {
	background: url("../img/iconBrandVWActive.png") no-repeat;
	width: 61px;
}

div.startBrandsNavigation ul li.seat a,
div.startBrandsNavigation ul li.seat:hover a {
	background: url("../img/iconBrandSeatActive.png") no-repeat;
	width: 70px;
}

div.startBrandsNavigation ul li.skoda a,
div.startBrandsNavigation ul li.skoda:hover a {
	background: url("../img/iconBrandSkodaActive.png") no-repeat;
	width: 60px;
}




/* Layout */

.contentGradient {
	background: url(../img/bgContentGradient.png) no-repeat;
	min-height: 580px;
	padding: 3px 27px 40px 27px;
}

* html .contentGradient {
	height: 580px;
}

.contentLeftBottom {
	background: url(../img/bgContentBottom.png) no-repeat;
	height: 27px;
	padding: 10px 30px 0 0;
	text-align: right;
	width: 610px;
}

.contentRightMain {
	float: right;
	position: relative;
	width: 316px;
}

.contentRight {
	float: right;
	margin-top: 22px;
	position: relative;
	width: 316px;
}

.startPageContentBottom {
	margin-top: 14px;
	width: 950px;
}

.layoutPageFoot {
	font-size: 11px;
	height: 50px;
	padding: 10px 0 0 22px;
	width: 928px;
}

#infoBoxBehinderte,
#infoBoxDiplomaten,
#infoBoxFahrschulen {
	color: #ffffff;
	height: 425px;
	left: 269px;
	padding: 32px 40px 0 40px;
	position: absolute;
	top: 183px;
	width: 330px;
	z-index: 2;
}

#infoBoxBehinderte {
	background: url(../img/bgInfoPopBehinderte.png) no-repeat;
}

#infoBoxDiplomaten {
	background: url(../img/bgInfoPopDiplomaten.png) no-repeat;
}

#infoBoxFahrschulen {
	background: url(../img/bgInfoPopFahrschulen.png) no-repeat;
	height: 353px;
}




/* Modules */

/* Main Module (Start page, right side) */

.modulStart {
	background: url(../img/module/bgModulStart.png) no-repeat;
	color: #ffffff;
	float: right;
	height: 276px;
	padding: 10px 10px 0 8px;
	position: relative;
	width: 298px;
	z-index: 100;
}

.listModulStart {
	margin-top: 5px;
	width: 288px;
}

.listModulStart li {
	height: 70px;
	margin-bottom: 5px;
	padding: 0 0 10px 76px;
}

.listModulStartFirstItem {
	background: url(../img/iconModulStartBehinderte.png) no-repeat;
	border-bottom: 1px solid #b7df2f;
}

.listModulStartSecondItem {
	background: url(../img/iconModulStartDiplomaten.png) no-repeat;
	border-bottom: 1px solid #b7df2f;
}

.listModulStartThirdItem {
	background: url(../img/iconModulStartFahrschulen.png) no-repeat;
}

.modulStartButtonBehinderte {
	height: 22px;
	left: 268px;
	position: absolute;
	top: 67px;
	width: 22px;
}

* html .modulStartButtonBehinderte {
	top: 62px;
}

*+html .modulStartButtonBehinderte {
	top: 62px;
}

.modulStartButtonDiplomaten {
	height: 22px;
	left: 268px;
	position: absolute;
	top: 153px;
	width: 22px;
}

* html .modulStartButtonDiplomaten {
	top: 148px;
}

*+html .modulStartButtonDiplomaten {
	top: 148px;
}

.modulStartButtonFahrschulen {
	height: 22px;
	left: 268px;
	position: absolute;
	top: 240px;
	width: 22px;
}

* html .modulStartButtonFahrschulen {
	top: 241px;
}

*+html .modulStartButtonFahrschulen {
	top: 241px;
}

.modulStartFlash {
	height: 250px;
	left: 20px;
	position: absolute;
	top: 206px;
	width: 635px;
}



/* Info-Boxes (PopUps) of main module */

.ulInfoBox {
	margin-top: 8px;
	width: 330px;
}

.ulInfoBox li {
	background: url(../img/iconArrowInfoBox.png) 0 6px no-repeat;
	padding: 5px 0 0 20px;
}




/* General (flexible) modules (Content module + small modules)  */

div.modul div.modulHead {
	background: url('../img/module/modulHead.png') 100% 0 no-repeat;
	padding-right: 11px;
}

* html div.modul div.modulHead {
	background: url('../img/ie6/modulHead.png') 100% 0 no-repeat;
	padding-right: 11px;
}

div.modul div.modulHead div.modulHeadInner {
	background: url('../img/module/modulHead.png') 0 0 no-repeat;
	padding-left: 11px;
}

div.modul div.modulHeadGebrauchtwagen {
	background: url('../img/module/modulHead.png') 100% 0 no-repeat;
	padding-right: 11px;
	height: 40px;
}

*+html div.modul div.modulHeadGebrauchtwagen {
	height: 37px;
}

* html div.modul div.modulHeadGebrauchtwagen {
	background: url('../img/ie6/modulHead.png') 100% 0 no-repeat;
}

* html div.modul div.modulHeadGebrauchtwagen div.modulHeadInner {
	background: url('../img/ie6/modulHead.png') 0 0 no-repeat;
}

div.modul div.modulHeadGebrauchtwagen div.modulHeadInner {
	background: url('../img/module/modulHead.png') 0 0 no-repeat;
	height: 40px;
}

*+html div.modul div.modulHead div.modulHeadInner {
	position: relative;
	left: 0px;
	right: 9px;
}

* html div.modul div.modulHead div.modulHeadInner {
	background: url('../img/ie6/modulHead.png') 0 0 no-repeat;
	height: 40px;
	padding-left: 11px;
	position: relative;
	top: 0px;
}

.modulContentHeadHeight {
	height: 11px;
}

div.modul div.modulBody {
	background: url('../img/module/modulBody.png') 100% 0 repeat-y;
	padding-right: 3px;
}

* html div.modul div.modulBody {
	background: url('../img/ie6/modulBody.png') 100% 0 repeat-y;
	padding-right: 3px;
	height: 132px;
}

* html div.modul div.modulBodyGebrauchtwagen {
	background: url('../img/ie6/modulBody.png') 100% 0 repeat-y;
	padding-right: 3px;
	height: 135px;
}

div.modul div.modulBody div.modulBodyInner {
	background: url('../img/module/modulBody.png') 0 0 repeat-y;
	padding-left: 3px;
}

* html div.modul div.modulBody div.modulBodyInner {
	background: url('../img/ie6/modulBody.png') 0 0 repeat-y;
	padding-left: 3px;
}

* html div.modul div.modulBodyGebrauchtwagen div.modulBodyInnerGebrauchtwagen {
	background: url('../img/ie6/modulBody.png') 0 0 repeat-y;
	padding-left: 3px;
	height: 135px;
}

div.modul div.modulBodyGebrauchtwagen {
	background: url('../img/module/modulBody.png') 100% 0 repeat-y;
	padding-right: 3px;
	height: 140px;
}

div.modul div.modulBodyGebrauchtwagen div.modulBodyInnerGebrauchtwagen {
	background: url('../img/module/modulBody.png') 0 0 repeat-y;
	padding-left: 3px;
	height: 140px;
}

div.modul div.modulContent {
	background: url('../img/module/modulBodyInner.png') 0 0 repeat-x;
	min-height: 130px;
	padding: 9px 8px 0px 18px;
}

* html div.modul div.modulContent {
	height: 130px;
}

div.modul div.modulMainContent {
	padding-bottom: 70px;
}

div.modul .modulContentBackground {
	background: #ffffff none !important;
}

div.modul div.modulContent .teaserSubpages {
	margin-left: 6px;
}

div.modul div.modulFoot {
	background: url('../img/module/modulFoot.png') 100% 100% no-repeat;
	padding-right: 11px;
}

* html div.modul div.modulFoot {
	background: url('../img/ie6/modulFoot.png') 100% 100% no-repeat;
}

div.modul div.modulFoot div.modulFootInner {
	background: url('../img/module/modulFoot.png') 0 100% no-repeat;
	padding-left: 11px;
	height: 11px;
}

* html div.modul div.modulFoot div.modulFootInner {
	background: url('../img/ie6/modulFoot.png') 0 100% no-repeat;
	font-size: 1px;
}

div.modul div.modulFoot div.modulFootInnerContent {
	background: url('../img/module/modulFoot.png') 0 100% no-repeat;
	padding-left: 11px;
	height: 40px;
	text-align: right;
}

* html div.modul div.modulFoot div.modulFootInnerContent {
	background: url('../img/ie6/modulFoot.png') 0 100% no-repeat;
}

div.modul div.modulFoot div.modulFootLineSubNavigation {
	background: url('../img/lineSubNavigation.png') 0 0 repeat-x;
}

div.modul div.modulFoot div.modulFootLineSubNavigation .distanceSubNavigation {
	padding-top: 10px;
}




/* Specific modules */
/* Fixed width for modules (for start page) */

.modulesFixedWidth {
	width: 316px;
}




/* module "Gas-Umbau" */

.modulGas-UmbauPic {
	width: 73px;
}

div .modulGas-UmbauText {
	font-size: 11px;
	line-height: 13px;
	width: 194px;
}

div.modulGas-UmbauText .modulGas-UmbauTextHeadline {
	font-weight: bold;
}

div .modulGas-UmbauText p {
	margin-top: 4px;
}




/* module "Gebrauchtwagen" */

* html .modulesFixedWidthGebrauchtwagen {
	padding: 0 !important;
}

.modulGebrauchtwagenPicHead {
	left: 12px;
	position: relative;
	top: 9px;
}

*+html .modulGebrauchtwagenPicHead {
	left: 12px;
	position: relative;
	top: 5px;
}

* html .modulGebrauchtwagenPicHead {
	left: 12px;
	position: relative;
	top: 8px;
}

.modulGebrauchtwagenPic {
	left: -18px;
	position: relative;
	top: -9px;
}

*+html .modulGebrauchtwagenPic {
	left: -18px;
	top: -9px;
}

* html .modulGebrauchtwagenPic {
	left: 0px;
	top: 0px;
}

/* Footer-Link fix for IE 6, IE 7 (partially FF) */

div.modulFoot div.modulFootInner a.modulFootGebrauchtwagen {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}

* html div.modulFoot div.modulFootInner a.modulFootGebrauchtwagen {
	width: 295px;
	height: 20px;
}

*+html div.modulFoot div.modulFootInner a.modulFootGebrauchtwagen {
	width: 295px;
	height: 20px;
}




/* module "Schnell-Kontakt" */

.modulSchnell-KontaktInputFieldsDiv {
	background: url(../img/module/bgSchnell-Kontakt.png) no-repeat;
	height: 24px;
	float: left;
	left: 0px;
	margin: 0 3px 3px 0;
	position: relative;
	top: -5px;
	width: 150px;
}

.modulSchnell-KontaktInputFields {
	background: transparent;
	border: 0;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	padding: 4px 12px 0 12px;
	width: 126px;
}

.modulSchnell-KontaktInputFieldPhoneDiv {
	background: url(../img/module/bgSchnell-KontaktPhone.png) no-repeat;
	margin: 0 0 3px 3px;
	width: 120px;
}

* html .modulSchnell-KontaktInputFieldPhoneDiv {
	margin: 0 0 3px 3px;
}

*+html .modulSchnell-KontaktInputFieldPhoneDiv {
	margin: 0 0 3px 5px;
}

.modulSchnell-KontaktInputFieldPhone {
	width: 96px;
}

.modulSchnell-KontaktAbschicken {
	background: url(../img/module/bgSchnell-KontaktAbschicken.png) no-repeat;
	border: 0;
	cursor: pointer;
	height: 24px;
	position: relative;
	left: 157px;
	top: 46px;
	width: 120px;
	z-index: 20;
}

* html .modulSchnell-KontaktAbschicken {
	top: 53px;
}

*+html .modulSchnell-KontaktAbschicken {
	left: 159px;
}




/* module "Der neue R8" */

* html .modulesFixedWidthR8 {
	padding: 0 !important;
}

.modulR8Height {
	height: 139px;
}

.modulHeadInnerR8 {
	float: right;
	height: 32px;
	right: 2px;
	position: relative;
	top: -41px;
	width: 100px;
}

* html .modulHeadInnerR8 {
	right: 2px;
	top: -32px;
}

.modulR8Pic {
	height: 133px;
	left: -18px;
	position: relative;
	top: -41px;
	width: 300px;
}

* html .modulR8Pic {
	left: 8px;
	top: -32px;
}




/* Button "Inzahlungnahme" */

.modulInzahlungnahme {
	background: url(../img/module/bgInzahlungnahme.png) no-repeat;
	border: 0;
	height: 40px;
	width: 167px;
}




/* Button "Kontakformular" */

.nutzenSie {
	float: left;
	height: 30px;
	padding-top: 12px;
}

.nutzenSieFinanzierung {
	float: left;
	height: 30px;
	padding-top: 5px;
	width: 420px;
}

.modulKontaktformular {
	background: url(../img/module/bgKontaktformular.png) no-repeat;
	border: 0;
	height: 40px;
	width: 167px;
}




/* Subpage "Ablauf" (Sliding Doors with floating DIVs inside)  */

div.modulAblauf {
	margin: 0px 0 3px 0;
}

div.modulAblaufAfterParagraph {
	margin-top: 20px;
}

div.modulAblauf div.modulHeadAblauf {
	background: url('../img/module/modulHeadAblauf.png') 100% 0 no-repeat;
	height: 10px;
	padding-right: 11px;
}

* html div.modulAblauf div.modulHeadAblauf {
	background: url('../img/ie6/modulHeadAblauf.png') 100% 0 no-repeat;
	height: 10px;
	padding-right: 11px;
}

div.modulAblauf div.modulHeadAblauf div.modulHeadInnerAblauf {
	background: url('../img/module/modulHeadAblauf.png') 0 0 no-repeat;
	height: 10px;
	padding-left: 11px;
}

* html div.modulAblauf div.modulHeadAblauf div.modulHeadInnerAblauf {
	background: url('../img/ie6/modulHeadAblauf.png') 0 0 no-repeat;
	height: 10px;
	padding-left: 11px;
}

.modulContentHeadHeight {
	height: 11px;
}

div.modulAblauf div.modulBodyAblauf {
	background: url('../img/module/modulBodyAblauf.png') 100% 0 repeat-y;
	padding-right: 3px;
}

* html div.modulAblauf div.modulBodyAblauf {
	background: url('../img/ie6/modulBodyAblauf.png') 100% 0 repeat-y;
	padding-right: 3px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf {
	background: url('../img/module/modulBodyAblauf.png') 0 0 repeat-y;
	padding: 0 0 3px 3px;
}

* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf {
	background: url('../img/ie6/modulBodyAblauf.png') 0 0 repeat-y;
	padding-left: 3px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf9 {
	background: url('../img/module/modulBodyAblauf.png') 0 0 repeat-y;
	height: 37px;
	padding: 0 0 3px 3px;
}

div.modulAblauf .modulContentBackgroundAblauf {
	background: #e9f3ff none !important;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul {
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li {
	padding-left: 52px;
	width: 535px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf1 {
	background: url('../img/modulAblauf1.png') 5px 0 no-repeat;
	min-height: 30px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf2 {
	background: url('../img/modulAblauf2.png') 5px 0 no-repeat;
	min-height: 30px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf3 {
	background: url('../img/modulAblauf3.png') 5px 0 no-repeat;
	min-height: 30px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf4 {
	background: url('../img/modulAblauf4.png') 5px 0 no-repeat;
	min-height: 30px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf5 {
	background: url('../img/modulAblauf5.png') 5px 0 no-repeat;
	min-height: 30px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf6 {
	background: url('../img/modulAblauf6.png') 5px 0 no-repeat;
	min-height: 30px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf7 {
	background: url('../img/modulAblauf7.png') 5px 0 no-repeat;
	min-height: 30px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf8 {
	background: url('../img/modulAblauf8.png') 5px 0 no-repeat;
	min-height: 30px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf9 .modulAblauf9 {
	background: url('../img/modulAblauf9.png') 5px 0 no-repeat;
	float: left;
	min-height: 30px;
	padding-left: 47px;
	width: 450px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf9 div.modulAblauf9 .buttonInzahlungnahme {
	background: url('../img/modulAblauf9.png') 5px 0 no-repeat;
	float: left;
	min-height: 30px;
	width: 200px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf9 div.modulAblauf9 .buttonKontaktformular {
	background: url('../img/modulAblauf9.png') 5px 0 no-repeat;
	float: left;
	min-height: 30px;
	width: 170px;
}

* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf1,
* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf2,
* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf3,
* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf4,
* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf5,
* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf6,
* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf7,
* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul li.modulAblauf8,
* html div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf .modulAblauf9 {
	height: 30px;
}

div.modulAblauf div.modulFootAblauf {
	background: url('../img/module/modulFootAblauf.png') 100% 100% no-repeat;
	padding-right: 11px;
}

* html div.modulAblauf div.modulFootAblauf {
	background: url('../img/ie6/modulFootAblauf.png') 100% 100% no-repeat;
}

div.modulAblauf div.modulFootAblauf div.modulFootInnerAblauf {
	background: url('../img/module/modulFootAblauf.png') 0 100% no-repeat;
	padding-left: 11px;
	height: 11px;
}

* html div.modulAblauf div.modulFootAblauf div.modulFootInnerAblauf {
	background: url('../img/ie6/modulFootAblauf.png') 0 100% no-repeat;
	font-size: 1px;
}

div.modulAblauf div.modulFootAblauf div.modulFootInnerContentAblauf {
	background: url('../img/module/modulFootAblauf.png') 0 100% no-repeat;
	padding-left: 11px;
	height: 40px;
	text-align: right;
}

* html div.modulAblauf div.modulFootAblauf div.modulFootInnerContentAblauf {
	background: url('../img/ie6/modulFootAblauf.png') 0 100% no-repeat;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf .ablaufListHeadline {
	display: block;
	font-weight: bold;
	padding: 12px 0 3px 0;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf .ablaufListBottomLine {
	display: block;
	padding-top: 8px;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf .ablaufListHeadlineZuzueglich {
	font-weight: normal;
}

div.modulAblauf div.modulBodyAblauf div.modulBodyInnerAblauf ul.ablaufList li {
	background: url('../img/iconArrowListAblauf.png') 0 1px no-repeat;
	padding-left: 14px;
}




/* Subpage "Finanzierung"  */

.aboveListing {
	font-weight: bold;
	margin: 30px 0 -15px 0;
}




/* Subpage "Gebrauchtwagen"  */

.gebrauchtwagen table.tableOverview {
	border: 0;
	font-weight: bold;
	text-align: center;
}

.gebrauchtwagen table tr.position td {
	font-size: 10px;
	padding-left: 10px;
	text-align: left;
	width: 110px;
}

.gebrauchtwagen {
	margin-bottom: 50px;
}

.gebrauchtwagen div {
	float: left;
	padding: 0 10px 10px 0;
}

.gebrauchtwagen img {
	border: 1px solid #0a3767;
}

.gebrauchtwagen table tr.separator {
	height: 5px;
}

.gebrauchtwagen table tr.foot {
	height: 15px;
}




/* Subpage "Gebrauchtwagendetails"  */

.gebrauchtwagen table.tableDetails {
	border: 0;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 600px;
}

.gebrauchtwagen table tr td {
	vertical-align: top;
}

.gebrauchtwagen table tr td.image {
	vertical-align: top;
	width: 300px;
}

.gebrauchtwagen table tr td.ditanceKeeper {
	width: 30px;
}

.gebrauchtwagen table tr td.items {
	height: 20px;
	vertical-align: top;
}

.gebrauchtwagen table tr td.category {
	height: 34px;
	width: 120px;
}

.gebrauchtwagen table tr td.details {
	width: 150px;
}

.gebrauchtwagen table tr td.price {
	height: 40px;
	vertical-align: bottom;
}

.gebrauchtwagen table tr td.detailPrice {
	font-size: 18px;
	vertical-align: bottom;
}




/* Subpage "Partner"  */

div.partner {
	margin: 30px 0 50px 0;
}

div.partner ul.company {
	float: left;
	margin-left: 54px;
	padding: 0 30px 40px 0;
}

* html div.partner ul.company {
	margin-left: 30px;
}

div.partner ul.companyBaumann {
	float: left;
	margin-left: 54px;
	padding: 48px 30px 55px 0;
}

div.partner ul.company li.companyName,
div.partner ul.companyBaumann li.companyName {
	font-weight: bold;
	padding: 8px 0 3px 0;
}





/* Subpage "Kontaktformular"  */

.contactForm {
	height: 336px;
	padding: 15px 0 0 10px;
	width: 510px;
}

div.contactForm .contactFormHeadline {
	font-weight: bold;
}

div.contactForm .fieldsetTitle {
	border: 0;
	height: 18px;
	margin: 15px 0 5px 0;
	padding: 0 0 5px 6px;
}

div.contactForm fieldset.fieldsetTitle .contactFormFirstRowTable {
	height: 18px;
	width: 500px;
}

div.contactForm fieldset.fieldsetTitle table.contactFormFirstRowTable .contactFormRadioButtonsSelectFieldRadioFrau {
	padding-left: 72px;
	width: 20px;
}

div.contactForm fieldset.fieldsetTitle table.contactFormFirstRowTable .contactFormRadioButtonsSelectFieldFrau {
	width: 50px;
}

div.contactForm fieldset.fieldsetTitle table.contactFormFirstRowTable .contactFormRadioButtonsSelectFieldRadioHerr {
	width: 20px;
}

div.contactForm fieldset.fieldsetTitle table.contactFormFirstRowTable .contactFormRadioButtonsSelectFieldHerr {
	width: 89px;
}

div.contactForm fieldset.fieldsetTitle table.contactFormFirstRowTable .contactFormRadioButtonsSelectFieldChoose {
	width: 96px;
}

div.contactForm fieldset.fieldsetTitle table tr td .reasonForContact {
	border: 1px solid #c1c6cc;
	font: 11px Arial, Helvetica, sans-serif;
	width: 148px;
}

* html div.contactForm fieldset.fieldsetTitle table tr td .reasonForContact {
	width: auto;
	margin-right: 5px;
}

*+html div.contactForm fieldset.fieldsetTitle table tr td .reasonForContact {
	width: auto;
	margin-right: 5px;
}

div.contactForm .inputFieldsLeft {
	border: 0;
	clear: left;
	float: left;
	width: 226px;
}

* html div.contactForm .inputFieldsLeft {
	width: 227px;
}

div.contactForm fieldset.inputFieldsLeft .fieldNamesLeft {
	float: left;
	line-height: 28px;
	width: 65px;
}

* html div.contactForm fieldset.inputFieldsLeft .fieldNamesLeft {
	line-height: 35px;
	margin-top: -5px;
}

div.contactForm fieldset.inputFieldsLeft .inputLeft {
	float: right;
	width: 150px;
}

div.contactForm .inputFieldsRight {
	border: 0;
	float: right;
	margin-right: 8px;
	width: 245px;
}

* html div.contactForm .inputFieldsRight {
	margin-right: 4px;
}

div.contactForm fieldset.inputFieldsRight .fieldNamesRight {
	float: left;
	line-height: 28px;
	width: 80px;
}

* html div.contactForm fieldset.inputFieldsRight .fieldNamesRight {
	line-height: 35px;
	margin-top: -5px;
}

div.contactForm fieldset.inputFieldsRight .inputRight {
	float: right;
	width: 150px;
}

div.contactForm fieldset.inputFieldsLeft div.inputLeft .formularInputDiv,
div.contactForm fieldset.inputFieldsRight div.inputRight .formularInputDiv {
	background: url(../img/module/bgFormularInput.png) no-repeat;
	height: 24px;
	margin: 0 0 5px 0;
	width: 150px;
}

div.contactForm fieldset.inputFieldsLeft div.inputLeft div.formularInputDiv .formularInput,
div.contactForm fieldset.inputFieldsRight div.inputRight div.formularInputDiv .formularInput {
	background: transparent;
	border: 0;
	font: 12px Arial, Helvetica, sans-serif;
	height: 24px;
	padding: 4px 12px 0 12px;
	width: 126px;
}

div.contactForm fieldset.fileUpload {
	border: 0;
	clear: both;
	line-height: 28px;
}

div.contactForm fieldset.fileUpload label {
	float: left;
	width: 65px;
}

div.contactForm fieldset.fileUpload span.inputFileSpecial {
	background: url(../img/module/bgFormularInputFile.png) 0 50% no-repeat;
	display: inline;
	float: left;
	height: 28px;
	margin-left: 10px;
	position: relative;
	width: 261px;
}

div.contactForm fieldset.fileUpload span.selectedFile {
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	width: 127px;
}

div.contactForm fieldset.fileUpload span.inputFileSpecial input.file {
	filter:alpha(opacity=0, finishopacity=0, style=2)
	height: 28px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

div.contactForm fieldset.fileUpload span.fileSize {
	float: left;
	margin-left: 10px;
}

div.contactForm .messageArea {
	border: 0;
	float: left;
	margin-top: 25px;
	width: 510px;
}

div.contactForm fieldset.messageArea .message {
	float: left;
	line-height: 22px;
	width: 60px;
}

div.contactForm fieldset.messageArea .messageAreaInput {
	background: url(../img/bgTextarea.png) no-repeat;
	float: right;
	height: 61px;
	line-height: 22px;
	width: 432px;
}

div.contactForm fieldset.messageArea div.messageAreaInput .textarea {
	background-color: #f4f9ff;
	border: 0;
	font: 12px Arial, Helvetica, sans-serif;
	height: 44px;
	margin: 5px 0 0 5px;
	padding: 3px 0 3px 0;
	width: 413px;
}

div.contactForm .sendArea {
	border: 0;
	float: left;
	margin-top: 40px;
	width: 510px;
}

div.contactForm fieldset.sendArea .agb {
	float: left;
	padding: 4px 0 0 77px;
	width: 230px;
}

* html div.contactForm fieldset.sendArea .agb {
	padding: 4px 0 0 74px;
}

div.contactForm fieldset.sendArea .buttonAbschickenArea {
	cursor: pointer;
	width: 190px;
}

div.contactForm fieldset.sendArea div.buttonAbschickenArea .buttonAbschicken {
	background: url(../img/module/bgSchnell-KontaktAbschicken.png) no-repeat;
	border: 0;
	height: 24px;
	position: absolute;
	right: 105px;
	width: 120px;
}




/* Subpage "Finanzierung"  */

.textNeuwagenNewLine {
	display: block;
}

.textNeuwagenTopPreis {
	display: block;
	text-indent: 122px;
}

.textNeuwagenDienstleistung {
	display: block;
	text-indent: 114px;
}




/* Subpage "Impressum"  */

ul.impressum {
	margin: 50px 0 50px 0;
}

ul.impressum li.impressumFirstItem {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

ul.impressum li.impressumInhaber {
	padding-bottom: 15px;
}




/* Subpage "Login"  */

.loginForm {
	height: 150px;
	margin-left: 175px;
	padding-top: 60px;
	width: 250px;
}

div.loginForm .inputFieldsLogin {
	border: 0;
	width: 250px;
}

div.loginForm fieldset.inputFieldsLogin .fieldNamesLogin {
	float: left;
	line-height: 28px;
	width: 90px;
}

div.loginForm fieldset.inputFieldsLogin .inputLogin {
	float: right;
	width: 150px;
}

div.loginForm fieldset.inputFieldsLogin div.inputLogin .formularInputDiv {
	background: url(../img/module/bgFormularInput.png) no-repeat;
	height: 24px;
	margin: 0 0 5px 0;
	width: 150px;
}

div.loginForm fieldset.inputFieldsLogin div.inputLogin div.formularInputDiv .formularInput {
	background: transparent;
	border: 0;
	font: 12px Arial, Helvetica, sans-serif;
	height: 24px;
	padding: 4px 12px 0 12px;
	width: 126px;
}

div.loginForm .sendAreaLogin {
	border: 0;
	margin-top: 20px;
	width: 250px;
}

div.loginForm fieldset.sendAreaLogin .buttonLoginArea {
	cursor: pointer;
	width: 190px;
}

div.loginForm fieldset.sendAreaLogin div.buttonLoginArea .buttonLogin {
	background: url(../img/module/bgLogin.png) no-repeat;
	border: 0;
	height: 24px;
	position: relative;
	left: 101px;
	width: 81px;
}




/* Subpage "Nutzerbereich"  */

div.layoutPageBody div.content div.containerLeft div.modulBody div.modulBodyInner div.modulContent .nutzerbereich {
	font-weight: bold;
	margin: 10px 0 0 20px;
}

div.layoutPageBody div.content div.containerLeft div.modulBody div.modulBodyInner div.modulContent ul.nutzerbereich li {
	padding-bottom: 3px;
}




/* Formattings */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.fontGreen {
	color: #b6de2c;
}

.iconDistance {
	margin-right: 2px;
}

.linkDistance {
	margin-right: 10px;
}

.paddingRight50 {
	padding-right: 12px;
}

.bgList {
	margin-top: 5px;
	width: 586px;
}

.bgList li {
	background-color: #e9f3ff;
	margin-bottom: 1px;
	padding: 7px 20px 7px 10px;
}

.bgList div {
	background: url(../img/iconArrow.png) 0 1px no-repeat;
	padding-left: 15px;
}

.bgListItemFirst {
	background: url(../img/bgTableFirst.png) no-repeat;
	padding-top: 10px !important;
}

.bgListItemLast {
	background: url(../img/bgTableLast.png) 0 bottom no-repeat;
	padding-bottom: 10px !important;
}

.noBackground {
	background: none;
}

.noBackground li {
	background: none;
}

.displayBlock {
	display: block;
}

.fontIncrease {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.headlineDistanceLeft {
	margin-left: 13px;
}

.distanceIncrease10 {
	margin-top: 10px;
}

.distanceIncrease17 {
	margin-top: 17px;
}

.distanceIncrease20 {
	padding-top: 20px;
}

.distanceIncrease30 {
	padding-top: 30px;
}

.distanceIncrease50 {
	margin-top: 50px;
}

.distanceBottomIncrease50 {
	padding-bottom: 50px;
}

.paddingRight20 {
	padding-right: 20px;
}

.marginLeft90 {
	margin-left: 90px;
}

.overflowHidden {
	overflow: hidden;
}

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

.clearfix {
	display: inline-block;
}




/* Links */

a:link {
	color: #b4de2c;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #b4de2c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #999999;
}

a:link.breadcrumb {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a:visited.breadcrumb {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a:hover.breadcrumb {
	color: #002f61;
	text-decoration: underline;
}

a:link.meta {
	color: #002f61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 4px 0 5px;
	text-decoration: none;
}

a:visited.meta {
	color: #002f61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 4px 0 5px;
	text-decoration: none;
}

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

a:link.small {
	color: #002f61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
}

a:visited.small {
	color: #002f61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
}

a:hover.small {
	color: #b4de2c;
	text-decoration: underline;
}

a:active.small {
	color: #b4de2c;
	text-decoration: underline;
}

a:link.blue {
	color: #013061;
	text-decoration: underline;
}

a:visited.blue {
	color: #013061;
	text-decoration: underline;
}

a:hover.blue {
	color: #000000;
}

a:link.white {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

a:visited.white {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

a:hover.white {
	text-decoration: underline;
}




