/******************* TEXTBOXEN *******************/

.nftextfeldlinks {
	background-color: #202a2a;
	line-height: 12px;
	text-align: justify;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	
	color: #1b1b1b;
	font-family: Arial;
	font-size: 12px;
}

.nftextfeldbig {
	color: #e8eded;
	background-color: #202a2a;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 150px;
	overflow: auto;
	box-sizing: border-box;
	
	font-family: Arial;
	font-size: 11px;
}

.nftextfeldbigger {
	background-color: #202a2a;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 305px;
	overflow: auto;
	box-sizing: border-box;
	
	color: #e8eded;
	font-family: Arial;
	font-size: 11px;
}

.nftextfeldsmall {
	color: #e8eded;
	background-color: #202a2a;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 150px;
	overflow: auto;
	box-sizing: border-box;
	
	font-family: Arial;
	font-size: 11px;
}

.nfteamtext {
    float:left;
    width:170px;
    margin:0 20px;
}

/******************* 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;
}

/******************* LINKS *******************/

#newsflash a {
    font-family:'Saira Semi Condensed', sans-serif;
    color:#3d8592;
    font-size: 12px;
    text-decoration: none;
    display:inline;
    text-transform:uppercase;
    font-weight:bold;
}

#newsflash a:hover {
    letter-spacing:1px;
}

.nftextfeldlinks a {
    padding:2px 10px;
}

/******************* ÜBERSCHRIFT *******************/

.nfheadline {
	background-color: #324040;
	padding: 2px 6px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 8px;
	color: #3d8592;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/******************* BILDER *******************/

.nfweather {
    width:65px;
    float:left;
    margin-right:15px;
}

.nfteam {
    border:3px solid #324040;
    margin: 0 10px;
	width: 50px;
	height: 60px;
	border-radius: 3px;
}

.headermenu {
color: #3d8592;
font-weight: bold;
display: inline;
}
