/******************* TEXTBOXEN *******************/

.statstextfeldlinks {
	background-color: #e3e3e3;
	line-height: 12px;
	text-align: justify;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	
	color: #222325;
	font-family: Arial;
	font-size: 12px;
}

.statstextfeldbig {
	color: #222325;
	background-color: #e3e3e3;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 150px;
	overflow: auto;
	box-sizing: border-box;
	
	font-family: Arial;
	font-size: 11px;
}

.statstextfeldbigno {
	color: #222325;
	background-color: #e3e3e3;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 150px;
	box-sizing: border-box;
	
	font-family: Arial;
	font-size: 11px;
}

.statstextfeldbigger {
	background-color: #ecebeb;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 305px;
	overflow: auto;
	box-sizing: border-box;
	
	color: #e8eded;
	font-family: Arial;
	font-size: 11px;
}

.statstextfeldsmall {
	color: #e8eded;
	background-color: #e3e3e3;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 150px;
	overflow: auto;
	box-sizing: border-box;
	
	font-family: Arial;
	font-size: 11px;
}


/******************* SCROLLBAR *******************/

#newsflash ::-webkit-scrollbar {
    width:8px;
    background:#c1c1c1;
}

#newsflash ::-webkit-scrollbar-thumb {
    background:#c1c1c1;
    height:10px;
}

#newsflash ::-webkit-scrollbar-track {
    background-color:#E1DEDE;
    opacity:0.8;
}




/******************* ÜBERSCHRIFT *******************/

.statsheadline {
	background-color: #ecebeb;
	padding: 2px 6px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 8px;
	color: #4a4a4a;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

