@charset "utf-8";
/* CSS Document */
.nws_detail_picture{
	height: 160px;
    overflow: hidden;
    position: relative;
    width: 100%;
	margin: 0 0 0 0;	
}
.nws_detail_picture img{
 bottom: -100%;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -100%;
    width: 100%;
}
.nws_detail_wrap{
	margin: 0 25px;	
}
a.title_sh_link, span.title_sh_link{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: black;
	line-height:140%;
	text-decoration: none;
}
.nws_detail_title{
	padding: 10px 0;
}
.nws_detail_date{
	display: none;	
}
.nws_detail_intro{
	font-size: 0.9em;	
}
.indekijker .nws_detail_link a{
	float: right; 
	font-size: 0.9em;
	padding: 10px 0;
	color: #14A9BE;
}
.mening .nws_detail_intro{
	background-image: url(/images/acco1.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	padding: 25px 15px;
}
.mening a.sh_link{
	float: right; 
	font-size: 0.9em;
	color: #68BF13;
	background-image: url(/images/acco2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: -30px;
    padding: 30px 0 10px;
	display: none;
}
.mening .nws_detail_link{
	background-image: url(/images/acco2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 35px;
	margin-top: -30px;
}
/*.arttik .nws_detail_wrap{
	margin: 20px 15px;	
}*/
.arttik .nws_detail_link a{
	float: right; 
	font-size: 0.9em;
	padding: 10px 0;
	color: #EE2E24;
}
.foot_links a{
	color: #fff;
	text-decoration: none;
}
.foot_links a:hover{
	color: #fff;
	text-decoration: underline;	
}
.fotoot{
	 height: 248px;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    width: 180px;
	border: 5px solid white;
	-webkit-box-shadow: 0 0 3px 1px rgba(194,194,194,2);
	box-shadow: 0 0 3px 1px rgba(194,194,194,2);
}
.fotoot img{
	bottom: -100%;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -100%;
    width: 100%	
}