﻿
body
{
    margin: 0 auto;
    font-family: Arial;
}
.Container 
{
     margin: 0 auto;
     width: 968px;  
}

.Header 
{
    top: 17px;
    position: absolute;
    width: 968px;
    height: 71px;
}
.Header_Zoeken 
{
    position: absolute;
    width: 225px;
    top: 14px;
    right: 30px;
}

.Header_Zoeken_td 
{
    color: #aeb3b7;    
}

.Header_Print 
{
    display: none;
}

.ZoekTextbox
{
    border: solid 1px #a9afb3;
    width: 170px;
    font-size: 11px;
    color: #939da2;
    line-height: 14px;
}
/*
.Hoofdmenu 
{
    position: absolute;
    top: 88px;
    height: 56px;
    width: 968px;
    background-image: url('/Images/Layout/bg_Hoofdmenu.jpg');
    background-repeat: repeat-x;
    z-index:20;
}
.HoofdmenuRechts
{
    position: absolute;
    width: 125px;
    left: 843px;
    height: 56px;
    background-image: url('/Images/Layout/bg_Hoofdmenu_rechts.jpg');
    background-repeat: repeat-x;
    z-index:20;
    top: 0px;
}
*/


.Hoofdmenu 
{
    position: absolute;
    top: 88px;
    height: 56px;
    width: 843px;
    background-image: url("/Images/Layout/bg_Hoofdmenu.jpg");
    background-repeat: repeat-x;
    z-index:20;
}

.HoofdmenuRechts
{
    position: absolute;
    left: 843px;
    top: 0px;
    width: 125px;
    height: 56px;
    background-image: url('/Images/Layout/bg_Hoofdmenu_rechts.jpg');
    background-repeat: repeat-x;
    
} 
.ContentContainer 
{
    position: absolute;
    top: 144px;
    width: 963px;
    background: url('/Images/Layout/bg_content.jpg') repeat-y; 
    background-color: White;
    padding-left: 5px;
}
.Content 
{
    position: absolute;
    background-color: White;
    width: 744px;
    left: -5px;
}
.ContentRechts 
{
    float: right;
    vertical-align: top;
    width: 223px;
    background: url('/Images/Layout/bg_content_rechtsboven.jpg') no-repeat; 
    background-position: right top;
}
.Footer 
{
    position: relative;
    margin-left: -13px;
    width: 968px;  
    height: 28px;
    background: url('/Images/Layout/bg_footer.jpg') no-repeat bottom center;  
    clear: both;    
    font-family: Arial;
    font-size: 11px;
    color: White;
    line-height: 25px;
    padding-left: 17px;
 }
.FooterNav 
{
    position: absolute;
    right: 30px;
    top: 0px;
    width: 400px;
    height: 25px;
    text-align: right;
}
.InformatieItemInhoud 
{
    width: 720px; 
    /*width: 963px;*/
    /*background-color: Yellow;*/
}

.InformatieItemContent 
{
    min-height: 5px;
}

.InformatieItemImage 
{
    border: solid 1px #e1e2e3;
}

.BlokRechts 
{
    margin-top: 15px;
}

.BlokRechts_Header 
{
    width: 173px;
    height: 23px;
    background-image: url('/Images/Layout/bg_BlokRechts_Header.jpg');
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    color: #006eac;
    padding-left: 10px;
}

.BlokRechts_Header_Small 
{
    width: 183px;
    height: 10px;
    background-image: url('/Images/Layout/bg_BlokRechts_Header_Small.jpg');
}

.BlokRechts_Inhoud
{
    width: 173px;
    background: url('/Images/Layout/bg_BlokRechts_Inhoud.jpg') repeat-y;
    padding-left:5px;
    padding-right:0px;
/*    padding: 5px 0px 5px 5px; 
    line-height:26px;*/
}

.BlokRechts_Footer 
{
    width: 183px;
    height: 14px;
    background-image: url('/Images/Layout/bg_BlokRechts_Footer.jpg');
}

