/*Newsticker anfang*/
#container-news{
	height:350px;
	top: 2px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	color: #000000;
	-moz-box-sizing: border-box;
	overflow:hidden;
	background:#fcd2c5;
}
#iemarquee{
	position:absolute;
	top:0px;
	width:350px;
	padding: 20px 10px 20px 20px;
	line-height: 15px;
	-moz-box-sizing: border-box;
}
#iemarquee2{
	position:absolute;
	top:0px;
	width:350px;
	padding: 20px 10px 0px 20px;
	line-height: 15px;
	-moz-box-sizing: border-box;
}
#iemarquee a,#iemarquee2 a{
	padding-left:0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#iemarquee a:hover,#iemarquee2 a:hover{
	color: #005500;
}

div.container-news h2{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.container-news p{
	margin-top:0px;
	margin-bottom:10px;
	line-height: 11px;
}
/*Newsticker Ende*/