﻿ul.news
{
    list-style:none;
    margin:0;
    padding:0;
    }

ul.news li
{
    clear:both;
    margin:20px 0 0 0;
    }

ul.news img
{
    width:150px;
    height:100px;
    float:left;
    }

ul.news a
{
    display:block;
    width:390px;
    height:92px;
    overflow:hidden;
    float:left;
    margin:0 7px 0;
    padding:3px 5px;
    text-decoration:none;
    border:1px solid #fff;
    background:#fff url(../images/arrow-nieuws.gif) no-repeat bottom right;
    color:#676767;
    }
ul.news b.title
{
    color:#d2340f;
    font-weight:normal;
    font-size:1.2em;
    margin-right:5px;
    }
ul.news a .date
{
    color:#005557;
    }
ul.news a:hover
{
    border:1px solid #f6d5c6;
    background:#fcf2f0 url(../images/arrow-nieuws-hover.gif) no-repeat bottom right;
    }