.ImageMenuRegel 
{
    margin-top: 15px;
    margin-left: -4px;
}

.Sitemap 
{
    margin-top: 20px; 
    margin-bottom: 20px; 
    margin-left: 14px
}

.Sitemap_Niveau0 
{
    width: 350px;
    margin-left: 20px;
    margin-bottom: 5px;
}
.Sitemap_Niveau1
{
    width: 350px;
    clear: both;
    margin-left: 35px;
    margin-bottom: 5px;
}
.Sitemap_Niveau2
{
    width: 350px;
    clear: both;
    margin-left: 45px;
    margin-bottom: 5px;    
}

.ContactForm_Name 
{
    font-size: 12px; 
    color: #000; 
    font-family: arial;
}

.ContactForm_Field 
{
    border: solid 1px #afafaf;    
    font-family: Arial;
}

.ContactForm_Button 
{
    border: solid 1px #afafaf;    
    background-color: White;
    color: #006eac;
    font-family: Arial;
}

.ContactForm_Melding 
{
    font-size: 12px; 
    color: #000; 
    font-family: arial; 
    font-weight: bold;
}

.Overzicht_Titel 
{
    font-size: 12px; 
    color: #006eac;
    font-family: arial; 
    font-weight: bold; 
}

.Overzicht_Datum 
{
    font-size: 12px; 
    color: #afafaf;
    font-family: arial; 
    font-weight: normal;    
}
.Overzicht_Intro 
{
    font-size: 12px; 
    color: #000; 
    font-family: arial;
}

