.News.Overview .block-grid > li:first-child {
	border-top:1px dotted #999999;
}
.News.Overview .block-grid > li > article {
	margin:0;
	padding:15px 0;
	border-bottom:1px dotted #999999;
}

.News.Detail { display:table; width:100%; float:none; }
.News.Detail > figure, .News.Detail > .inner { display:table-cell; vertical-align: top; float:none; }
.News.Detail > .inner { padding-left:15px; }
.News.Detail > figure { width:100px; }
.News.Detail > figure img { width:100%; }

.News.Detail h3 {
	font-size:120%;
	color:#303030;
	margin-bottom:2px;
}
.News.Detail .Content p {
	margin:0;
}
.News.Detail .Buttons {
	clear:none;
	float:none;
	padding:0;
}
.col-sm-6 .News.Detail figure {
	width:100px;
}

.bottomblokken .News.Detail figure {
	width:180px;
	max-width:40%;
}
.sidecolumn .News.Detail figure {
	display:block;
	clear:both;
	float:none;
	margin:0 0 10px 0;
}

.NewsBottom {
	padding-top:10px;
	margin:0;
}
.NewsBottom ul li {
	border-bottom:1px dotted #999999;
	
}
.NewsBottom a {
	color:inherit;
	padding:6px 0;
	display:block;
	padding-left:80px;
	position: relative;
}
.NewsBottom a:hover {
	color:#be1522;
}
.NewsBottom a time {
	color:#303030;
	display:block;
	float:left;
	min-width:80px;
	position: absolute;
	left:0;
	top:7px;
	padding-right:10px;
}


@media(max-width:1024px){
	.News.Overview .block-grid > li > article figure {
		max-width:70px;
	}

}