@charset "ISO_8859-1";
 
body { color:#222; background-color: white; font-size: 0.7em; font-family: Helvetica, Arial, sans-serif; margin:0; padding: 1em; }

#suche { position: absolute; margin:-15px 0 0 -30px; }

#eingabe {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 130px;
    min-height: 200px;
    height: 205px;
    /* background-color: #FFFFFF; */
}

#fsEingabe {
    position: absolute;
    min-height: 200px;
    height: 205px;
    min-width: 133px;
    width: 130px;
    display: block;
line-height:1.4em; }

#plz { width: 125px; }
#stadt { width: 125px; }
#country { width: 125px; }
#formsuche { width: 130px; }


#ausgabe {
    position: absolute;
    top: 21px;
    left: 190px;
    width: 523px;
    min-height: 204px;
    height: 204px;
    /* background-color: #FFFFFF; */
}

#fieldset {
    position: absolute;
    min-height: 204px;
    height: 204px;
    min-width: 523px;
    width: 523px;
    display: block;
color:#222;
}

#ergebnis {
	overflow: auto;
	position: absolute;
	top: 15px;
    min-height: 155px;
	max-height:155px;
    height: 155px;
    min-width: 540px;
    width: 540px;
    display: block;
}

#CityAjax {
	/*width:300px;*/
}

.ac_results {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: 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: 2px 5px;
    cursor: pointer;
    display: block;
    width: 300px;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background: Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}
#eingabearea {position:absolute;}
#auswahl {position:absolute;top:25px;left:0px;width:200px;height:100px;background-color:#e0e0e0;border:silver 1px solid;overflow:auto;visibility:hidden;z-index:3;}
