/**
  *	Standard Konfiguration
  */

* { margin: 0; padding: 0; }


body, html { width: 100%; height: 100%; font: 8pt/13pt Verdana, sans-serif; color: #5B5C5D; }
body { background: #fff url(../img/main/brd_left.gif) 0 0 repeat-y; }

.ir {
  font: 0px/0px sans-serif;
  text-indent: -1000px;
  text-decoration: none;
  overflow: hidden;
}

.invisible {
  visibility: hidden;
}

.clr { clear: both; }

.clr-0 {
  height: 0;
  width: 0;
  line-height: 0px;
  font-size: 0px;
  text-indent: -1000px;
	letter-spacing: -10px;
  clear: both;
}

.clr-hidden {
	clear: left;
	display: block;
	height: 0;
	line-height: 0px;
	visibility: hidden;
	border: 0;
	padding: 0;
	margin: -1.1em 0 0 0;
}

a { outline: none; }
img { border: 0; }

/**
  * Main-Wrapper
  */

div#main-wrapper {
  background: url(../img/main/logo_black.gif) 0 bottom no-repeat;
  min-height: 100%;
  width: 995px;
}


/**
  *	Header (Meta-Navi + Auto-Logos)
  */

div#header {
  background: #fff;
  height: 120px;
  float: left;
  padding: 1px 0 0 0;
  width: 995px;
}

a#lnk-fsc {
	background:  url(../img/fsc.gif) 0 0 no-repeat;
	position: absolute;
  display: block;
  height: 32px;
  width: 67px;
  top: 72px;
  left: 10px;
}

body.bdy-popup a#lnk-fsc {
  display: none;
}

/**
  * Header Navi (Impressum, Jobs ...)
  */

ul#lst-header-nav {
  font: 8pt/8pt Verdana, sans-serif;
  height: 15px;
  list-style: none;
  margin: 90px 0 0 178px;
  background: #fff;
  width: 280px;
  float: left;
  display: inline;
}
/*
ul#lst-header-nav li {
  float: left;
  margin: 0 0 0 21px;
  display: inline;
}
*/
ul#lst-header-nav li {
  float: left;
  margin: 0 10px 0 0px;
  display: inline;
}

ul#lst-header-nav li a {
  color: #5B5C5D;
  text-decoration: none;
  line-height: 10pt;
}

/**
  * Auto-Navi ...
  */

ul#lst-car-nav {
  float: left;
  list-style: none;
  margin: 63px 0 0 0;
  padding-left: 0 !important;
  /*width: 500px;*/
  width: 375px;
  float: right;
}

ul#lst-car-nav li {
  float: left;
  margin: 0 5px 0 0;
}

ul#lst-car-nav li a {
  display: block;
  height: 41px;
  width: 50px;
  background-color: #fff;
	background-position: 0 41px;
}

/*ul#lst-car-nav li a:hover {
  background-position: 0 41px;
}*/

ul#lst-car-nav li a#lnk-audi {
  background-image: url(../img/car_manufactor/audi.gif);
  width: 62px;
}

ul#lst-car-nav li a#lnk-porsche {
  background-image: url(../img/car_manufactor/porsche.gif);
  width: 70px;
}

ul#lst-car-nav li a#lnk-vw {
  background-image: url(../img/car_manufactor/vw.gif);
  width: 39px;
}

ul#lst-car-nav li a#lnk-vw-nutz {
  background-image: url(../img/car_manufactor/vw_nutz.gif);
  width: 40px;
}

ul#lst-car-nav li a#lnk-skoda {
  background-image: url(../img/car_manufactor/skoda.gif);
  width: 40px;
}

ul#lst-car-nav li a#lnk-opel {
  background-image: url(../img/car_manufactor/opel.gif);
  width: 36px;
}

ul#lst-car-nav li a#lnk-ford {
  background-image: url(../img/car_manufactor/ford.gif);
  width: 53px;
}

/**
  * Leftcol (S+M Logo)
  */

div#leftcol {
  float: left;
  width: 79px;
  height: 279px;
  background: #ccc url(../img/main/logo_vertikal.gif) 0 -120px no-repeat;
}

/**
  * Middlecol (Header-Image)
  */

div#middlecol {
  float: left;
  width: 726px;
  padding-bottom: 50px;
}


/**
  *	Content-Header (Image)
  */

div#content-header {
  height: 216px;
  background: #101E52;
}

/**
  * Content
  */

div#content {
  padding:30px 0 0 120px;
  margin: 0 20px 20px 0;
}

div#content p.bodytext {
  font: 8pt/13pt Verdana, sans-serif;
  padding: 0 20px 10px 0;
  color: #3F3D42;
}
div#content p.abstand-20px {
  padding-bottom: 20px !important;
}

