html, body {
    margin: 0;
    height: 100%;
}

body {
    background: #fffce3;
    color: black;
    font-family: sans-serif;
    overflow-y: scroll;
}

#contentlink, #contentlink a {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    text-decoration: none;
    color: white;
}

#contentlink a:focus, #contentlink a:active, #contentlink a:hover {
    font-size: 14pt;
    background-color: white;
    padding: 1ex;
    text-decoration: underline;
    color: #0055d4;
}

#content {
    margin: 15px;
/*    clear: both; */
    line-height: 150%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

h1 {
    font-size: 120%;
    margin-top: 1.5ex;
}

p {
    margin-top: 1ex;
    margin-bottom: 1ex;
}

a {
    color: #0055d4;
}

#content a:hover {
    color: white;
    background: #0055d4;
}

/* * * * */

#header {
    background: white url(images/geel.png) repeat-x;
    height: 138px;
    max-height: 138px;
    display: table;
    width: 100%;
}

#logo {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

#logo a img {
    border: 0;
}

#logo a:hover img {
    background: url(images/logo-selectie.png);
}

.nav {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 140px;
    max-height: 140px;
    overflow: hidden;
}

.nav li {
    margin-top: 23px;
    width: 86px;
    float: left;
    font-family: sans-serif;
    font-size: 9pt;
    text-align: center;
}

.nav li a {
    text-decoration: none;
    color: black;
}

.nav li img {
    border: 0;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.nav li a:hover {
    color: #0055d4;
}

.nav li a:hover img {
    background: url(images/selectie.png);
}

#navcontact {
    float: right;
    margin-right: 15px;
}

#footerspace {
    margin-top: 15px;
    height: 35px;
}

#footer {
/*    position: absolute;
    bottom: 0;
    left: 0;*/
    font-style: italic;
    background: #EEE8AA;
    line-height: 35px;
    border-top: 1px solid gray;
    height: 35px;
    width: 100%;
}

#footer #copyright {
    float: right;
    padding-right: 15px;
}

th, td {
    background: silver;
    text-align: left;
}

.pinch {
    max-width: 920px;
    margin: auto;
}
a#tnxlink:hover {
    background: none;
}

