.news_titel {
	font-size: 18px;
	font-weight: bold;
	text-indent: 15px;
}
.news_datum {
	margin-top: 5px;
	font-style: italic;
	color: #666;
	text-indent: 30px;
	text-transform:capitalize;
}
#news_butback {
	position: absolute;
	margin-top: -60px;
	margin-left: 520px;
	width: 136px;
	height: 23px;
	background-image: url(../images/news/butBack_n.png);
}
#news_butback:hover {
	background-image: url(../images/news/butBack_h.png);
	cursor: pointer; cursor: hand;
}
.news_monthblock {
	margin-top: 10px;
	margin-bottom: 30px;
}
.news_monthtitle {
	font-size: 24px;
	color: #AAA;
	font-weight: bolder;
}
.newsoverview_title {
	font-size: 13px !important;
}
.newsoverview_datum {
	margin-left: 10px;
	font-size: 11px;
	font-style: italic;
	color:#666;
}
.newsoverview_desc {
	color: #5d5d5d
}