div#content p.bodytext a {
  color: #0087D4;
  text-decoration: underline;
}

div#content p.bodytext a.lnk-arrow {
	height: 18px;
	padding: 2px 0 3px 29px;
	background: url(../img/main/ico_list_arrow.gif) 0 0 no-repeat;
	color: #101E52;
	text-decoration: none;
}

div#content p.bodytext a.lnk-mail {
  color: #0087D4;
  text-decoration: underline;
}

div#content p.bodytext a:hover {
  color: #0087D4;
}

div#content p.bodytext.two-cols {
  width: 320px;
  float: left;
}
div#content div.two-cols {
  width: 340px;
  float: left;
}
div#content div.mdl {
  float: left;
}
div#content ul.default {
	 list-style-type: square;
}
div#content ul.default li {
	 margin: 0 0 0 20px;
}
div#content ul.lst-legend li img {
	float: left;
}
div#content ul.lst-legend li {
	line-height: 16px;
}
div#content a {
  color: #101E52;
  text-decoration: none;
}
div#content ul.frm-errors li {
	color: red;
}
div#content h2 {
  font: bold 9pt/9pt Verdana, sans-serif;
  margin: 10px 0 10px 0;
  color: #101E52;
}

div#content h2.hdl-chapter {
  font: bold 9pt/9pt Verdana, sans-serif;
  margin: 0 0 40px 0;
  color: #101E52;
}

div#content h3 {
  font: bold 8pt/9pt Verdana, sans-serif;
  margin: 10px 0 10px 0;
  color: #3F3d42;
}
div#content h3#hdl-mdl {
  margin: 0;
}

div#content-header img.header-img {
  float: left;
  margin: 0 0 0 79px;
}
/**
  * Rightcol (Header-Image)
  */

div#rightcol {
  float: left;
  width: 189px;
  /*background: #C0C0C0;*/
	margin-bottom: 20px;
}

/**
  * main-Navi
  */

ul#lst-main-nav {
  list-style: none;
  background: #101E52;
  width: 189px;
  margin: 0px 0 7px 0;
  padding-top: 33px;
  border-left: 1px solid #C0C0C0;
  height: 183px;
}

ul#lst-main-nav li { margin: 0 0 2px 0; }

ul#lst-main-nav li a {
  color: #fff;
  font: 7pt/7pt Verdana, sans-serif;
  height: 16px;
  text-decoration: none;
  display: block;
  padding: 4px 0 0 20px;
}

ul#lst-main-nav li a.lnk-active {
  background: #4C80CA;
  font-weight: bold;
  height: 16px;
  padding: 4px 0 0 20px;
}

ul#lst-main-nav li a:hover {
  background: #4C80CA;
}

/**
  * Meta-Navi
  */

ul#lst-meta-nav {
  border-top: 1px solid #fff;
  list-style: none;
  margin: 20px 0 0 20px;
}

ul#lst-meta-nav li {
  border-bottom: 1px solid #fff;
  padding: 0 0 2px 11px;
}

ul#lst-meta-nav li.lst-meta-sub {
  padding: 0 0 2px 20px;
}

ul#lst-meta-nav li a {
  display: block;
  font: 10px/14px Verdana, sans-serif;
  color: #5B5C5D;
  text-decoration: none;
  padding: 2px 0 2px 9px;
}

ul#lst-meta-nav li a:hover {
  font-weight: bold;
}

ul#lst-meta-nav li a.lnk-active {
  background: url(../img/main/meta_active.gif) 0 8px no-repeat;
  font-weight: bold;
  color: #101E52;
  padding-left: 9px;
}

/**
  * Marken-Navi
  */

div#content ul.lst-car-list {
  list-style: none;
}

div#content ul.lst-car-list li {
  float: left;
  margin: 0 20px 20px 0;
}

div#content ul.lst-car-list li a {
  display: block;
  height: 80px;
  width: 162px;
  font: 8pt/9pt Verdana, sans-serif;
  color: #5B5C5D;
  text-decoration: none;
  background-position: 0 15px;
  background-repeat: no-repeat;
}
div#content ul.lst-car-list li a:hover {
	font-weight: bold;
	letter-spacing: -1px;
}
div#content ul.lst-car-list li a#lnk-manu-audi {
  background-image: url(../img/car_manufactor/manu_audi.gif);
}

div#content ul.lst-car-list li a#lnk-manu-porsche {
  background-image: url(../img/car_manufactor/manu_porsche.gif);
}

div#content ul.lst-car-list li a#lnk-manu-vw {
  background-image: url(../img/car_manufactor/manu_vw.gif);
}

div#content ul.lst-car-list li a#lnk-manu-vw-nutz {
  background-image: url(../img/car_manufactor/manu_vw_nutz.gif);
}

