/*
////////////////////////////////////////////////////////////////////////////////////////////////	
// $RCSfile: suche_adressen.css,v $
// $Source: /home/cvs/ihk4/scandio-cms/website-sisby/src/css/screen/suche_adressen.css,v $
// $Date: 2010-02-04 09:16:47 $
// $Revision: 1.16 $
// $Author: mkalmes $
////////////////////////////////////////////////////////////////////////////////////////////////
*/

.searchbox 
{
	padding-top:25px;
	margin-bottom: 25px;
	text-align:right;
	xwidth: 372px; /* 272 */
}

.searchbox .row
{
	padding-bottom: 10px;
	text-align: left;
}

.ac_results {
	padding: 0px;
	border:1px solid #7E9DB9;
	font-family:Arial,Helvetica,sans-serif;
	background-color: Window;
	overflow: hidden;
	z-index: 1500;
	overflow-x: hidden; 
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	display: block;
	width: 100%; /* auf 98% wenn padding-left 5px */
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../../images/layout_images/loader_arrows_small.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}		
.label {
	float:left;
	width:80px;
}
p.headline {
	font-size: 12px;
	font-weight:bold;
}
#msg {
	padding:0;
	margin:0;
	font-style:italic;
}
#gis {
	position: relative;
	left: 0;
}

* html #gis {
	position: absolute;
}

.red {
	color:#dd0000;
}

div.search {
	height:100%;
	position:relative;
	top:-70px;
}

.textbold2 ol {
	margin-bottom:0;
	padding-bottom:0;
}
div.auto_complete {
	width: 100px;
	background: #fff;
	border: none;
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:0;
	width: 100%;
}
div.auto_complete ul li.selected {
	background-color: #11BBFF;
}