/* Hyperlinks */
A:link {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

A:visited {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;    
    text-decoration: underline;
}
A:hover {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;    
    text-decoration: none;
}
A:active {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;    
    text-decoration: none;
}

A.LinkHeader:link {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

A.LinkHeader:visited {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;    
    text-decoration: none;
}
A.LinkHeader:hover {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;    
    text-decoration: underline;
}
A.LinkHeader:active {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;    
    text-decoration: none;
}

A.LinkGrid:link {
    color: #1178b2;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

A.LinkGrid:visited {
    color: #1178b2;
    font-weight: normal;
    font-size: 12px;    
    text-decoration: none;
}
A.LinkGrid:hover {
    color: #687178;
    font-weight: normal;
    font-size: 12px;    
    text-decoration: underline;
}
A.LinkGrid:active {
    color: #1178b2;
    font-weight: normal;
    font-size: 12px;    
    text-decoration: none;
}

A.LinkPanel:link {
    color: #788389;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
}
A.LinkPanel:visited {
    color: #788389;
    font-weight: normal;
    font-size: 8pt;    
    text-decoration: none;
}
A.LinkPanel:hover {
    color: #788389;
    font-weight: normal;
    font-size: 8pt;    
    text-decoration: underline;
}
A.LinkPanel:active {
    color: #788389;
    font-weight: normal;
    font-size: 8pt;    
    text-decoration: none;
}
  
A.LinkFooter:link {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
A.LinkFooter:visited {
    color: #fff;
    font-weight: normal;
    font-size: 12px;    
    text-decoration: none;
}
A.LinkFooter:hover {
    color: #fff;
    font-weight: normal;
    font-size: 12px;    
    text-decoration: underline;
}
A.LinkFooter:active {
    color: #fff;
    font-weight: normal;
    font-size: 12px;    
    text-decoration: none;
}

A.Panel:link {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

A.Panel:visited {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;    
    text-decoration: none;
}
A.Panel:hover {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;    
    text-decoration: none;
}
A.Panel:active {
    color: #1178b2;
    font-weight: bold;
    font-size: 12px;    
    text-decoration: none;
}

A.Overzicht_Link:link {
    font-size: 12px; 
    color: #006eac;
    font-family: arial; 
    font-weight: bold;
    text-decoration: none;
}

A.Overzicht_Link:visited {
    font-size: 12px; 
    color: #006eac;
    font-family: arial; 
    font-weight: bold;
    text-decoration: none;
}
A.Overzicht_Link:hover {
    font-size: 12px; 
    color: #006eac;
    font-family: arial; 
    font-weight: bold; 
    text-decoration: underline;
}
A.Overzicht_Link:active {
    font-size: 12px; 
    color: #006eac;
    font-family: arial; 
    font-weight: bold; 
    text-decoration: none;    
}

.ulTabel
{
    width: 173px;
    background: url('/Images/Layout/bg_BlokRechts_Inhoud.jpg') repeat-y;
    padding-right:0px;
}
.ulStyle
{
    margin-left:0px;
}
.liStyle
{
    list-style-type:none;
    list-style-image:url('/Images/hyperlink/stip.jpg');
    list-style-position:outside;
    font-size:10pt;
    margin-top: 4px;
    margin-left:20px;
}
.liStyle a:link
{
    color: #788389;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
}
.liStyle a:visited {
    color: #788389;
    font-weight: normal;
    font-size: 8pt;    
    text-decoration: none;
}
.liStyle a:hover {
    color: #788389;
    font-weight: normal;
    font-size: 8pt;    
    text-decoration: underline;
}
.liStyle a:active {
    color: #788389;
    font-weight: normal;
    font-size: 8pt;    
    text-decoration: none;
}
.liStyleMeer
{
    list-style-type:none;
    list-style-image:url('/Images/hyperlink/stip.jpg');
    list-style-position:outside;
    font-size:10pt;
    margin-top: 4px;
    margin-left:20px;
}
.liStyleMeer a:link
{
    color: #1178B2;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
}
.liStyleMeer a:visited {
    color: #1178B2;
    font-weight: bold;
    font-size: 8pt;    
    text-decoration: none;
}
.liStyleMeer a:hover {
    color: #1178B2;
    font-weight: bold;
    font-size: 8pt;    
    text-decoration: underline;
}
.liStyleMeer a:active {
    color: #1178B2;
    font-weight: bold;
    font-size: 8pt;    
    text-decoration: none;
}
.BannerTabel
{
    width: 173px;
    background: url('/Images/Layout/bg_BlokRechts_Inhoud.jpg') repeat-y;
    padding-right:0px;
    text-align: center; 
}

h1
{
	font-family: arial; 
    color: #006eac; 
    font-size: 16px;
    font-weight: bold;
    margin:0px 0px 20px 0px;
}

h2
{
	font-family: arial; 
    color: #006eac; 
    font-size: 12px; 
    margin-bottom: 0px;
}

h3 
{
    font-family: arial; 
    color: #006eac; 
    font-size: 16px; 
    font-weight: bold;
    margin-bottom: 0px;
    
}
h5 {
	color:#006EAC;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
}
p {
 margin:0px;
}



ul {
margin-top: 5px;
margin-bottom: 2px;
}
        .vraag 
        {
            background-image: url('Images/vraag.gif'); 
            background-repeat: no-repeat;
            padding-left: 5px;
            width: 650px;
            height: 30px;
            line-height: 30px;
        }
        
        .antwoord 
        {
            border-left: solid 1px #797979;
            border-bottom: solid 1px #797979;
            border-right: solid 1px #797979;
            display: none;
            padding: 5px;
            width: 638px;
            color: #788389; 
            text-decoration:none; 
            font-family: Arial; 
            font-size: 10pt;
            background-color: #f3f5fa;
        
        }
        a.q:link {color: #ffffff; text-decoration:none; font-family: Arial; font-size: 10pt; font-weight: bold;}     /* unvisited link */
        a.q:visited {color: #ffffff; text-decoration:none;font-family: Arial; font-size: 10pt; font-weight: bold;}  /* visited link */
        a.q:hover {color: #ffffff; text-decoration:underline;font-family: Arial; font-size: 10pt; font-weight: bold;}   /* mouse over link */
        a.q:active {color: #ffffff; text-decoration:none;font-family: Arial; font-size: 10pt; font-weight: bold;}   /* selected link */