#html, body {
        font-family: verdana;
        font-size: 11px;
}

#header {
        background-image: none;
}

#header-company-logo {
        /* knmi */

        background-image: url('../../../../../../rijkshuisstijl/logo-knmi_nl.png');
        height: 79px;

        background-repeat: no-repeat;
        background-size: contain;
        left: -22px;
        margin: 0 0 0 50%;
        width: auto;
        position: inherit;
}

#header-balance-div {
        position: relative;
        top: 10px;
        width: auto;
        height: 32px;
        left: auto;
        background-color: #cce0f1;
}

#header-center {
        position: relative;
        top: 10px;
        width: auto;
        height: 44px;
        left: auto;
        padding: 0px;
        background-color: #01689b;
}


#header-page {
        font-size: 0px;
        font-family: verdana;

}

#header-title {
        font-size: 0px;
        font-family: Arial;

}

#centerbody {
    background: #f3f3f3;
    margin-top:200px;
    padding-bottom:10px;
    padding-top:30px;
    border: 2px solid;
    border-color:#154273;
    width:400px;
    padding:20px;
}

.btn {
      box-shadow: 2px 2px 5px #aaaaaa;
      background-color:#154273;
      font-weight: bold;
}
.menubutton {
    display: block;
    text-align: center;
    padding: 4px 12px;
    border-radius: 3px;
    margin: 9px 7px;
    text-decoration: none;
    color: white;
    background-color:#154273;
    box-shadow: 2px 2px 5px #aaaaaa;
    max-width:145px;
    width:145px;
}

p