/* 
    Document   : style.css
    Created on : 12-aug-2009, 14:28:56
    Author     : HJ
*/


/* Imports */
@import url('reset.css');
@import url('clear.css');
@import url('jsddm.css');




/***** Global *****/
html, body, #wrap {
    height: 100%;
    width: 100%;
}
body {
    font-family: sans-serif;
    font-size: 11px;
    background: #FFF;
    line-height: 18px;
    min-width: 1000px;
}


/* Links */
a:link, a:visited {
    text-decoration: underline;
    color: #000;
}
a:hover {
    text-decoration: none;
}


/* Headings */
h1 {
    font-size: 2.0em;
    font-weight: lighter;
    color: #005596;
}
sup {
    vertical-align: super;
}
h2 {
    font-size: 1.4em;
    font-weight: lighter;
}
h3 {
    font-size: 1.2em;
    color: #005596;
    padding-bottom: 3px;
}




/***** Classes *****/
.inner {
    width: 1000px;
    margin: 0 auto;
}
.accentborderright {
    border-right: solid 5px #EB7A2F; /* Dynamisch */
}
.accentborderleft {
    border-left: solid 5px #EB7A2F; /* Dynamisch */
}
.readmore {
    float: right;
    height: 15px;
    background: #005596;
    color: #FFF;
}
A.btn_meer:link, A.btn_meer:visited {
    background: url(../images/layout/btn_meer.gif) 0px -15px no-repeat;
    width: 51px;
    display:block;
    text-decoration: none;
    height: 15px;
}
A.btn_meer:hover {
    background: url(../images/layout/btn_meer.gif) 0px 0px no-repeat;
    width: 51px;
    display:block;
    text-decoration: none;
    height: 15px;
}

/* caption styling */
.caption-top, .caption-bottom {
    color: #ffffff;
    padding: 5px;
    font-family: sans-serif;
    font-size: 11px;
    cursor: pointer;
    border: 0px solid #334143;
    background: #EB7A2F;
    height: 75px;
}
/*
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
*/
.caption a, .caption a {
    border: 0 none;
    text-decoration: none;
    background: #000000;
    padding: 0.3em;
}
.caption a:hover, .caption a:hover {
    background: #202020;
}
.caption-wrapper {
    float: left;
}
br.c { clear: both; }



/***** Page *****/
#wrap {
    background: url(../images/layout/container.content.bg.gif) center repeat-y;
}
body > #wrap {
    height: auto;
    min-height: 100%;
}
#container {
    width: 100%;
    padding-bottom: 250px; /* LET OP!! zelfde hoogte als bij #footer */
}


#header {
    height: 150px;
    background: #005596;
    border-bottom: 5px solid #FFF;
}
    #search {
        height: 22px;
        padding: 3px 3px 0 0;
        background: #1966a0;
    }
    #search form {
        float: right;
    }
    #search #searchString {
        background: #004377;
        height: 15px;
        font-size: 11px;
        padding: 2px 3px 0 3px;
        color: #FFF;
        border: 1px solid #3f81b3;
        float: left;
    }
    #search #send {
        background: url(../images/layout/btn_searchForm.gif) no-repeat;
        width: 18px;
        border: none;
        height: 19px;
        float: left;
    }
    #navigation {
        height: 24px;
        border-bottom: solid 1px #CCC;
        background: #FFF;
    }
    #breadcrumbs {
        height: 24px;
        border-bottom: solid 1px #CCC;
        background: #EEE;
    }
        #crumbs {
            height: 24px;
        }
        #crumbs li {
            float: left;
            line-height: 24px;
            padding-left: .75em;
        }
        #crumbs li a {
            display: block;
            padding: 0 15px 0 0;
            background: url(../images/layout/crumbs.gif) no-repeat right center;
        }
        #crumbs li a:link, #crumbs li a:visited {
        }
        #crumbs li a:hover, #crumbs li a:focus {
        }

