﻿/* ---- MASTERPAGE ----*/

body
{
    margin-left: 10%;
    background-color: #ffffff;
}

/*Artifical setting of the centralized div*/
    
div.wrapper
{
    position: absolute;
    left: 50%;
    right: 50%;
    width: 1000px;
    margin-left: -500px;
    margin-right: auto;
    float: left;
    padding-left: 35px;
    background-image: url(Images/sideGradMid.gif);
    background-position: left top;
    background-repeat: repeat-y;
  
}

div.sitemapNew
{
    float: left;
    width: 600px;
    
    
}

a:link.sitemapNew
{
    float: right;
    font: 8pt verdana;
    color: #454399;
    text-decoration: none;
    margin-right: 15px;
    
}

a:visited.sitemapNew
{
   float: right;
    font: 8pt verdana;
    color: #454399;
    text-decoration: none;
    
    margin-right: 15px;
}

a:hover.sitemapNew
{
    float: right;
    font: 8pt verdana;
    color: #454399;
    text-decoration: underline;
    
    margin-right: 15px;
}

a:active.sitemapNew
{
    float: right;
    font: 8pt verdana;
    color: #454399;
    text-decoration: none;
    margin-right: 15px;
}

div.masterpage
{
   background-color: #FFFFFF;
    width: 930px;
    float: left;
    
}

/* ----HEADER LINK ----*/

a:link.link_title
{
    font: bold 20pt Verdana;    
    margin-left: 50px;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #454299;
    display: block;
}
a:visited.link_title
{
    font: bold 20pt Verdana;    
    margin-left: 50px;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #454299;
    display: block;
}
a:hover.link_title
{
    font: bold 20pt Verdana;    
    margin-left: 50px;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: underline;
    color: #454299;
    display: block;
}

a:active.link_title
{
    font: bold 20pt Verdana;    
    margin-left: 50px;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #454299;
    display: block;
}

/* ----HEADER IMAGE AND TEXT ----*/

div.header
{
    width: 900px;
    height: 100px;
    background-color: #ffffff;
    background-image: url(Images/piggy-bank.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: middle;
    float: left;
}

span.spinoff
{

    color:#454399;
    font: italic 9pt Verdana;
    margin-left: 50px;
}

/* ----TOP NAVIGATIONMENU ----*/

div.menu
{
    width: 930px;
    float: left;
    border-bottom-color: #454399;
    border-bottom-width: 7px;
    border-bottom-style: solid;
}

span.tab_left_active
{
    padding-top: 3px;
    margin-left: 5px;
    height: 20px;
    width: 7px;
    float: left;
    background-color: #454399;
    border-left-color: #454399;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-color: #454399;
    border-top-width: 1px;
    border-top-style: solid;
    
    }

span.tab_middle_active
{
    padding-top: 3px;
    height: 20px;
    float: left;
    background-color: #454399;
    color: #ffffff;
    border-top-color: #454399;
    border-top-width: 1px;
    border-top-style: solid;
}

span.tab_right_active
{
    padding-top: 3px;
    height: 20px;
    width: 7px;
    float: left;
    background-color: #454399;
    border-top-color: #454399;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-color: #454399;
    border-right-width: 1px;
    border-right-style: solid;
    
}

span.tab_left_notactive
{
    margin-left: 5px;
    padding-top: 3px;
    height: 20px;
    width: 7px;
    float: left;
    background-color: #ffffff;
    border-left-color: #454399;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-color: #454399;
    border-top-width: 1px;
    border-top-style: solid;
    
}

span.tab_middle_notactive
{
    padding-top: 3px;
    height: 20px;
    float: left;
    background-color: #ffffff;
    border-top-color: #454399;
    border-top-width: 1px;
    border-top-style: solid;
    color: #454399;
}

span.tab_right_notactive
{
    padding-top: 3px;
    height: 20px;
    width: 7px;
    float: left;
    background-color: #ffffff;
    border-top-color: #454399;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-color: #454399;
    border-right-width: 1px;
    border-right-style: solid;
    color: #454399;
}

span.uitsparing_left
{
    height: 22px;
    float: left;
    padding-top:1px;
    background-color: #ffffff;
}

span.uitsparing_middle
{
    height: 22px;
    width: 50px;
    float: left;
    padding-top:1px;
    background-color: #ffffff;
}

span.uitsparing_right
{
    height: 22px;
    width: 15px;
    float: left;
    background-color: #ffffff;
}

a:link.menu
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    
}
a:visited.menu
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    
}
a:hover.menu
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: underline;
    
}
a:active.menu
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    cursor: default;
    text-decoration: none;
}

