#home_left {
float: left;
width: 250px;
height: 840px;
}

#home_right {
float: right;
width: 523px;
height: 840px;
}

.nieuwsitem {
clear: both;
float: left;
width: 523px;
text-align: left;
}

.nieuwsitem_text {
float: left;
width: 400px;
text-align: left;
}

.nieuwsitem_image {
float: right;
width: 120px;
text-align: right;
}

