#ticker-container {
        position:	relative;
        overflow:	hidden;
        width: 		460px;  
        height: 	110px;
        background-color: ;
        background-repeat: repeat;
        padding: 	0px;
        border:  	none; 
		margin-left: 0px;		
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
        }
	
#ticker {
		position:		relative;
		width:			440px;
		height: 		1110px;
		margin-left: 	0px;
		margin-right: 	0px;
		margin-top: 	0px;
		margin-bottom: 0px;
		padding: 		0px;
		/*overflow: 		visible;*/
		
	}
	
#ticker ul {
		padding:	0;
		margin:		0;
		list-style-type:	none;
	}


/* Einzelne News Eintraege */
#ticker ul li {
	display:			list-item;
	margin-top:			1px;
	margin-bottom: 		1px;
	padding-top: 		1px;
	padding-bottom: 	1px;
	font-family: 		arial;
	font-size: 			small;
	font-weight: 		normal;
	color: ;
	padding-left: 		2px;

	border-color: 		Black;
	border-style: 		solid;
	border-top: 		0px;
	border-bottom: 		0px;
	border-left: 		0px;
	border-right: 		0px;	

}
	
#ticker ul li a {
	font-family: 		arial;
	font-size: 			small;
	font-weight: 		normal;
	color: 				#9f0812;
	text-decoration: 	none;
	padding-left: 		2px;
}
        
#ticker ul li a:hover {
	font-family: 		arial;
	font-size: 			small;
	color:  			#9f0812;
	text-decoration: 	none;
	padding-left: 		2px;
  }