body {

    background-image:  url(../images/backg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    margin-top: 0px;
    background-color: #fff;
    background-attachment: fixed;


}

.nopadding {
    padding: 0 !important;
}

.col-xs-12 {
    width: 100%;
    float:left;
}

/*hier komen de div eigenschappen van de hoofddiv */

#container {
    overflow: auto;
    margin: 0px auto;
    width: 1149px;
    background-image: url(../images/bgcontainer.png);
    background-repeat: repeat-y;
    margin-top: 8px;
}

#container #header {
    overflow: auto;
    height: 280px;
    width: 945px;
    margin-left: 14px;
    background-image: none;
    background-repeat: no-repeat;
    float: left;
    border-top: 6px solid #967d3b;

}

#container #header #logo {

    width: 200px;
    height: 95px;
    background-image: url(../images/logo.png);
    position:absolute;
    float: left;
    z-index:200;
    margin-top: 0px;
    margin-left: 15px;
}

#container #links {
    float: left;
    width: 199px;
    margin-left: 14px;
}

#container #midden {
    float: left;
    width: 746px;

}

#container #rechts {
    width: 178px;
    float: left;
}

#footer {
    margin: 0px auto;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 1151px;
    font-family: Lucida Sans Unicode;
    font-size: 10px;
    color: #333333;
}

/*hier komen de div eigenschappen van de subdiv LINKS */

#container #links #button {
    float: left;
    height: 50px;
    width: 199px;
    background-image: url(../images/buttonbg.jpg);
}

#container #links #button #knop {
    height: 167px;
    width: 140px;
    background-image: none;
    background-repeat: no-repeat;
    margin-left: 35px;
    margin-top: 20px; 
}


#container #links #menu {
    float: left;
    min-height: 177px;
    width: 199px;
    background-color: #333333;
}

#container #links #onderkantmenu {
    float: left;
    width: 199px;
    height: 91px;
    background-image: url(../images/menuonder.png);
}

/*hier komen de div eigenschappen van de subdiv MIDDEN */

#container #midden #huizenselector {
    height: 31px;
    background-image: url(../images/bghuizenselector.png);
    background-repeat: no-repeat;
    float:left;
    width: 746px;
}
#container #midden #huizenselector #balk {
    height: 5px;
    background-image: url(../images/balk.jpg);
    background-repeat: repeat-x;
    float: left;
    width: 746px;
    padding-top: -21px;
}

#container #midden #huizenselector #broodkorrel {
    height: 22px;
    float: left;
    width: 736px;
    padding-top: 3px;
    padding-left: 13px;
}

#container #midden #content {

    background-image: url(../images/content.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    float: left;
    min-height: 450px;
}

#container #rechts #aanbieding {
    background-image: url(../images/aanbieding.png); 
    height: 377px;
    margin-top: 50px;
    float: left;
    width: 178px;
}

/** menu */
#links #mod_menu {

    font-family: Lucida Sans Unicode, Verdana, Tahoma, sans, serif;
    color: #808080;
    text-decoration: none;

}

#links #mod_menu ul {
    list-style: none;
    margin-left: -40px;
}

#links #mod_menu a:visited {

    font-family: Lucida Sans Unicode, Verdana, Tahoma, sans, serif;
    color: grey;
    text-decoration: none;
    line-height: 2.7em;
    padding-left: 10px;
    background-image: url(../images/rect4281.png);
    background-repeat: no-repeat;
    width: 185px;
    display: block;
    background-position: bottom;
    font-weight: bold;
}

#mod_menu a:link {

    font-family: Lucida Sans Unicode, Verdana, Tahoma, sans, serif;
    color: grey;
    text-decoration: none;
    line-height: 2.7em;
    padding-left: 10px;
    background-image: url(../images/rect4281.png);
    background-repeat: no-repeat;
    width: 185px;
    display: block;
    background-position: bottom;
    text-shadow: 0 0.3em 0.4em #202020, 0 0.0em 0.0em #000000, 0 0 0.0em #000000;
    font-weight: bold;

}

#links #mod_menu a:hover {
    color: #b09246;
    text-shadow: none;
}

#links a.active  {

    background-image: url(../images/path6463.png);
    background-repeat: no-repeat;
    width: 185px;
    display: block;
    background-position: bottom;
    color: #b09246;
    text-shadow: none;
}

/* tablefaq*/

  
    #tablefaq {
    }
    
    .tabs {
        display:none;
    }
    #tful {
        list-style-type: none !important;
        width:100%;
        float:left;
        margin-left: -40px;
    }
    
    #tablefaq ul#tful li:a {
     text-decoration: none;   
    }
        
    #tablefaq ul#tful li {
        float:left;
        display:inline;
        padding: 2px 5px;
        border:1px solid black;
        border-bottom: 0;
        margin-left: 2px;
    }