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

.nftextfeldlinks {
    background-color:#E1DEDE;
    font-family: Arial;
    font-size:12px;
    line-height: 12px;
    color:#1b1b1b;
    text-align:justify;
    padding:10px;
    text-align:center;
    box-sizing: border-box;
}

.nftextfeldbig {
	color: #c9c9c9;
	background-color: #1d1f24;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 180px;
	overflow: auto;
	box-sizing: border-box;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.nftextfeldbigstats {
	color: #c9c9c9;
	background-color: #1d1f24;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 380px;
	overflow: auto;
	box-sizing: border-box;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.nftextfeldsmall {
	color: #c9c9c9;
	background-color: #1d1f24;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 200px;
	overflow: auto;
	box-sizing: border-box;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.nfteamtext {
	color: #c9c9c9;
	text-align: justify;
	margin-left: 50px;
}

.nfteamicon {
	float: left;
	color: #A37563;
	font-size: 40px;
	width: 60px
	height: 60px;
	line-height: 60px;
}

/******************* 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 {
	color: #8eacaf;
	display: inline;
	text-transform: uppercase;
	
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;;
	font-size: 10px;
}

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

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

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

.nfheadline {
	color: #c9c9c9;
	background-color: #252426;
	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;
}

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

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

.nfteam {
    border:3px solid #c1c1c1;
    margin: 0 10px;
}

/******************* SISTERS *******************/
.nfsis {
	width: 100%;
	text-align:center;
}

.nfsis1 {
	float:left;
	width:30px;
	height:30px;
	background:#9B9773;
	margin-right: 10px;
	margin-left: 50px;
	color:#424a4a;
}

.nfsis2 {
	float:left;
	width:30px;
	height:30px;
	background:#A37563;
	margin-right: 10px;
	color:#424a4a;
}

.nfsis3 {
	float:left;
	width:30px;
	height:30px;
	background:#996b85;
	margin-right: 10px;
	color:#424a4a;
}

.nfsis4 {
	float:left;
	width:30px;
	height:30px;
	background:#6b9599;
	margin-right: 10px;
	color:#424a4a;
}

.nfsis5 {
	float:left;
	width:30px;
	height:30px;
	background:#76996b;
	margin-right: 10px;
	color:#424a4a;
}

.theadipz {
	background: #0066a2 url(../../../images/theme_sd/Oberforum.png) top left repeat-x;
	color: #bebdbd;
	border-bottom: 1px solid #8eacaf;
	padding: 8px;
	height: 50px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.theadipz a:link {
	color: #698183;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.theadipz a:visited {
	color: #8eacaf;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}

.theadipz a:hover,
.theadipz a:active {
	background: #0066a2 url(../../../images/theme_sd/Oberforum.png) top left repeat-x;
	color: #698183;
	border-bottom: 1px solid #8eacaf;
	padding: 8px;
	height: 50px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

