





/* extra CSS voor kleine kalender */


.calender table {
    border-collapse : collapse;
    width: 80%;
    margin-left: auto;
    margin-right: auto;    
}

.calSmallHeader {
    text-align: center;
    font-size: .6em;
}

.calSmallDagnaam {
    text-align: center;
    font-size: .6em;
}

.calSmallDag {
    text-align: center;
    border: 1px solid #030064;
    font-size: .6em; 
    padding: 0px;
    margin: 0px;  
}

.calSmallVandaag {
    background-color: #030064;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}


/* nieuwe classe voor events */
.calEventDiv {
    border: 2px dotted #2472B4;
    margin: 2px;
    padding: 2px;
    
    font-weight: bold;
}


/* standaard CSS */

.calTable {
    border: 0px solid;  
}

.calTable td {
    border: 0px solid;
/*    border-right: 1px #5D5D5D solid;
    border-bottom: 1px #5D5D5D solid;
    border-collapse: collapse;*/
}

.calNoday {
    background-color: #808080;  /* 8 en 5 op 50% */
}

.calNormal {
}

.calWeekend {
	background-color : #BFBFBF;
}

.calToday {
	font-size :100%;
	color : #FFFFFF;
	background-color : #2472B4;
}

.calDaynumber {
    color: #000000;
    background-color: #BFBFBF;          /* 8 & 5 op 25% */
    border-right: 4px solid #FFFFFF;    
}

.calDaynumberToday {
	color : #000000;
}

.calDaynumberWeekend {
	color : #000000;
    background-color: #E6E6E6;       /* 90% F2EDF3|5 & B68AAE|8 */
    border-right: 4px solid #D9D9D9; /* 85% F2EDF3|5 & B68AAE|8 */
}

.calHeader {
	color 			: #FFFFFF;
    font-weight: bold;
	text-align	: center;
	background-color : #2472B4;
}

/*
td.calNavigation { border-right: 0px; }


.calNavigation  { }
A.calNavigation:Link { color: black; Text-decoration: none;}
A.calNavigation:Hover { color: #abbcc; Text-decoration: underline;}
A.calNavigation:Visited { color: black; Text-decoration: none;}
A.calNavigation:Active { color: black; Text-decoration: underline;}*/

td.calMonth  { font-weight : bold;  border-right: 0px; }

.calWeeknumber {
	background-color : #E6E6F0;
	font-weight: bold;
}
/*
A.calWeeknumber:Link { }
A.calWeeknumber:Hover { }

A.calWeeknumber:active { }
A.calWeeknumber:visited { }
*/



A.calEvent {
	color : #000000;
    font-weight: normal;
}

/* coolmenus */
/*-----------*/

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
.clCMEvent{ position:absolute; z-index:300; width:100%; height:100%; clip: rect(0,100%,100%,0); left:0; top:0; visibility:hidden } 

/*Style for the background-bar*/
.clBar{
    position: absolute;
    background-image: url("Branchesites/nvfn/images/hoek_rt.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
}


/*Styles for level 0*/
.clLevel0,.clLevel0over{
    position: absolute;
    
    font-size: 11px;
    font-weight: bold;
    
    color: #FFFFFF;
    background-color: #030064;    
    
    margin: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
    
    text-align: left;
    background-image: url("Branchesites/nvfn/images/menu_bg.gif");
    background-repeat: no-repeat;
    background-position: 198px 0px;
    
    top: -10px;
}

.clLevel0over{
    cursor:pointer;
    cursor:hand;
    color: #2472B4;
}

.clLevel0border{
    position: absolute;
    visibility: hidden;
}

*/


.list_0 { background-color: #FFFFFF; }
.list_1 { background-color: #BFBFBF; }
/*
.criteria_0 { FONT-WEIGHT: bold; }
.criteria_1 { FONT-WEIGHT: bold; }

.countLink2_0 {color:#E35127;}
.countLink2_1 {color:#E35127;}
.countLink4_0 {color:#E35127;}
.countLink4_1 {color:#E35127;}
.countLink8_0 {color:#E35127;}
.countLink8_1 {color:#E35127;}
.countNoLink {color:#E35127;}
*/
.productlist_0 { background-color: #FFFFFF; }
.productlist_1 { background-color: #BFBFBF; }

.productLink_0 { color:#000000; }
.productLink_1 { color:#000000; }

/*

.productpageLink { }
.productpageNoLink { }

.keywordInput { }

.letterTable {}
.letterLink {
        color: #E35127;
        text-decoration:none;
}

.navButton {}
.navLink { COLOR: #E35127;}
.navNoLink { COLOR: #E35127;}

.letterSep {COLOR: #E35127;}
.pathSep {COLOR: #E35127;} 

.gpdctext { FONT-WEIGHT: bold; }

.noproducts { FONT-WEIGHT: bold;}

.method { text-decoration:none; }



*/

#content label {
    font-weight: bold;
    color: #000000;
}

.list_0 { background-color: #FFFFFF; }
.list_1 { background-color: #BFBFBF; }

.selectbox { }
.radio{ }
.radiotext { }
.multiselectbox { }
.keywordInput { }
.dateInput { width: 7em; }

.navButton { }

.ResultLink_0 { font-weight: bold; }
.ResultLink_1 { font-weight: bold; }

.navLink { }
.navNoLink { }
.search2text { }

.list_0 font , .list_1 font { color: #000000; }

.formtext { }

/* algemene definities */
* {
    font-family: arial, sans-serif;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #000000;
}

h1 {
    color: #2472B4;
    font-size: 1em;
    margin-top: .8em;
    margin-bottom: 1em;
}

h2 {
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: .8em;
}

h3 {
    font-size: 1em;
    margin-top: .8em;
    margin-bottom: .2em;
}

a {
    text-decoration: none;
    color: #2472B4;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0px;
    padding: 0px;
}

p.inleiding {
    color: #000000;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

p.relpad {
    margin-top: 1.1em;
    color: #2472B4;
    margin-bottom: 1.1em;
}

hr {
    color: #000000;
    background-color: #000000;
    height: 2px;
    border: 0px;
}

/* hoofd divs voor layout*/

#maindiv1 {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    text-align: center;
    
    padding: 0px;
    margin: 0px;

    background-image: url("Branchesites/nvfn/images/back.gif");
    background-repeat: repeat-y;
    background-position: center top;
}

#maindiv2 {
    position: relative;
    width: 772px;
    /*height: 100%;*/
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    
    background-color: #FFFFFF;
    
    background-image: url("Branchesites/nvfn/images/back_maindiv.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
}

#topback {
    width: 100%;
    height: 387px;

    padding: 0px;

    margin-top: 0px;
    margin-bottom: -387px;
    margin-left: auto;
    margin-right: auto;

    background-image: url("Branchesites/nvfn/images/back_top.gif");
    background-repeat: no-repeat;
    background-position: center top;
}

#botback {
    width: 100%;
    height: 5px;
    
    padding: 0px;
    
    margin-top: -5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    background-image: url("Branchesites/nvfn/images/back_bot.gif");
    background-repeat: no-repeat;
    background-position: center top;
    
    overflow: hidden;
    
}

/* elementen in de kop */

#foto {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 600px;
    height: 91px;
    z-index: 20;
}

#logo {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 91px;    
    z-index: 22;
    
    background-image: url("Branchesites/nvfn/images/back_logo.gif");
    background-repeat: no-repeat;
    background-position: right top;
}

#onderfoto {
    position: relative;
    width: 202px;
    height: 91px;
    background-color: #E6E6F0;
    z-index: 10;
}

#ondernavbar {
    position: relative;
    width: 772px;
    height: 20px;
    background-color: #FFFFFF;
    z-index: 10;
}

#ondermenu1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 202px;
    height: 388px;
    background-color: #030064;

    margin: 0px;
    padding-top: 142px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
        
    text-align: right;
    z-index: 1;
    /*background-image: url("Branchesites/nvfn/images/vorm_lijn.gif");
    background-repeat: no-repeat;
    background-position: left bottom;*/
}

#ondermenu2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 202px;
    height: 100%;
    background-color: #030064;
/*    border-left: 2px #FFFFFF solid;*/
    z-index: 0;
}


/* navigatie balken */
#navbar1,#navbar2 {
    position: absolute;
    
    top: 87px;
    width: 285px;
    height: 23px;
    z-index: 25;
}
#navbar1 { left: 201px; }
#navbar2 { left: 487px; }

#navbar1 td {
    border-top: 6px #2472B4 solid;
    text-align: center;
}

