
/* tooltip at POI on map */
.markerTooltip {
  background: #fff;
  color:#000;
  padding: 3px 6px;
  white-space: nowrap;
  border: #333 solid 1px;
  -moz-border-radius:5%;
  -moz-opacity: 85%;
  opacity: 0.85;
  z-index:4;
}

.mapcat {
	margin:10px 0;}
	
.oneColLiqCtrHdr #mainContent .text ul#poitab, #poitab {
	margin: 0;
	padding: 0 0;
	width:250px;
	/*border-bottom: 1px solid #9FB1BC;*/
}

hr {
	width: 90%;
	border-bottom: 1px solid #9FB1BC;
	background-color: #fff;
	height: 1px;
	float: left;
	}
#poitab li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#poitab a, #poitab a:link, #poitab a:visited {
	float: left;
	line-height: 14px;
	font-weight: normal;
	font-size:.9em;
	padding: 0 10px 0px 0px;
	text-decoration: none;
	color: #6261d8;  	
}

#poitab .act a, #poitab a:link.active, #poitab a:visited.active, #poitab a:hover {
	color: #ee312f;
}

.poi-content {
	clear:both;
	height:120px;
	overflow:auto;
	text-align: left;
	font-size:10px;  
}

.oneColLiqCtrHdr #mainContent .poi-content h1 {
	font-size: 1em;
	background: transparent url(../../../fileadmin/templates/img/bullet-12.gif) no-repeat left 2px;
	padding: 0 0 0 15px;}
	
.oneColLiqCtrHdr #mainContent .poi-content p {
	font-size: .9em;
	margin-top: 3px;
	}
.oneColLiqCtrHdr #mainContent .poi-content .address {
  padding:3px 0;
  font-size: .9em;  
}

.poi-content input {
  margin: 0;  
}

#treemenu1 {
	text-align: left;
	float: left;
	margin-bottom: 10px;}

#treemenu1 li {
	display: inline;}

#resultdiv { display: none;}