body {
    background-image : url('BGLAYER.png');
    background-color : #018000;
    background-repeat : repeat-x; 
    text-align: center;
}

div.kader {
    background-image : url('Decoratie/lumps2_strip4.png');
    background-repeat : repeat-x; 
    border-bottom : 10px solid;
    border-top: 15px solid; 
    width : 728px;
    min-height : 50px; 
    height : auto !important; 
    height : 50px; 
    padding-top : 40px;
}
div.links {
    background-image : url('Decoratie/fungus1.png');
    background-repeat: no-repeat;
    margin-bottom : 0px;
    margin-left : 0px;
    width : 80px;
    height : 100px;
    position:absolute;
}
div.midden {
    
    width : 585px;
    position:relative;
}
div.rechts {
    background-image : url('Decoratie/fungus2.png');
    background-repeat: no-repeat;
    margin-bottom : 0px;
    margin-left : 655px;
    width : 80px;
    height : 100px;
    position:absolute;
}
div.error {
    color : red;
    font-weight: bold;
    font-size: 20px;
}
div.footer {
    background-image : url('Decoratie/grass.png');
    background-repeat:repeat-x;
    bottom:0px;
    position:relative;
    width : 728px;
    height : 7px;  
}
td {
    text-align : left;
}

td.bold {
    color : black;
    font-weight: bold;
    padding-bottom : 10px;
}
tr {
    text-align : left;
}
table {
    text-align : left;
}


a.button {
    text-decoration: none;
}