/* home.css */
#center {
	width: 529px;
}
#content_center {
	padding: 10px;
	font-size: 11px;
}

#content_left {
	/*background-color: #ececec;*/
}

#content_right {
	width: 217px;
	
	display: inline;
}


/* news */
#content_right .news-latest-container {
	margin: 0;
	overflow: hidden;
}
#content_right .news-latest-container h2 {
	display: none;
}
#content_right .news-latest-container .news-latest-gotoarchive {
	display: none;
}
#content_right .news-latest-container .news-latest-item .news-latest-date {
	display: none;
}
#content_right .news-latest-container .news-latest-item {
	position: relative;
	float: left;
	width: 217px;
	height: 176px;
	margin: 0 0 8px 0;
}
#content_right .news-latest-container .news-latest-item h3 {
	margin: 0;
	height: 20px;
	
	padding: 3px 0 0 11px;
	
	background-image: url('/fileadmin/web/images/news/news_right_header.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#content_right .news-latest-container .news-latest-item h3 a {
	text-decoration: none;
	color: #ffffff;
	
	font-size: 12px;
}
#content_right .news-latest-container .news-latest-item .bodytext {
	position: absolute;
	bottom: 14px;
	left: 0;
	
	width: 211px;
	height: 36px;
	
	color: #ffffff;
	padding: 6px 0 0 6px;
	
	opacity: 0.5;
	filter: alpha(opacity=50);
	
	background-color: #000000;
}
#content_right .news-latest-container .news-latest-item .clearer {
	display: none;
}
#content_right .news-latest-container .news-latest-item .news-latest-morelink {
	position: absolute;
	bottom: 0;
	left: 0;
	
	margin: 0;
	width: 204px;
	/*height: 13px;*/
	height: 18px;
	
	padding: 1px 13px 0 0;
	text-align: right;
	
	background-image: url('/fileadmin/web/images/news/news_right_more.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#content_right .news-latest-container .news-latest-item .news-latest-morelink a {
	text-decoration: none;
	color: #ffffff;
	
	font-size: 10px;
}