﻿.nieuwsgrid
{
    margin: 0px 0px 0px 10px;
}

.niewsitem
{
    width: 700px;
}

.nieuwsitemhead
{
    width: 700px;
    height: 25px;
    position: relative;
    margin: 10px 0px 5px 0px;
}

.nieuwstitel
{
    float: left;
    margin: 2px 0px 0px 10px;
    font-weight: bold;
    font-size: 17px;
}

.nieuwsauteur, .nieuwsdatum
{
    float: right;
    margin: 2px 10px 0px 0px;
    font-size: 12px;
    vertical-align: middle;
}

.nieuwsitembody
{
    width: 700px;
    position: relative;
    height: 125px;
}
.nieuwsfoto
{
    float: left;
    width: 200px;
    margin: 2px 0px 0px 10px;
}
.nieuwsinleiding
{
    float: left;
    width: 350px;
}
.nieuwsitemfooter
{
    width: 700px;
    position: relative;
    height: 25px;
    border-bottom: dotted 1px #8C8C73;
}

.nieuwslink
{
    float: right;
    margin: 2px 10px 10px 0px;
}

#divNieuwsBerichtKop
{
    width: 700px;
    border-bottom: dotted 1px #8C8C73;
}

#divNieuwsBerichtInfo
{
    width: 700px;  
}

#divNieuwsBerichtBody
{
    width: 700px;
}

.lblNieuwsTitel
{
    font-size: 17px;
    font-weight: bold;
}

.lblNieuwsInfo
{
    font-size: 12px;
}