div#content ul.lst-car-list li a#lnk-manu-skoda {
  background-image: url(../img/car_manufactor/manu_skoda.gif);
}

div#content ul.lst-car-list li a#lnk-manu-opel {
  background-image: url(../img/car_manufactor/manu_opel.gif);
}

div#content ul.lst-car-list li a#lnk-manu-ford {
  background-image: url(../img/car_manufactor/manu_ford.gif);
}

/**
  * Footer ...
  */

span#spn-foot {
  font: 8pt/8pt Verdana, sans-serif;
  color: #fff;
  margin: -15px 0 0 820px;
  display: block;
	/*clear: left;*/
	float: left;
}


/**
  * Popup -> Standard Template + Body-Class
  */

body.bdy-popup div#rightcol 		{ display: none; }
body.bdy-popup ul#lst-main-nav 	{ display: none; }
body.bdy-popup ul#lst-car-nav		{ display: none; }
body.bdy-popup img.header-img		{ display: none; }
body.bdy-popup {
  background: #fff url(../img/main/bgr_popup.gif) 0 0 repeat-y;
  width: 100%;
  height: 100%;
}

body.bdy-popup span#spn-foot {
	display: block;
	position: absolute;
	z-index: 100;
	margin: -33px 0 0 127px !important;
	padding: 0 0 20px 0;
	border: 1px solid #fff;
	color: #ADADAE;
	width: 200px;
}

body.bdy-popup div#main-wrapper {
  background: url(../img/main/logo_black_popup.gif) 0 bottom no-repeat;
  min-height: 100%;
  width: 100%;
}

body.bdy-popup div#header {
  height: 83px;
  width: 100%;
}

body.bdy-popup div#leftcol {
  width: 55px;
}

body.bdy-popup div#header ul#lst-header-nav {
  margin: 60px 0 0 105px;
	background: url(../img/main/bgr_footer_nav.gif) 84px 2px no-repeat;
}

body.bdy-popup div#middlecol {
	width: 930px;
}


body.bdy-popup div#middlecol div#content-header {
  height: 72px;
  background: #101E52 url(../img/main/bgr_popup_header.gif) 0 0 repeat-y;
	width: 930px;
}

body.bdy-popup div#middlecol div#content {
  padding: 30px 0 0 75px;
  width: 800px;
  margin: 0 0 20px 0;
}

body.bdy-popup ul#lst-footer-nav {
	list-style: none;
	float: right;
	margin: 10px 0 0 0;
	background: url(../img/main/bgr_footer_nav.gif) 52px 4px no-repeat;
}

body.bdy-popup ul#lst-footer-nav li {
	float: left;
	margin: 0 25px 0 0;
}

body.bdy-popup ul#lst-footer-nav li a {
	color: #101E52;
	text-decoration: none;
}
div#content h2.hdl-chapter {
  font: bold 9pt/9pt Verdana, sans-serif;
  margin: 0 0 20px 0;
  color: #101E52;
}
/*
	Detail Popup -> basierd auf bdy-popup
*/

body.bdy-popup.detail {
  background: #fff url(../img/main/bgr_popup_detail.gif) 0 0 repeat-y;
}

body.bdy-popup.detail div#middlecol div#content-header {
	width: 647px;
	background: #101E52 url(../img/main/bgr_popup_header_detail.gif) 0 0 repeat-y;
}

body.bdy-popup.detail div#middlecol { width: 648px; }

body.bdy-popup.detail div#middlecol div#content { width: 542px; }

/**
  * Standort-Tabelle
  */

table.tbl-nl {
  /*width: 850px;*/
  width: 100%;
}

table.tbl-nl tbody {
  background: #ECECED;
}

table.tbl-nl tbody tr td,
table.tbl-nl thead th td {
  /*width: 60px;*/
  width: 69px;
}

table.tbl-nl tbody tr td {
  height: 23px;
}

table.tbl-nl tbody tr td.td-desc {
  padding: 0 0 0 15px;
  width: 300px;
}

table.tbl-nl thead,
table.tbl-nl tbody tr td.td-desc,
table.tbl-nl tfoot {
  color: #3F3D42;
  font: 9px/9px Verdana, sans-serif;
}

table.tbl-nl tbody tr td.td-type {
  text-align: center;
}

table.tbl-nl tfoot tr {
  height: 47px;
  background: #F4F4F4 url(../img/standort_tbl/shadow_footer.gif) 0 0 repeat-x;
}

table.tbl-nl tfoot tr td ul {
  list-style: none;
  margin: 0 0 0 15px;
}

table.tbl-nl tfoot tr td ul li {
  float: left;
  margin: 0 28px 0 0;
}

table.tbl-nl tfoot tr td ul li img {
  margin: 0 5px 0 0;
}


