/* Listing noviniek */

div.news-main {
    margin-left: 35px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 80%;
    background-image: url("arrow.gif");
    background-repeat: no-repeat;
    background-position: left 4px;
}

div.news-main div.datum {

}

div.news-main div.title {
    font-weight: bold;    
    font-size: 7.5pt;
    margin-bottom: 5px;
    text-transform: uppercase;
}

div.news-main div.text {
    margin-bottom: 5px;    
}

div.news-main div.link {
     
}

div.news-main div.link a:link {
    color: rgb(123,123,123);
    text-decoration:underline;
}

div.news-main div.link a:visited {
    color: rgb(123,123,123);
    text-decoration:underline;
}

div.news-main div.link a:hover {
    color:black;
    text-decoration:underline;
}
