/* CSS der Newsanzeige */
	.news {	margin: 5px 0px 10px 0px; padding: 3px 3px 3px 3px; clear: both; border-top: solid 1px #000000; border-bottom: solid 1px #000000; background-color: #656565; color: #e8e8e8;}

	.news .button {	width: 18px; float: left; padding: 0px 0px 0px 0px;	}

	.news .headline { padding: 0px 0px 0px 0px; font-weight: bold; text-align: left; float: left; }
	.news .headline a:link { font-size: 11px; text-decoration: underline; font-weight: bold; color: #e8e8e8;}
	.news .headline a:visited { font-size: 11px; text-decoration: underline; font-weight: bold; color: #e8e8e8;}
	.news .headline a:active { font-size: 11px; text-decoration: underline; font-weight: bold; color: #e8e8e8;}
	.news .headline a:hover { font-size: 11px; text-decoration: underline; font-weight: bold; color: #e8e8e8;}

	.news .datum { text-align: right; font-weight: bold; padding-right: 5px;}
	.news .inhalt { text-align: left; padding: 5px 5px 5px 5px;}
	.news h3 { font-size: 13px; }
	.news .picborder { border: solid 1px #000000;}