/** Showroom Modul Startseite
  *
  */
h3#hdl-mdl {
  background: #DBE4EA;
  font: bold 11px/14px Verdana, sans-serif;
  color: #101E52;
  height: 19px;
  width: 229px;
  border: 1px solid #C9D1D5;
  border-bottom: 0;
  padding: 7px 0 0 12px;
}

ul.lst-used-cars {
  background: url(../img/main/bgr_showroom.gif) 0 0 repeat-x;
  list-style: none !important;
  font: 9px/13px Verdana, sans-serif;
  padding: 4px 0 0 0;
  border: 1px solid #E0E0E1;
  border-top: 0;
}

div#content ul.lst-used-cars li {
  padding: 10px 0 0 12px;
  margin: 1px 0 0 0 !important;
}

div#content ul.lst-used-cars li strong {
  display: block;
}

div#content ul.lst-used-cars li strong.srg-price {
  margin: 4px 0 0 0;
}

div#content ul.lst-used-cars li a img.img-showroom {
  float: left;
  /*border: 1px solid red;*/
}

div#content ul.lst-used-cars li a {
  color: #3F3D42;
  text-decoration: none;
  display: block;
  width: 228px;
  height: 60px;
}

div#content ul.lst-used-cars li a span {
  float: left;
  margin: 0 7px 10px 0;
  width: 150px;
}

div#content ul.lst-used-cars li.itm-used-cars-even {
  background: #F7F7F8;
}

div#content ul.lst-used-cars li.itm-used-cars-odd {
  background: #F7F7F8;
  background: #ECECED;
}

/**
 * Neuwagen
 */

/* Suchformular Neuwagen */
form.frm-search-nw div#div-nw-chk-metallic {
  margin: 18px 0 0 0;
}

form.frm-search-nw label.nw-lbl-chk {
  display: inline;
  margin: 0 0 0 5px;
}

form.frm-search-nw {
	background: #ECECED;
	font: 10px/14px Verdana, sans-serif;
	color: #3F3D42;
}

form.frm-search-nw fieldset legend {
	color: #101E52;
	font-weight: bold;
	padding: 5px 460px 5px 27px;
	margin: 0 0 10px 0px;
	border-bottom: 1px solid #fff;
	display: block;
	clear: left;
}

form.frm-search-nw fieldset {
	border: 0;
}

form.frm-search-nw select {
	width: 130px;
	margin: 0 0 15px 0;
  font: 10px/14px Verdana, sans-serif;
}

form.frm-search-nw select.wide {
  width: 210px;
}


form.frm-search-nw select.sel-no-lbl {
	margin-top: 14px;
}

form.frm-search-nw select.sel-2-col {
	width: 60px;
	margin-right: 5px;
}

form.frm-search-nw div.frm-leftcol,
form.frm-search-nw div.frm-middlecol,
form.frm-search-nw div.frm-rightcol {
	width: 130px;
	float: left;
	margin: 0 0 0 27px;
	display: inline;
}
form.frm-search-nw div.frm-rightcol {
  width: 210px;
}


form.frm-search-nw label {
  display: block;
}

form.frm-search-nw label.lbl-no-tag {
	display: inline;
	margin: 12px 0 71px 10px;
	float: left;

}

form.frm-search-nw label.lbl-no-tag-semi {
	display: inline;
	margin: 12px 0 18px 10px;
	float: left;
}

form.frm-search-nw input.chk-lbl-no-tag {
	margin: 12px 0 0 0;
	clear: left;
	float: left;
}

form.frm-search-nw fieldset#fld-sonderausstattung div.frm-leftcol,
form.frm-search-nw fieldset#fld-sonderausstattung div.frm-middlecol,
form.frm-search-nw fieldset#fld-sonderausstattung div.frm-rightcol {
	width: 140px;
	margin: 0 -10px 0 27px;
}

form.frm-search-nw fieldset#fld-sonderausstattung input { clear: left; margin: 0 7px 10px 0; float: left; }

form.frm-search-nw fieldset#fld-sonderausstattung label {
	width: 120px;
	display: block;
	float: left;
}

form.frm-search-nw fieldset#fld-sonderausstattung label.lbl-one-row {
	width: 250px;
}


form.frm-search-nw fieldset#fld-sonderausstattung input.chk-one-row {
	margin: 0 0 0 27px;
}

form.frm-search-nw input#inp-search {
	margin: 15px 0 10px 480px;
	width: 92px;
}





/** Gebrauchtwagen -> Ergebnigsliste
  *
  */

div#list-used-cars {
  width: 584px;
  font: 10px/14px Verdana, sans-serif;
  height: 109px;
  background: #DBE4EA url(../img/main/bgr_used_cars_list.gif) 0 0 no-repeat;
	margin: 0 0 -1px 0;
}

