@charset "utf-8";
@import url("editinplace.css");

/*-------------------------------*
	Tags
*-------------------------------*/
.blankout { position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 4; background-color: #000000; opacity: 0.5; filter: alpha(50);}

/*
contentImgLeft
contentImgRight
float_left
float_right
*/

a {
	color: #15295d;
    text-decoration: underline;
}

a:hover {
    color: #d82e21;
}

body {
    color: #15295d;
	font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3, h4 {
    color: #113c76;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 0.3em 0;
}

li {
    list-style-position: outside;
	list-style-type: disc;
}
h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 11px;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #eaeaea;
}

em {
    /*font-variant: none;*/
    text-decoration: none;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
}

input,
select,
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

img.topLeft {
    padding-top: 4px;
}

.flashbanner {
    cursor : pointer;
}

/*-------------------------------*
	 Site Layout
*-------------------------------*/
         
#mainContainer {
	margin: 0 auto;
	width: 982px;
}

#header {
	background: url(../images/bg-header.jpg) top no-repeat;
	height: 173px;	
	position: relative;	
}

/* logo */
#header h1 {
	background: url(../images/nationaal-ouderenfonds.gif) no-repeat;
	height: 125px;
	left: 50px;
	position: absolute;
	top: 18px;
	width: 125px;
}

#header h1 a {
	display: block;
	height: 100%;
}

#header h1 a span {
	display: none;
}

/* Vergeet-ze-niet! */
#header h2 {
	color: #113c76;
	font-size: 16px;
	left: 188px;
	position: absolute;
	top: 105px;
}

/* linkjes in de header */
#headerMenu {
	right: 270px;
	position: absolute;
	top: 107px;
    text-align: right;
}


/* zoekformulier */
#searchForm_top {
    left: 720px;
    position: absolute;
    top: 107px;
    width: 242px;    
}

#searchForm_left {
    left: 440px;
    position: absolute;
    top: 72px;
    width: 242px; 
}

.searchForm {

}

.searchForm legend {
	display: none;
}

.searchForm .q {
	border: 1px solid #6c6c6c;
	left: 0px;
	padding: 2px;
	position: absolute;
	width: 181px;
	top: 0;
}

.searchForm .btnSearch {
    left: 193px;
    position: absolute;
    top: 0px;
    
    color: #fff;
    display: block; 
    padding: 0 8px;
    height: 19px;
    line-height: 15px;
    border: 0;
    overflow: hidden;
    width: 45px;
    background: url(../images/bg-button.gif) top left repeat-x;
}

/* Content */
#contentWrap {
	/* hierin staan alle content divs */
	/* position: relative; hierdoor is de site niet zichtbaar in IE7 */
}

#leftWrap {
    position: relative;
	float: left;
	margin: 0 19px 0 0;
	width: 686px;
}

#colWrap {
    background: url(../images/bg-gradient-new.gif) top repeat-x;
    padding-bottom: 10px;
    float:left;
    display:block;
    width:100%;
}

.colWrap {
    background: url(../images/bg-gradient-new.gif) top repeat-x;
    padding-bottom: 10px;
    float:left;
    display:block;
    width:100%;
}

.colWrap h1, #colWrap h1 {
    font-size: 14px;
    margin: 0 6px 0 8px;
    padding: 10px 0 3px 0px;
    border-bottom: 1px solid #192e61;
}

#leftWrap .col1 {
	float: left;
	margin: 0 19px 0 0;
	width: 426px;
}

#leftWrap .col2 {
	float: left;
	width: 241px;
}

.colWrap .col1, #colWrap .col1 {
    margin: 12px 5px 0 6px;
}

.colWrap .col2, #colWrap .col2 {
    margin: 12px 5px 0 2px;
}

.colWrap .nocol, #colWrap .nocol {
    margin: 0 5px;
}

#rightWrap {
	float: left;
	padding: 0 0 0 0;
	width: 256px;
}

/* Hoofdmenu */
#menu {
	margin: 0 0 35px 0;
	position: relative;
	width: 982px;
	float: left;
    z-index: 1000;
    border-bottom: 1px solid #EBEBEB;
}

#menu ul li {
	display: inline;
	list-style: none;
}

#menu .menuitem, #menu .homeitem {
	background: url(../images/bg-menubtn.gif) no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	margin: 0;
	padding: 9px 12px 0 0px;
	text-align: center;
	text-decoration: none;	
	width: 109px;
    cursor: pointer;
}

#menu .menuitem:hover, #menu .homeitem:hover, 
#menu .menuitem.active, #menu .homeitem.active {
	background-position: 0 -34px;
}

#menu .homeitem {
    background-image: url(../images/bg-menubtn-noarrow.gif);
    cursor: pointer;
}

/* Dit is het gedeelte van het menu wat openklapt */
.menuoverlay {
	background: #385189 url(../images/bg-menu.gif) top repeat-x;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 16px 0 16px 0;
	position: absolute;
	top: 34px;
    left: 0px;
	width: 786px;
	z-index: 1000;
    display: none;
}

.menuoverlay .menucol {
	border-right: 1px solid #40628f;
	padding: 0 16px 0 16px;
    float: left;    
    display: block; 
    width: 138px;         
}

.menuoverlay .last {
	border-right: none;
}

.menuoverlay .menucol .link {
    color: #fff;
	background: url(../images/bullet.gif) 0 3px no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 14px;
    text-decoration: none;
    display: block;
}


