
/* NEWS-BOX */
.newsboxleft {
	border: 1px solid #000;
	border-radius: 13px;
	width: 989px;
	height: auto;
	background: #FFF;
	margin-top:1px;
	float: left;
	box-sizing: border-box;
}

/* TABELLE */
table.newstable {
	width: 100%;
	border-collapse: collapse;
   	border-width: 0px;
	margin-top: 10px;
	margin-bottom:10px;
}
/* TABELLE-KOPFZEILE FORMAT */
table.newstable tr.head {
	height:25px;
	background: #115C83;
}
/* TABELLE-KOPFZEILE SCHRIFT */
table.newstable tr.head td {
	vertical-align: middle;
	color: white;
	padding: 0px;
	border: 1px solid #fff;
	box-sizing: border-box; /* Prevents padding overflow */
}
/* TABELLE-Zeile1 Zelle1 */
table.newstable tr.head td.date {
	background: #115C83 url('bg-news.gif') repeat-x;
	width: 125px;
	text-align: center;

}
/* TABELLE-Zeile1 Zelle2 */
table.newstable tr.head td.news {
	background-color: #535353;
	width: 140px;
	font-weight: bold;
	text-align: center;
}
/* TABELLE-Zeile1 Zelle3 */
table.newstable tr.head td.blank {
	background: #115C83 url('bg-news.gif') repeat-x;
	width: auto;
	text-align: center;
}
/* TABELLE-Zeile2 */
table.newstable td.line2 {
	background:#535353;
	height:4px;
	border: 1px solid #fff;
}
/* TABELLE-Newstext */
.newstext {
		text-align: left;
		line-height: 2.0;
		padding: 1.5em;
		padding-left: 3em;
		/* background-color:#E6E6E6; (alte Einstellung) */
		background-image: linear-gradient(to bottom, #E6E6E6 80%, white 100%);
} 

.newstext ul {
		padding: 10px 40px;
} 

/* new Entry Link color */
.newsmanlist {
	text-decoration:none; color:#3f3fff;
}
/* new Entry Flag Position */
.newsmanimg {
	position: ; margin-left:10px; margin-top:0px; height:14px;
}


/* Responsive --------------------------------------------------*/
@media(max-width: 850px){

.newstext {
		padding: 1em;

} 


	.newsboxleft {
	width: 100%;
	}

}


