﻿*
{
    margin: 0;
    padding: 0;
    font-family: Arial;
}
html, body, form
{
    height: 100%;
}
body
{
    background-image: url(../images/bg_slice.jpg);
    background-repeat: repeat-x;
    background-color: #cc3333;
    font-size: 10pt;
    text-align: center;
}
#canvas
{
    width: 1000px;
    margin-top: 25px;
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    position: relative;
    min-height: 630px;
    height: 100%;
    display: table;
}
#canvas ul.othercontacts 
{
    padding: 5px 0 0 25px;
}
#canvas ul.othercontacts a
{
    color: #003399;
    text-decoration: underline;
}
#canvas ul.othercontacts a:hover
{
    text-decoration: none;
}
#canvas #menu
{
    background-image: url(../images/bg_navigatie.png);
    background-repeat: no-repeat;
    width: 175px;
    height: 310px;
    color: #fff;
    padding: 20px 25px 0 25px;
    font-weight: bold;
    text-align: left;
    margin-left: 15px;
    float: left;
}
#canvas #menu a
{
    color: #ffffff;
    text-decoration: none;
}
#canvas #menu a:hover
{
    color: #cccccc;
    text-decoration: none;
}

#canvas #menu ul li
{
    list-style: none;
    padding: 6px 0 6px 0;
    border-bottom: solid 1px #fff;
}

#canvas #menu address
{
    font-weight: normal;
    font-style: normal;
    font-size: 8pt;
    padding-top: 40px;
}
#canvas #menu>#teaserphotogallery
{
    width: 235px;
    position: absolute;
    top: 550px;
    margin-left: -15px;
}
#canvas #content
{
    text-align: left;
    width: 600px;
    float: left;
    padding-left: 50px;
    background-color: #fff;
}
h2
{
    background-image: url(../images/steentjes.png);
    background-repeat: no-repeat;
    padding-left: 100px;
    padding-top: 1px;
    margin-bottom: 10px;
    height: 50px;
    color: #cc3333;
    font-size: 20pt;
}
#canvas #content .contactformtextbox
{
    font-size: 8pt;
    padding: 2px 5px 2px 5px;
    border: solid 1px #cc3333;
}
