@import "/includes/css/core.css";

#news {
	width: 580px;
	margin: 5px;
	padding: 10px 0 30px 0;
}

#news h1 {
	color: #A8272B;
	margin: 0;
	font-size: 20px;
}

#news .lineuproll {
	background: none;
	margin-bottom: 20px;
}

#news .lineuproll dt {
	margin-bottom: 2px;
	font-size: 12px;
	background: url("/includes/gfx/lineuproll-bullet.gif") no-repeat 0 5px;
}

#news .lineuproll dd{
	color: #535353;
	font-size: 11px;
	margin: 0 10px 5px 10px;
}

#news .lineuproll h5.more {
	margin-top: 15px;
}

#news .lineuproll h5.more a {
	text-transform: none;
}

.tools {
	font-size: 10px;
	color: #808080;
	padding: 4px;
	background-color: #ECE9E3;
	border-bottom: 1px solid #CDCDCF;
}

.tools a {
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}

.tools a:hover, .tools a.active {
	color: #A8272B;
}