.menuoverlay .menucol ul {
    /*margin: 10px 0 0 16px;*/
	margin: 10px 0 0 0px;
    float: left;
    display: block;
    width: 138px;    
}

.menuoverlay .menucol ul li {
	color: #fff;
    background: url(../images/bullet_white.gif) 1px 5px no-repeat;
    padding: 0 0 0 14px;
    display: block;
    float: left;    
    width: 124px;    
}

.menuoverlay .menucol ul li a {
	color: #fff;
	text-decoration: none;
}

.menuoverlay .menucol ul li a:hover {
    color: #d82e21;
}


/* Dit is het gedeelte van het menu wat openklapt */
.subnav {
    background: url(../images/bg-gradient-new.gif) top repeat-x;
    display: block;
    float:left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding: 0 0 16px 0;   
}
.subnav h1 {
    font-size: 14px;
    margin: 0 6px 0 8px;
    padding: 10px 0 3px 0px;
    border-bottom: 1px solid #192e61;
    margin-bottom: 60px;
}

.subnav .menucol {
    border-right: 1px solid #40628f;
    padding: 0 16px 0 16px;
    float: left;    
    display: block; 
    width: 138px;         
}

.subnav .last {
    border-right: none;
}

.subnav .first {
    padding: 0 16px 0 10px;
}

.subnav .menucol .link {
    color: #000;
    background: url(../images/bullet.gif) 0 3px no-repeat;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 14px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}


.subnav .menucol ul {
    margin: 10px 0 0 16px;
}

.subnav ul li, .subnav .menucol ul li {
    color: #fff;
    float: left;
    display: block;
    width: 138px; 
    list-style: none;
}

.subnav .menucol ul li a {
    color: #666;
    text-decoration: none;
}

.subnav .menucol ul li a:hover {
    color: #d82e21;
}

/* Font size in menu */
#fontsize {
    position: absolute;
    top: 10px;
    right: 0;
    text-decoration: none;
    color: #ee3224;
    cursor: pointer;
}

#fontsize #fontsizeDown,
#fontsize #fontsizeUp {
    font-size: 14px;
    float: left;
    margin: 0 2px;
}

#fontsize #fontsizeSmall {
    font-size: 11px;
    float: left;
    margin: 0 2px;     
}

#fontsize #fontsizeMedium {
    font-size: 16px;
    float: left;
    margin: 0 2px;     
}

#fontsize #fontsizeLarge {
    font-size: 21px;
    float: left;
    margin: 0 2px;     
}

/* breadcrumbs */
#breadcrumbs {
    height: 25px;
    line-height: 25px;
    padding: 0 0 5px 14px;
    background: url(../images/breadcrumb.gif);
    background-repeat: repeat-x;
}

#breadcrumbs li {
    display: block;
    float: left;
    color: #1e3671;
    list-style: none;
    padding: 0;
    margin: 0;;
}

#breadcrumbs li.spacer {
    width: 31px;
    height: 25px;
    background: url(../images/breadcrumb-arrow.gif);
    background-repeat: no repeat;
    background-position: center center;
}

#breadcrumbs li a {
    color: #ee3224;
    font-weight: bold;
    text-decoration: none;
}


/* Knop */
div.button {
    display: block;
    float: left;
    margin: 1px 3px 2px 3px;
    padding: 0 8px;
    height: 19px;
    line-height: 15px;
    overflow: hidden;
    background-image: url(../images/bg-button.gif);
    background-repeat: repeat-x;
}

div.button a {
    display: block;
    height: 19px;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

input.button {
    padding: 0 8px;
    height: 19px;
    line-height: 15px;
    border: 0;
    background-image: url(../images/bg-button.gif);
    background-repeat: repeat-x;
}

/* Paginator */
.paginator {
    margin: 14px 0 0 0;
    padding: 0;
}

.paginator li {
    display: inline;
    list-style: none;
}

.paginator li a {
    border-left: 1px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    color: #fff;
    float: left;
    height: 17px;
    width: 17px;
    text-align: center;
    text-decoration: none;
    background: url(../images/bg-number-red.gif);
    background-repeat: no-repeat;
}

.paginator li.selected a {
    background: url(../images/bg-number-blue.gif);
    background-repeat: no-repeat;
}

.paginator li.lt a {
    margin-left: 9px;
}

/* Box */
.margeBtm {
    margin: 0 0 32px 0;
}

.margeTop {
    margin: 32px 0 0 0;
}

.box {
	/* empty... */     
}

.box .heading241,
.box .heading256,
.box .heading426 {
	height: 25px;
	padding: 8px 0 0 8px;
}

.box .heading241 {	background: url(../images/header-241px_trans.gif) top no-repeat;}
.box .heading256 {	background: url(../images/header-256px_trans.gif) top no-repeat;}
.box .heading426 {	background: url(../images/header-426px_trans.gif) top no-repeat;}

.box h2 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
}

.box h3 {
	font-size: 14px;
}

.box h3 a {
	text-decoration: none;
}

.box .content {
	background: url(../images/bg-gradient-new.gif) top repeat-x;
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 14px 8px 14px 14px;
}
.box .contentFullWidth ul {
	margin-left: 16px;
}
.box .contentNoPad {
    padding: 0px;
}

.box .contentInnerPad {
    padding: 14px;
} 

.box .content .thumb {
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	width: 85px;
}

.box .content .thumb .date, .box .content .date {
	font-size: 10px;
	font-weight: bold;	
}

.box .content .txt {
	float: left;
	width: 300px;
}

