.newsbox {

			/* background-color: #782517 !important;; */
			
			
			
background: rgba(120,37,23,1);
background: -moz-linear-gradient(top, rgba(120,37,23,1) 0%, rgba(133,39,25,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(120,37,23,1)), color-stop(100%, rgba(133,39,25,1)));
background: -webkit-linear-gradient(top, rgba(120,37,23,1) 0%, rgba(133,39,25,1) 100%);
background: -o-linear-gradient(top, rgba(120,37,23,1) 0%, rgba(133,39,25,1) 100%);
background: -ms-linear-gradient(top, rgba(120,37,23,1) 0%, rgba(133,39,25,1) 100%);
background: linear-gradient(to bottom, rgba(120,37,23,1) 0%, rgba(133,39,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#782517', endColorstr='#852719', GradientType=0 );
			
			
			
			
    color: #DCD7AF;

}

.hiddennewsticker
{
	display:none;
	
}
.seenewsticker
{
	height:280px;
	

}
.newsborder
{
border: 1px solid rgb(160, 168, 160);
	padding: 5px;

}

.newstickerbold
{
	font-weight: bold;
}
/*
Version mit bild auf voller breite
.newsbox img {
	
	width: 220px !important;;
	margin-left: -15px !important;
	margin-bottom: 10px;
	margin-top: -15px;
}
*/

.newsbox img {
	
	width: 188px !important;
	margin-left: -5px !important;
	margin-top: -5px;
	margin-bottom: 10px;
}

.newstickerhead {
	border-radius: 5px;


	text-transform: uppercase;
	font-weight: bold;
    color: #DCD7AF;


}

.newsticker_spans {
	
	cursor: pointer !important;;
}

.news-accordion
{
border-left: 1px solid rgb(160, 168, 160);
border-right: 1px solid rgb(160, 168, 160);
border-bottom: 1px solid rgb(160, 168, 160);
padding: 5px;
margin: 1px;
margin-bottom: 10px;
}

.news-accordion-header
{
	border: 0 none !important;
	background:none !important;
	padding: 0.2em !important;
	color: #333333 !important;
	font-size: 15px !important;
	margin-left: -24px !important;
}
.news-accordion-headerspan{
	display:inline-block;
	width: 150px;
}

.news-accordion-header .ui-accordion-header-icon
{
	left: 10.5em !important;
}

.news-accordion-content
{
	border: 0 none !important;
	background:none !important;
	padding: 0px !important;
	color: #333333;
	font-size: 14px !important;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

.news-accordion .jqx-expander-arrow
{
 left: 11.5em;
}

