/*<![CDATA[*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Stylesheet-Version:		Dealer locator													   *
 * Author:					re-lounge (http://www.re-lounge.com)					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 50px 0;
	background-color: #ffffff;
	font-size: 0.7em;
	color: #666;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #c00;
}

img.linkicon {
	border: 0;
	margin: 0 4px 0 0;
}

.left{
	float:left;
}
.right{
	float:right;
}

.antifloat{
	clear:both;
	font-size:0;
	height:0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Forms																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
form {
	display: inline;
}
.input {
	width: 99%;
	border: 1px solid #9D9D9E;
	padding: 0 0px;
	background-color: #ffffff;
	margin: 3px 0;
}
#dealerlocator input, #dealerlocator select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width: auto;
	text-align: left;
	font-size: 1.0em;
}
.submit {
	display: inline;
	background-color: transparent;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	width: auto;	
	font-weight: bold;
	font-size: 1.2em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	cursor: pointer;
	text-align: left;
}
#dealerlocator .submit {
	font-size: 1.2em;
}
input#servicepartner{
	float:left;
	margin:22px 0 0 20px;	
}
label.checkbox{
	display:block;
	margin:20px 0 0 5px;
	float:left;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Content																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
.column {
	float: left;
	width: 315px;
	margin: 0;
	padding: 0;
}
.map {
	min-width: 263px;
}
.columnSeparator {
	float: left;
	width: 5%;
	margin: 0;
	padding: 0;
}
.antifloat {
	clear: both;
	margin: 0;
	padding: 0;
}
#dealerlocatorFooter {
	border-top: 1px solid #ccc;
	display: block;
	width: 92%;
	margin: 0 auto;
	margin-top: 25px;
	background: url(dealerlocator/footer_bg.gif) no-repeat top center;
	min-height: 31px;
}
* html #dealerlocatorFooter {
	height: 31px;
}
#dealerlocatorFooter ul {
	list-style-type: none;
	margin: 6px 0 0 0;
	padding: 0; 
	text-align: center;
}
#dealerlocatorFooter ul li {
	display: inline;
	background-image: url(dealerlocator/nav_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 9px;
}
#dealerlocatorFooter ul li.print {
	background: none;
}
#dealerlocatorFooter ul li a {
	font-size: 0.9em;
}
#dealerlocatorFooter ul li a:hover {
}


#dealerlocator dl {
	margin: 0;
	padding: 0;
}
#dealerlocator dt {
	margin: 0;
	padding-left:17px;
	font-weight:bold;
}
#dealerlocator dd {
	margin: 0;
	padding-left:17px;
	background-image: url(dealerlocator/icon_checkmark.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#dealerlocator dd.inactive {
	background-image: none;
	color: #959595;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Fonts																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
h2 {
	font-size: 1.9em;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 3px 0;
}
h3 strong {
	color: #cc0000;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 2px 0;
	padding: 0;
}
p {
	margin: 0 0 15px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Header																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
#headerDealerlocator { /* for dealer locator */
	height: 130px;
	width: 100%;
	background-image: url(dealerlocator/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0;
	padding: 0;
	background-color: #000;

}
#separator {
	width: 100%;
	height: 30px;
	background-image: url(dealerlocator/header_separator_red.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0 0 0 0;
	color: #fff;

}
#dealerlocatorTitle {
	position: absolute;
	left: 4%;
	top: 0px;
	width: 414px;
	height: 130px;
	background-image: url(dealerlocator/header_search_title.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#dealerlocatorTitle h1 {
	display: none;
}
#dealerlocator {
	width: 1000px;
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 20px;
	overflow:hidden;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Navigation																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
.navigationicon {
/*	vertical-align: baseline;*/
	padding: 0 4px 0 0;
	border: 0;
	margin: 0;
	color: #cc0000;
	font-size: 10px;
}
#dealerlocatorFooter img.navigationicon, #dealerlocator img.navigationicon {
	vertical-align: middle;
	margin: 0 9px 0 0;
}
.onTop {
	float:right;
	margin:15px 0 10px 0;
}
a:hover .navigationicon {
	text-decoration: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *																					   *
 * 	Responses																	   	   *
 *																					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
.errorResponse {
	padding-top: 15px;
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	background-image: url(dealerlocator/response_bg_error.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.successResponse {
	padding-top: 15px;
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #8DC63F;
	border-bottom: 1px solid #8DC63F;
	background-image: url(dealerlocator/response_bg_success.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.floatRight {
	float: right;
}

#sucheContainer{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	top:57px;
	position: relative;
}
#sucheContainer .left{
	width:450px;
}
#sucheContainer .right{
	width:400px;
}
#ergebnis{
	position:relative;
	float:right;
	top:-32px;
	width:428px;
}
#ergebnis .left{
	padding-left:43px;
	width:160px;	
}
#ergebnis .right{
	width:200px;
}
#mapWrapper{
	border:1px solid darkGray;
	float:left;
	padding:0 5px 5px 5px;
	position:relative;				
	z-index:9;
}
#mapContainer{
	float:left;
	height:412px;
	width:420px;
}
#plzContainer{
	height:470px;
	width:420px;
}
#filter{
	/*-moz-border-radius:10px 10px 10px 10px;*/
	border:1px solid #999;
	padding:15px 15px 5px;
	background-color:white;
	height:75px;
	position:relative;
}