.box .content .txt_big {
    float: left;
    width: 395px;
}

.box .footer {
	/* de footer dient nu alleen voor margin onder de box */
	margin: 0 0 32px 0;
}

/* Footer */
#footer {
	background: url(../images/bg-footer.gif) bottom no-repeat;
	color: #fff;
	height: 82px;
	margin: 0 0 30px 0;
    float: left;
    display: block;
    width: 100%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
    color: #a6a6a6;
}

#footer div.img {
	text-align: right;
}

#footer div.img img {
	margin-right: 18px;
}

#footer .copyright {
	float: left;
	padding: 14px 0 0 18px;
}


#footer .footerMenu {
	float: right;
	padding: 14px 18px 0 0;	
}

/* Print knop */
div.printMe {
    float: right;
    height: 27px;
    font-weight: bold;
    font-size: 10px;
    margin: 3px 6px 0 0;
}

div.printMe img {
    vertical-align: middle;
    margin-right: 5px;
}

/* Aanverwante berichten */
div.aanverwanteBerichten {
    padding: 10px 10px 20px 10px;
    font-weight: bold;
    background: url(../images/bg-gradient-reverse.gif);
}

div.aanverwanteBerichten ul li {
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    background: url(../images/bullet-mini.gif) no-repeat center left;
}


/*
 De vier grote knoppen
 */

.bigButtons img {
    float: left;
}     

/*-------------------------------*
	 Misc
*-------------------------------*/

.floatBuster {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* "meer" link met pijltje */
a.more {
	background: url(../images/icon-more.png) right 4px no-repeat;
	color: #1e3671;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-decoration: none;
}

a:hover.more {
	color: #d82e21;
}

a.moreRight {
	float: right;
	margin: 0 10px 0 0;
}



/*-------------------------------*
     Categoriën
*-------------------------------*/

div.categorien {
    margin: 6px 6px 12px 0px;
    line-height: 24px;
    font-weight: bold;
}

div.categorien ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

div.categorien ul li {
    float: left;
    padding: 0;
    margin: 0 5px;
    list-style: none;
}

div.categorien li {
    color: #ee3224;
}

div.categorien li a {
    color: #ee3224;
    font-weight: normal;
}

div.categorien li.active,
div.categorien li.active a {
    color: #15295d;
    text-decoration: none;
}

/*-------------------------------*
     Partners
*-------------------------------*/
.box .content .partner {
    float: left;
    width: 154px;
    height: 110px;
    margin: 0 10px 0 0;
    text-align: center;
    border: 1px solid #2a4982;
}

.box .content .partner img {
    width: 154px;
    height: 110px;
    border: 0;
}

.box .content .partnertxt {
    float: left;
    width: 480px;
}

.box .content .partnertxt p {
    padding-right: 15px;
}

.box .content .partnertxt h3 {
    margin-bottom: 15px;
}




.aanverwant {
    background: #D9D9D9 url(../images/bg-aanverwant.gif) left top repeat-x;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.aanverwant h2 {
    margin: 20px 10px 0px 10px; 
    font-weight: bold;
    font-size: 12px;
}

.aanverwant ul {
    margin: 5px 10px 20px 10px; 
}

.aanverwant li {
    list-style-position: inside;
    list-style-type: none;
    /*margin: 10px 10px 5px 20px;*/
    background: url(../images/bullet-mini.gif) left 4px no-repeat;
    padding-left: 10px;
}

.aanverwant a {
    text-decoration: none;
}

/*-------------------------------*
     Download folders en brochures
*-------------------------------*/
.downloadList {
    background: #eaeaea; 
    float: left;
}

ul.downloadList {
    float: left;
    padding: 0 0 20px 0; 
    background: #eaeaea;
    width: 343px;
}

ul.downloadList li {
    width: 308px;
    margin: 0;
    padding: 0;
    list-style: none;
    
    float: left;
    clear: left;
    margin: 10px 10px 5px 20px;
}

ul.downloadList a {
    text-decoration: none;
}

ul.downloadList img {
    float: left;
    width: 24px;
    height: 24px;    
    margin: 3px 10px 0 0;
}

ul.downloadList em {
    background: url(../images/icon-more.png);
    background-repeat: no-repeat;
    background-position: right 3px;
    padding-right: 15px;
    font-size: 11px;
}

ul.downloadList span.desc {
}

#downloadLeft {
    width: 342px;
/*    margin-left: 1px;         */
    border-right: #fff 1px solid;
}

#vrijwilligers li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 50%;
}

#vrijwilligers li img {
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    margin-right: 15px;
}

#donateurForm {
    width: 100%;
    padding: 10px;
    background: url(../images/bg-gradient-new.gif) repeat-x;
}

#donateurForm fieldset {
    padding-bottom: 20px;
}

#donateurForm legend {
    font-weight: bold;
}

#donateurForm label {
}

#donateurForm div.radio {
    float: left;
    margin-right: 10px;
    height: 19px;
}

table.donateurFieldset th {
    text-align: right;
    padding: 4px 10px 4px 20px;
    height: 19px;
    line-height: 19px;
    width: 110px;
}

table.donateurFieldset tr.newInputRow th,
table.donateurFieldset tr.newInputRow td {
    padding-top: 10px;
}

#overlay_action {
    position: absolute;
    left:0px;
    right:0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1010;
}

