/*reset alle default margins*/
*
{
    margin: 0;
    padding: 0;
}



body
{
    background-color: #F2F2F2;
    font-family: Verdana, Arial;
    font-size: 8pt;
    margin: 0px 0px 0px 10px;
    text-align: center; /*For IE6 Shenanigans tav gecentreerde contentview*/
}

img
{
    border: solid 1px #003366;
}

p
{
    margin-bottom: 9pt;
}

h1
{
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

h2
{
    margin-top: 20px;
    font-weight: bold;
    font-size: 8pt;
    font-style: italic;
    color: #003366;
}

h3
{
    margin-top: 10px;
    font-size: 8pt;
    color: #333333;
    margin-bottom: 0px;
}

.klein1
{
    font-size: 11px;
}

#divCentreerHor
{
    /*gecentreerde contentview*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 965px;
    height: 980px;
    text-align: left; /*For IE6 Shenanigans tav gecentreerde contentview*/ /*achtergrond*/ /*overig*/
    background-color: White;
    background-image: url(bannerTopNW.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    border-right: solid 1px #F2F2F2;
    border-left: solid 1px #F2F2F2;
}

/*main*/
#divMainContent
{
    background-color: White;
    position: relative;
    top: 170px;
    float: right;
    width: 660px;/*voor IE6. Voor overige browsers zou 665px passen. Check pagina FAQ*/
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
    word-spacing: normal;
}

/* mnuVert */
.mnuVert
{
    position: relative;
    top: 140px;
    height: 840px; /* =   #divCentreerHor.height - mnuVert.top */
    width: 240px;
    color: White;
    background-color: #D5E3F0; /* #003366;*/
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.mnuVert .l1
{
    font-size: 9pt;
    font-weight: bold;
    list-style: none;
    padding: 5px 5px 5px 20px;
    height: auto;
    color: #003366;
    border-top: solid 2px white;
    cursor: pointer;
}

.mnuVert .l2
{
    list-style: none;
    font-size: 8pt;
    padding: 0px 5px 5px 32px;
    height: auto;
    border-top: solid 1px white;
    color: #003366;
    cursor: pointer;
}

.mnuVert .pageselected
{
    background-image: url(pijl1.gif);
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

.mnuVert .l1:hover, .l2:hover
{
    color: #F96C37; /*oranje*/
}

#pgTitel
{
    display: block;
    font-size: 12pt;
    font-weight: bold;
    color: #003366;
    margin-bottom: 15px;
}


a:visited
{
    color: #003366;
}

a:link
{
    color: #003366;
    text-decoration: underline;
}
a:hover
{
    color: #003366;
    color: #F96C37; /*oranje*/
     text-decoration: none;
}
a:active
{
    font-weight: normal;
    color: #003366;
    text-decoration: underline;
}



ul.newul
{
	margin-left: 45px;
	list-style-type:circle;
}