#dealer_content {
	position:absolute;
	top: 115px;
	left:35px;
	width:890px;
	height:580px;
	background-color: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #f6f6da;
}

#dealer_karte {
	background-image: url('../files/images/contentbg2.png');
	background-repeat: repeat-x ;
	border-width:1px;
  	border-style:solid;
  	border-color:#9d6e09;
	position:absolute;
	top: 115px;
	left: 35px;
	width:460px;
	height:585px;

}

#dealer_suche {
	background-image: url('../files/images/contentbg2.png');
	font-family:Verdana;
	font-size: 12px;
	color: #ffffff;
	background-repeat: repeat-x ;
	border-width:1px;
  	border-style:solid;
  	border-color:#9d6e09;
	position:absolute;
	top: 115px;
	left: 515px;
	width:410px;
	height:585px;

}



#suchform {
	padding: 10px 10px 0px 10px;
}

#dealer_results {
	position:relative;
	top: 10px;
	width:409px;
	height:410px;
	overflow: auto;

}

.bullet {
	position: absolute;
	display: none;
	cursor: pointer;
}

.dealer_info_list {
	padding-bottom: 10px;

}

.dealer_info {
	position: absolute;
	display: none;
	z-index: 300;


}

.info_table {
	padding:5px 5px 5px 5px;
	background-color: #000000; 
	font-size: 9px;
	color: #C39C3F; 
    border-width: 1px;
    border-style: solid;
    border-color: #C39C3F;

}

.info_table1 {
	padding:5px 5px 5px 5px;
	background-color: #1E0000; 
	font-size: 9px;
	color: #C39C3F;
	
}

#suche {
	margin-left: 50px;
	border-width:1px;
  	border-style:solid;
  	border-color:#9d6e09;
}