#main {
    font-size: 12px;
}
#main H2 {
    color: #005596;
    font-weight: bold;
    margin: 0 0 10px 5px;
}
    #sidebarleft {
        width: 234px;
        float: left;
        padding: 0 0 20px 0;
    } 
        #subnavigation {
            width: 234px;
        }
        #subnavigation ul {
            width: 229px;
        }
        #subnavigation ul li {
            width: 229px;
            float: left;
            border-bottom: solid 1px #CCC;
        }
        #subnavigation ul li a:link, #subnavigation ul li a:visited {
            display: block;
            padding: 3px 0 3px 5px;
            text-decoration: none;
            border-left: solid 5px #EEE;
        }
        #subnavigation ul li a:hover, #subnavigation ul li a.active {
            border-left: solid 5px #EB7A2F; /* Dynamisch */
        }
    #indexcenter {
        width: 532px;
        float: left;
    }
        #showcase {
            margin: 0 0 0 3px;
        }
    #contentcenter {
        width: 766px;
        float: left;
    }
        #content {
            padding: 0 0 10px 10px;
        }
        #content p {
            padding: 0 0 10px 0;
        }
        #content h1 {
            padding: 10px 0 0 0;
	  line-height: 26px;
        }
        #content a:link, #content a:visited, #technisch a:link, #technisch a:visited {
            color: #005596;
        }
        #content ul, #technisch ul {
            list-style-image: url(../images/layout/ul.gif);
            padding-left: 20px;
        }
        #content ul ul, #technisch ul ul {
            list-style-image: none;
            list-style-type: disc;
            padding-left: 20px;
        }
        #technisch {
            margin: 20px 5px 0 5px;
            float: left;
        }

        #content ul#sitemap li {
            margin: 10px 0;
            width: 363px;
            float: left;
        }
        #content ul#sitemap li ul li {
            margin: 0;
        }

        #content table {
            border-collapse: collapse;
        }
        #content table td {
            padding: 15px 0;
            vertical-align: top;
        }
            #drawings {
            }

        #contactForm table {
            width: 490px;
        }
        #contactForm table td, #contactForm table th {
            text-align:left;
            padding: 0;
            vertical-align:middle;
        }
        #contactForm table td small {
            font-size:9px;
        }
        #contactForm table th {
        }
        #contactForm table tbody td {
        }
        #contactForm table tfoot td {
            font-size:1.6em;
            padding:15px 5px;
        }
    #sidebarright {
        width: 234px;
        float: left;
    }
        .infoBox {
            width: 229px;
	    float: left;
            min-height: 85px;
            margin: 0 0 0 5px;
	    *margin: 0 0 0 2px;
        }
        .infoBox img {
            margin-bottom: 1px;
            border-bottom: solid 5px #EB7A2F;
        }
        #okee {
	    clear: both;
	    float: left;
            margin: 3px 0 0 3px;
	    *margin: 1px 0 0 1px;
        }
        #vakantiesluiting {
	    clear: both;
	    float: left;
            margin: 7px 0 0 6px;
	    *margin: 1px 0 0 1px;
        }
#footer {
    position: relative;
    width: 100%;
    margin-top: -250px;
    height: 235px;
    clear: both;
    background: #EB7A2F url(../images/layout/footer.bg.gif) top repeat-x; /* Dynamisch */
    color: #FFF;
    border-top: 5px solid #FFF;
    padding-top: 10px;
}
#footer ul li {
    float: left;
    display: block;
    padding-right: 10px;
}
#footer a:link, #footer a:visited {
    color: #FFF;
}
    #categories {
        margin: 5px 0;
    }
    #categories table {
        width: 100%;
        background: #ed8844; /* Dynamisch */
    }
    #categories table td {
        width: 25%;
        border-right: solid 1px #EB7A2F; /* Dynamisch */
        padding: 10px;
    }
    #categories ul {
    }
    #categories ul li {
        float: none;
        display: block;
    }
    #categories ul li a:link, #categories ul li a:visited {
        background: url(../images/layout/readmore.footer.gif) 0 5px no-repeat;
        padding-left: 10px;
    }
    #address {

    }