#newsticker {
	position: relative;
	min-height: 220px;
	display:none;
}
#newsticker ul {
	list-style: none;
	min-height: 220px;
	padding:0;
	margin:0;
}
* html #newsticker ul {
	min-height: 220px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}

#newsticker ul .prName,
#newsticker ul .produktPreis{
	display:block;
	padding:5px 0;
}