/* Smoelen boek styles */
div.popup, #popup_box {

    position: absolute;
    top: 20px;
    left: 20px;

    display: none;   
    height: 280px;
    width: 480px;

    overflow: hidden;
    text-align: left;
    background: #00336D url(../images/popup_bg.gif) repeat-x top left;
    border : #fff 1px solid;
    z-index: 1000;
    color : #fff;
}

.display {
    display: block !important;
}

    div.popup div.popupContainer, #popup_box div.popupContainer {
        width: 100%;
        height: 260px;
        margin: 20px;
        z-index: 20;
        overflow: hidden;
    }

    div.popup a#right {
        position: absolute;

        display: block;
        height: 25px;
        width: 76px;

        right: 15px;
        bottom: 15px;
        background: url(../images/volgende.gif) no-repeat top left;
        cursor: pointer;    
    }

    div.popup a#left {
        position: absolute;

        display: block;
        height: 25px;
        width: 76px;      

        left: 15px;
        bottom: 15px;
        background: url(../images/vorige.gif) no-repeat top left;
        cursor: pointer;    
    }

    div.popup a.close, #popup_box #popup_box_close {
        position: absolute;

        display: block;
        height: 17px;
        width: 17px;

        top:15px;
        right:15px;
        background: url(../images/close.gif) no-repeat top left;
        
        cursor: pointer;
    }

    div.popup div.media {
        float: left;
        display: block;
        width: 170px;
        height: 300px;
    }

    div.popup div.tekst {
        float: left;
        display: block;
        height: 200px;
        margin: 0px;
        padding-left: 15px;
        width: 275px;
    }
    
    div.popup .tekst h1 {color : #EE3224; font-size: 14px; margin : 0; padding : 0;}
    div.popup .tekst td {height : 30px;}
    div.popup .tekst .submitbtn {position : absolute; left: 420px; top: 260px; width: 154px; height: 25px; background: none; color: #fff; border: #fff 1px solid; font-weight: bold;}

    div.popup .media h1 {color : #FFF; font-size: 12px; margin : 0; padding : 0;}
    /*div.popup .media img {border : #000 1px solid;}*/
    div.popup .functie {margin-bottom : 40px;}
    
    div.popup .tekst h2 {color : #fff; font-size: 14px;}              
    div.popup div.media a, div.popup div.tekst a, div.popup a {color : #EE3224; text-decoration: none;}              

    div.popup em.productPrice {
        display: block;
        margin: -4px 0 10px 0;
        width: 150px;
        height: 25px;
        background: url(../images/bg-product-price.gif) repeat-x;
        color: #ffffff;
        line-height: 22px;
        text-align: center;
    }
    
    div.popup .popupbtn {
        border: #fff 1px solid;
        height: 25px;
        width: 160px;
        font-weight: bold;
        color: #fff;
        background: none;
        font-size: 11px;
        cursor: pointer;
        
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

    div.popup a.email {
        position: static;
        line-height: 18px;
        text-decoration: none;
    }

        div.popup a.email img {
            margin: 0 5px -3px 0;
        }
        
    div.popup .contact {
        position: static;
        float: left;
        line-height: 18px;
        text-decoration: none;
        width: 170px;
        display: block;
    }

    div.popup .contact img {
        margin: 0 5px -3px 0;
    }

    #popup_box p {margin : 10px;}
    

/*-------------------------------*
     Formulieren...
*-------------------------------*/    
.cForm {margin-right: 10px;}
.cForm TD {vertical-align: top; height: 24px;}
.cForm TABLE {width: 100%;}

.cForm .fieldname {
    width : 120px;
    text-align: right;
    margin-top: 5px;
    padding-right: 5px;
}

.cForm .textfield {border: #666 1px solid; width: 200px; height: 14px;}
.cForm .textarea {border: #666 1px solid; width: 200px; height: 120px;}
.cForm .smalltextfield {border: #666 1px solid; width: 100px; height: 14px;}
.cForm .bedragfield {border: #666 1px solid; width: 40px; height: 14px;}

.cForm .button, .cForm .bestel_button, .cForm .doneer_button {
    color: #fff;
    display: block; 
    padding: 0 8px;
    height: 19px;
    line-height: 15px;
    border: 0;
    overflow: hidden;
    background-image: url(../images/bg-button.gif);
    background-repeat: repeat-x;
    float:left;
    margin: 10px 0; 
    margin-left: 123px;
    width: 80px;  
}

.cForm .bestel_button {
    margin-left: 83px;
    width: 120px;    
}

.cForm .doneer_button {
    margin-left: 123px;
    width: 80px;  
}

.cForm .error {color:#ff0000;}

.cForm h3 {
    border : none;
    margin : 10px 0 0 0;
    padding : 0px;
    font-size: 12px;
}

#FormHandler sup {
    
}

.form_disclaimer {
    font-size: 9px;
}

/*-------------------------------*
     Zoek resultaten stilos...
*-------------------------------*/
.searchResultsItem a {text-decoration: none; font-weight: bold;}
.searchResultsItem a:hover {text-decoration: none;}
.searchResultsItem span {}

/*-------------------------------*
     Specials
*-------------------------------*/
#accordion .ui-state-default { background: url(../images/archief-plus.gif) left center no-repeat; padding: 0 0 0 12px; text-decoration: none;}
#accordion .ui-state-active { background: url(../images/archief-min.gif) left center no-repeat; padding: 0 0 0 12px; text-decoration: none;}


.extra_gift { 
    border:1px solid #666;
    height:14px;
    width:60px; 
}/*-------------------------------*
     Veelgestelde vragen enzo...
*-------------------------------*/
.faq {
    width: 655px;
}

.faq a {
    text-decoration: none;
    font-weight: bold;
}

.faq .text {
    padding-left:13px;
/*    width: 622px; */
    width: 642px;
    margin: 5px 0;
    overflow: hidden;
}
/*-------------------------------*
     Fotoalbum
*-------------------------------*/
#fotoAlbum {
    padding: 5px 0;
}

.fotoAlbumContent {
    float: left;
    display: block;
    background: url(../images/bg-gradient-new.gif) top repeat-x;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 5px;
    width: 414px;       
}

.fotoAlbumOverview {

} 

div.fotoAlbumBtn {
    display: block;
    float: left;
    margin: 1px 3px 2px 3px;
    padding: 0 8px;
    height: 19px;
    line-height: 15px;
    overflow: hidden;
    background-image: url(../images/bg-button.gif);
    background-repeat: repeat-x;
    width: 95px;
}

div.fotoAlbumBtn a {
    display: block;
    height: 19px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.fotoAlbumOverview li {
    list-style: none;
    display: block;
    float: left;
    margin: 5px;
    padding: 0;
} 

#fotoAlbum .paginator {
    margin: 5px;
}

ul.fotoAlbumOverview li img {
    border: 1px solid #15295d;
    width : 90px;
    height : 90px;
}

.fotoAlbum_media {
    width:360px;
    height: 400px;
    overflow: hidden;
    margin-top:20px;
}

.fotoAlbum_media img {
    border:#fff 4px solid;
}

.fotoAlbum_counter {
    position: absolute;
    bottom: 20px;
    left: 100px;
    width: 200px;
    text-align: center;
    display: block;
}







/* Hieronder is voor de lightbox */



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}    
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;    
}            
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;    
}


    /* jQuery lightBox plugin - Gallery style */
    #gallery {
        background-color: #FFF;
        padding: 0;

    }
    #gallery ul { list-style: none; }
    #gallery ul li { display: inline; }
    #gallery ul img {
        border: 5px solid #3e3e3e;
        border-width: 5px 5px 20px;
    }
    #gallery ul a:hover img {
        border: 5px solid #fff;
        border-width: 5px 5px 20px;
        color: #fff;
    }
    #gallery ul a:hover { color: #fff; }
/*-------------------------------*
            Kalender
*-------------------------------*/

div.calendar {
    background: #eaeaea;
}

div.calendar .monthNav {
    float: right;
    /*margin: 13px 0 0 0;*/
    width: 355px;
}

div.calendar .month {
     float: left;
     width: 80px;
     text-align: center;
     margin-top: 7px;
     cursor: pointer;
}

div.calendar .monthNav .month img {
    vertical-align: -21%;
}

div.calendar .monthNav .month {
    display: inline;
}

div.calendar .monthNav .monthSelector {
    display: none;
}

#calendarMonthBox {
    position: absolute;
    width: 60px;
    background: #00336D url(../images/popup_bg.gif) repeat-x top left; 
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    z-index: 105;
    left : 465px;
    top : 94px;
    text-align: left;
}

#calendarMonthBox a {
    text-decoration: none;
    color: #fff;     
}

#calendarMonthBox a:hover {
    text-decoration: none;
    color: #f00;     
}

