select.select_zu_ersetzen,
.show_ersatzinput {
	width:198px;
	font-family: "Courier New", Courier, monospace, serif;
    border:none;
	height:22px;
	background:#fff url(../images/bg_select.png) no-repeat scroll 0 0;
	font-size:11px !important;
	margin:0px 0 0px 0px;
	padding:3px 0 0 3px;
	color:#878787;
}
div.select_zu_ersetzen {
	width:198px;
	position:relative;
}
.ersatz {
	width:198px;
	position:absolute;
	top:32px;
	left:0;
	margin:-9px 0 0px 0px;
	font-family: "Courier New", Courier, monospace, serif;
	font-size:11px !important;
	background-color:#ffffff;
	background:transparent url(../images/line_h.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:1px;
	z-index:100;
}
.ersatzcontainer {
	background:#fff url(../images/rahmen.gif) repeat-y 0 0;
	position:relative;
	max-height:110px;
	overflow:auto;
}
* html .ersatzcontainer, 
* html .ersatz  {
	height:110px;
}
.ersatz ul {
	width:198px;
}
.ersatz ul,
.ersatz li {
	list-style:none;
	width:180px;
	overflow:hidden;
	padding:0;
	margin:0;
}
.ersatz li {
	display:block;
	padding:3px 0 0 3px;
	margin-left:1px;
	height:15px;
	background-color:#ffffff;
}
.ersatz li a {
	display:block;
	cursor:pointer;
	width:100%;
	background-color:#ffffff;
	margin:0;
	padding:0;
	height:22px;
	text-decoration:none;
	color:#878787 !important;
}
.ersatz li a:hover {
  color:#cd0037 !important;
}
.selection  {
  color:#cd0037 !important;
}
