/* CSS der Newsanzeige */
	.news {	margin: 5px 0px 10px 0px; padding: 3px 3px 3px 3px; clear: both; border-top: solid 1px #cdcdcd; border-bottom: solid 1px #cdcdcd; background-color: #656565;}

	.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: #333333;}
	.news .headline a:visited { font-size: 11px; text-decoration: underline; font-weight: bold; color: #333333;}
	.news .headline a:active { font-size: 11px; text-decoration: underline; font-weight: bold; color: #333333;}
	.news .headline a:hover { font-size: 11px; text-decoration: underline; font-weight: bold; color: #333333;}

	.news .datum { text-align: right; font-weight: bold; padding-right: 5px;}
	.news .inhalt { text-align: left; padding: 10px 10px 10px 10px;}
	.news .picborder { border: solid 1px #000000;}