div#list-used-cars-bottom {
  width: 584px;
  font: 10px/14px Verdana, sans-serif;
  height: 24px;
  background: #DBE4EA url(../img/main/bgr_used_cars_list.gif) 0 0 no-repeat;
	margin: 0 0 -1px 0;
}

div#list-used-cars strong {
  color: #101E52;
  margin: 0 0 0 20px;
}

div#list-used-cars ul.lst-navigate-used-car,
div#list-used-cars-bottom ul.lst-navigate-used-car {
  list-style: none;
  border-bottom: 1px solid #fff;
  padding: 4px 0 5px 0;
}

div#list-used-cars ul.lst-navigate-used-car li,
div#list-used-cars-bottom ul.lst-navigate-used-car li {
  display: inline;
  padding: 0 0 0 20px;
	background: url(../img/main/bgr_lst_used_car.gif) 8px 50% no-repeat;
	margin: 0px;
}

div#list-used-cars ul.lst-navigate-used-car li.itm-hidden,
div#list-used-cars-bottom ul.lst-navigate-used-car li.itm-hidden {
	visibility: hidden;
}

div#list-used-cars ul.lst-navigate-used-car li#itm-navigate-used-car-first,
div#list-used-cars-bottom ul.lst-navigate-used-car li#itm-navigate-used-car-first-bottom {
  padding: 0 0 0 26px;
	background: 0;
}

div#list-used-cars ul.lst-navigate-used-car li#itm-navigate-used-car-second,
div#list-used-cars-bottom ul.lst-navigate-used-car li#itm-navigate-used-car-second-bottom {
  padding: 0 0 0 285px;
	background: 0;
}

div#list-used-cars ul.lst-navigate-used-car li a,
div#list-used-cars-bottom ul.lst-navigate-used-car li a {
  color: #101E52;
  font: bold 10px/14px Verdana, sans-serif;
  text-decoration: none;
}

div#list-used-cars fieldset {
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
}

div#list-used-cars fieldset form {
  /*border-bottom: 1px solid #fff;*/
  font: 10px/14px Verdana, sans-serif;
  padding: 5px 0 8px 20px;
  margin: 0 0 6px 0;
}

div#list-used-cars fieldset form label {
  display: block;
  margin: 0 0 5px 0;
}

div#list-used-cars fieldset form select.sel-sort {
  width: 130px;
	float: left;
}

div#list-used-cars form ul#lst-change-search {
	float: left;
	list-style: none;
	width: 400px;
}

div#list-used-cars form ul#lst-change-search li {
	float: left;
	margin: 0 0 0 50px;
	display: inline;
}

div#list-used-cars form ul#lst-change-search li a {
	display: block;
	height: 18px;
	padding: 2px 0 0 29px;
	background: url(../img/main/ico_list_arrow.gif) 0 0 no-repeat;;
	color: #101E52;
	text-decoration: none;
	float: left;
}

div#content ul#lst-used-car {
  list-style: none;
	width: 579px;
	margin: 0 0 0 2px;
}

div#content ul#lst-used-car li { margin: 1px 0 0 0; }

div#content ul#lst-used-car li,
div#content ul#lst-used-car li a {
	height: 82px;
}

div#content ul#lst-used-car li.itm-used-car-even {
  background: #F7F7F8;
}


div#content ul#lst-used-car li.itm-used-car-odd {
  background: #ECECED;
}

div#content ul#lst-used-car li a {
  color: #3F3D42;
  font: 11px/14px Verdana, sans-serif;
  text-decoration: none;
  display: block;
  /*background: fuchsia;*/
	padding: 0 0 0 25px;
}

div#content ul#lst-used-car li a span.spn-car-desc {
	margin: 15px 0 0 0;
	float: left;
	width: 270px;
}

div#content ul#lst-used-car li a span.spn-car-desc strong {
	display: block;
}

div#content ul#lst-used-car li a span.spn-car-price {
	float: left;
	margin: 15px 0 0 55px;
	width: 90px;
}

div#content ul#lst-used-car li a img {
	margin: 5px 0 0 50px;
}

/**
	*	Search-Form -> AudoDo
	*/

form.frm-search-autodo {
	background: #ECECED;
	font: 10px/14px Verdana, sans-serif;
	color: #3F3D42;
}

form.frm-search-autodo fieldset legend {
	color: #101E52;
	font-weight: bold;
	padding: 5px 460px 5px 27px;
	margin: 0 0 10px 0px;
	border-bottom: 1px solid #fff;
	display: block;
	clear: left;
}

form.frm-search-autodo fieldset {
	border: 0;
}

form.frm-search-autodo select {
	width: 130px;
	margin: 0 0 15px 0;
  font: 10px/14px Verdana, sans-serif;
}

