/* ticker-styles */
/* Unterschied zwischen IE und Firefox liegt am Hochgestellten X */


ul.marquee {
	/* required styles */
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	border: 0px solid #ff0000;
	top:393px; 


	/* optional styles for appearance */
	width: 794px;
	height: 60px; 

	background-color: transparent;
	/* border: 1px solid #08084d; */
}


ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	

	/* optional styles for appearance */
	font: 24px Arial, Helvetica, sans-serif;
    color: white; 
	padding: 3px 5px; /* TIMON: ggf. anpassen */
}
