html, body {margin: 0; padding: 0;background:#fff;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin: 0 0 14px 0; padding: 0;}
li, dd, blockquote {margin-left: 14px;}
input, select, textarea {font-size: 100%; font-family: inherit;}
a img {border: none;}

/* FCK floating images */
.contentImgLeft,.float_left{float:left;margin: 0 5px 2px 0;}
.contentImgRight,.float_right{float:right;margin: 0 0 2px 5px;}


/* Edit in place */
.editinplace img {margin: 0 5px 5px 0 !important;}

html{
    background: #CCCCCC url(../images/bg_body.jpg) top left repeat-x;
    height: 100%;
}

body{
     background: #CCCCCC url(../images/bg_body.jpg) top left repeat-x;
	font: 12px/15px Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    color: #737373;
    height: 100%;
}

#mainContainer{
    width: 930px;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -149px;
    text-align: left;
}

#header{
    position: relative;
    height: 93px;
    overflow: hidden;
}
    #header h1#logo{
        position: absolute;
        top: 15px;
        left: 0;
        background: url("../images/logo.jpg") no-repeat scroll 0 0 transparent;
    }
    #header h1#logo a{
        display: block;
        height: 59px;
        width: 190px;
    }
    #header h1#logo a span{
        display: none;
    }

    #header a#banner{
        position: absolute;
        top: 10px;
        left: 270px;
    }

    /* Speciaal voor subsites */
    #header h1#logo_ondernemer{
        position: absolute;
        top: 15px;
        left: 0;
    }
    #header h2#logo{
        position: absolute;
        top: 15px;
        right: 0;
        background: url("../images/logo.jpg") no-repeat scroll 0 0 transparent;
    }
    #header h2#logo a{
        display: block;
        height: 59px;
        width: 190px;
    }
    #header h2#logo a span{
        display: none;
    }
    /* End speciaal voor subsites */


#breadCrumbs{
    position: relative;
    clear: both;
    height: 26px;
    padding-left: 30px;
    font-size: 11px;
    color: #737373;
    list-style: none;
    clear: both;
    overflow: hidden;
    margin: 0;
}
    #breadCrumbs li {
        float: left;
        margin: 0 10px 0 0;
    }
    #breadCrumbs li.pijltje {
        padding-right: 15px;
        background: transparent url('../images/pijltje.png') right no-repeat;
    }

.push{
    height: 149px;
    display: block;
}

#footerContainer{
    position: relative;
    width: 100%;
    height: 99px;
    padding-top: 50px;
    overflow: hidden;
    background: transparent url(../images/bg_footer.jpg) 0px 50px repeat-x;
}

#footer{
    width: 930px;
    margin: 0 auto;
    overflow: hidden;
}

/*****
    MainNav
*****/

#mainnav {
    position: relative;
    height: 26px;
    margin-top: -14px;
    /*padding-left: 26px;    */
    clear: both;
    text-align: left;
    z-index: 998;
}

#mainnav ul {
    font-size: 12px;
}

#mainnav ul li {
    float: left;
    list-style: none;
    margin-left: 15px;
    margin-right: 6px;
    color: #ffffff;
}
    #mainnav ul li.right {
        float: right;
        margin: 0;
    }

#mainnav ul li a {
    color: #ffffff;
    display: block;
    float: left;
    height: 26px;
    padding: 4px 14px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#mainnav ul li a:hover,
#mainnav ul li.current a {
    background: transparent url(../images/bg_menu_hover.gif) top left repeat-x;
}

#mainnav ul li a img {
    display: inline;
    margin: 4px 0 0 3px;
}

#mainnav ul li.right{
    float: right;
}


.hovering {
    display: block !important;
}





/*****
    Overep dropdown menu
*****/

