* {
    border:0 none;
    font-size:100%;
    margin:0;
    outline-style:none;
    outline-width:0;
    padding:0;
    border-collapse:collapse;
    vertical-align: baseline;
}

html {
     /* nodig anders verspringt de site bij het in-en uitsliden van de zoekresultaten */
     overflow: -moz-scrollbars-vertical;
}

body {
    background-color:#e3e3d5;
    font-family:Calibri;
    font-size:14px;
    color:#000;
}
div.container {
    position:absolute;
    width:891px;
    margin-left:-445px;
    left:50%;
}

div.header_container {
    float:left;
}


/* start bovenste menu */

div.menu_top {
    float:left;
    width:100%;
    height:29px;
    background-color:#343434;
}

div.menu_top .borderleft {
    float:left;
    width:22px;
    height:100%;
    background:#343434 url(images/layout/menu_border_left.jpg) no-repeat top left;
}

div.menu_top .menu {
    float:left;
}

div.menu_top .borderright {
    float:right;
    width:22px;
    height:100%;
    background:#343434 url(images/layout/menu_border_right.jpg) no-repeat top right;
}

.btn_home, .btn_links, .btn_inschrijven, .btn_adverteren, .btn_support, .btn_contact, .btn_login {
    float:left;
    height:29px;
    cursor:pointer;
}

.btn_home { background:#343434 url(images/layout/btn_home.jpg) no-repeat top left;margin-left:3px;width:82px; }
.btn_links { background:#343434 url(images/layout/btn_nuttigelinks.jpg) no-repeat top left;width:153px; }
.btn_inschrijven { background:#343434 url(images/layout/btn_inschrijven.jpg) no-repeat top left;width:148px; }
.btn_adverteren { background:#343434 url(images/layout/btn_adverteren.jpg) no-repeat top left;width:149px; }
.btn_support { background:#343434 url(images/layout/btn_support.jpg) no-repeat top left;width:115px; }
.btn_contact { background:#343434 url(images/layout/btn_contact.jpg) no-repeat top left;width:108px; }
.btn_login { background:#343434 url(images/layout/btn_login.jpg) no-repeat top left;width:89px; }



/* stop bovenste menu */

/* start banner */

div.banner_container {
    float:left;
    width:100%;
    height:118px;
}

div.banner_container .logo {
    float:left;
    width:170px;
    height:100%;
    background:#f2f0f0 url(images/layout/logo.jpg) no-repeat top left;
}

div.banner_container .banner {
    float:left;
    width:721px;
    height:100%;
    background:#f2f0f0 url(images/layout/banner.jpg) no-repeat top left;
}

/* stop banner */


/* start zoeken */

div.search_container {
    float:left;
    width:100%;
    height:127px;
    background:#8cbc2a url(images/layout/bg_search.jpg) no-repeat top left;
}

table.tbl_search {
    float:left;
    margin-left:28px;
}

table.tbl_search td.up, table.tbl_search td.down {
    padding-right:37px;
}

table.tbl_search td.up { padding-top:33px; }
table.tbl_search td.down { padding-top:27px; }

form.frm_search input, form.frm_search select {
    background-color:#cce599;
    width:213px;
    color:gray;
    border-style:none;
}

form.frm_search select {
    margin-left:-3px;
    margin-top:-3px;
}

div.search_container .searchbutton {
    float:right;
    height:100%;
    width:89px;
    margin-right:20px;
    cursor:pointer;
    background:#8cbc2a url(images/layout/btn_search.gif) no-repeat top left;
}

/* stop zoeken */

/* start footer */
div.footer {
    float:left;
    height:88px;
    width:100%;
    background:#353634 url(images/layout/footer.jpg) no-repeat top left;
}

/* stop footer */

/* start content */

div.content_container {
    float:left;
    background-color:#fff;
    width:100%;
}

div.menu_verticaal {
    float:left;
    margin-left:20px;
    clear:both;
    width:164px;
}

div.content {
    float:left;
    margin:25px;
    width:841px;
    min-height:400px;
    /* moet een achtergrondkleur krijgen, anders slechte overgang met faden */
    background-color:#fff;
}

span.title {
    color: #3366cc;
    font-size: 20px;
    font-variant: small-caps;
    padding-bottom:10px;
    display:block;
}

/* stop content */

/* root element for tabs  */
ul.tabs {
    list-style:none;
    padding:0;
    height:30px;
    border-bottom:1px solid #666;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    background: url(afbeeldingen/tabs.png) no-repeat -420px 0;
    display:block;
    height: 30px;
    line-height:30px;
    width: 134px;
    text-align:center;
    text-decoration:none;
    color:#000;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}

ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    background-position: -420px -31px;
    color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -62px;
    color:#000;
}

/* initially all panes are hidden */
div.panes div.pane {
    display:none;
}

div.tabcontainer {
    padding:25px;
    position:relative;
}

div.tab {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    float:left;
    width:100%;
    overflow-y:auto;
    background-color:#fff;
}
