html, body
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

body, p, td
{
    font-family: Sarabun, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
}

a
{
    text-decoration: none;
}

#header
{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 74px;
}

#logoNederwerk
{
    position: absolute;
    left: 20px;
    top: 7px;
    width: 290px;
    height: 120px;
    background-image: url(/images/logo-nederwerk.svg);
    background-size: 290px 120px;
}

#logoTeamWestland
{
    position: absolute;
    top: 34px;
    right: 20px;
    width: 344px;
    height: 80px;
    background-image: url(/images/logo-team-westland.svg);
    background-size: 344px 80px;
}


#content
{
    position: absolute;
    left: 0px;
    top: 148px;
    right: 0px;
    bottom: 20px;
    overflow-y: auto;
    padding-top: 14px;
}

#footer
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 20px;
    line-height: 20px;
    background-color: #333339;
}

.divWidth
{
    position: relative;
    top: 0px;
    bottom: 0px;
    min-width: 800px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#divCopyright
{
    position: absolute;
    top: 0px;
    left: 20px;
    color: #ccc;
}

#divRealisatie
{
    position: absolute;
    top: 0px;
    right: 105px;
    color: #ccc;
}

#logoRegEnTech
{
    position: absolute;
    top: 3px;
    right: 20px;
    width: 77px;
    height: 14px;
    background-image: url(/images/logo-reg-en-tech.svg);
    background-size: 77px 14px;
}



h1
{
    font-size: 24px;
    font-weight: 1000;
}

h1:first-child
{
    padding-top: 0px;
    margin-top: 0px;
}


@media only screen and (max-width: 600px)
{
    #logoNederwerk
    {
        width: 145px;
        height: 60px;
        background-image: url(/images/logo-nederwerk.svg);
        background-size: 145px 60px;
    }
    
    #logoTeamWestland
    {
        width: 172px;
        height: 40px;
        background-image: url(/images/logo-team-westland.svg);
        background-size: 172px 40px;
    }
    
    #content
    {
        top: 74px;
    }

    .divWidth
    {
        min-width: 80%;
        max-width: 100%;
        padding: 10px;
    }

    #divCopyright
    {
        left: 5px;
        font-size: 10px;
    }
    
    #divRealisatie
    {
        display: none;
    }
    
    #logoRegEnTech
    {
        top: 5px;
        right: 5px;
        width: 55px;
        height: 10px;
        background-size: 55px 10px;
    }

    table
    {
        width: 100%;
    }
}