.home_box_2 {
	margin-top:0px;
	margin-left:14px;
}

.boxes_right {
	float:right;
}
/* news overview */
.news_overview .article {
	width:500px;
	margin-bottom:10px;
}
.news_overview .article .headline {
	margin-bottom:5px;
}
.news_overview .article .headline a {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	display:block;
}
.news_overview .article .content_link {
	margin-top:5px;
	text-align:right;
}

/* news detail */
.news_detail .article {
	
}
.news_detail .article .headline {
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:15px;
}
.news_detail .article .content {
	font-size:12px;
}
.news_detail .files {
	margin-top:10px;
}
.news_detail .files .file {
	line-height: 50px;
}
.news_detail .files .file_icon {
	float:left;
	width:50px;
	height:50px;
	margin-right:5px;
}
.news_detail .files .file_icon img {
	border:0px;
}
.news_detail .files .file a {
	padding:18px 5px;
}
.news_detail .files .file a:hover {
	background:#fff;
}
