/* F1ECA2 =======================================================
================== Für den Newsticker ===================
=========================================================*/
div#text { margin-right:240px }

/* optional container for scroller, to provide bgColor/border */
div#bg { 
	z-index:100;
 	width:100%; 
	height:240px;
  }
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn { position:relative; left:0px; top:0px;
  width:100%; height:240px; z-index:1;
  clip:rect(0,140px,240px,0); overflow:hidden;
  }

div#cnt { position:relative;} /* layer that scrolls */

/* scroller items 
   set width and height to match scroller "window" 
   Be sure to set height adequate for your content! */
div#cnt div.item { width:140px; height:240px; color:#6C5A22;}

/* styles for scroller content (read important instructions regarding collapsing margins!) */
div#cnt h3 { 
	font-size:12px;
	padding:0px;
	margin:0px;
}  
div#cnt p {
	padding:0px;
	margin:0px; 
	font-size:11px; 
}
div#cnt ul { margin:0 0 0 0; padding:0; font-size:11px; }
div#cnt ul li { margin: 0 0 0 0; list-style-type:none }	