/******************* TEXTBOXEN *******************/

.nftextfeldlinks {
    background-color:#142737;
    font-family: Arial;
    font-size:12px;
    line-heigth: 12px;
    color:#1b1b1b;
    text-align:justify;
    padding:10px;
    text-align:center;
    border-box:box-sizing;
	  border: solid 1px #676f71;
}

.nftextfeldlinks2 {
    background-color:#142737;
    font-family: Arial;
    font-size:12px;
    line-heigth: 12px;
    color:#1b1b1b;
    text-align:justify;
    text-align:center;
    border-box:box-sizing;
}

.nftextfeldbig {
    background-color: #142737;
    font-family: verdana;
    font-size: 12px;
    line-height: 15px;
    color: #efe8e6;
    text-align: justify;
    padding: 10px;
    height: 180px;
    overflow: auto;
	    border: solid 1px #676f71;
}

.nftextfeldsmall {
    background-color: #142737;
    font-family: Verdana;
    font-size: 12px;
    line-height: 15px;
    color: #efe8e6;
    text-align: justify;
    padding: 10px;
    height: 90px;
    overflow: auto;
	    border: solid 1px #676f71;
}

.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: 'Encode Sans SC', sans-serif;
		text-shadow: 2px 2px #033339;
    color:#67bbce;
    font-size: 16px;
    text-decoration: none;
    display:inline;
    font-weight:none;
}

#newsflash a:hover {
    letter-spacing:1px;
	  color:#fff;
}

.nftextfeldlinks a {
    padding:2px 10px;
}

/******************* ÜBERSCHRIFT *******************/

.nfheadline {
font-family: 'Encode Sans SC', sans-serif;
color: #fff;
	text-shadow: 1px 1px #185662;
font-size: 16px;
font-weight: none;
background-color: #28606c;
padding: 2px 6px;
text-transform: none;
text-align: left;
margin-bottom: 8px;
background-repeat: no-repeat;
background-position: center;

}


/******************* BILDER *******************/

.nfweather {
    width:65px;
    float:left;
    margin-right:15px;
}
.nfteam {
    border:3px solid #c1c1c1;
    margin: 0 10px;
}
	
		
/******************* Neuer Header *******************/


.venhead, .venhead1, .venhead2, .venhead_content, .venhead_content1, .venhead_menu { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
/* Gerüst + Hintergrund */
.venhead {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 340px;
    margin: auto;
    background: url(../../../images/banner320.jpg) no-repeat;
    overflow: hidden;
}

/* Boxen */
.venhead1, .venhead2 {
    position: absolute;
    height: 320px;
    overflow: hidden;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
/* Position linker Box */
.venhead1 { width: 0px; top: 0; left: 0; background: rgba(54, 57, 60, 0.9); }
/* Position rechter Box */
.venhead2 { width: 0px; top: 0; right: 0; background: rgba(0, 0, 0, 0.7); }

/* Hovereffekte */
.venhead:hover .venhead1 { width: 1000px; }
.venhead:hover .venhead2 { width: 0px; }

/* Boxeninhalte */
.venhead_content { width: 1000px; padding: 15px; }
.venhead_content1 {
    width: 355px;
    height: 310px;
    padding: 15px;
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #eee;
    float: left;

}

.venhead_content2 {
    width: 375px;
    height: 310px;
    padding: 15px;
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #eee;
    float: left;

}

.venhead_content3 {
    width: 170px;
    height: 310px;
    padding: 15px;
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #eee;
    float: left;

}
/* Menübox */
.venhead_menu { width: 000px; }
.venhead_menu ul { list-style-type: none; margin: 0; padding: 0; }
.venhead_menu ul li {
    text-align: left;
    text-transform: uppercase;
    font-family: 'Abril Fatface', cursive;
    font-size: 14px;
    color: #eee;
    letter-spacing: 0.2em;
    padding: 10px 50px 10px 0px;
}
span.venhead_menupunkt {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 20px;
    margin-right: 25px;
}
/* Links */
.venhead a:link, .venhead a:active, .venhead a:visited {
    text-decoration: none;
    color: #eee;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.venhead a:hover { color: turquoise; }
		

/* Links */
.header_links {
    width: 100%;
background: #273d4d;
	color: #c0c0c0;
text-decoration: none;
font-size: 14px;
letter-spacing: 1.5px;
	font-family: 'Encode Sans SC', sans-serif;

}

.header_links > tbody > tr > td {
    width: 20%;
    background: #142737;
    padding: 4px;
    text-align: center;
}
		
		
		