div.calendar div.button {
    margin: 7px 0 0 6px;
    width: 110px;
    text-align: center;
    float: left;
}
div.calendar select.monthSelector {
    margin: 7px 0 0 6px;
    float: left;
}

#calendar {
    margin: 10px 0;
    border-collapse: seperate;
}

#calendar th {
    height: 20px;
    width: 98px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

#calendar td {
    height: 70px;
    width: 98px;
}

#calendar th, #calendar td {
    padding: 0 5px 5px 0;
}

#calendar th.last, #calendar td.last {
    padding: 0 0 5px 0;
}

#calendar th div.tablecell {
    width: 93px;
    height: 100%;
    background: url('../images/calendar-header.gif') repeat-x;
}

#calendar td div.tablecell {
    position: relative;
    width: 85px;
    height: 63px;
    border: 1px solid #192e61;
    background: url('../images/bg-aanverwant.gif') repeat-x;  
    line-height: 13px;
    padding: 3px;
}
#calendar td div.active {
    background: #192e61 url('../images/calendar-tablecell-active.gif') repeat-x;
    color: #ffffff;
}

#calendar td div.weekend {
}

#calendar td div.old {
    color: #aaa;
}

#calendar td div.old_weekend {
    color: #aaa;
}


#calendar td div.active a{
    color: #ffffff;
    text-decoration: none;    
}

#calendar td div.active a:hover{
    color: #f00;
}

#calendar span.date {
    display: block;
    position: absolute;
    bottom: 4px;
    left: 2px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
#calendar span.today {
    color: #ff0000;
}/*-------------------------------*
     Nieuws
*-------------------------------*/
div.contentFullWidth {
    width: 635px;
    margin: 10px 5px;
}

div.contentFullWidth img {
    float: left;
    margin: 0 10px 10px 0;
}


/*-------------------------------*
     Archief
*-------------------------------*/
h4.archiefJaar {
    margin: 0;
    font-size: 14px;
}

h4.archiefJaar a {
    color: #15295d;
    text-decoration: none;
}

ul.archiefLijst {
    margin: 0;
    padding: 0;
    display: none; 
    width: 100%;
    margin-bottom: 25px;
}

ul.archiefLijstActive {
    margin-bottom: 25px;
}

