body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background: url("/pictures/layout/body_bg.png") repeat-y #ececec 10px 0px;
}

td {
	font-size: 12px;	
}

.floatLeft {
	float: left;	
}

.floatRight {
	float: right;	
}

.clearer {
	clear: both;	
}

.hidden {
	display: none;	
}

a img {
	border: 0px;	
}

.displayNone {
	display: none;
}

a {
	color: #3b68af;
	text-decoration: none;
}

#outerWrapper {
	width: 1180px;
}

#rightAdvertising {
	float: right;
	width: 160px;
}

#topAdvertising {
	background: none repeat scroll 0 0 #ECECEC;
	float: left;
	padding-bottom: 10px;
	text-align: center;
	width: 1020px;
}

#wrapper {
	position: relative;
	float: left;
	width: 980px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}

#header {
	position: relative;
	height: 130px;
}

	#CaraworldLogo {
		position: absolute;
	}
		
	#naviHead {
		position: absolute;
		top: 0px;
		right: 0px;
		margin: 0px;
		padding: 0px;
	}
	
		#naviHead li {
			display: inline;	
		}
		
			#naviHead li a {
				text-decoration: underline;
			}
		
	#navi {
		z-index: 10000;
		position: absolute;
		top: 42px;
		right: 0px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
		
		#navi .naviItem {
			position: relative;
			float: left;
			height: 30px;
			margin-right: 3px;
			padding-left: 30px;
			padding-right: 30px;
			background: #3b68af;
			border: 1px solid #3b68af;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
		}
		
		#navi .naviItem.hover {
			background: #f0f8ff;
		}
		
			#navi .naviItem.hover a {
				color: #3b68af;
			}
		
		#navi .naviItem.last {
			margin-right: 0px;
		}
		
		#navi .naviItem a {
			display: block;
			height: 100%;
			line-height: 30px;
			text-align: center;
			font-weight: bold;
			color: #ffffff;
		}
		
			#navi .subnavi {
				z-index: 99999;
				position: absolute;
				top: 30px;
				width: 180px;
				margin: 0px;
				padding: 0px;
				background: #f1f7ff;
				list-style-type: none;
				border-left: 1px solid #3b68af;
				border-right: 1px solid #3b68af;
				border-bottom: 1px solid #3b68af;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
			}
			
				#navi .subnavi.left {
					left: 0px;
					margin-left: -1px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px;
				}
				
				#navi .subnavi.last {
					right: 0px;
					margin-right: -1px;
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px;
				}
			
				#navi .subnavi li {
					float: none;
					width: auto;
					height: auto;
					margin-left: 10px;
					margin-right: 10px;
					border-bottom: 1px solid #3b68af;
					background: none;
				}
			
				#navi .subnavi li a {
					display: block;
					height: 25px;
					line-height: 25px;
					color: #3b68af;
					text-align: left;
				}
				
				#navi .subnavi .last {
					border: 0px;
				}

	#headerBar {
		position: absolute;
		bottom: 25px;
		width: 970px;
		height: 22px;
		padding-top: 8px;
		padding-left: 10px;
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
		background: #3b68af;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}
	
		#headerBar h1 {
			margin: 0px;
			font-size: 14px;
		}
	
	#breadCrumb {
		position: absolute;
		bottom: 0px;
		width: 980px;	
		line-height: 18px;
	}

		#breadCrumbList {
			float: left;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
		
			#breadCrumbList li {
				margin-right: 3px;
				display: inline;
				padding-left: 10px;
				background: url(/pictures/layout/breadCrumb_li_bg.png) no-repeat 0px 3px;
				color: #3b68af;
				line-height: 18px;
			}
		
				#breadCrumbList li a:hover {
					text-decoration: underline;
				}
		
		#breadCrumbControls {
			float: right;
			margin: 0px;
			padding: 0px;
			list-style-type: none;	
		}
		
			#breadCrumbControls li {
				float: left;
				margin-left: 12px;
				color: #3b68af;
				line-height: 18px;
			}
		
				#breadCrumbControls li.previous {
					padding-left: 18px;
					background: url("/pictures/layout/prototip/leftmiddle.png") no-repeat 0px center;
				}
				
				#breadCrumbControls li.next {
					padding-right: 18px;
					background: url("/pictures/layout/prototip/rightmiddle.png") no-repeat right center;
				}
			
				#breadCrumbControls li a:hover {
					text-decoration: underline;
				}
				
#dealerSearchMap {
	height: 400px; 
	margin-bottom: 20px;
	border: 1px solid #3B68AF;	
}
				
