/* News */
/* table - news*/
table.news {
	border: none;
	border-collapse: collapse;
	width: 500px;
	/*left: 10%;*/
	/*position: relative;
	left: 50px;*/
	margin-left: 50px;
	margin-right: 50px;
	empty-cells: show;
}
th.news, tr.news {
	/*border: 1px solid white; */
	border: none;
	vertical-align: top;
}

/* links Spalte */
td.news_linksD { /* #aaaaaa; */
	border: 1px solid #555555;
	border-bottom: 1px solid #aaaaaa;
	width: 1em;
	background-color: #555555;
}
td.news_linksI {
	border: 1px solid #aaaaaa;
	width: 1em;
	background-color: #aaaaaa;
}
td.news_linksS { /* Spacer */
	/*border: 1px solid #555555;*/
	border: none;
	width: 1em;
	/*background-color: #555555;*/
}

td.news_datum {
	text-align: left;
	border: none; /* 1px solid white;*/
	border-bottom: 1px solid #aaaaaa;
	font-family: Verdana;
	font-size: 10pt;
	padding-left: 8px;
	color: #ff7300;
}
td.news_von {
	text-align: right;
	border: none; /* 1px solid white;*/
	border-bottom: 1px solid #aaaaaa;
	font-family: Verdana;
	font-size: 10pt;
	padding-left: 8px;
	color: #ff7300;
}

td.news_inhalt {
	border: none; /* 1px solid black;*/
	padding: 8px;
	border-bottom: 1px solid #aaaaaa;
}
/* Spacer */

td.news_spacer {
	border: none;
	height: 2em;
}

