#news {
    width: 229px;
}
.homepagenewsitem {
    padding: 9px;
    border: solid 1px #CCC;
    background: #EEE;
    margin-bottom: 5px;
}
.homepagenewsitem a:link, .homepagenewsitem a:visited {
    color: #FFF;
    text-decoration: none;
}
.homepagenewsitem img {
    margin-bottom: 5px;
}
.overzichtnewsitem {
    padding: 5px 0 0 0;
    border-bottom: solid 1px #CCC;
}
.overzichtnewsitem img {
    float: left;
    margin: 0 10px 10px 0;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}
.overzichtnewsitem table td {
    vertical-align: top;
}
.overzichtnewsitem table td small {
    font-size: 9px;
    color: #666;
}
