.autocomplete_box
{	
	width: 162px;   /*--- wird nicht beachtet - JS einstellung */
/*	overflow-x: scroll;*/
	background-color: white;
	border: 1px solid #cccccc;	
}

.autocomplete_activerow td
{
	color: black;
	background-color: #EEEEEE;
}