/* (c) 2001 - 2006, EIKONA Medien GmbH, it.x informationssysteme gmbh, Mosaiq-Media GmbH, Alle Rechte vorbehalten. */

.element-suche ul {
	border-top:					1px solid #FFF;
	
	list-style-type:			none;
}

.element-suche li {
	border-bottom:				1px solid #FFF;
}

.element-suche li a {
	padding:					0 10px;
	
	font-family:				Verdana;
	font-size:					10px;
	
	line-height:				16px;
	
	display:					block;
}


.element-suche li a:hover {
	background-color:			#EBEBEB;
	
	text-decoration:			none;
}


