/* Style f. Adressensuche 2009-06-26 */
body,a,.textfield,.sbutton,.cityText,.streetText,.city {font-family: Verdana, Arial, Helvetica, sans-serif;}
body{	font-size: 11px;
	color: #000000;
	margin-left: 2px;
	margin-top: 0px;
}
a:link{	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
a:visited{text-decoration: none;
	color: #000000;
	font-size: 11px;
}
a:hover{color: red;
	text-decoration: none;
}
a:active{color: red;
	text-decoration: none;
}
.textfield{
	border: 1px solid #990000;
	font-size: 11px;
	height: 20px;
	width: 140px;
	color: #000000;
	background: #FFFFFF;
}
.sbutton{font-size: 11px;
	font-weight: normal;
	border: solid thin;
	width: 22px;
	height: 20px;
	background: #6699FF;
}
.resultFrame{
	width: 170px;
	height: 220px;
	border: 1px;
	overflow-x: hidden;
}
.letter{cursor: pointer;
	font-weight: bold;
}
.cityText{color: black;}
.streetText{color: #6699FF;
	font-size: 13px;
	font-weight: bold;
}