div.autocomplete {
  position:absolute;
  width:400px;
  background-color:#383838;
  border:1px solid #838383;
  margin:0px;
  padding-left:3px;
  font-size:11px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
  background-color: #5e5e5e;
	color: #a8a8a8;  
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
	color: #a8a8a8;  
}

.aargang /* look&fell of scriptaculous select box*/
{
  margin: 0px 5px 10px -4px;
  padding-left: 2px;
  color: #a8a8a8;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  width : 80px; 
  display : block;
  text-align:left;
  background:url(../img/dropArrow.gif) right no-repeat;
  background-color: #383838;
  height:16px;
  cursor: pointer;
  border: 1px solid #838383;
}


.enspalteDrop /* look&fell of scriptaculous select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left: 4px;
  color: #a8a8a8;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  width : 210px; 
  display : block;
  text-align:left;
  background:url(../img/dropArrow.gif) right no-repeat;
  background-color: #383838;
  height:16px;
  cursor: pointer;
  border: 1px solid #838383;
}

.proveDrop /* look&fell of scriptaculous select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left: 4px;
  color: #a8a8a8;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  width: 212px; 
  display: block;
  text-align:left;
  background:url(/grafik/img/dropArrow.gif) right no-repeat;
  background-color: #383838;
  height:18px;
  cursor: pointer;
  border: 1px solid #838383;
}