#navbar2 td {
    border-top: 6px #2472B4 solid;
    text-align: center;
}

#navbar1 a,#navbar2 a {    
    font-size: .7em;
    text-decoration: none;
}
#navbar1 a { color: #000000; }
#navbar2 a { color: #000000; }

#navbar1 a:hover,#navbar2 a:hover { text-decoration: underline; }



/* zoek formulier */

#zoekdiv {
    position: absolute;
    left: 0px;
    top: 91px;
    width: 202px;
    height: 20px;
    background-color: #2472B4;
    margin: 0px;
    padding: 0px;
    z-index: 15;
}

#zoekdiv form {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 18px;
}

#zoekdiv input {
    border: 0px solid;
    background-color: #2472B4;
    color: #FFFFFF;
    font-size: .7em;
    font-style : italic;
    width: 162px;
    height: 16px;
    z-index: 5;
}



/* extra navigatie */

#extranav {
    position: relative;
    float: left;
    left: 0px;
    margin-top: 200px;
    width: 202px;
    
    z-index: 10;
    text-align: right;     
}

#extranav .label {
    float: right;
    background-image: url("Branchesites/nvfn/images/hoek_rt.gif");
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 16px;
    padding-right: 4px;
}

#gerelateerd,#kinderen {
    width: 100%;
    float: left;
    text-align: left;
    font-size: .7em;

    
    background-image: url("Branchesites/nvfn/images/hoek_rb.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#gerelateerd a,#kinderen a { color: #FFFFFF; }

#kinderen ul {
    margin-left: 20px;
    padding-top: 6px;
    list-style-image: url("Branchesites/nvfn/images/li_kinderen.gif");
}

