.teaser {
	
	border: 1px dotted #F28620;
	
	width: 316px;
	height: 156px;
	
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
	
}
.marqueeInit {
	display:none;
}
.marqueeHead {
	
	height: auto;
	background-color:#fff;
	padding: 5px;
	border-bottom: 1px dotted #F28620;
	
	margin-bottom:5px;
	
	/*
	
	padding: 3px;
	
	
	*/
	
	/*
	*/
	
}
.marqueeHead a.startForum {
	color:#333333;
}	
.marqueeHead a.startForum:hover {
	text-decoration:none;
}
.marqueeHead2 {
	padding-left:5px;
	font-size:11px;
	color:#999;
}
ul.startseite {
	width: 190px;
	height: 200px;
}
ul.marquee {
	/*border: 1px dotted #ccc;*/
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	/*border-bottom: 1px dotted #F28620;	*/
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	
	/*white-space: nowrap;*/
	/* keep all text on a single line */

	/* optional styles for appearance */
	font-size: 11px;
	padding: 3px;
}
div.marqueeCDiv {
	border-top: 1px solid #ccc;
	width:178px;
	margin-left:6px;
	margin-bottom:5px;
	margin-top:2px;
	height:145px;
	overflow:hidden;
}