div.search-box {
	position: relative;
	left: 0px;
	top: 0px;
	width: 262px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	background: url(block-search-bg.gif) left bottom;
	background-repeat: no-repeat;
	/*border: 1px solid red;*/
}

div.search-box div.search-caption {
	position: relative;
	top: 0px;
	left: 0px;
	width: 262px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	/*border-top: 1px solid #c2c2c2;*/
	background: #c2c2c2;
}

div.search-box div.search-caption h3 {
	position: absolute;
	left: 10px;
	top: 5px;
	color: #474747;
	margin: 0px;
	border: 0px;
	width: auto;
	font-size: 13px;
	font-weight: bold;
}

div.search-box div.search-options {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 114px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 2px;
	/*margin-bottom: 3px;*/
}

div.search-box div.search-option {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 22px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

div.search-box div.search-option-name {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 128px;
	height: 19px;
	border: 1px solid #d6d6d6;
	background: #132DBA;
	margin: 0px;
	margin-right: 5px;
}

div.search-box div.search-option-name span {
	position: absolute;
	left: 15px;
	top: 2px;
}

div.search-box div.search-option-value {
	position: absolute;
	left: 131px;
	top: 1px;
	width: 128px;
	height: 21px;
}

div.search-box div.search-option-value select {
	height: 17px;
	_height: 16px;
	width: 127px;
	overflow: hidden;
}

div.search-box div.search-option-value select option{
	overflow: hidden;
	width: 120px;
}

div.search-box div.search-input {
	position: relative;
	left: 0px;
	top: 0px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	text-align: left;
	/*border: 1px solid red;*/
}

div.search-box div.search-input input {
	width: 128px;
	height: 20px;
	background: #ece9d8;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 9pt;
	border: 1px solid #000000;
	font-weight: bold;
}


/*** Car ***/

div.car {
	position: relative;
	left: 0px;
	top: 0px;
	width: 529px;
	height: auto;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background-image: url(car-box-bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	font-family: arial,helvetica,sans-serif;
	overflow: hidden;
}

div.car-caption {
	position: relative;
	top: 0px;
	left: 0px;
	width: 529px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	/*border-top: 1px solid #c2c2c2;*/
	background: url(car-caption-bg.jpg);
}

div.car-caption h3 {
	position: absolute;
	left: 10px;
	top: 7px;
	color: #ffffff;
	margin: 0px;
	border: 0px;
	margin: 0px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
}

div.car-caption a {
	color: #ffffff;
	text-decoration: none;
}

div.car-caption a:hover{
	color: #ffffff;
	text-decoration: none;
}

div.car div.car-thumb {
	position: absolute;
	top: 30px;
	left: 13px;
	width: 140px;
	height: 104px;
	overflow: hidden;
	z-index: 3;
	/*border: 1px solid red;*/
}

div.car div.car-info {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border: 1px solid blue;*/
}

div.car-property {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 15px;
	padding: 0px;
	margin: 0px;
	margin-left: 175px;

	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

div.car-property-name {
	position: relative;
	float: left;
	width: 140px;
}

div.car-property-value {
	position: relative;
	float: left;
	width: 120px;
}


div.car div.car-bottom {
	position: relative;
	width: 529px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid red;*/
}

div.car-bottom div.car-price-grey {
	position: absolute;
	right: 238px;
	top: 0px;
	width: 122px;
	height: 45px;
}

div.car-bottom div.car-price-green {
	position: absolute;
	right: 114px;
	top: 0px;
	width: 122px;
	height: 45px;
}

div.car-bottom div.car-details {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 114px;
	height: 45px;
	background: url(car-details.gif);
}

div.car-bottom div.car-details a {
	color: #ffffff;
	text-decoration: none;
}

div.car-bottom div.car-details a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.car-details-btnarea {
	position: absolute;
	left: 4px;
	top: 10px;
	width: 110px;
	height: 35px;
	z-index: 4;
	background: url(spacer.gif);
	cursor: pointer;
}

div.car-bottom div.car-details-caption {
	position: absolute;
	top: 17px;
	left: 38px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

div.car-bottom div.car-price-top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 122px;
	height: 16px;
	color: #3c3c3c;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

div.car-bottom div.car-price-top span {
	position: absolute;
	top: 1px;
	width: 122px;
	text-align: center;
}

div.car-bottom div.car-price-bottom {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 122px;
	height: 29px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

div.car-bottom div.car-price-bottom span {
    position: absolute;
	top: 5px;
	width: 122px;
	text-align: center;
}

div.car-bottom div.grey {
	background-color: #808080;
}

div.car-bottom div.green {
	background-color: #132DBA;
}



/*** Car details ***/

img {
	border: 0px;
}

div.car-details-bg {
	background: url(car-details-bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
}

div.car-details-thumb {
	position: absolute;
	top: 0px;
	left: 13px;
	width: 240px;
	height: 175px;
	overflow: hidden;
	/*border: 1px solid red;*/
}

div.car-details-info {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 175px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	/*margin-bottom: 10px;*/
	/*border: 1px solid blue;*/
}

div.car-details-info div.car-properties {
	position: absolute;
	left: 275px;
	top: 10px;
	width: auto;
	height: auto;
	margin-top: 0px;
	/*border: 1px solid red;*/
}

div.car-details-info div.car-property {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 15px;
	padding: 0px;
	margin: 0px;
	/*margin-left: 275px;*/
	text-align: left;

	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

div.car-details-info div.car-property-value {
	position: relative;
	float: left;
	width: 100px;
}

div.car-details-info div.car-bottom {
	position: absolute;
	top: 126px;
	left: 253px;
	width: 300px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	/*border: 1px solid red;*/
}

div.car-details-info div.car-bottom div.car-price-grey {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 122px;
	height: 49px;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid red;*/
}

div.car-details-info div.car-bottom div.car-price-green {
	position: absolute;
	left: 122px;
	top: 0px;
	width: 136px;
	height: 49px;
	padding: 0px;
	margin: 0px;
}

div.car-details-info div.car-bottom div.car-price-bottom {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 122px;
	height: 33px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;

	padding: 0px;
	margin: 0px;
}

div.car-details-info div.car-bottom div.car-price-bottom span {
    position: absolute;
	top: 7px;
	width: 122px;
	text-align: center;
}

div.car-details-info div.car-bottom div.green {
    width: 136px;
	background: url(green-box.gif);
}

div.car-photos-caption {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top: 4px;

	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

div.car-photos {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 65px;
	margin-left: 13px;
	margin-bottom: 10px;
	/*border: 1px solid red;*/
}

div.car-photo {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

div.car-anfrage {
	position: absolute;
	bottom: -3px;
	right: 15px;
	width: 119px;
	height: 40px;
	background: url(red-box.gif);
}

div.leasingrechner {
	position: absolute;
	bottom: 42px;
	right: 15px;
	width: 119px;
	height: 28px;
	background: url(leasingrechner.gif);
	cursor: pointer;
}

div.leasingrechner span {
	color: #000000;
	position: absolute;
	font-weight: bold;
	left: 23px;
	top: 6px;
	font-family: arial,helvetica,sans-serif;
}

div.car-anfrage  a {
	text-decoration: none;
}

div.car-anfrage-caption {
	position: relative;
	margin-top: 9px;
	left: 0px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}



/*** Details info ***/

div.details-info {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	margin-left: 13px;
	font-family: arial,helvetica,sans-serif;
	text-align: left;
	overflow: hidden;
}

div.details-caption {
	position: relative;
	left: 0px;
	top: 0px;
	color: #00c700;
	font-weight: bold;
	font-size: 12px;
}

div.property {
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-top: 11px;

	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

div.property-name {
	position: relative;
	float: left;
	width: 210px;
}

div.property-value {
	position: relative;
	float: left;
	width: 290px;
	font-weight: normal;
}

div.property-font {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
}

div.property-text {
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	height: auto;
	padding: 0px;
	margin: 0px;

	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

div.property-text p {
	padding: 0px;
	margin: 0px;
}

div.whitespace {
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
}

div.info-blocks {
	position: relative;
	left: 0px;
	top: 0px;
	width: 510px;
	height: auto;
	/*border: 1px solid red;*/
}

div.info-blocks div.property {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 13px;
	padding: 0px;
	margin: 0px;

	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

div.info-blocks div.property-name {
	position: relative;
	float: left;
	height: auto;
	width: 110px;
}

div.info-blocks div.property-value {
	position: relative;
	float: left;
	width: 140px;
	height: auto;
	font-weight: normal;
}

div.left-block {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 250px;
	height: auto;
	overflow: hidden;
}

div.right-block {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
}

div.right-block div.property {
	position: relative;
	width: 260px;
}

div.right-block div.property-value {
	position: relative;
	width: 150px;
}

div.right-block div.property-text {
	position: relative;
	left: 0px;
	top: 0px;
	width: 260px;
	height: auto;
	padding: 0px;
	margin: 0px;

	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

div.right-block div.property-text p {
	padding: 0px;
	margin: 0px;
}


div.rechner_wrap {
    position: absolute;
    z-index: 15;
    right: 160px;
    /*visibility: hidden;*/
    /*display: none;*/
}

div.rechner {
    position: absolute;
    /*width: 200px;*/
    z-index: 15;
    top: 68px;
    _top: 68px;
    /*left: 400px;
    _left: 200px;*/
    left: 0px;
    background-color: #6eb31c;
    color: #000000;
    border: 1px gray solid;
}

div.rechner select {
	width: 145px;
}

a.leasingRechnerLink {
	margin-left: 25px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


table.leasing-rechner {
}

table.leasing-rechner thead {
    background-color: #82be20;
}

table.leasing-rechner thead tr th {
    color: white;
}

table.leasing-rechner td {
    text-align: right;
    /*padding: 2px;*/
    padding: 2px 5px 2px 5px;
    border: 0px;
}

table.leasing-rechner tr {
    border: 0px;
}

table.leasing-rechner tr.oddd {
    background-color: #e0e0e0;
}

table.leasing-rechner tr.evenn {
    background-color: white;
}

p.rechner_car {
    padding-left: 20px;
}

p.rechner_car a {
	color: #6eb31c;
	text-decoration: none;
}

/*** Anfrage form ***/

div.anfrage-form {
	position: relative;
	left: 0px;
	top: 0px;
	width: 529px;
	height: auto;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background: url(car-details-bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	font-family: arial,helvetica,sans-serif;
	overflow: hidden;
	color: #000000;
}

div.anfrage-content {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	margin-left: 15px;
	width: auto;
	height: auto;
}

div.anfrage-caption {
	position: relative;
	top: 0px;
	left: 0px;
	width: 529px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	/*border-top: 1px solid #c2c2c2;*/
	background: url(car-caption-bg.jpg);
}

div.anfrage-caption h3 {
	position: absolute;
	left: 10px;
	top: 7px;
	color: #ffffff;
	margin: 0px;
	border: 0px;
	margin: 0px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
}

div.anfrage-content div.input input {
	width: 120px;
}

div.anfrage-content div.input label {
	width: 80px;
}

div.anfrage-content div.input textarea {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	width: 250px;
	height: 70px;
}

div.anfrage-content div.input p {
	margin: 0px;
	padding: 0px;
	margin-top: -3px;
}

div.anfrage-content div.input input.anfrage-submit {
	position: relative;
	left: 0px;
	margin-left: 235px;
	margin-left: 240px;
	width: 125px;
	font-weight: bold;
	background: RGB(236,233,216);
}

div.ansprechpartner {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 7px;
	left: 0px;
	top: 0px;
	color: #000000;
}

div.ansprechpartner table td {
	vertical-align: middle;
}


/*** car sort ***/

div.car-sort {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	height: auto;
	width: auto;
}

div.car-sort a {
	float: left;
}

div.car-sort span {
	float: left;
	padding-top: 1px;
	color: #132DBA;
	font-weight: normal;
}
