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

.headernftextfeldlinks {
	color: #1b1b1b;
	background-color: #0e0f12;
	line-heigth: 12px;
	text-align: justify;
	padding: 10px;
	text-align: center;
	border-box: box-sizing;
	border: 4px solid #698183;
	
	font-family: Arial;
	font-size: 12px;
}

.headernftextfeldbig {
	color: #c0c0c0;
	background-color: rgba(14, 15, 18, 0.2);
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 165px;
	overflow: auto;
	border-box: box-sizing;
	border: 3px solid #698183;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.headernftextfeldsmall {
	color: #c0c0c0;
	background-color: rgba(14, 15, 18, 0.4);
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	margin-bottom: 5px;
	height: 90px;
	overflow: auto;
	border-box: box-sizing;
	border: 3px solid #698183;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.headernfteamtext {
    float:left;
    width:170px;
    margin:0 20px;
}

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

#headernewsflash ::-webkit-scrollbar {
	background: #0e0f12;
	width: 8px;
}

#headernewsflash ::-webkit-scrollbar-thumb {
	background: #1d1f23;
	height: 10px;
}

#headernewsflash ::-webkit-scrollbar-track {
	background-color: #0e0f12;
	opacity: 0.8;
}

/******************* LINKS *******************/

#headernewsflash a {
	color: #8eacaf;
	display: inline;
	text-transform: uppercase;
	
	text-decoration: none;
	font-family: 'Open Sans', cursive;
	font-size: 11px;
}

#headernewsflash a:hover {
    letter-spacing:1px;
}

.headernftextfeldlinks a {
    padding:2px 10px;
}

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

.headernfheadline {
	color: #7c9a9d;
	background-color: rgba(28, 30, 40, 0.2);
	border-top: 1px dotted #698183;
	border-bottom: 1px dotted #698183;
	padding: 2px 6px;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 8px;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/******************* BILDER *******************/

.headernfweather {
    width:65px;
    float:left;
    margin-right:15px;
}

.headernfteam {
	border: 1px dotted #c1c1c1;
	margin: 0 10px;
	margin-top: 8px;
	margin-left: 45px;
	height: 42px;
}

