/* CSS Document */
	.news {
	padding: 0px 0px 0px 0px;
	clear: both;
	}

	.news .button {
	width: 18px;
	float: left;
	padding: 0px 0px 0px 0px;
	}

	.news .headline {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	float: left;
	}
	.news .headline a:link {  font-family: Tahoma, Arial, sans-serif; font-size: 11px; text-decoration: underline; font-weight: bold; color: #333333;}
	.news .headline a:visited {  font-family: Tahoma, Arial, sans-serif; font-size: 11px; text-decoration: underline; font-weight: bold; color: #333333;}
	.news .headline a:active {  font-family: Tahoma, Arial, sans-serif; font-size: 11px; text-decoration: underline; font-weight: bold; color: #333333;}
	.news .headline a:hover {  font-family: Tahoma, Arial, sans-serif; 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; background-color: #e8e8e8; clear: both;}


