.nieuws{
}
.nieuws a.image{
  display:block;
  float:left;
  border-right:1px dotted #BFBFBF;
  padding:0 10px 0 0;
  margin:0 10px 0 0;
  width:50px;
  height:50px;
}
.nieuws div.teaser{
  padding:0;
  margin-bottom: 25px;
}
.nieuws div.teaser img{
  float:right;
  padding:0 0 10px 10px;
}
.nieuws div.teaser b{
  display:block;
  margin-bottom:8px;
}
.nieuws .preface{
  font-weight:bold;
}
.nieuws h1{
  height:15px;
  margin-bottom: 5px;
}
.nieuws h1 span{
  float:left;
}
.nieuws h1 a{
  float:left;
}
.nieuws h1 .date{
  float:right;
  font-size: 11px;
}561