@charset "UTF-8";
/* CSS Document */

/*****************
Content
*****************/
#content {
	margin-top: 0;
	padding: 0;
	width: 68.5em;
}

/*****************
Programm
*****************/
.news-latest-container{
	clear: both;
	width: 100%;	
}
.news-latest-item {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted red;
	clear: both;
	display: table;
	width: 100%;
}
.news-cat-img {
	float: left;
	width: 94px;
	text-align: center;
	padding-top: 3px;
}
.news-latest-img {
	float: left;
	width: 54px;
	text-align: center;
}
.news-latest-img a img {
	border: 2px solid #fff;
}
.news-latest-date {
	float: left;
	width: 78px;
	padding-left: 5px;
	margin-right: 5px;
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #ffed00;
}
.news-latest-text {
	float: left;
	width: 400px;
	line-height: 18px;
}
#content .news-latest-text h1 {
	margin-bottom: 0;
	line-height: 18px;
}
#content .news-latest-text p.bodytext {
	margin-bottom: 0;
}