#simpleSearch {
	position: absolute;
	width: 260px;
	height: 265px;
	top: 20px;
	left: 20px;
	padding: 10px;
	padding-bottom: 0px;
	background: url("/pictures/layout/quicksearch_bg.png") no-repeat top left #90b4e4;
	border: 3px solid #ffffff;
}

	#simpleSearch #detailSearchLink {
		color: #ffffff;
	}

	#simpleSearch ul li .active {
		text-decoration: underline;
	}
	
	#simpleSearch .row {
		height: 44px;
	}
	
		#simpleSearch .row.first,
		#simpleSearch .row.last {
			height: auto;
			margin-bottom: 5px;
		}
		
		#simpleSearch .row.last {
			margin-top: 5px;
			margin-bottom: 0px;
		}
	
	#simpleSearch .leftCol,
	#simpleSearch .rightCol {
		float: left;
		width: 125px;
	}
	
	#simpleSearch .labeledCheckBox {
		float: left;
		width: 130px;
	}
	
	#simpleSearch .rightCol {
		float: right;
	}
	
	#simpleSearch .inputField {
		width: 125px;	
		margin-bottom: 5px;
	}
	
		#simpleSearch .mutlipleCheckboxChooser .inputField {
			width: 15px;
			margin-bottom: 0;
		}
	
	#simpleSearch #quickSearchForm {
		display: inline;
	}
	
	#simpleSearch .mutlipleCheckboxChooser [elementValue=Sondermobil] {
		display: none;
	}