ul.archiefLijst li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; 
    list-style-position: outside;  
}

ul.archiefLijst li a {
    text-decoration: none;
}

ul.archiefLijst li a.active {
    color: #d82e21;
}

ul.archiefLijst li a.archiefImg {
    float: right;
}
/* Nieuwsbrief aanmeld formulier */

.newsletterForm {    
    height: 46px;
    position: relative;    
}

.newsletterForm .email {
    border: 1px solid #6c6c6c;
    left: -2px;
    padding: 2px;
    position: absolute;
    width: 155px;
    top: 20px;
}

.newsletterForm .errors li{
    list-style: none;
    position: absolute;
    padding: 2px;
    top: 38px;
}

.newsletterForm .btnAanmelden {
    left: 165px;
    position: absolute;
    top: 20px;
    
    color: #fff;
    display: block; 
    padding: 0 8px;
    height: 19px;
    line-height: 15px;
    border: 0;
    overflow: hidden;
    width: 70px;
    background-image: url(../images/bg-button.gif);
    background-repeat: repeat-x;
}
/*-------------------------------*
            Poll
*-------------------------------*/
.poll_vraag {
    font-weight: bold;
}

.poll_form {
}

.poll_totaal{
    margin-top: 10px;
    font-style: italic;
    text-align: right;
}

.poll_form table {
    width : 100%;
}

.poll_form td {
    vertical-align: top;
}

.poll_form .radio {
    width: 10px;
    text-align: left;
    padding-left: 0px;
}

.poll_form .antwoord {
    padding-top: 2px;
    width: 260px; 
}

.poll_form .poll_btn {
    color: #fff;
    display: block; 
    padding: 0 8px;
    height: 19px;
    line-height: 15px;
    border: 0;
    overflow: hidden;
    background-image: url(../images/bg-button.gif);
    background-repeat: repeat-x;
    margin-left: 150px;
    width: 80px;
}

.poll_antwoord {
    width: 100%;
}

.poll_antwoord .vraag{
    height: 20px;
    vertical-align: middle;
}

.poll_antwoord .procent_balk {
    width: 220px;
}

.poll_antwoord .procent_balk .balk {
    width: 100%;
    height: 15px;
    display: block;
/*    border: #000 1px solid; */
    color: #113c76;  
    font-weight: bold;    
} 

.poll_antwoord .procent_balk .balk .mark{
    height: 100%;
    display: block;
    background: #f00;
    color: #113c76;  
    font-weight: bold;
    padding-left: 5px;
}

.poll_antwoord .info {
    padding-left: 10px;
}
/*-------------------------------*
     Producten bestellen
*-------------------------------*/
#orderProducts {
    position: relative;
    width: 680px;
    margin: 0px;
    overflow: hidden;
    padding-top: 5px;
}

#orderProducts li {
    position: relative;    
    display: block;
    float: left;    
    padding: 0;
    margin: 5px;
    list-style: none;
    width: 158px;   
    height: 250px;  
    background: url(../images/bg-product.gif) repeat-x bottom center;
}

#orderProducts li img {
    width: 156px;
    height: 114px;
    border: 1px solid #15295d;
    margin: 0;
    padding: 0;
    display: block;
}

#orderProducts li span,
#orderProducts li em,
#orderProducts li a {
    width: 144px;
    margin: 0 3px;
}

#orderProducts li span,
#orderProducts li em {
    display: block;
}

#orderProducts li em.productPrice {
    display: block;
    margin: 0 0 10px 0;
    width: 158px;        
    height: 25px;
    background: url(../images/bg-product-price.gif) repeat-x;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
}

#orderProducts li span.text {
    height: 60px;                  
    overflow: hidden;
    width: 150px;
}

#orderProducts li span.productTitle {
    font-weight: bold;
}

#orderProducts li span.bottom {
    position: absolute;
    bottom: 5px;    
}

/* Popup orderProducts */
#preview {
    width: 480px;
    height: auto;
    overflow: hidden;    
    padding-bottom: 20px;
}

#preview .foto {
    width: 430px;
    clear: both;    
    height: auto;
    margin: 40px 0 20px 20px;   
}
    #preview .foto img {
        border: 4px solid white;
    }    

#preview .titel,
#preview .text,
#preview .order {
    width: 420px;
    margin-left: 20px;    
}

#preview .titel {
    font-weight: bold;
}

#preview .text{             
    margin-bottom: 10px;
}

#preview a {
    cursor: pointer;
    clear: both;  
    margin-bottom: 10px;         
}


#shoppingBag {
    width: 227px;
}

#shoppingBag img {
    margin-top: 3px;
}

#shoppingBag tbody th {
    font-weight: bold;
    text-align: left;
}

tr.shoppingBagProductEnd td,
tr.shoppingBagProductEnd th {
    padding-bottom: 15px;
}

td.shoppingBagPrice {
    font-weight: bold;
    width: 15%;
}

td.shoppingBagDelete {
    text-align: right;
}

td.shoppingBagLast {
    padding-bottom: 5px;
}

#shoppingBag tfoot td {
    padding-top: 15px;
    border-top: 1px solid #15295d;
}

#shoppingItem_form {
    
}

#shoppingItem_form .text {
    border: 1px solid #6c6c6c;
    padding: 2px;
    width: 300px;    
}

#shoppingItem_form .submitbtn {
    margin-top: 10px;
    color: #fff;
    display: block; 
    padding: 0 8px;
    height: 19px;
    line-height: 15px;
    border: 0;
    overflow: hidden;
    background-image: url(../images/bg-button.gif);
    background-repeat: repeat-x;   
}