form.frm-search-autodo select.wide {
  width: 210px;
}


form.frm-search-autodo select.sel-no-lbl {
	margin-top: 14px;
}

form.frm-search-autodo select.sel-2-col {
	width: 60px;
	margin-right: 5px;
}

form.frm-search-autodo div.frm-leftcol,
form.frm-search-autodo div.frm-middlecol,
form.frm-search-autodo div.frm-rightcol {
	width: 130px;
	float: left;
	margin: 0 0 0 27px;
	display: inline;
}
form.frm-search-autodo div.frm-rightcol {
  width: 210px;
}


form.frm-search-autodo label {
  display: block;
}

form.frm-search-autodo label.lbl-no-tag {
	display: inline;
	margin: 13px 0 23px 10px;
	float: left;

}

form.frm-search-autodo label.lbl-no-tag-semi {
	display: inline;
	margin: 12px 0 18px 10px;
	float: left;
}

form.frm-search-autodo input.chk-lbl-no-tag {
	margin: 14px 0 0 0;
	clear: left;
	float: left;
}

form.frm-search-autodo fieldset#fld-sonderausstattung div.frm-leftcol,
form.frm-search-autodo fieldset#fld-sonderausstattung div.frm-middlecol,
form.frm-search-autodo fieldset#fld-sonderausstattung div.frm-rightcol {
	width: 140px;
	margin: 0 -10px 0 27px;
}

form.frm-search-autodo fieldset#fld-sonderausstattung input { clear: left; margin: 0 7px 10px 0; float: left; }

form.frm-search-autodo fieldset#fld-sonderausstattung label {
	width: 120px;
	display: block;
	float: left;
}

form.frm-search-autodo fieldset#fld-sonderausstattung label.lbl-one-row {
	width: 250px;
}


form.frm-search-autodo fieldset#fld-sonderausstattung input.chk-one-row {
	margin: 0 0 0 27px;
}

form.frm-search-autodo input#inp-search {
	margin: 15px 0 10px 480px;
	width: 92px;
}

/** Ergebnisliste -> Detailansicht
	*
	*/

div#car-detail-left {
	padding: 35px 0 0 0;
	margin-right: 65px !important;
	margin-bottom: 30px !important;
	width: 230px;
}

* html div#car-detail-left {
 margin-right: 0 !important;
}

div#car-detail-left,
div#car-detail-right {
	float: left;
	margin: -30px 0 0 0;
}

div#car-detail-right {
	/*margin-left: 30px;*/
	float: right;
	width: 245px;
	overflow: hidden;
	margin-bottom: 30px;
}
h2.car-detail {
	color: #101E52;
	font: bold 11px/15px Verdana, sans-serif !important;
	width: 180px;
}

span#spn-mwst {
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.tbl-car-detail {
	font: 10px/14px Verdana, sans-serif;
	width: 290px;
}

table.tbl-car-detail thead tr th {
	padding: 0 0 10px 0;
	text-align:left;
}

table.tbl-car-detail tfoot tr td {
	padding: 10px 0 0 0;
	font: 14px/16px Verdana, sans-serif;
}

ul#lst-car-img {
	list-style: none;
	margin: 4px 0 0 0;
}

ul#lst-car-img li {
	float: left;
	margin: 0 3px 3px 0;
}

ul#lst-car-img li a img {
	display: block;
}

h3.hdl-sub-detail {
	font: bold 10px/14px Verdana, sans-serif;
	clear: both;
	margin: 30px 0 25px -20px !important;
	padding: 0 0 4px 20px;
	border-bottom: 1px solid #002244;
}

div#content ul#lst-car-config {
	list-style: none;
	font: 10px/14px Verdana, sans-serif;
	width: 460px;
	margin: 0 0 10px 0;
}

div#content ul#lst-car-config li {
	background: url(../img/main/lst_ico_config.gif) 0 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0px;
}

span.spn-subline {
	font: 9px/12px Verdana, sans-serif;
	padding: 0 0 10px 0;
}

p#par-lnk-recommend-car {
  margin-top: 10px;
}

/******
* �ffnungszeiten
*******/
table.tbl-officehours {
	border-spacing: 0px;
	margin-bottom: 10px;
}
table.tbl-officehours caption {
	text-align: left;
	font: bold 10px/14px Verdana, sans-serif;
	padding: 0px 0px 1px 0px;
}
table.tbl-officehours th {
	font: 10px/14px Verdana, sans-serif;
	white-space: nowrap;
	text-align: left;
	padding: 1px 0px 1px 0px;
	width: 150px;
}
table.tbl-officehours td {
	font: 10px/14px Verdana, sans-serif;
	white-space: nowrap;
}

/**	Kontakt-R�ckrufformular
	*
	*/