#gerelateerd ul {
    margin-left: 20px;
    padding-top: 6px;
    list-style-image: url("Branchesites/nvfn/images/li_gerelateerd.gif");
}



/* content */
#content {
    position: relative;
    width: 549px; /*560px; */
    font-size: .7em;
    
    float: right;

    margin-right: 6px;
}

#content td {
    font-size: .7em;
}




/* content tabel */
.contenttable {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    border-bottom: 2px #2472B4 solid;
}

.contenttable td {
    vertical-align: top;
    padding: 2px;
}

.contenttable th {
    font-size: .7em;
    font-weight: bold;
    text-align: left;
    background-color: #2472B4;
    color: #FFFFFF;
    
    vertical-align: top;
    padding: 2px;
}

.contenttable a {       color: #000000; }
.contenttable .even {   background-color: #FFFFFF; }
.contenttable .odd {    background-color: #BFBFBF; }

.contenttable .last {
    background-image: url("Branchesites/nvfn/images/hoekw_rb.gif");
    background-repeat: no-repeat;
    background-position: right bottom;    
    padding-top: 0px;
    padding-right: 0px;
}

.contenttable .lasttop {
    position: relative;
    background-image: url("Branchesites/nvfn/images/hoekw_rt.gif");
    background-repeat: no-repeat;
    background-position: right top;    
    padding: 0px;
    width: 100%;    
    height: 4px;
    overflow: hidden;
    margin-bottom: -2px;
    /*border: 2px #FF0000 solid;*/
}

.contenttable .label {
    font-weight: bold;
    color: #000000;
    background-color: #BFBFBF;
}


/* smoelenboek / wie is wie*/

.smoelenboekhoofdgegevens {
    background-color: #BFBFBF;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
}