/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// Copyright 2010
//
// File        : news.css
// Begin       : 2009.04.16 14:33:10
// Last Update : 2010.02.25 21:40:36
*/

a.rss {
	float: right;
	text-decoration: none;
	border: 0 none;
}
div.news {
	margin-top: 20px;
}
div.news a.more {
	padding: 0 4px;
}
div.news a.more:hover {
	background-color: #eee;
}
div.news > div.sub {
	position: relative;
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
div.news > div.sub a {
	text-decoration: none;
	border-bottom: none;
}