.news {
	float:left;
	clear:both;
	width: 370px;
	margin-bottom:8px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 15px;
}
.news img.left {
	float:left;
	margin:0 8px 0 8px;
	margin-left:0px;
}
.news img.right {
	float:right;
	margin:0 8px 0 8px;
	margin-right:0px;
}
.newstitel {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:8px 8px 4px 8px;
	letter-spacing: -1px;
	background:#AFAA5A;
}
.newstekst {
	padding:4px 8px 4px 8px;
}
.newsfooter {
	clear:both;
	width:100%;
	height:24px;
	position:inherit;
	bottom:1px;
	text-align:right;
	background:#eee;
}
.newsfooter a {
	color:#000;
	text-decoration:none;
	padding:5px 24px 4px 0;
	display:block;
	background:#eee url(icon_link.gif) no-repeat right;
}
.newsfooter a:hover {
	color:#883D3F;
	text-decoration:underline;
	background:#E6E4CF url(icon_link.gif) no-repeat right;
	padding:5px 24px 4px 0;
	display:block;
}
