@charset "utf-8";
/* CSS Document */
div.newsitem{
display:inline-block;
height:auto;
border-bottom:1px solid #ddd;
width:370px;
padding-bottom:12px;
}

div.newsitem a{
text-decoration:none;
color:#660000;
}

div.newsitem a:hover{
text-decoration:underline;
color:#660000;
}

p.newsdatum{
font-size:10px;
line-height:13px;
font-weight:bold;
margin-bottom:5px;
color:#888;

}

p.newstitel{
font-size:11px;
font-weight:bold;
margin-bottom:10px;
line-height:13px;
letter-spacing:1.1px;
}

span.newstekst{
font-weight:normal;
margin-bottom:10px;
font-size:12px;
line-height:13px;
letter-spacing:0px;

}
img.newsthumb{
/*float:left;*/

margin-top:0px;
margin-right:8px;
margin-bottom:5px;
margin-left:0px;
border:0px;
}

a.editbutton{
display:block;
text-align:center;
width:50px;
border:1px solid #ddd;
font-size:10px;
}