#mainnav .overepmenu {
    display: none;
    left: 396px;
    position: absolute;
    top: 26px;
    width: 249px;
    z-index: 999;
}
    #mainnav .overepmenu .bg {
        overflow: hidden;
        background: transparent url(../images/bg_overepmenu.png) top left repeat-y;
        padding: 15px 20px 0 20px;
    }
    #mainnav .overepmenu .top {
        height: 3px;
        background: transparent url(../images/bg_overepmenu_top.png) top left no-repeat;
    }
    #mainnav .overepmenu .bottom {
        height: 13px;
        background: transparent url(../images/bg_overepmenu_bottom.png) top left no-repeat;
    }
     #mainnav .overepmenu p{
        float: left;
        width: 154px;
        color: #ffffff;
        font-size: 12px;
        margin-bottom: 10px;
    }
    #mainnav .overepmenu ul {
        float: left;
        width: 154px;
        margin-bottom: 0;
    }
        #mainnav .overepmenu ul li {
            list-style: none;
            float: none;
            margin-left: 0;
            margin-bottom: 10px;
        }
        #mainnav .overepmenu ul li a {
            display: inline;
            float: none;
            padding: 0;
            text-transform: none;
            font-size: 11px;
        }
        #mainnav .overepmenu ul li a:hover,
        #mainnav .overepmenu ul li a.active {
            background: none;
        }
        #mainnav .overepmenu ul li a b {
            font-size: 12px;
        }

/*****
    Columns
*****/

.column{
    float: left;
    margin-top: 5px;
    margin-left: 17px;
}
.blok{
    margin-bottom: 12px;
}
.first{
    margin-left: 0;
}
.whole{
    width: 930px;
}
.wide{
    width: 711px;
}
.half{
    width: 445px;
}
.forth{
    width: 215px;
}
.small{
    width: 177px;
}
.product_photos{
    width: 236px;
}
.product_content{
    width: 460px;
}
.column.winkelwagen{
    width: 656px;
}
.column.winkelwagen_side{
    width: 242px;
    margin-left: 13px;
}
.clearer{
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

    .wide .top{
        display: block;
        height: 10px;
        width: 711px;
        background: transparent url(../images/bg_col_wide_top.png) top left no-repeat;
    }
    .wide .bg{
        padding: 10px 20px 10px 20px;
        padding: 5px 14px;
        background: transparent url(../images/bg_col_wide.png) top left repeat-y;
        overflow: hidden;
    }
    .wide .bottom{
        display: block;
        height: 10px;
        width: 711px;
        background: transparent url(../images/bg_col_wide_bottom.png) top left no-repeat;
    }

    .product_content .top{
        display: block;
        height: 10px;
        width: 460px;
        background: transparent url(../images/bg_col_product_content_top.png) top left no-repeat;
    }
    .product_content .bg{
        padding: 10px 20px 20px 10px;
        background: transparent url(../images/bg_col_product_content.png) top left repeat-y;
    }
    .product_content .bottom{
        display: block;
        height: 10px;
        width: 460px;
        background: transparent url(../images/bg_col_product_content_bottom.png) top left no-repeat;
    }

    .subsite .top{
        display: block;
        height: 10px;
        width: 913px;
        background: transparent url(../images/bg_col_subsite_top.png) top left no-repeat;
    }
    .subsite .bg{
        width: 873px;
        padding: 10px 20px 20px 20px;
        background: transparent url(../images/bg_col_subsite.png) top left repeat-y;
        position: relative;
        overflow: hidden;
    }
    .subsite .bottom{
        display: block;
        height: 10px;
        width: 913px;
        background: transparent url(../images/bg_col_subsite_bottom.png) top left no-repeat;
    }


    .column.winkelwagen .top{
        background: transparent url('../images/bg_col_winkelwagen_top.png') top left no-repeat;
        height: 10px;
    }
    .column.winkelwagen .bg{
        background: transparent url('../images/bg_col_winkelwagen_bg.png') top left repeat-y;
        width: 626px;
        padding: 0 15px 10px 15px;
        position: relative;
        overflow: hidden;
    }
    .column.winkelwagen .bottom{
        background: transparent url('../images/bg_col_winkelwagen_bottom.png') top left no-repeat;
        height: 10px;
    }

    .column.winkelwagen_side .top{
        background: transparent url('../images/bg_col_winkelwagen_side_top.png') top left no-repeat;
        height: 15px;
    }
    .column.winkelwagen_side .bg{
        background: transparent url('../images/bg_col_winkelwagen_side_bg.png') top left repeat-y;
        width: 212px;
        padding: 0 15px 10px 15px;
        position: relative;
        overflow: visible;
    }
    .column.winkelwagen_side .bottom{
        background: transparent url('../images/bg_col_winkelwagen_side_bottom.png') top left no-repeat;
        height: 15px;
    }



    .column.small .top {
        background: transparent url('../images/bg_col_side_top_small.png') top left no-repeat;
        height: 15px;
    }
    .column.small .bg {
        background: transparent url('../images/bg_col_side_bg.png') top left repeat-y;
        width: 157px;
        padding: 0 15px 10px 15px;
        position: relative;
        overflow: visible;
    }
    .column.small .bottom {
        background: transparent url('../images/bg_col_side_bottom_small.png') top left no-repeat;
        height: 15px;
    }



/*****
    BreadCrumbs
*****/

#breadCrumbs a{
    color: #737373;
}


