html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    background: #69037c url("../images/bg.png") repeat-y 50%;
    width: 100%;
    position:absolute;
    margin: 0;
    padding:  0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.containingdiv {
    width: 100%;
    position: absolute;
    padding: 0;
}

.maindiv {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    min-height: 642px;
}

.top {
    position: relative;
    height: 94px;
    margin: 0;
    background: #fff url("../images/top.png") no-repeat;
}

.home-button {
    padding:  0 15px;
    background-color: #fff;
    position: absolute;
    left: 355px;
    top: 68px;
}

.topmenu {
    position:  absolute;
    height: 26px;
    top: 68px;
    left: 400px;
}

.menu_level1 {
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    height: 26px;
    font-size: 12px;
    font-weight: bold;
    text-transform:lowercase;
    background-image: url("../images/menu-active.png");
    width: 110px;
    margin-right: 3px;
    padding-top: 6px;
    text-align: center;
}

.menu_level1:hover {
    background-image: url("../images/menu-inactive.png");
}

.header {
    position: relative;
    height: 258px;
    margin: 0;
    background: #fff url("../images/header.png") no-repeat;
}

.module-left {
    position: absolute;
    top: 389px;
    left: 132px;
    background: #69037c url('../images/module-left.png') no-repeat;
    height: 234px;
    width: 183px;
}

.content {
    position: relative;
    padding: 40px 0;
    left: 375px;
    width: 546px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.content h1 {
    font-size: 20px;
    color: #69037c;
    font-weight: bold;
    margin:  0 0 15px 0;
}

.content a {
    color: #69037c;
    font-weight: bold;
    text-decoration: none;
}

.footer {
    margin:  0 auto;
    width: 960px;
    position: relative;
    border-top: 1px solid #b6b6b6;
}

.hidden{
    width: 200px;
    left: 20px;
    position: relative;
    clear: both;
    margin-bottom: 20px;
}

.footer .menu_level1, .hidden .menu_level1 {
    background: none;
    width: auto;
    position: relative;
    left: 375px;
    font-size: 11px;
    font-weight: normal;
    color: #69037c;
    text-decoration: none;
    cursor: pointer;
}

.footer .hidden .menu_level1 {
    float: none;
    width: auto;
    text-align: left;
    left: 15px;
    height: auto;
}

.footer .menu_level1:hover, .hidden .menu_level1:hover {
    background: none;
    color: #000;
}

.footer .menu_level1.active, .hidden .menu_level1.active {
    background-image: none;
}

.footer .footer-payoff {
    position: absolute;
    top: 6px;
    right: 100px;
    font-size: 11px;
    color: #69037c;
    font-weight: normal;
}

.kop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #69037c;
}

.subkop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.paragraaf {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #69037c;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