#content {
	position: relative;
	margin-top: 5px;
}

	#content a:hover {
		text-decoration: underline;
	}
	
	#content .button:hover {
		text-decoration: none;
	}

	.leftImage{
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	
	.rightImage{
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
	}	
	
	.leftCol {
		float: left;
		width: 330px;
	}
	
	.rightCol {
		float: right;
		width: 360px;
	}

	#vehicleThumbnails {
		float: left;
		width: 220px;
	}
	
		.thumbnailWrapper {
			overflow: hidden;
			float: left;
			width: 64px;
			height: 48px;
			cursor: pointer;
			border: 2px solid #ffffff;
		}
		
		.thumbnailWrapperFloorplan {
			overflow: hidden;
			float: left;
			width: 208px;
			height: 101px;
			cursor: pointer;
			border: 2px solid #ffffff;
		}
		
		.thumbnailWrapper.active,
		.thumbnailWrapper.hover {
			border: 2px solid #3b68af;
		}
		
		#vehicleThumbnails .thumbnailWrapper {
			width: 100px;
			height: 75px;
			margin-right: 4px;
			margin-bottom: 4px;
		}
		
	#vehicleImage {
		position: relative;
		float: right;
		width: 480px;
		height: 360px;
		overflow: hidden;
	}
	
		#vehicleImage img {
			position: absolute;
		}
		
		#vehicleImage #imageLoading {
			position: absolute;
			width: 480px;
			height: 360px;
			background: #ffffff;
		}
		
	#vehicleImageLoading {
		position: absolute;
		width: 480px;
		height: 360px;
		background: url("/pictures/layout/ajax-loader.gif") no-repeat center #ffffff;
	}
		
	#vehicleImageControls {
		float: right;
		width: 480px;
		margin-top: 15px;
		text-align: center;
	}
	
		#vehicleImageControls .toggleSlideshow {
			height: 30px;
			line-height: 30px;
		}
	
		#vehicleImageControls .control {
			float: left;
			height: 30px;
			line-height: 30px;
		}
	
			#vehicleImageControls .control.prev {
				padding-left: 20px;
				background: url("/pictures/layout/prototip/leftmiddle.png") no-repeat left center;
			}
			
			#vehicleImageControls .control.next {
				float: right;
				padding-right: 20px;
				background: url("/pictures/layout/prototip/rightmiddle.png") no-repeat right center;
			}
	
	.contentTabs {
		float: left;
		width: 728px;
		margin: 0px;
		margin-top: 6px;
		padding: 0px;
		list-style-type: none;
		background: url("/pictures/layout/contentTabs_bg.gif") repeat-x bottom;
	}
		
		.contentTabs li {
			display: block;
			float: left;
			margin: 0;
			margin-left: -1px;
			margin-right: 1px;
			padding: 0;
		}
		
		.contentTabs li a {
			display: block;
			float: left;
			height: 25px;
			line-height: 25px;
			margin: 1px;
			margin-bottom: 0px;
			padding-left: 10px;
			background: url("/pictures/layout/contentTabs_sprite.png") no-repeat;
			font-weight: bold;
			color: #ffffff;
		}
		
		.contentTabs li a span {
			display: block;
			margin: 0px;
			padding-right: 10px;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			background: url("/pictures/layout/contentTabs_sprite.png") no-repeat right top;
		}
		
		.contentTabs li a:hover {
			text-decoration: underline;
		}
		
		.contentTabs li .inactive {
			background: url("/pictures/layout/contentTabs_sprite.png") no-repeat left -50px;;
		}
		
		.contentTabs li .inactive span {
			color: #808080;
			background: url("/pictures/layout/contentTabs_sprite.png") no-repeat right -50px;;
		}
		
		.contentTabs li .active {
			background: url("/pictures/layout/contentTabs_sprite.png") no-repeat left -25px;
		}
		
		.contentTabs li .active span {
			color: #3b68af;
			background: url("/pictures/layout/contentTabs_sprite.png") no-repeat right -25px;
		}
		
		.contentTabs li .active:hover span {
			text-decoration: underline;
		}
		
	.boxContent.padding .contactDealer {
		padding-left: 45px;
		background: url("/pictures/layout/icons/contactDealer.gif") no-repeat 0px 2px;
		height: 38px;
		line-height: 38px;
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
	
	.findButton {
		padding-left: 45px;
		background: url("/pictures/layout/findButton.png") no-repeat 0px 2px;
		height: 38px;
		line-height: 38px;
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
	
	.listPagination {
		margin: 5px;
		margin-bottom: 15px;
		margin-top: 0px;
		float: right;
	}
	
		.listPagination a.firstPage, .listPagination a.previousPage, .listPagination a.nextPage,
		.listPagination a.lastPage {
			background-image: url("/pictures/layout/pagination.png");
			background-repeat: no-repeat; 
			padding-left: 13px;
			padding-top: 1px;
		}
		   
		.listPagination a.active {
			color: black;
			font-weight: bold;
		}
		
		.listPagination a.firstPage {
			background-position: bottom right;
		}
		
		.listPagination a.previousPage {
			background-position: bottom left;
		}
		
		.listPagination a.nextPage {
			background-position: top left;
		}
		
		.listPagination a.lastPage {
			background-position: top right;
		}
		
		.listPagination .pageInfo {
			text-align: right;
		}
	
	#listContent {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
		#listContent .listTable{
			
		}
	
		#listContent td {
			font-size: 11px;
		}
	
		#listContent li {
			position: relative;
			margin-bottom: 10px;
			border-bottom: 1px solid #0c6fb8;
		}
		
			#listContent li.listItem,
			.boxContent#listContentWrapper p {
				margin-left: 5px;
				margin-right: 5px;
			}
			
			#listContent li.listBreaker {
				margin-left: 1px;
				margin-right: 1px;
			}
		
			#listContent li .topOfferCorner {
				position: absolute;
				z-index: 1;
			}
			
			.listHeader {
				background: #e4e4e4;
			}
			
				.listHeader td {
					line-height: 20px;
					padding-left: 5px;
					font-size: 14px;
					font-weight: bold;
					color: #3b68af;
				}
				
				.listPrice {
					font-size: 14px;
					float:right;					
				}
			
				.boxContent .listTitle h2 {
					margin: 0px;
					font-size: 14px;
				}
			
				.topOffer .listTitle {
					padding-left: 42px;
				}
				
			.eyeCatcher .listHeader {
				background: #3b68af;
			}
			
				.eyeCatcher .listHeader .listTitle h2 a {
					color: #ffffff;
				}
				
				.eyeCatcher .listPrice {
					color: #ffffff;
				}
				
			.listAddress {
				width: 240px;
			}
			
			.listDealerLogo {
				width: 120px;
				text-align: right;
			}
				
			.listImage {
				width: 100px;
				height: 75px;
			}	
			
			.listDataLegend {
				width: 115px;
			}
			
			.listDataValue {
				width: 70px;
			}
				
			.listDescription {
				color: #949494;
				vertical-align: middle;
			}
			
			.listFooter {
				background: #f0f8ff;
				color: #3b68af;
			}
							
				.listFooter .listEyeCatcherImages {
					height: 65px;
				}
				
				.listFooter a {
					color: #3b68af;
					text-decoration: none;
				}
				
				.listFooter .showImages {
					padding-left: 12px;
					background: url("/pictures/layout/icons/arrowRight.png") no-repeat 3px 4px;
				}
				
				.listFooter .contactDealer {
					float: right;
					padding-left: 15px;
					background: url("/pictures/layout/icons/arrowRight.png") no-repeat 3px 4px;
					font-size: 12px;
					font-weight: bold;
				}
				
				.listFooter .listParking {
					text-align: center;
				}
				
				.listFooter .parking {
					padding-left: 15px;
					background: url("/pictures/layout/icons/parking.png") no-repeat 0px 2px;
				}
				
				.listFooter .listDeleting {
					text-align: center;
				}
				
				.listFooter .deleting {
					padding-left: 15px;
					background: url("/pictures/layout/removeIcon.png") no-repeat 0px 2px;
				}
			
			.vehicleBox {
				float: left;
				line-height: 17px;
				margin: 3px;
				font-size: 11px;
				color: #3b68af;
			}
			
				.vehicleBox a img {
					margin-right: 10px;
				}
				
				.sidebar .vehicleBox {
					width: 210px;
				}
				
				.sidebar .vehicleBoxImage {
					float: left;
				}
				
			.vehicleBoxImage {
				width: 110px;
			}