/*****
    FooterNav
*****/

#footer ul{
    list-style: none;
    float: right;
    margin-top: 15px;
}
    #footer ul li{
        float: left;
        padding: 0 5px;
        margin: 0;
        border-left: 1px solid white;
        color: #fff;
    }
    #footer ul li.first{
        border-left: 0;
    }
    #footer ul li a{
        color: #fff;
        text-decoration: none;
    }
    #footer ul li a:hover { text-decoration: underline; }

.footer_images{
    clear: both;
    float: right;
    margin-top: 5px;
    width:500px;
    text-align: right;
}
    .footer_images img{
        margin-left: 10px;
    }


/*****
    Forms
*****/

input.formInput{
    height: 18px;
    border: 1px solid #2D7F2D;
    background: #fff url(../images/bg_textfield.gif) top left repeat-x;
    padding: 0 5px;
    color: #666;
}

input.default{
    color: #bbb !important;
}

/*****
    Nieuwsbrief
*****/

/*
.nieuwsbrief_aanmelden{
    position: relative;
    width: 135px;
    height: 75px;
    background: transparent url(../images/bg_nieuwsbrief_aanmelden.jpg) top left no-repeat;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
}

    .nieuwsbrief_aanmelden input.formInput{
        width: 120px;
    }
*/


/*****
    Blokken homepage
*****/

