/* nieuwsoverzicht*/

.nieuwsoverzicht {
border:1px solid #C2C2C2;
margin-bottom:15px;
}
.nieuwsoverzicht_naam a:link, .nieuwsoverzicht_naam a:active, .nieuwsoverzicht_naam a:visited {
background:#BFBFBF url(../grafix/arrow_grijs.jpg) no-repeat scroll right center;
color:#FFFFFF;
display:block;
height:25px;
line-height:25px;
text-decoration:none;
text-indent:4px;
}
.nieuwsoverzicht_naam a:hover {
background:#EA3033 url(../grafix/arrow_rood.jpg) no-repeat scroll right center;
}
.nieuwsoverzicht_datum {
font-size:12px;
font-weight:normal;
}
.nieuwsoverzicht_img {
	width: 93px;
height:70px;
float:left;
border-right:1px solid #C2C2C2;
}
.nieuwsoverzicht_tekst {
line-height: 17px;
height:70px;
padding-left:5px;
margin-right:5px;
overflow:hidden;
}
.nieuwsoverzicht_tekst {
line-height: 17px;
height:70px;
padding-left:5px;
margin-right:5px;
overflow:hidden;
}
.nieuwsoverzicht_meer {
font-size:10px;
text-decoration:none;
color:red;
}
.nieuwsoverzicht_meer a:link, .nieuwsoverzicht_meer a:visited, .nieuwsoverzicht_meer a:active{
text-decoration:none;
}

/* nieuwsdetail*/
#nieuwsdetail{
	width: 800px;
	position: relative;
	border:1px solid #C2C2C2;
	margin-bottom:15px;
}
.nieuwsdetail_naam {
font-weight:bold;
background:#BFBFBF url(../grafix/arrow_grijs.jpg) no-repeat scroll right center;
color:#FFFFFF;
display:block;
height:25px;
line-height:25px;
text-decoration:none;
text-indent:4px;
}
.nieuwsdetail_datum {
font-size:12px;
font-weight:normal;
}
.nieuwsdetail_img {
	float:right;
}
.nieuwsdetail_img  img{
border:1px solid #ddd;
margin:10px;
}
.nieuwsdetail_tekst {
float: left;
width:480px;
line-height: 18px;
padding:5px;
}




#imgPreviewContainer { display: block !important;}