﻿html
    {
        height:100%
    }
        
body
    {
        font-family: Trebuchet MS;
        font-size: small;
        height:100%
    }
a, a:visited
    {
        text-decoration:underline;
        color:#5e88a1;
    }   
     
.TableLogo
    {
        width: 750px;
        background-color: #231F20;
    }

.TableCellLogo
    {
        text-align: center;
        width: 100%;
        height:213px;
    }

.TableBinnenkort
    {
        width: 750px;
        color: #5e88a1;
    }
    
.TableVestigingen
    {
        width: 740px;
    }
    
.TableHeaderVestigingen
    {
        width: 750px;
        color: #5e88a1;
    }
    
.TableHeaderCellVestigingen
    {
        font-size: x-large;
    }
    
.TableVestigingenColumn
    {
        width: 50%;
    }
    
.TableVragen
    {
        width: 750px;
    }
    
    
/*Style waterschade*/
#tdwaterschade
{
    position:relative;
    width:0px;
}

#waterschade
    {
        position:absolute;
        border: 1px solid #000000;
        padding:10px;
        width:200px;
        left:-240px;
    }
    
#waterschade>p
    {
        margin-bottom:0px;
    }