.blokHomepage {
    position: relative;
    width: 185px;
    height: 83px;
    background: transparent url(../images/bg_blok_homepage.png) top left no-repeat;
    padding: 10px 15px 0;
    overflow: hidden;
}
    .blokHomepage p.kop{
        font-size: 16px;
        color: #339933;
        margin-bottom: 5px;
    }
    .blokHomepage img.verder{
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .blokHomepage a{
        color: #737373;
        text-decoration: none;
    }


.blokHomepageBig {
    position: relative;
    width: 185px;
    height: 189px;
    background: transparent url(../images/bg_blok_homepage_big.png) top left no-repeat;
    padding: 10px 15px 0;
    overflow: hidden;
}
.blokHomepageBigProduct {
    background: transparent url(../images/bg_blok_homepage_big_product.png) top left no-repeat;
}
    .blokHomepageBig p.kop{
        font-size: 16px;
        color: #339933;
        margin-bottom: 5px;
    }
    .blokHomepageBig img.verder{
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .blokHomepageBig a{
        color: #737373;
        text-decoration: none;
    }




/*****
    Navigatie
*****/

.navigatie a{
    padding: 3px 6px;
    background: #ebebe9;
    color: #acacac;
    margin-right: 5px;
    text-decoration: none;
    -moz-border-radius: 3px; /* firefox */
    -webkit-border-radius: 3px; /* safari, chrome */
    -khtml-border-radius-topleft: 3px;
    border-radius: 3px; /* css3 */
    border: #cccccc;
    font-weight: bold;
}
    .navigatie a.selected{
        color: #339933;
        background: #eeeeee;
    }

/* Navigatie op filter full-list */
.navigatie span {
    padding: 3px 6px;
    background: #ebebe9;
    color: #acacac;
    margin-right: 5px;
    text-decoration: none;
    -moz-border-radius: 3px; /* firefox */
    -webkit-border-radius: 3px; /* safari, chrome */
    -khtml-border-radius-topleft: 3px;
    border-radius: 3px; /* css3 */
    border: #cccccc;
    font-weight: bold;
    cursor: pointer;
}
    .navigatie span.selected{
        color: #339933;
        background: #eeeeee;
    }


#000000/*****
    Webshop styles
*****/

.webshopForm .radioContainer { clear: both; overflow: hidden; }
    .webshopForm .radioContainer label.titleLabel { display: block; margin: 0; clear: both; float: none; }
    .webshopForm .radioContainer input { float: left; margin: 3px 10px; }
    .webshopForm .radioContainer label { float: left; margin: 3px 0; width: 200px; }
    .webshopForm .radioContainer br { clear: left;  }
    .webshopForm .radioContainer span.error { display: block; clear:both; margin: -5px 0 10px 0; color:red; padding-left:33px; background: transparent url('../images/arrow_error.gif') 14px 2px no-repeat;}

.webshopForm .checkboxContainer { clear: both; overflow: hidden; }
    .webshopForm .checkboxContainer label.titleLabel { display: block; margin: 0; clear: both; float: none; }
    .webshopForm .checkboxContainer input { float: left; margin: 3px 10px; }
    .webshopForm .checkboxContainer label { float: left; margin: 3px 0; width: 200px; }
    .webshopForm .checkboxContainer br { clear: left;  }
    .webshopForm .checkboxContainer span.error { display: block; clear:both; margin: -5px 0 10px 0; color:red; padding-left:33px; background: transparent url('../images/arrow_error.gif') 15px 2px no-repeat;}

.webshopForm .inputContainer { }
    .webshopForm .inputContainer label { display: block; margin: 0; }
    .webshopForm .inputContainer input.textField{ width: 223px; height: 14px; background: transparent url('../images/bg_formfield_klein.gif') top left no-repeat; border:0; margin-bottom:10px; padding: 5px 10px; }
    .webshopForm .inputContainer .textArea{ width: 233px; height: 173px; border: 1px solid #e1e1e0; margin-bottom:10px; padding: 5px; }
    .webshopForm .inputContainer .selectField{ width: 223px; border: 1px solid #e1e1e0; margin-bottom:10px; }
    .webshopForm .inputContainer .indented{ margin-left: 15px;}
    .webshopForm .inputContainer span.error { display: block; clear:both; margin: -5px 0 10px 0; color:red; padding-left:12px; background: transparent url('../images/arrow_error.gif') 0px 2px no-repeat;}



/*****
    Cufon en fonts
*****/

.cufonBold{
    font-family: "HelveticaNeueBold", "Lucida Sans Unicode", Verdana, sans-serif;
}

.cufonLight{
    font-family: "HelveticaNeueLight", "Lucida Sans Unicode", Verdana, sans-serif;
}

.kopBoldKlein{
    font-size: 16px;
    color: #339933;
    margin-bottom: 5px;
}
.kopBoldKleiner{
    font-size: 13px;
    color: #339933;
}
.kopBoldPrijs{
    font-size: 24px;
    color: #fb8c00;
}
.kopLightGroot{
    font-size:36px;
    color: #339933;
    margin-bottom: 0;
    margin-left: 30px;
}
.kopLightKlein{
    font-size:18px;
    color: #339933;
    margin-bottom: 10px;
}
.kopBoldGrijs{
    font-size: 16px;
}
.kopBoldGrijsKlein{
    font-size: 14px;
}


h2{ /* is kopLightGroot */
    font-size: 36px;
    color: #339933;
    margin-bottom: 0px;
    font-family: "HelveticaNeueLight", "Lucida Sans Unicode", Verdana, sans-serif;
}
h3{ /* is kopBoldKleiner */
    font-size: 13px;
    color: #339933;
    margin-bottom: 0px;
    /* font-family: "HelveticaNeueBold", "Lucida Sans Unicode", Verdana, sans-serif; */
    font-family: "Arial", "HelveticaNeueBold", "Lucida Sans Unicode", Verdana, sans-serif;
}



a { color: #339933; text-decoration: none; }
a:hover { text-decoration: underline; }


a.linkVerder{
    padding: 3px 0 5px 25px;
    background: url(../images/icon_verder.png) center left no-repeat;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}
a:hover.linkVerder{text-decoration: underline;}
a.linkVerderRechts{
    padding: 3px 25px 5px 0;
    background: url(../images/icon_verder.png) center right no-repeat;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}
a:hover.linkVerderRechts{ text-decoration:underline; }
a.linkVorige{
    padding: 3px 0 5px 25px;
    background: url(../images/icon_vorige.png) center left no-repeat;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}
a:hover.linkVorige{ text-decoration: underline;}
a.linkLeesMeer{
    padding: 3px 0 5px 25px;
    background: url(../images/icon_onder.png) center left no-repeat;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}
a:hover.linkLeesMeer{text-decoration: underline;}
a.linkLeesMinder{
    padding: 3px 0 5px 25px;
    background: url(../images/icon_boven.png) center left no-repeat;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}
a:hover.linkLeesMinder{text-decoration: underline;}
a.dikGrijs{
    color: #737373;
    font-weight: bold;
    text-decoration: none;
}
a:hover.dikGrijs{ text-decoration: underline;}

/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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: 1090;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    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: 1010;
}
#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;
}

