.jsBetrieb {
	position: relative;
}

/* unfortunality not supported by safari :( */
.jsBetrieb select {
	position: absolute;
	left: 0px;
	top: 20px;
	margin: 0;
	padding: 0;
	z-index: 50;
	border-width: 1px;
	clear: both;
}

.jsBetrieb select option {

}

.jsBetrieb input {
	display: block;
	margin: 0;
	border-width: 1px;
	float: left;
	height: 20px;
	width: 100%;
}

.jsBetrieb div.indicator {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 3px;
	top: 2px;
	background: url(/se_data/global/gfx/gui/widgets/autocomplete/indicator.png) no-repeat left center;

}
