body {
    padding: 0;
    margin: 0;
    background-image:  url(/skin/bar.png);
    background-position:  0 0;
    background-repeat: repeat-x;
    background-color: #958B84;
    color: #FFF;
    font-family: "Times New Roman", Times, serif;
    font-size: 11pt;
}
a {
    color: #EE6;
}
a:visited {
    color: #FFC;
}
h1 {
    font-size: 150%
    margin: 0 0 5px 0;
}
h2 {
    font-size: 130%;
    margin: 0 0 5px 0;
}
h3 {
    font-size: 110%;
    margin: 0 0 5px 0;
}
ul {
    margin: 0;
    padding: 0;
    clear: both;
}
li {
    margin-left: 20px;
}
p {
    margin: 0 0 10px 0;
}
div#news {
    font-size: 90%;
}
.newsitem-header {
    width: 360px;
    float: left;
}
.input {
    background-color: #EEE;
    border: 1px solid #FFF;
}
div#right {
    position: absolute;
    top: 0;
    left: 384px;
    right: 0;
    padding-top: 35px;
    background-image:  url(/skin/topright2.jpg);
    background-position:  1px 0;
    background-repeat: no-repeat;
}
div#homepage {
    min-height: 300px;
    margin-top: 158px;
    padding: 20px 10px 0 39px;
/*    background-image:  url(/skin/yellow.png);
    background-position:  0 60px;
    background-repeat: no-repeat;*/
    background-color: #665C55;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #FFF;
}

div#titlebar {
    height: 48px;
    margin: 62px 0 0 19px;
    padding-top: 48px;
    border-left: 1px solid #FFF;
}
div#title {
    height: 34px;
    margin-top: 111px;
/*    border-top: 1px solid #FFF;*/
    padding: 12px 0 0 15px;
/*    background-color: #665C55;*/
    font-size: 14pt;
    white-space: nowrap;
}
div#content, div#map {
    min-height: 300px;
    margin-top: 1px;
    border-color: #FFF;
    border-width: 0 0 1px 1px;
    border-style: solid;
    background-color: #665C55;
}
div#content {
    padding: 15px 10px 0 15px;
}
div#map {
    width: 612px;
    border-width: 0 1px 1px 1px;
    background-color: #B2AAA4;
}
div#left {
    width: 385px;
    float: left;
    background-image:  url(/skin/topleft.jpg);
    background-position:  0 0;
    background-repeat: no-repeat;
}
div#img {
    width: 385px;
    height: 383px;
    margin-top: 193px;
    background-image:  url(/skin/inzet-home.jpg);
    background-position: 0 10px;
    background-repeat: no-repeat;
}
div#nav {
    width: 192px;
/*    border-right: 15px solid #958B84;
    border-bottom: 15px solid #958B84;*/
    background-image:  url(/skin/menu-bg.jpg);
    background-position:  0 0;
    background-repeat: no-repeat;
}
div#nav a {
    display: block;
    width: 182px;
    height: 22px;
    padding: 4px 10px 0 0;
    border-width: 0 1px 1px 0; 
    border-style: solid;
    border-color: #FFF;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    font-size: 95%;
}
div#nav a:hover, div#nav a.active {
    background-color: #FFCA20;
    color: #666;
}
span#credits {
    width: 200px;
    padding: 10px 4px 4px 4px;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
span#credits A {
    font-weight: bold;
    text-decoration: underline;
    color: #555;
}

div#affils {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    padding-left: 10px;
}
div#affils img {
    margin-right: 10px;
    vertical-align: bottom;
}