.productZoom {
    position: absolute;
    left: 125px;
    top: 95px;
    cursor: pointer;
    background-image: url(../images/zoom.gif);
    width:21px;
    height:17px;
    display:block;
}

input.inputBestellen{
    width: 50px;
    
}

.bestelbtn {
    position: absolute;

    display: block;
    height: 25px;
    width: 154px;

    right: 15px;
    bottom: 15px;
    background: url(../images/bestellen.gif) no-repeat top left;
}



/* Product categorieen pagina */

#productCategorieen {
    position: relative;
    width: 680px;
    margin: 0px;
    overflow: hidden;
    padding-top: 5px;
}

    #productCategorieen li {
        position: relative;    
        display: block;
        float: left;    
        padding: 0;
        margin: 5px;
        list-style: none;
        width: 160px;   
        height: 180px;                                                           
    }

        #productCategorieen li img {
            width: 156px;
            height: 114px;
            border: 1px solid #15295d;
            margin: 0;
            padding: 0;
            display: block;
        }
        
        #productCategorieen li span.text {
            display:block;
            height: 30px;                  
            overflow: hidden;
            width: 150px;
            padding-top: 5px;
        }

        #productCategorieen li .productTitle {
            font-weight: bold;
        }

        #productCategorieen li .bottom {
            position: absolute;
            bottom: 5px;    
        }/*-------------------------------*
     Producten bestellen
*-------------------------------*/
#orderProducts {
    position: relative;
    width: 680px;
    margin: 0px;
    overflow: hidden;
    padding-top: 5px;
}

#orderProducts li {
    position: relative;    
    display: block;
    float: left;    
    padding: 0;
    margin: 5px;
    list-style: none;
    width: 158px;   
    height: 250px;  
    background: url(../images/bg-product.gif) repeat-x bottom center;
}

#orderProducts li img {
    width: 156px;
    height: 114px;
    border: 1px solid #15295d;
    margin: 0;
    padding: 0;
    display: block;
}

#orderProducts li span,
#orderProducts li em,
#orderProducts li a {
    width: 144px;
    margin: 0 3px;
}

#orderProducts li span,
#orderProducts li em {
    display: block;
}

#orderProducts li em.productPrice {
    display: block;
    margin: 0 0 10px 0;
    width: 158px;        
    height: 25px;
    background: url(../images/bg-product-price.gif) repeat-x;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
}

#orderProducts li span.text {
    height: 60px;                  
    overflow: hidden;
    width: 150px;
}

#orderProducts li span.productTitle {
    font-weight: bold;
}

#orderProducts li span.bottom {
    position: absolute;
    bottom: 5px;    
}

/* Popup orderProducts */
#preview {
    width: 480px;
    height: auto;
    overflow: hidden;    
    padding-bottom: 20px;
}

#preview .foto {
    width: 430px;
    clear: both;    
    height: auto;
    margin: 40px 0 20px 20px;   
}
    #preview .foto img {
        border: 4px solid white;
    }    

#preview .titel,
#preview .text,
#preview .order {
    width: 420px;
    margin-left: 20px;    
}

#preview .titel {
    font-weight: bold;
}

#preview .text{             
    margin-bottom: 10px;
}

#preview a {
    cursor: pointer;
    clear: both;  
    margin-bottom: 10px;         
}


#shoppingBag {
    width: 227px;
}

#shoppingBag img {
    margin-top: 3px;
}

#shoppingBag tbody th {
    font-weight: bold;
    text-align: left;
}

tr.shoppingBagProductEnd td,
tr.shoppingBagProductEnd th {
    padding-bottom: 15px;
}

td.shoppingBagPrice {
    font-weight: bold;
    width: 15%;
}

td.shoppingBagDelete {
    text-align: right;
}

td.shoppingBagLast {
    padding-bottom: 5px;
}

#shoppingBag tfoot td {
    padding-top: 15px;
    border-top: 1px solid #15295d;
}

#shoppingItem_form {
    
}

#shoppingItem_form .text {
    border: 1px solid #6c6c6c;
    padding: 2px;
    width: 300px;    
}

#shoppingItem_form .submitbtn {
    margin-top: 10px;
    color: #fff;
    display: block; 
    padding: 0 8px;
    height: 19px;
    line-height: 15px;
    border: 0;
    overflow: hidden;
    background-image: url(../images/bg-button.gif);
    background-repeat: repeat-x;   
}

.productZoom {
    position: absolute;
    left: 125px;
    top: 95px;
    cursor: pointer;
    background-image: url(../images/zoom.gif);
    width:21px;
    height:17px;
    display:block;
}

input.inputBestellen{
    width: 50px;
    
}

.bestelbtn {
    position: absolute;

    display: block;
    height: 25px;
    width: 154px;

    right: 15px;
    bottom: 15px;
    background: url(../images/bestellen.gif) no-repeat top left;
}


/* spotlightBox op de homepage */
#spotlightBox {
    position: relative;
    border: 5px solid #eaeaea;
    height: 261px;
    width: 676px;    
}

#spotlightBox_main {
    position: relative;
    margin: 0 0 32px 0;
    overflow: hidden;
    height: 271px;     
    width: 686px;    
}

#spotlightBox .img {
    z-index: 2;
}

#spotlightBox .textoverlay {
    background: url(../images/bg-blue-transparent.png) no-repeat;   
    color: #fff;