#footer {
	position: absolute;
	bottom: 0px;
	padding-bottom: 25px;
}

	#footer .contentSeperator{
		background-color: #f0f8ff;
		height: 25px;
		margin-bottom: 15px;
	}
		
	.footerTabs {
		width: 976px;
		height: 25px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		background: url("/pictures/layout/footerTabs_sprite.png") repeat-x left -75px;
	}
	
		.footerTabs li {
			display: block;
			float: left;
			height: 25px;
		}
		
			.footerTabs li a {
				display: block;
				float: left;
				height: 25px;
				line-height: 25px;
				padding-left: 10px;
				background: url("/pictures/layout/footerTabs_sprite.png") no-repeat -20px -50px;
			}
			
			.footerTabs li .first {
				background: url("/pictures/layout/footerTabs_sprite.png") no-repeat left -50px;
			}
			
			.footerTabs li .active {
				background: url("/pictures/layout/footerTabs_sprite.png") no-repeat top left;
			}
			
			.footerTabs li .active.last {
				padding-left: 18px;
			}
			
				.footerTabs li a span {
					display: block;
					height: 25px;
					padding-right: 18px;
					background: url("/pictures/layout/footerTabs_sprite.png") no-repeat right -50px;
				}
				
				.footerTabs li .first span {
					padding-right: 10px;
				}
				
				.footerTabs li .first.active span {
					padding-right: 18px;
				}
				
				.footerTabs li .active span {
					background: url("/pictures/layout/footerTabs_sprite.png") no-repeat right -25px;
				}
				
				.footerTabs li .active.last span {
					background: url("/pictures/layout/footerTabs_sprite.png") no-repeat top right;
				}
				
	.linkList {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
		.linkList li {
			display: block;
			float: left; 
			width: 179px;
			padding-right: 12px;
		}
		
			.linkList a {
				font-size: 11px;
			}
			
		a.footerParent {
			font-size: 11px;
			float: right;
			background: url("/pictures/layout/breadCrumb_li_bg.png") no-repeat scroll 0 3px transparent;
			padding-left: 10px;
		}
	
#overlay {
	z-index: 11000;
	background-color: #F0F8FF;
	position: absolute;
	top: 0;
	left: 0;
}

.modalCloser {
	padding-right: 20px;
	margin-right: 5px;
	background: url("/pictures/layout/prototip/close_hover.png") no-repeat right;
	
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.roundedTop {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
		
.roundedBottom {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.smaller{
	font-size: 0.6em;
}

.singleWidth {
	width: 205px;	
}

.sidebar {
	width: 236px;
	margin-top: 6px;
}

	.sidebar.tabs {
		margin-top: 0px;
	}

	.sidebar .boxWrapper {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;	
	}

	.sidebar .row {
		height: 27px;
		margin-bottom: 5px;
	}
	
		.sidebar .row.label {
			height: 18px;
			margin-bottom: 0px;
		}
		
		.sidebar .row.last {
			margin-bottom: 15px;
		}
		
		.sidebar .row label,
		.sidebar .row .input {
			float: left;
			width: 105px;
			margin-right: 5px;
			font-size: 13px;
			font-weight: bold;
			color: #3b68af;
		}
		
			.sidebar .row.wide label,
			.sidebar .row.wide .input {
				width: 215px;
			}
		
			.sidebar .row label span {
				float: right;
				font-weight: normal;
				font-size: 11px;
				color: #000000;
			}
			
			.sidebar .row label .toolTipIcon {
				float: none;
			}
			
		.sidebar .row .input {
			font-weight: normal;
			color: #000000;
		}
		
.pdfLink {
	display: inline-block;
	background: url("/pictures/layout/icons/pdf.gif") no-repeat center left;
	padding-left: 35px;
}

.description,
.galery {
	float: left;
	width: 550px;
}

.videos {
	float: right;
	width: 150px;
}