/* Newsticker Container (kein Refactoring, alter Ansatz) */

body.ticker {
	margin: 0;
	padding: 0;
}

#Dcontainer {
	position: absolute;
	height: 16px;
	z-index: 6;
	width: 944px; /* 1280 (angenommener Max Wert) - MWC (2*(162+6) = 944) */
	clip: rect(0px auto 16px 0px);
	visibility: visible
}

#Dticker {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 16px;
	z-index: 6;
	visibility: hidden;
}
	
.ticker { 
	font-family: Verdana,Geneva,Arial,SansSerif; 
	font-size: 11px; 
	white-space: nowrap; 
}

.ticker a { 
	text-decoration: none; 
}
