body {
    margin: 0;
    padding: 0;
    background: #fffeee url('../gfx/body.gif') repeat-x top left;
    font: 62.5% 'Trebuchet MS', sans-serif;
    text-align: center;
    line-height: 1.26;
    color: #191919;
}

/* links */
a {
    color: #f27501;
    text-decoration: underline;
}
a:hover {
    color: black;
}

/* general resets */
img             {margin: 0; border: 0;}
form            {margin: 0;}
input           {margin: 0;}

ul, ul li       {margin: 3; padding: 0;}
ul li           {list-style-type: none;}

p { text-align: left; }

p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
table, th, td {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

h2 {
    margin: 10px 0px 5px 13px;
    font-size: 140%;
    font-weight: bold;
}

h3 {
    font-size: 140%;
    font-weight: bold;
    color: #f27501;
}

#header .title { font-weight: bold; font-size:11px; color:#f27501; }


/* breadcrumb */

.breadcrumb {
    padding: 0px 0px 3px 0px;
    min-height: 23px;
    border-bottom: 1px solid #f7ac60;
    font-size: 100%;
    line-height: 0.9;
    color: #f27501;
}
.breadcrumb div {
    padding: 0px 0px 2px 0px;
}

#nav-main { text-align: left; }

#nav-main a {
    padding: 5px 3px 4px 3px;
    display: block;
    border-bottom: 1px solid #fffeee;
    line-height: 1.4;
    font-size: 120%;
}

#content-main-container #content-center {
    padding: 5px;
    line-height: 1.6;
    border-bottom: 1px solid #f7ac60;
}

.content-item-container {
    padding: 5px 0px 5px 0px;
}

#slideshow, #content-right { display: none; }


/* layout */
body.techniek {
    background: #f2fcff url('../gfx/body.gif') repeat-x top left;
}
body.techniek #content-main-container #content-center {
    border-bottom: 1px solid #61acc4;
}

/* headers */
body.techniek h3 {
    color: #00769c;
}
body.techniek #content-right h3 {
    border-bottom: 1px solid #61acc4;
}
body.techniek h4 {
    color: #00769c;
}

body.techniek #header .title { color:#00769c; }

/* links */
body.techniek a {
    color: #00769c;
}
body.techniek a:hover {
    color: black;
}

/* menu */
body.techniek ul#nav-sub-sub {
    border-bottom: 1px solid #00769c;
}
body.techniek ul#nav-main li ul.nav-sub li a {
    color: #00769c;
}

/* horizontal ruler */
body.techniek .hr {
    background-color: #61acc4;
}
/* breadcrumb */
body.techniek .breadcrumb {
    border-bottom: 1px solid #61acc4;
    color: #00769c;
}

/* content-item */
body.techniek .content-item-container.alternative {
    background-color: #cee9f4;
}

/* .right-content-box  */
body.techniek .right-content-box {
    border-bottom: 1px solid #61acc4;
}

/* trigger link */
body.techniek a.trigger-link {
    color: black;
}

/* highlighted-container */
body.techniek .highlighted-container {
    border-bottom: 1px solid #61acc4;
}
    body.techniek .highlighted-container a.external-link {
        background: url('../gfx/detail-tech.gif') no-repeat 0 5px;
    }

body.techniek #content-main-container #content-center p.meta span {
    color: #00769c;
}