#filter h3{
	color:#666;
	margin:0 0 6px;
}
#filter label{
	font-size:12px;
}

#filter input,#filter select{
	border:1px solid LightGrey;
	margin-left:5px;
	margin-right:9px;
	font-family:"Trebuchet MS";
	padding-left:5px;
}

#filter select{
	position:relative;
	width:219px;
}

#filter #plz{
	width:40px;
	font-size:12px;
}

#filter .button{
	border:medium none;
	position:relative;
	top:7px;
	margin-left:0;
	margin-right:0;
}

#vendorFilter{
	font-size:12px;
	width:120px;
}

#legend{
	position:relative;
	margin:-33px 0 0;
}

#legend img{
	vertical-align: middle;
}

.hidden{
	display:none;
}

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

li.checked{
	list-style-image: url('../images/checked.gif');
}

li.noMarker{
	list-style:none;
	margin-top:5px;
	font-weight:bold;				
}

.vendor{
	border-top:1px solid #AAA;
	padding:0.5em 0 0.5em 0.5em;
	list-style:none;
	zoom:0 !important;
}

.vendor p{
	margin-bottom:0;
	margin-top:0.5em;
}

.vendor ul{
	margin-top:0;
	padding-left:0;
	margin-left:0;
}

.vendor ul ul{
	padding-left:30px;
	margin-left:0;
}

.vendor img{
	vertical-align:middle;
}

#tabs{
	top:-39px;
	position:absolute;
	left:0px;			
}

.tab{
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: darkGray;
	height:22px;
	background-color: white;
	padding: 5px 0;	
	/*-moz-border-radius:5px 5px 0 0;*/
	z-index:10;
	cursor: pointer;
	float:left;
	width:105px;
	text-align:center;
	font-size: 1.4em;
	font-weight:bold;
	position:relative;
}

.corner{
	position:absolute;
	height:5px;
	width:5px;
	font-size:0px;
}

.cornerT{
	top:-1px;
}

.cornerL{
	left:-1px;
}

.cornerR{
	right:-1px;
}

.cornerB{
	bottom:-1px;
}

.cornerTL{
	background: url(dealerlocator/corner_tl.gif);
}

.cornerTR{
	background: url(dealerlocator/corner_tr.gif);
}

.cornerBL{
	background: url(dealerlocator/corner_bl.gif);
}

.cornerBR{
	background: url(dealerlocator/corner_br.gif);
}

.inactive{
	border-bottom-width: 1px !important;
	background-color: #EEE !important;
	color: darkGray !important;				
	z-index:8 !important;
	height:21px !important;								
}

.inactive a{
	color: darkGray !important;
}

.hidden{
	display:none;
}
.nojs{
	display:none;
}

#resultScrollPane{
	overflow-y: auto;
	overflow-x:hidden;
	height:240px; 
}

.vendorIcon{
	margin-right:20px;
	}
	
#dealerlocatorTitle{
	height:130px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	position:relative;
	left:0;
	}

.box-head-small{
	width:107px;
	height:4px;
	background:#fff url(dealerlocator/box-sprite.gif) -539px 0 !important;
	position:relative;
	margin:-8px 0 2px;
}
.inactive .box-head-small{
	background:#fff url(dealerlocator/box-sprite.gif) -432px 0 !important;
}
.box-body-small{
	border:none !important;
	width:107px !important;
	background-image:url(dealerlocator/box-sprite.gif) !important;
	background-position:-432px -110px !important;
}

.box-head-big{
	width:432px;
	height:8px;
	background:#fff url(dealerlocator/box-sprite.gif) 0 0 !important;
}
.box-head-big-v2{
	width:432px;
	height:8px;
	background:#fff url(dealerlocator/box-sprite.gif) 0 -102px !important;
}
.box-body-big{
	border:none !important;
	width:402px !important;
	padding-bottom:25px !important;
	background:#fff url(dealerlocator/box-sprite.gif) 0 -110px !important;
}
.box-body-bigger{
	border:none !important;
	width:422px !important;
	background:#fff url(dealerlocator/box-sprite.gif) 0 -110px !important;
}
.box-foot-big{
	width:432px;
	height:8px;
	margin:-5px 0 40px;
	background:#fff url(dealerlocator/box-sprite.gif) 0 -92px !important;
}

.inputwrapper{
	float:left;
	margin:5px 10px 0 0;
}
.inputwrapper label{
	display:block;
}
.inputwrapper input#plz{
	margin-top:8px !important;
}
.inputwrapper input,
.inputwrapper select{
	margin-left:0 !important;
}
.inputwrapper select{
	width:285px !important;
}

.clickableHead{
	display:block;
	margin:-18px 0 0;
	padding:0 0 0 35px;
}
/*]]*/