body {
    background-image: url('images/achtergrond.jpg');
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: universe, verdana;
}

#balk {
    background: #987a54;
    color: #ffffff;
    text-align: left;
    z-index: 1;
}

#balk a {
    color: #ffffff;
    text-decoration: none;
}

#balk a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#balk h1 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

#der {
    background: #000000;
    color: #ffffff;
    font-size: 9px;
    text-align: right;
}

#der a {
    color: #ffffff;
    text-decoration: none;
}

#der a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#der span {
    height: 26px;
    vertical-align: middle;
}

h1, h2, p {
    padding-left: 4px;
    padding-right: 4px;
}

img {
    border-width: 0px;
}

#inhoud {
    background: #d9b07e;
    color: #000000;
    text-align: justify;
}

#inhoud a {
    color: #000000;
    text-decoration: none;
}

#inhoud a:hover {
    color: #000000;
    text-decoration: underline;
}

#inhoud h1 {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
}

#inhoudcontainer {
    background: #d9b07e;
    color: #000000;
    text-align: justify;
}

#inhoudcontainer a {
    color: #000000;
    text-decoration: none;
}

#inhoudcontainer a:hover {
    color: #000000;
    text-decoration: underline;
}

input {
    background: none;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    font-family: universe, verdana;
    font-size: 11px;
}

#menu {
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

#menu a {
    color: #ffffff;
    text-decoration: none;
}

#menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

#menu span {
    height: 26px;
    vertical-align: middle;
}

.rood {
    color: #ff0000;
}

#spacerbalk {
    background: #987a54;
    z-index: 1;
}

td {
    font-size: 11px;
}

textarea {
    background: none;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    font-family: universe, verdana;
    font-size: 11px;
    overflow: auto;
}

.error {
    border: solid 1px #ff0000;
}

.error-message {
    color: #ff0000;
}