﻿body 
{
    margin: auto;
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-size: smaller;
}

.divPageContainer
{
    margin: auto;
    width: 990px;
    text-align: center;
    padding-top: 20px;
}

.divTopBar
{
    float: right; clear: both;
    text-align: right;
    width: 980px;
}

.divHeader
{
    width: 982px;
    clear: both;
    border: solid 1px #ececec;
    margin-bottom: 3px;
}

.divLeft
{
    width: 776px;
    margin: 3px;
    float: left;
    text-align: left;
    clear: both;
}

.divRight
{
    width: 200px;
    margin: 3px;
    float: right;
    text-align: left;
    clear: none;
}

.divNav
{
    width: 982px;
    border: solid 1px #ececec;
    float: left;
    clear: left;
    margin: 3px 3px 3px 2px;
    background: #f5f5f5;
}

.divNavInner
{
    border: solid 3px #fff;
    min-height: 34px; line-height: 34px;
}

.divNavInner a
{
    float: left;
    display: block;
    width: auto;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    color: #000;
    padding: 0 10px 0 10px;
}

.divNavInner a:hover
{
    color: #765004;
    background: #fff;
}

.divMain
{
    float: left; clear: left;
    width: 774px;
    padding: 5px;
    min-height: 450px;
}

.textbox { border: solid 1px #ececec; background: #f8f8f8; width: 100px; vertical-align: top; margin-top: 1px }

.pnlBox { border: solid 1px #ececec; margin-bottom: 8px; }
.lblBox
{
    display: block;
    background: #f8f8f8;
    border: solid 3px #fff;
    padding: 2px;
}

a 
{
    color: #765004;
    text-decoration: none
}

a:hover 
{
    color: #006699;
    text-decoration: none
}

.divMainTitleHeadline, .MainTitleHeadline
{
	font-weight: bold;
	font-size: larger;
	color: #999;
	border-bottom: dashed 1px #f0f0f0;
}


.TextBox { font-size: 9pt; border: solid 1px #ccc;}
.Contact { width: 400px; }

.divGoBack
{
    border-bottom: dashed 1px #f0f0f0;
    margin-top: 6px; padding: 5px; padding-left: 0;
}

a:link.lnkGoBack, a:visited.lnkGoBack, a:hover.lnkGoBack, a:active.lnkGoBack
{
    color: #765004;
    text-decoration: none;
}

a:hover.lnkGoBack { color: #006699; }

.arrow { border: 0; margin-right: 5px; vertical-align: middle; text-align: left; }

.divVefmerking
{
    color: #999;
    border-top: 1px solid #e6e6e6;
    padding-top: 5px; 
    font-size: smaller;
    text-align: center;
    
}

.divVefmerking a { color: #999 }
.divVefmerking a:hover { color: #006699 }