@charset "utf-8";

/***** 

	Projekt: HARO.de Händlersuche

	Stylesheet Template
	© 2010, BRANDMARKER
	 
*****/

#main_column_haendler {
	width: 795px;
	background: url(../_gfx/stage_bg.png) bottom left;
	float: left;
	padding: 0 13px 15px 10px;
	} /* IE 6 hacked */

#main_stage_haendler {
	width: 795px;
	height: 449px;
	position: relative;
	}	                                                          

#main_intro_haendler {
	position: relative;
	width: 795px;
	background: url(../_gfx/product_bg.gif) bottom left no-repeat;
	padding: 0 0 15px 0;
	}
	
	#main_intro_haendler ul {
		position: absolute;
		top: 0;
		right: 0;
		height: 22px;
		padding: 0 0 0 20px;
		background: transparent url(../_gfx/main_intro_bg_white.gif) top left no-repeat; 
		} /* IE 6 hacked */
				
		#main_intro_haendler ul li {
			float: left;
			font-size: 1.1em;
			height: 2.2em;
		 	line-height: 2.2em;
			padding: 0 25px 0 0;
			color: #fff;
			}
			
			#main_intro_haendler ul li a { color: #fff; text-decoration: none }
			#main_intro_haendler ul li a:hover { color: #fff; text-decoration: underline }
					
			#main_intro_haendler ul li.active a { color: #fff; text-decoration: underline }	
		
	#main_intro_haendler .haendlersuche_title h1 {
		font-size: 2.2em;
		font-weight: normal;
		line-height: 120%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 34px 0 0 9px;
		}
		
	#main_intro_haendler .haendlersuche_title p { 
		font-size: 1.3em;
		line-height: 130%;
		padding: 4px 0 0 10px;
		}

/***** 

	Händlersuche / Formular
	 
*****/
	
	#haendlerSucheFormular { 
		padding: 15px 0 0 10px;
		}		
		
		#haendlerSucheFormular #u_lk { width: 200px;  }
		#haendlerSucheFormular #u_region { width: 200px; }		
		#haendlerSucheFormular #u_plz { width: 100px; height: 16px; }

		#haendlerSucheFormular input,
		#haendlerSucheFormular select {
			margin-bottom: 12px;
			}
			
		#haendlerSucheFormular select { 
			font-size: 1.1em; 
			padding: 2px 3px 2px 3px;
			cursor: pointer;
			border: 1px solid #CCCCD6;
			}		
		
		* html #haendlerSucheFormular select { margin-top: 1px; }
		*+ html #haendlerSucheFormular select { margin-top: 1px; }	
		
		#haendlerSucheFormular input {
			padding: 2px 3px;
			font-size: 1.1em;
			border: 1px solid #CCCCD6;
			}	
		
		* html #haendlerSucheFormular input { padding: 1px 3px 1px	}
		*+ html #haendlerSucheFormular input { padding: 1px 3px 1px	}
		
		#haendlerSucheFormular #land, 
		#haendlerSucheFormular #plz, 
		#haendlerSucheFormular #region {
			float: left;
			margin-right: 20px;
			}
		
		#haendlerSucheFormular #frmHaendler #plz,
		#haendlerSucheFormular #frmHaendler #region {
			display: none;
			}
				
		#haendlerSucheFormular label {
			padding-bottom: 5px;
			display: block;
			font-size: 1.1em;
			line-height: 120%;
			}
		
		#haendlerSucheFormular #btnSubmit {
			font-size: 1em;
			height: 2.2em;
			line-height: 2.2em;
			padding: 0 7px;
			color: #fff;
			border: 0;
			background-color: #b42557;	
			text-align: center;
			float: left;
			margin: 0px 0 10px 0;
			cursor: pointer;
			}
		
		* html #haendlerSucheFormular #btnSubmit {
			height: 2em;
			line-height: 2em;
			width: 100px;
			margin-top: 1px;
			}
			
		*+ html #haendlerSucheFormular #btnSubmit {
			height: 2em;
			line-height: 2em;
			width: 100px;
			margin-top: 1px;
			}

		#haendlerSucheFormular #haendler_error {
			font-size: 1.1em;
			line-height: 140%;
			padding: 5px 0 0 0;
			}
			
		* html #haendlerSucheFormular #haendler_error { padding: 0 }
		*+ html #haendlerSucheFormular #haendler_error { padding: 0 }
		
		#haendlerSucheFormular .anleitung {
			font-size: 1.1em;
			line-height: 120%;
			padding: 5px 0 10px 0;
			}
			
		#haendlerSucheFormular #celenio_hinweis {
			font-size: 1.1em;
			line-height: 120%;
			}

