/* Stylesheet für Newsticker */

#tickercontainer {
	overflow: hidden;
	height: 2.5em;
	width: 60em;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
}

#mask {
	position: relative; left: 10px;
	overflow: hidden;
	height: 2.5em;
}

#tickercontainer p {
	font-weight: bold;
	position: relative; top: 8px; left: 660px;
	margin: 0;
	padding: 0;
}
/* Abstand zwischen Teaser und Text */
#tickercontainer p span {color: #000; padding-right: 15px;}

#ldng {margin: 2em 0; letter-spacing: 0.3em; font-weight: bold; background: red; padding: 1em; color: #fff; display: none;}
