* {
    margin:0;
    padding:0;
    font-family:Verdana, Arial, sans-serif;
}

body {
    font-size:12px;
    font-style: normal;
}

div.container {
    position:absolute;
    width:940px;
    margin-left:-470px;
    margin-top:50px;
    left:50%;
}

div.header {
    float:left;
    clear:both;
    width:100%;
    background-color:#EEE;
    height:50px;
}

div.menu {
    float:left;
    width:140px
}

div.inhoud-container {
    float:left;
    width:100%;
    background-color:#ffff00;
}

div.inhoud {
    float:left;
    width:800px;
}

div.footer {
    float:left;
    width:100%;
    height:10px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#ccc;
    clear:both;
    text-align:right;
}

form.formLayout
{
    background-color: #f3f3f3;
    border: solid 1px #a1a1a1;
    padding: 10px;
    width:300px;
    padding-bottom: 30px;
    margin-bottom:20px;
}

form.formLayout label, form.formLayout input
{
    display: block;
    width: 130px;
    float: left;
    margin-bottom: 10px;
}

form.formLayout .submit {
    display:block;
    width:60px;
    margin-bottom:0px;
    float:right;
    margin-right:17px;
}

form.formLayout label
{
    text-align: right;
    padding-right: 20px;
}

br
{
    clear: left;
}

td.helpHed
{
    border-bottom: 2px solid #6699CC;
    border-left: 1px solid #6699CC;
    background-color: #BEC8D1;
    text-align: left;
    text-indent: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040;
}

td.helpBod
{
    border-bottom: 1px solid #9CF;
    border-top: 0px;
    border-left: 1px solid #9CF;
    border-right: 0px;
    text-align: left;
    text-indent: 10px;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
}

table.sofT
{
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    width: 580px;
    background-color: #fafafa;
    border: 1px #6699CC solid;
    border-collapse: collapse;
    border-spacing: 0px;
}
