/******************* TEXTBOXEN *******************/

.nftextfeldlinks {
    background-color:#181f24;
    font-family: Arial;
    font-size:12px;
    line-heigth: 12px;
    color:#9a958d;
    text-align:justify;
    padding:10px;
    text-align:center;
    border-box:box-sizing;
}

.nftextfeldbig {
    background-color:#181f24;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#9a958d;
    text-align:justify;
    padding:10px;
    height:150px;
    overflow:auto;
    border-box:box-sizing;
}

.nftextfeldsmall {
    background-color:#181f24;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#9a958d;
    text-align:justify;
    padding:10px;
    height:90px;
    overflow:auto;
    border-box:box-sizing;
}

.nfteamtext {
    float:left;
    width:170px;
    margin:0 20px;
}


/******************* SCROLLBAR *******************/

#newsflash ::-webkit-scrollbar {
    width:8px;
    background:#282f33;
}

#newsflash ::-webkit-scrollbar-thumb {
    background:#282f33;
    height:10px;
}

#newsflash ::-webkit-scrollbar-track {
    background-color:#E1DEDE;
    opacity:0.8;
}


/******************* LINKS *******************/

#newsflash a {
    font-family:'Exo 2',sans-serif;
    color:#b45048;
    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 {
    font-family:'Exo 2',sans-serif;
    color:#aa5851;
    font-size:12px;
    font-weight:bold;
    background-color:#282f33;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:right;
    margin-bottom:8px;
}


/******************* BILDER *******************/

.nfweather {
    width:65px;
    float:left;
    margin-right:15px;
}
.nfteam {
    border:3px solid #282f33;
    margin: 0 10px;
}