div#contact-left,
div#contact-right {
	float: left;
	margin: 20px 0 0 0;
}

div#contact-left {
	width: 150px;
}

div#contact-right {
	width: 250px;
}

label.lbl-contact {
	display: block;
	margin: 0 0 10px 0;
}

input.inp-contact,
textarea.inp-contact {
	margin: 0 0 10px 0;
	width: 200px;
}

input.error {
	border: 1px solid red;
}

label.lbl-contact.time-to {
	display: inline;
	float: left;
	margin-right: 10px;
}

input.inp-contact.set-time {
	float: left;
	width: 50px;
	margin-right: 10px;
}

/**
 * MAP
 */
#map {
  float: left;
  position: relative;
  margin-bottom: 20px;
}
#maptools {
  float: left;
  margin-left: 10px;
  display: inline;
  position: relative;
}
#controller .scroll {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  list-style-type: none;
}
#controller .scroll li {
  float: left;
  height: 18px;
  width: 18px;
  margin: 1px;
  display: inline;
}
#controller .scroll li a {
  display: block;
  height: 18px;
  width: 18px;
  background: url(../img/map/btn_left.gif) no-repeat;
  text-indent: -1000px;
  line-height: 0px;
  font-size: 0px;
}
#controller .scroll li.north a {
  background: url(../img/map/btn_top.gif) no-repeat;
}
#controller .scroll li.east a {
  background: url(../img/map/btn_right.gif) no-repeat;
}
#controller .scroll li.west a {
  background: url(../img/map/btn_left.gif) no-repeat;
}
#controller .scroll li.south a {
  background: url(../img/map/btn_down.gif) no-repeat;
}
#controller .scroll li.north-west a,
#controller .scroll li.north-east a,
#controller .scroll li.south-west a,
#controller .scroll li.south-east a {
  background: none;
  visibility: hidden;
}
#controller .zoom {
  position: absolute;
  top: 10px;
  left: 85px;
  list-style-type: none;
}
#controller .zoom li.in a {
  display: block;
  background: url(../img/map/btn_zoom_in.gif) no-repeat;
  height: 18px;
  width: 18px;
  text-indent: -1000px;
  line-height: 0px;
  font-size: 0px;
}
#controller .zoom li.out a {
  display: block;
  background: url(../img/map/btn_zoom_out.gif) no-repeat;
  height: 18px;
  width: 18px;
  text-indent: -1000px;
  line-height: 0px;
  font-size: 0px;
  margin-top: 24px;
}
#controller .links {
  position: absolute;
  top: 100px;
  left: 0px;
  list-style-type: none;
}

#controller .links li a {
  display: block;
  background: url(../img/map/btn_default_bg.gif) no-repeat;
  height: 18px;
  width: 114px;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
  color: #101E52;
  font: 10px/13pt Verdana, sans-serif;
}
.navigation .links-horizontal {
  list-style-type: none;
}
.navigation .links-horizontal li {
	float: left;
	margin-right: 10px;
}
.navigation .links-horizontal li a {
  display: block;
  background: url(../img/map/btn_default_bg.gif) no-repeat;
  height: 18px;
  width: 114px;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
  color: #101E52;
  font: 10px/13pt Verdana, sans-serif;
}
.navigation .links-horizontal li a.active {
	font-weight: bold;
	letter-spacing: -1px;
}
form div.submit input {
  float: left;
  display: block;
  background: url(../img/map/btn_default_bg.gif) no-repeat;
  height: 18px;
  width: 114px;
  text-align: center;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  color: #101E52;
  font: 10px/13pt Verdana, sans-serif;
}
img.img-location {
	margin-top: -30px;
	float: right;
}


/***********************************************
  Forms
***********************************************/
form.default,
form.recommend {
  display: block;
  border: 0px solid #eee;
  padding: 0px;
}
form.default br.clr,
form.recommend br.clr {
  clear: both;
  line-height: 0px;
  text-indent: -1000px;
  font-size: 0px;
}
form.default fieldset,
form.recommend fieldset {
  border: 0px solid #eee;
  padding: 10px 0px 10px 0px;
}

form.default div label,
form.recommend div label {
  display: block;
  float: left;
  width: 100px;
  margin: 2px 2px 2px 0;
  padding: 4px 2px 2px 0;
  line-height: 13px;
}
form.recommend div label {
  width: 170px;
}

