#overzicht {
position:relative;
float:left;
width : 222px;
height:310px;
margin:10px 15px 10px 0;
overflow: hidden;
}
.ov_img {
    width:220px;
    height:150px;   
    border: solid 1px gray; 
}
#overzicht img {
    border:none; 
     width:220px;
    height:150px;   
}
#overzicht h2 {
    font-size:14px;
}
.ov_omschr {
     font-size:12px;
     height:60px;
}
a.details {
position:absolute;   bottom:5px;   right:5px; 
    color:#CDD1EE;
    padding:5px 10px;
    background-color:#0055A0;

    border-radius: 7px;
    display:inline-table;
}

#content a.details,#content a.details:hover,#content a.details:visited
{
    text-decoration: none;
}