/***** 

	Händlerlisting / Ergebnis
	 
*****/

#no_js { display: none; }

#haendlerSuche { }

	#haendlerSucheErgebisse { }

		#haendlerSucheErgebisse .listing { padding-bottom: 5px; }
			
		#haendlerSucheErgebisse .ajax-loading {
			background: url(../_gfx/spinner.gif) no-repeat center;
			}
			
		#haendlerSucheErgebisse div.partner,
		#haendlerSucheErgebisse div.premium,
		#haendlerSucheErgebisse div.sonder { 
			margin: 3px 0 0 0;
			padding: 5px 5px;
			cursor: pointer;	
			/* height: 63px; */
			line-height: 150%;
			}
		#haendlerSucheErgebisse div.first { }
			
		#haendlerSucheErgebisse div.partner { 
			background-color: #E8E4E1;
			border: 1px solid #E8E4E1;
			overflow: hidden; 
			}
		
			#haendlerSucheErgebisse div.partner:hover { 
				border: 1px solid #B42557; 
				}
			
			#haendlerSucheErgebisse div.partner_active { 
				border: 1px solid #B42557; 
				}	

			
		#haendlerSucheErgebisse .premium { 
			background-color: #ffffff; 
			border: 1px solid #B42557; 
			}	
			#haendlerSucheErgebisse .premium strong { 
				color: #B42557;
				}	

		#haendlerSucheErgebisse .sonder { 
			background-color: #F5F4F1; 
			border: 1px solid #B42557; 
			}			
			#haendlerSucheErgebisse .sonder strong { 
				color: #B42557;
				}	

		#haendlerSucheErgebisse div.column {
			float: left;
			margin: 0 5px;
			}
		#haendlerSucheErgebisse div.statuscode{ }
		#haendlerSucheErgebisse div.anschrift{
			width: 320px;
			}
		#haendlerSucheErgebisse div.addinfo{
			width: 170px;
			}
		#haendlerSucheErgebisse div.links{
			width: 200px; /* 230 */
			z-index: 1000000;
			}				
		#haendlerSucheErgebisse div.icons{
			width: 60px; /*30 */
			}
	
	#legende {
		margin: 15px 0 0 0;
		}

		#legende li.p_icon {
			float: left;			
			padding: 0 10px 0 0; 
			font-size: 10px;
			line-height: 130%;	
			display: none;
			}
			
			#legende li.p_icon img { float: left; }	
	
			#legende li.p_icon div {
				margin-left: 10px;
				float: left;
				width: 140px;		
				}	
								
			#legende li.p_icon div strong { font-size: 11px; }

/***** 

	Händlerkarte
	 
*****/


#search_route { }
	
	#search_route div { padding-top: 10px; }
	
	#saddr { 
		width: 400px; 
		padding: 3px 5px; 
		margin: 0 5px; 
		}
	
	#search_route input.buttons { }
	

#haendlerDetails { 
	margin-top: 15px;
	}
		
	#haendlerSucheKarte {  
		position: relative;
		}

		#haendlerSucheKarte #map { 
			height: 350px;
			}
	
		#haendlerSucheKarte #geocodingError {
			position: absolute; 
			top: 0; 
			z-index: 200; 
			background-color: #DCDCDC; 
			filter:alpha(opacity=90); 
			opacity: 0.9; 
			-moz-opacity:0.9; 	
			color: #000000;
			font-size: 1.1em;		
			margin: 80px 230px; 
			width: 300px; 
			height: 150px; 
			padding: 25px;
			visibility: hidden;
			}
	
		#haendlerSucheKarte #geocodingError .geocodingClose {
			 margin: 80px 0 0 auto; 
			 text-align: right;
			}			
				