/*    height: 100%; */
    height: 261px;
    left: 428px;
    padding: 30px 8px 8px 26px;
    position: absolute;
    top: 0;
    width: 214px;
    z-index: 3;
}

#spotlightBox .textoverlay h2,
#spotlightBox .textoverlay a {
    color: #fff;
}

#spotlightBox_nav {
    border: 3px solid #fff;
    border-bottom: none;
    border-right: none;    
    left: 10px;
    position: absolute;
    top: 246px;
    z-index: 1000;
}

#spotlightBox_nav a {
    background: url(../images/bg-number-red.gif);
    border-right: 3px solid #fff;
    color: #fff;
    display: block;
    float: left;
    height: 17px;
    text-align: center;
    text-decoration: none;
    width: 17px;
}

#spotlightBox_nav a:hover,
#spotlightBox_nav a.activeSlide {
    background: url(../images/bg-number-blue.gif);
}
/* spotlightBox op de homepage */
#spotlightBox {
    position: relative;
    border: 5px solid #eaeaea;
    height: 261px;
    width: 676px;    
}

#spotlightBox_main {
    position: relative;
    margin: 0 0 32px 0;
    overflow: hidden;
    height: 271px;     
    width: 686px;    
}

#spotlightBox .img {
    z-index: 2;
}

#spotlightBox .textoverlay {
/*    background: url(../images/bg-blue-transparent.png) no-repeat;   */
    color: #fff;
/*    height: 100%; */
    height: 261px;
    left: 428px;
    padding: 30px 8px 8px 26px;
    position: absolute;
    top: 0;
    width: 214px;
    z-index: 3;
}

#spotlightBox .textoverlay h2,
#spotlightBox .textoverlay a {
    color: #fff;
}

#spotlightBox_nav {
    border: 3px solid #fff;
    border-bottom: none;
    border-right: none;    
    left: 10px;
    position: absolute;
    top: 246px;
    z-index: 1000;
}

#spotlightBox_nav a {
    background: url(../images/bg-number-red.gif);
    border-right: 3px solid #fff;
    color: #fff;
    display: block;
    float: left;
    height: 17px;
    text-align: center;
    text-decoration: none;
    width: 17px;
}

#spotlightBox_nav a:hover,
#spotlightBox_nav a.activeSlide {
    background: url(../images/bg-number-blue.gif);
}
#sitemap {
    padding: 0;
    margin: 15px 0 15px 15px;
}

#sitemap a {
    text-decoration: none; 
}

#sitemap li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sitemap li h2 {
    margin: 0;
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

#sitemap li h3 {
    margin: 15px 0 0 0;
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
    color: #ee3224;
    text-decoration: none;
}

#sitemap li.hoofdgroep {
    width: 162px;
    float: left;
    margin-right: 5px;
}

#sitemap li.page {
    margin-left: 18px;
    list-style: square;
    color: #ee3224;
}

#sitemap li.page a {
    text-decoration: none;
    font-weight: bold;
}
/*-------------------------------*
     Vacatures enzo...
*-------------------------------*/
a.vacatureknop {
    display: block;
    float: right;
    height: 27px;
    font-weight: bold;
    margin-right: 30px;
    line-height: 27px;
    text-decoration: none;
}

#medewerkers {
    position: relative;
    width: 680px;
    margin: 0px;
    overflow: hidden;
}

#medewerkers li {
    position: relative;    
    display: block;
    float: left;    
    padding: 0;
    margin: 5px;
    list-style: none;
    width: 158px;  
    height: 190px;
    background: url(../images/bg-medewerkers.gif) repeat-x bottom center;
}

#medewerkers li img {
    width: 156px;
    height: 126px;    
    border: 1px solid #15295d;
    margin: 0;
    padding: 0;
    display: block;
}

div.medewerker {
    background: #375189 url(../images/bg-medewerkers.gif) repeat-x center top;
    color: #ffffff;
    display: block;

    line-height: 18px;
    text-decoration: none;
    height: 60px;
}

span.medewerkerName,
span.medewerkerName a,
span.medewerkerFunction {
    display: block;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    margin: 0 5px;
}

span.medewerkerFunction {
    color: #f62c1c;
    margin: 0 10px;     
}.boxBorder{
    margin-bottom: 15px;
    border: 1px solid #d1d1d1;
    padding: 10px;
}
    .boxBorder .floatLeft p{     
        display: inline;
        margin-right: 10px;     
    }                           
    .boxBorder .floatLeft a{     
        margin-right: 5px;             
    }                              
    .boxBorder .floatLeft a img{                                         
        vertical-align: middle;                
    }/* Zoeken */
/*.jsEnabled .sideZoekForm label {display: none;}
.sideZoekForm form {width: 246px; overflow: hidden; position: relative; margin: 0 0 7px 0;}
	.sideZoekForm input.textInput {width: 158px; float: left;}
	.sideZoekForm input.formButton {width: 75px; float: right;}         */

/* zoekresultaten */
.searchResultsItem p strong {color:#0071B6;}
.searchResultsItem a {text-decoration: none;}
.searchResultsItem a:hover {text-decoration: none;}
.zoekFormMiddle form {width: 246px; overflow: hidden; position: relative; margin: 0 0 7px 0;}
	.zoekFormMiddle label {width: 100px; float: left;}
	.zoekFormMiddle input.textInput {width: 158px; float: left;}
	.zoekFormMiddle input.formButton {width: 75px; float: right;}
