/* CSS Document */
.NewsTicker{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	padding: 0px;
	text-align: left; /*align the text at beginning of the line*/
	/* width: 400px; */
	height: auto;
	overflow: hidden;
}
.NewsTicker>ul {
	list-style-type: none;
	width:100%;
	margin: 0px;
	padding: 0px;
	}
.block {
	border: rgba(251,249,249,1.00);
	list-style-type: none;  /*remove dots in li*/
    padding: 0px;
    margin: 0px;
	max-width:100%;
	width:auto;
	height:auto;
	overflow:hidden;
}
.block li{
	padding:10px;
	overflow:hidden;	
}
.block.produkt{
	font-weight:bold;
	float:left;	
	}
.block.version{
    color:darkgrey;
	float:right;	
}
.block.datum{
	color:darkgrey;
	float:right;	
}
.block.aenderung{
	clear:left;
}


