.mediumcolumn span
{
    margin-top: 10px;
}

#smallcontent p img
{
    text-align: center;
}

#activiteitenlijst
{
    float:left;
    margin-top:1em;
    width:476px;
}

#activiteitenlijst li
{
    float:left;
    display:inline;
    width: 150px;
    margin:0 5px 10px 0;
}

#activiteitenlijst .activiteit
{
    float: left;
    display:inline;
    padding:0 0 14px 0; /* image height 17px*/
    background: url('/images/layout/activiteit_footer.gif') bottom right no-repeat;
    text-decoration: none;
    cursor: pointer;
}

#activiteitenlijst .activiteit_content
{
    width: 150px;
    border:1px solid #999999;
    border-bottom-width:0px;
    background:transparent top left no-repeat;
    padding:47px 0px 17px 0px;  /* image height 47px*/
    height: 63px;
    _height: 93px;
    text-align:center;
}

#activiteitenlijst .activiteit_content p
{
    color:#999999;
    padding:0px 0px 0px 6px;
    margin:0px;
    text-align: left;
}

#activiteitenlijst .activiteit_content p.activiteit_title
{
    font-weight:bold;
    color:#DE0000;
    padding-top:12px;
    border-top:1px solid #999999;
}

#activiteitenlijst .activiteit_content span
{
    display:none;
}