*{
    padding:0;
    margin:0;
}
html, body {
    height: 100%;
    font-family: Verdana, Arial, sans-serif;
    background: #3C3D39;
    text-align: center;
    background: url(../img/background.gif);
}

#menu
{
    float:left;
    position: relative;
    width:281px;
    height: 250px;
    font-size:12px;
    color: #a4cd17;
}

#container {
    width: 760px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#header{
    height:70px;
    padding-top: 20px;
    font-size:1.3em;
    color: #ffffff;
}
#inhoud {
        font-size:11px;
        color: #ffffff;
}
#footer {
    clear:both;

    width: 100%;
    height: 40px;
    font-size:11px;
    font-weight:bold;
    line-height: 40px;
    text-align:center;
    color: #ffffff;
}

a {
    border: 0px;
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}