
body, html {
    height: 100%;
    font-family: 'Indie Flower', cursive;
    margin: 0px;
    padding: 0px;
}

.bg { 
    /* The image used */
    background-image: url("afbeeldingen/potlood.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
}

ol {
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    left: 0px;
    text-align: center;
}

li {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li:hover {
    background-color: #111;
}

.active {
    background-color: #111;
}

footer, header, section
{
    position: absolute;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    left: 0px;
}

footer
{
    bottom: 0px;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
header
{
    top: 0px;
    padding: 0px 0px 20px 0px;
}

section
{
    margin: 10% 5% 10% 5%;
    font-family: 'Open Sans', sans-serif;
    top: 0px; 
    width: 90%;
    height: 70%;
    padding: 0px 10px 10px 10px;
    overflow-x: scroll;
    background: rgba(0, 0, 0, 0.75); /* Black background with transparency */
    display: none;
}

.home
{
    display: block;
}
h1
{
    font-family: 'Indie Flower', cursive;
    font-size: 40px;
    margin-bottom: 5px;
}
p, h1
{
    margin-top: 1px;
}
h3
{
    margin-bottom: 0px;
}

table {
    border-collapse: collapse;
    border-style: hidden;
    width: 90%;
}

table td {
    border: 1px solid white;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}

 .contact_article
{
    width: 49%;
    display: block;
    position: absolute;
}
#contact_left
{
    left: 0px;
    text-align: center;
}
#contact_right
{
    margin-left: 50%;
}
fieldset, .formElement
{
    vertical-align: top;
}
#voorstel_left
{
    display: block;
    position: absolute;
    left: 20px;
}
#voorstel_right
{
    display: block;
    position: absolute;
    margin-left: 20%;
}