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

/*-------------------------------*
    Tags
*-------------------------------*/

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: inside;
}

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;
}

/*-------------------------------*
     Site Layout
*-------------------------------*/
         
#mainContainer {

}

#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 {
    display : none;
}


/* zoekformulier */
#searchForm_top {
    display : none;   
}

#searchForm_left {
    display : none;
}

.searchForm {
    display : none;
}

.searchForm legend {
    display: none;
}


/* Content */
#contentWrap {

}

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

#colWrap {
    padding-bottom: 10px;
    float:left;
    display:block;
    width:100%;
}

#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 {
    margin: 12px 5px 0 6px;
}

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

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

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

/* Hoofdmenu */
#menu {
    display : none;
}

/* Dit is het gedeelte van het menu wat openklapt */
.menuoverlay {
    display : none;
}

/* Dit is het gedeelte van het menu wat openklapt */
.subnav {
    display : none;
}

/* Font size in menu */
#fontsize {
    display : none;
}

/* breadcrumbs */
#breadcrumbs {
    display : 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 {
    display : none;
}

/* Box */
.margeBtm {
    margin: 0 0 32px 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 .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 {
    display : none;
}

/* Print knop */
div.printMe {
    display : none;
}

/* 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;
/*    margin-top: 20px;    */
    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: 16px;
    height: 16px;*/
    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;
}



#sitemap {
    padding: 0;
    margin: 15px;
}

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

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

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

#sitemap li.hoofdgroep {
    width: 25%;
    float: left;
}

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

#sitemap li.page a {
    text-decoration: none;
    font-weight: bold;
}

#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: fixed;

    margin-left: -248px;
    margin-top: -156px; */
    position: absolute;
    top: 20px;
    left: 20px;

    display: none;   
    height: 314px;
    width: 596px;

    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;
}

/*-------------------------------*
     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, .cForm .textarea {border: #666 1px solid; width: 200px; height: 14px;}
.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 {
    
}

/*-------------------------------*
     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;}


/*-------------------------------*
     Veelgestelde vragen enzo...
*-------------------------------*/
.faq {
    width: 655px;
}

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

.faq .text {
    padding-left:13px;
    width: 642px; 
    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 {

} 


.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;
}

.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;
}/*-------------------------------*
            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;
    display: block;
    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: 22px;
    
    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;
}
/*-------------------------------*
     Producten bestellen
*-------------------------------*/
#orderProducts {
    position: relative;
    width: 680px;
    margin: 5px;
}

#orderProducts li {
    position: relative;    
    display: block;
    float: left;    
    padding: 0;
    margin: 5px;
    list-style: none;
    width: 158px;  
    height: 230px;  
    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.productTitle {
    font-weight: bold;
}

#orderProducts li span.productDesc {
    overflow: hidden;
    height: 45px;
}

#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;
}/* 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);
}
/*-------------------------------*
     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: 5px;
}

#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;     
}/* 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;}
    
    
/******************************************************
Final blocks!
******************************************************/

#rightWrap, #header, #footer, .cForm, .downloadList, .aanverwant, .col2{
    display : none;
}

#leftWrap, .col1 {
    width: 100%;
}

#noedit_overlay {
    position: absolute;
    left : 0px;
    top : 0px;
    width : 100%;
    height : 100%;
    z-index: 1000;
    display: block;
}

