#auswahlfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002968;
	background: #FFFFFF;
	border: 1px solid #01A0C7;
	text-align: left;
	width: 128px;
	height: 19px;
}

.auswahlfeld-text {
	float: left;
}

.auswahlfeld-text a {
	padding-top: 2px;
	float: left;
	display: block;
	text-decoration: none;
	color: #002968;
	width: 106px;
	padding-left: 5px;
	padding-top: 2px;
	background: #FFFFFF;
	height: 17px;
}

.auswahlfeld-button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: right;
}

#drop-down {
	display: block;
	width: 128px;
	height: 200px;
	position:absolute;
	z-index: 3;

}


#drop-down-menu {
	border-right: 1px solid #01A0C7;
	border-bottom: 1px solid #01A0C7;
	border-left: 1px solid #01A0C7;
	width: 128px;
}


#drop-down-menu a {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: #002968;
	width: 125px;
	height: 17px;
	padding-top: 2px;
	padding-left: 3px;
}

#drop-down-menu a:hover {
/*	background: #CCCCCC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: #000000;
	width: 125px;
	height: 17px;
   text-decoration:underline;
}

#drop-down-rahmen {
	position:relative;
	z-index: 4;

}