/* ----TOP SUBMENU ----*/

div.submenu
{
    background-color: #D6EBFF;
    border-bottom-color: #454399;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 25px;
    text-align: left;
    width: 930px;
    float: left;
    padding-top: 1px;
    padding-bottom: 1px;
    
}

span.submenu_active
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #454399;
    border-bottom-color: #454399;  
    border-bottom-style: solid;
    border-bottom-width: 3px;
     float: left;
     margin-top: 4px;
     margin-left: 10px;
}

span.submenu_inactive
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #454399;
     float: left;
     margin-top: 4px;
     margin-left: 10px;
}


a:link.submenu_inactive
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #454399;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
  
    cursor: pointer;
    text-decoration: none;
     
  
}
a:visited.submenu_inactive
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #454399;
     float: left;
     margin-top: 4px;
     margin-left: 10px;
  
    cursor: pointer;
    text-decoration: none;
     
}
a:hover.submenu_inactive
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #454399;
     float: left;
     margin-top: 4px;
     margin-left: 10px;
  
    cursor: pointer;
    text-decoration: underline;
     
}
a:active.submenu_inactive
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #454399;
     float: left;
     margin-top: 4px;
     margin-left: 10px;
  
    cursor: default;
    text-decoration: none;
   
}

a:link.submenu_active
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #454399;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
   
    cursor: pointer;
    text-decoration: none;
    border-bottom-color: #454399;  
    border-bottom-style: solid;
    border-bottom-width: 3px;
     
  
}
a:visited.submenu_active
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #454399;
     float: left;
     margin-top: 4px;
     margin-left: 10px;
    
    cursor: pointer;
    text-decoration: none;
    border-bottom-color: #454399;  
    border-bottom-style: solid;
    border-bottom-width: 3px;
     
}
a:hover.submenu_active
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #454399;
     float: left;
     margin-top: 4px;
     margin-left: 10px;
   
    cursor: pointer;
    text-decoration: underline;
    border-bottom-color: #454399;  
    border-bottom-style: solid;
    border-bottom-width: 3px;
     
}
a:active.submenu_active
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #454399;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
    cursor: default;
    text-decoration: none;
    border-bottom-color: #454399;  
    border-bottom-style: solid;
    border-bottom-width: 3px;
   
}

/*BREADCRUMB*/

div.breadcrumb
{
    float: left;
    padding-top: 3px;
    padding-left: 10px;
}

span.breadcrumb
{
	margin-left: 5px;
    float: left;
    font: 9pt Verdana; 
    color: #454399;   
}

a:link.breadcrumb
{
	margin-left: 5px;
    float: left;
    font: 9pt Verdana;
    color: #454399;
}

a:visited.breadcrumb
{
	margin-left: 5px;
    float: left;
    font: 9pt Verdana;
    color: #454399;
}

a:hover.breadcrumb
{
	margin-left: 5px;
    float: left;
    font: 9pt Verdana;
    color: #454399;
}

a:active.breadcrumb
{
	margin-left: 5px;
    float: left;
    font: 9pt Verdana;
    color: #454399;
}


/* ----BLUE FOOTER ----*/

div.footer
{
    background-color: #454399;
    width: 930px;
    height: 18px;
    font-family: Verdana;
    font-size: 8pt;
    color: #FFFFFF; 
    padding-top: 2px;
    margin-top: 15px;
    float: left;
    border-left-color: #454399;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #454399;
    border-right-width: 1px;
    border-right-style: solid;
}

span.footer
{
    margin-left: 550px;
}

span.sessieteller
{
    margin-left: 5px;
}

div.footer_link
{
    Margin-left: 1%;
    height: 18px;
    text-align: center;
    font-family: Verdana;
    font-size: 8pt;
    color: #2C69D4; 
    padding-top: 2px;
    float: left;
}
    
    div.kvkfooter
{
    width: 930px;
    height: 18px;
    font-family: Verdana;
    font-size: 8pt;
    color: #454399; 
    text-align: center;
    padding-top: 2px;
    margin-top: 5px;
    float: left;
}
 
a:link.kvkfooter
{
    text-decoration: underline;
    color: #454399; 
}   

a:visited.kvkfooter
{
    text-decoration: underline;
    color: #454399; 
}   

a:hover.kvkfooter
{
    text-decoration: none;
    color: #454399; 
}   

a:active.kvkfooter
{
    text-decoration: underline;
    color: #454399; 
}   


