.selectbox {
	display: block; 
	padding-left: 9px; 
	color: #000000; 
	line-height: 14px; 
	text-decoration: none; 
	background-color: #FFFFFF;
	width: 181px;
}
.listlink:link {
	color: #000000;
}
.listlink:visited {
	color: #000000;
}
.listlink:hover {
	color: #000000;
	width: 100%;
	cursor: pointer;
}
.listlink:active {
	color: #000000;
	width: 100%;
	cursor: pointer;
}
#liste {
	z-index: 2;
	visibility: hidden; 
	position: absolute; 
	left: 8px;
	border: 1px solid #e6e7e7; 
	width: 190px;
	top: 252px;
/*
	#top: 254px;
*/
  float: left;
}
#activelist {
	z-index: 1;
	/*top: 234px;*/
	top: 235px;
	position: absolute;
	left: 8px;
	height: 16px; 
	background: #ffffff; 
	background-image: url("/gfx//arrow-down.gif");
	background-position: 97% 50%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 189px;
	color: #000000; 
	padding-left: 3px;
	display: block;
	cursor: pointer;
  float: left;
} 
.dropdown {
	height: 16px;
  position: absolute;
	right: 0;
  cursor: pointer;
}

