body, td, p, ul, ol, button, input, select, textarea {
    line-height: 1.625 !important;
    font-size: 14px !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body {
    background-color: lightslategrey;
}

#center {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-top:25px;    
    margin-bottom:25px;
    border-right: darkgray 1px dotted;
    border-top: darkgray 1px dotted;
    border-left: darkgray 1px dotted;
    border-bottom: darkgray 1px dotted;
    background-color: lemonchiffon;
}

 
td
{
    vertical-align: top;

}

td:nth-child(3) {
    padding-right: 25px;
}

.row-spacing {
    height: 10px;
}

tr.header
{
    background-color: #ffcc00;
    height: 1.7em;

}

}
.plaatje
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid
}
.bodytext
{
    font-size: 11px;
    color: blue;
    line-height: 13px;
    font-family: verdana, arial
}


