﻿body, div, p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    line-height: 1.25em;
    color: #3c3c3b;
}

.container {
    position: relative;
    min-width: 600px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}


.header {
    height:170px;
}

.bar {
    background-color: #fabb00;
    height: 50px;
}

.nav {
    margin-top: 15px;
}
.nav, .nav a {
    float: left;
    color: #3c3c3b;
    font-weight: bold;
    text-decoration:none;
}

.nav, .nav a:hover {
    float: left;
    color: #3c3c3b;
    font-weight: bold;
    text-decoration:underline;
}

.nav div {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 18px;
    margin-left: 18px;
}

.content {
    min-height: 300px;
    position:relative;
    margin: 40px 0px 0px 0px;
    font-size: 12px;
    font-weight: normal;
}

.content-hoevaak {
    min-height: 500px;
    position:relative;
    margin: 40px 0px 0px 0px;
    font-size: 12px;
    font-weight: normal;
}

.content-overzicht {
    min-height: 500px;
    position:relative;
    margin: 40px 0px 0px 0px;
    font-size: 12px;
    font-weight: normal;
}

.copyright {
    float:left;
    color: #3c3c3b;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    padding-top: 19px;
}

.powered {
    float:right;
    color: #3c3c3b;
    font-size: 12px;
    font-weight: normal;
    padding-right: 20px;
    padding-top: 19px;
}

    .powered a, .powered a:hover {
        text-decoration:none;
    
    }