﻿/* Pagina Cascading Style Sheet */
/* In dit Style Sheet worden alleen de nieuwsitems vermeld */
/* waar in de newsitems.ascx naar verwezen wordt. */
/* Ver. 2.0 Rev. KA-JoZs. */
/* copyright 2010 "Milieu Centraal" / "Knowledge Activators" */

div.NieuwsItemBlock{
    position:relative;
    min-height: 8.5em;
    border-top: solid 1px #006983;
    width: 36em;
    margin-top: 1.0em;
    padding-top: 0.0em;
    padding-right:12em;
}
div.NieuwsItemBlock img.picture{
    position:absolute;
    margin-top: 1.4em;
    right:0;
    width:10em;
    height:8em;
}
div.NieuwsItemBlock p{
}
div.NieuwsItemBlock p.link{
    font-size: 1.4em;
    margin: 0em 0 0.5em 0;
    padding-top:1em;
}
div.NieuwsItemBlock p.link a{
    font-weight: bold;
    color: #A70240;
    text-decoration: none;
}
div.NieuwsItemBlock p.leesmeer a{
    font-weight: normal;
    color: #A70240;
    text-decoration: none;
}