/*Spezielle Angaben*/

#news {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(all_news_g.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div.news_container {
	margin: 0px 120px 20px;
}

p.news_date {
	position: absolute;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #030303;
}

p.news_date:first-letter {
	font-size: 13px;
}

p.news_info {
	position: relative;
	left: 220px;
	width: 500px;
	padding: 2px 6px;
	color: #632303;
	background: #F7F7F7;
}

p.news_info a{
	display: inline;
	font-weight: bold;
}