

#ticker {
	position: relative;
	/*width: 758px;*/
	height: 20px;
	overflow: hidden;
	border-color: #E1E1E6;
	border-left-width: 2px;
	border-right-width: 2px;
	border-left-style: solid;
	border-right-style: solid;
}


#ticker div {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 18px;
	padding-top: 2px;
	white-space: nowrap;
	visibility: hidden;
	padding-left: 4px;
	/*padding-right: 10px;*/   /* Fix für Firefox, erzeugt sonst Schlieren */
}



   