form.default div div.group,
form.recommend div div.group {
	padding: 0px;
	margin: 0px 0px 2px 0px;
	width: 250px;
	float: left;
}
form.default div div.group label,
form.recommend div div.group label {
	float: none;
	display: inline;
	width: auto;
}
form.default div.text div.group label,
form.recommend div.text div.group label {
	float: none;
	display: block;
	padding: 2px;
	margin: 2px 2px 0px 2px;
	width: auto;
	line-height: 13px;
}
form.default div.text div.group input,
form.recommend div.text div.group input {
	margin: 0px 2px 2px 2px;
}
form.default div.textarea textarea,
form.default div.text input,
form.default div.location input,
form.recommend div.textarea textarea,
form.recommend div.text input,
form.recommend div.location input {
  display: block;
  float: left;
  margin: 2px;
  padding: 2px;
  line-height: 13px;
  border: 1px solid #999;
  background: #fff;
  width: 250px;
}
form.default div.text label.auto-width,
form.recommend div.text label.auto-width {
	width: auto !important;
}
form.default div.text input.time,
form.recommend div.text input.time {
	width: 50px;
}
form.default div.anrede input,
form.recommend div.anrede input {
  margin: 2px;
  padding: 2px;
  line-height: 13px;
}

form.default div.checkbox input,
form.recommend div.checkbox input {
  margin: 2px 2px 0px 2px;
  padding: 0 0 0 0;
  line-height: 13px;
  border: 0px;
}
form.default div.select select {
  margin: 2px;
  padding: 0px;
  line-height: 13px;
  width: 256px;
}
form.default div.select select optgroup {
	font-style: normal;
	padding-left: 10px;
	text-indent: -10px;
}
form.default div.textarea textarea,
form.recommend div.textarea textarea {
  height: 100px;
}

form.default div.location input.plz {
  width: 40px;
}

form.default div.location input.city {
  width: 200px;
}

form.default div.location input.street-nr {
  width: 40px;
}

form.default div.location input.street {
  width: 200px;
}

form.default div,
form.recommend div {
  padding: 1px 0 1px 0px;
  height: 1%;
}

form.default div.submit,
form.recommend div.submit {
  padding-left: 105px;
  width: 316px;
  border: 0px;
  margin-top: 10px;
}
form.recommend div.submit {
  padding-left: 175px;
}

form.default div.field-description,
form.recommend div.field-description {
  padding-left: 105px;
  border: 0px;
}
form.recommend div.field-description {
  padding-left: 175px;
}

form.default div.field-description p,
form.recommend div.field-description p {
  padding: 2px !important;
	font-size: 10px;
}

form.default div.submit input,
form.recommend div.submit input {
  padding: 1px;
  margin: 2px;
  font-size: 11px;
}

form.default div.error label,
form.recommend div.error label {
  color: #ed1c2f;
}
form.default div.error textarea,
form.default div.error select,
form.default div.error input,
form.recommend div.error textarea,
form.recommend div.error select,
form.recommend div.error input {
  border-color: #ed1c2f;
}

form.default div.error div.group label,
form.recommend div.error div.group label {
  color:#908C89;
}
/*
form.default div.error textarea,
form.default div.error input {
  color: #ed1c2f;
  border: 1px #ed1c2f solid;
  background: #fee;
}
*/

/* VW Bank online calculator */
/* hidden form */
form#olf { display: none; }
/* OC link */
a#lnk-onlcalc { display: block; width: 90px; height: 27px; margin: 10px 0 0 3px; padding: 3px 0 2px 40px; background: url(/img/ico_rechner.gif) 0 0 no-repeat;  }




p.error {
  color: #ed1c2f;
}

/**
 * Falk
 */

table#description td,
table#description th {
	font: 8pt/13pt Verdana, sans-serif;
}
table#description th {
	font-weight: bold;
}

p.floated-images img {
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}


/**
	* SIDEBAR (unter menue)
	*/

h4#hdl-sidebar {
	font-size: 11px;
	margin-top: 30px;
}

h4#hdl-sidebar,
a#lnk-feinstaub {
	color: #2353A4;
  margin-left: 22px;
}


a#lnk-feinstaub {
	background: url(/img/bgr_feinstaub.gif) 1px 0 no-repeat;
	display: block;
	padding: 48px 0 0 0;
	text-decoration: none;
}

a#lnk-feinstaub:hover {
	text-decoration: underline;

}

a#lnk-feinstaub strong {
	font-weight: normal;
	text-decoration: underline;
}

/*
  Umweltprämie Teaser
*/
div#mdl-umwelt-teaser {
  margin-left: 20px;
  margin-top: 25px;
  height: 72px;
  background: url(/img/bgrUmweltTeaser.gif) 0 0 no-repeat;
}

div#mdl-umwelt-teaser a {
  padding-left: 15px;
  text-decoration: none;
  display: block;
  color: #336699;
}
div#mdl-umwelt-teaser a strong {
  text-decoration: underline;
}

/*
  VW-Bank - Teaser
*/
div#mdl-vwbank-teaser {
  margin-left: 34px;
  margin-top: 25px;
  width: 120px;
}
