/**
 * @site Multilease
 * @revision $Revision: 1.10.20.4.2.12 $
 *
 * @styleguide:
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    orange : #ff5e00;
 *    gray   : #d1d3d4;
 *  }
 *  fonts {
 *    logo    : Univers Bold;
 *    headers : Verdana;
 *    text    : Verdana, Helvetica, sans-serif;
 *  }
 */

/**
 * Elements
 * HTML elements, such as ul, img, p, a, etc.
 */

/* links */
a, a:link { padding: 0 0 1px 0; color: #ff5e00; text-decoration: none; border-bottom: 1px solid white; }
a:visited { color: #ff5e00; border-color: white; }
a:active { color: #ff5e00; border-color: #ff5e00;}
a:hover { color: #ff5e00; border-bottom-color: #ff5e00; }


/* headers */
h1, h2, h3, h4, h5, h6 { margin: .3em 0 1em 0; font-family: Verdana, Helvetica, sans-serif; color: #ff5e00; }
h1 { font-size: 1.2em; }
h2 { font-size: 1em; }
h3 { font-size: 1em; }


/* images */
img, a img { border: 0; }


/* paragraphs */
p {  margin: 0 0 .3em 0; }


/* lists and definition lists */
ul { }
    ul li {}

dl {}
    dl dt {}
    dl dd {}


/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
    table tbody { }

    table td, table th { text-align: left; }


/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #555; padding: .2em; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { }
    input:focus, textarea:focus { border-style: inset; }
    input.disabled { cursor: pointer; }

fieldset { border: 1px solid #ff5e00; padding: 0 1em 1em 1em; }
    fieldset legend { margin: 0 0 .5em 1em; padding: .1em .7em; color: white; font-weight: bold; background-color: #ff5e00; }

label { cursor: default; }
    label:hover {}

iframe { clear: both; }

/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */

html, body { height: 100%; margin: 0; padding: 0; border: 0; background-color: white; }
body { overflow: hidden; font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color: black; }
    #body { height: 100%; }
        #container { height: 100%; }
            #content { border-left: 160px solid #d1d3d4; min-height: 100%; max-width: 600px; overflow: auto; margin: 125px 0 0 0; padding: 1em 1em 0 30px; background-color: white; }

            #header { position: absolute; top: 0; left: 0; height: 104px; width: 100%; background-repeat: no-repeat; background-position: bottom left; background-color: white; }
                #header h1 { margin: 0 0 0 2.1em; padding: 0; width: 229px; height: 50px; background: url(/images/l_multilease.gif) left center no-repeat white; }
                    #header h1 span { display: none; }
                    #header h1 a { width: 100%; height: 100%; display: block; border: 0; }
                        #header h1 a:hover { background: none; }
                #header h2 { overflow: hidden; position: absolute; left: 0; right: 0; height: 54px; margin: 0 0 0 771px; background-color: #ff5e00; }
                    #header h2 span { visibility: hidden; }

            #mainnav { position: absolute; top: 124px; left: 0; bottom: 0; width: 160px; list-style: none; margin: 0; padding: 0; text-align: center; background-color: #d1d3d4; }
                #mainnav li { margin: .25em auto 0 auto; width: 141px; height: 30px; }
                    #mainnav li a { display: block; width: 100%; height: 100%; border: 0; background-color: transparent; background-position: center left; background-repeat: no-repeat; }
                        #mainnav li a span { visibility: hidden; }

            #breadcrumbs { overflow: hidden; position: absolute; top: 104px; left: 0; right: 0; height: 20px; text-indent: 190px; background-color: white; }
                #breadcrumbs ul { list-style: none; margin: 0; padding: 0; }
                    #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; color: #606060; background: url(/images/i_crumb.gif) left center no-repeat transparent; }
                    #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                        #breadcrumbs li a { border: 0; color: black; padding-left: 0; background: none; }
                            #breadcrumbs li a:hover { text-decoration: underline; }

            #globalnav { position: absolute; top: 1em; right: 0; margin: 0 30px; }
                #globalnav ul { list-style: none; margin: 0; padding: 0; }
                    #globalnav ul li, #globalnav object { float: left; }
                        #globalnav ul li a { border-right: 1px solid black; padding: 0 .7em 0 .6em; text-decoration: none; color: black; }
                            #globalnav ul li a:hover { color: #9a9a9a; }
                #globalnav a { border: 0; padding: 0; }
                #globalnav object { margin-right: .5em; }

            #breadcrumbs h2, #globalnav h2 { display: none; }

            #quicksearch { padding: 1em; }
                #quicksearch h3 { margin: 0; }
                #quicksearch label { clear: both; display: block; }

        #footer { }

        html>body #header, html>body #mainnav, html>body #breadcrumbs, html>body #globalnav { position: fixed; }
        html>body { overflow: visible; }


/**
 * PAGE-SPECIFIC ELEMENTS
 *
 * Style specially for pages
 */

/* column, for displaying content in 2 or more columns (specifiy width in inlne style for dynamic column count */
.column { float: left; margin-bottom: 2em; }
    .column ul { margin: 0; padding: 0; list-style: none outside url(/images/a_3hoek.gif); }
        .column ul li { margin: 0 0 .4em 17px; }

/* contenttext: for all basic content text, such as page body's */
.contenttext { margin-bottom: 1em; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 2em; }
    .block h2 { margin: 0; padding: .2em 1em .1em 0; font-size: 1.2em; color: black; }
        .block h2 a { color: black; text-decoration: none; border: 0; padding-left: 0; background: none;  }
    .block img { float: left; margin: 0 1em 1em 0; }
    .block p { margin: 0 .5em .5em 0; }
    .block .imgbox { float: none; margin: 0; }

/* action: actionblock on the homepage */
.action { position: relative; border-top: 1px solid white; width: 274px; margin: 0 0 1em 0; background: url(/images/b_homeblock_action_top.png) left top no-repeat #e6e7e8; }
    .action .inner { margin-top: 10px; border: solid #cac6c4; border-width: 0 3px; }
        .action h2 { padding-left: 10px; }
        .action p { margin: 10px .5em 0 0; padding: 0 0 1.5em 10px; background: transparent url(/images/logo_imgbox.gif) no-repeat left bottom; }
            .action p a { font-weight: bold; border: 0; }
                .action p a:hover { text-decoration: underline; }
        .action .imgbox { padding: 0; background: none; }
    .action .bottom { position: absolute; left: 0; bottom: 0; width: 100%; height: 20px; background: url(/images/b_homeblock_action_bottom.png) left top no-repeat; }

/* inline sections on the homepage */
.inline-sections { padding: .5em 0; border-width: 1px 0; border-style: solid; border-color: #d1d3d4; }
    .inline-sections dt { display: block; margin: .5em 0; padding-bottom: .2em; font-size: 1.2em; font-weight: bold; }
        .inline-sections dt a { color: black; }
    .inline-sections dd { clear: both; margin: 0; padding: 0; }
        .inline-sections dd { margin: 0; padding: 0; }
            .inline-sections dd a { display: block; font-weight: bold; padding-left: 10px; background: transparent url(/images/a_3hoek.gif) no-repeat 0 7px; }

/* banner-position on homepage */
.homepage-banner { clear: both; margin: 2em 0; width: 100%; }
    .homepage-banner a { border: 0; }

/* default menu */
.menu_default { clear: both; margin: 0; padding: .5em 1em; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; width: 100%; list-style-type: none; }
    .menu_rich li {
    float: left;
    position: relative;
    width: 185px; height: 155px;
    margin: 1em 1em 1em 0;
    text-align: right;
    background-color: #fbfbfb; }

        .menu_rich li img { margin: 0; position: absolute; left: 0; top: 0; }
        .menu_rich li a { background: none; }

        .menu_rich span { position: absolute; top: 121px; left: 5px; right: 5px; width: 94%; margin: 0; padding-right: 10px; }
            .menu_rich>li span { width: auto; border-bottom: 1px solid #fbfbfb; }
            .menu_rich li:hover span { border-color: #ff5e00; }

.modellist li { height: 175px; background-color: #e5e5e5; }
.modellist>li span { border-bottom: 1px solid #e5e5e5; }
.modellist span { top: 136px; padding-right: 0; }

/* Default and occasion lists */
ul.default { clear: both; margin: 0; padding: .4em 0; list-style-type: none; background-color: #f6f6f6; }
    ul.default li { margin: .3em 1em 1em 1em; padding-left: 20px; background: url(/images/a_3hoek.gif) 0 7px no-repeat; }
        ul.default li h2, ul.default li h2 a { margin: 0; padding: 0; }
        ul.default li a { border-color: #f6f6f6; }
            ul.default li a:hover { border-color: #ff5e00; }

ul.rich { clear: both; margin: 0; padding: .4em 0; list-style-type: none; }
    ul.rich li { display: block; height: 80px; margin-bottom: 1em; padding: 0; }
        html>body ul.rich li { height: auto; min-height: 80px; }
        ul.rich li h2 { margin: 0; padding: 0; color: black; }
        ul.rich li a { border-color: #f6f6f6; }
            ul.rich li a:hover { border-color: #ff5e00; }
        ul.rich li .imgbox_inline { clear: left; float: left; width: 60px; margin: 0 1em 0 0; padding: 5px; background: url(/images/imagebox.gif) left top repeat transparent; }
        ul.rich li .richmore { margin: .3em 0; }
            ul.rich li .richmore a { padding: 0 10px 0 0; background: url(/images/a_3hoek.gif) 100% 4px no-repeat transparent; }

ul.occasions { }

/* default and occasions group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { padding-left: 10px; background: url(/images/a_3hoek.gif) no-repeat 0 4px; font-weight: bold; }
    dl.group dd { margin-left: .3em; }
        dl.group dd a { padding-left: 10px; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }

.group_occasions { clear: both; }
    .group_occasions dt { clear: both; margin-top: 1em; padding: .3em; }
        .group_occasions dt a { border: 0; margin-bottom: .2em; }
    .group_occasions h2 { margin-bottom: .2em; }
    .group_occasions dd { min-height: 120px; margin: 0; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; background-color: #f6f6f6; }
        .group_occasions a { border-color: #f6f6f6; background-image: none; }
        .group_occasions img { vertical-align: top; margin: .2em 1em 1em 0; padding: 5px; background: url(/images/imagebox.gif) left top repeat; }

/* default and rich linkbox */
.linkbox_default, .imgbox { clear: right; float: right; width: 264px; margin: .5em 0 .5em 1em; padding: 5px; background: url(/images/imagebox.gif) left top repeat transparent; }
    .linkbox_default ul { list-style: none; margin: 0; padding: 0; background: url(/images/bg_linkbox.gif) left top repeat #f6f6f6; }
        .linkbox_default li { margin: 0 0 0 .4em; padding: 0 .6em 0 0; }
            .linkbox_default li a { display: block; padding: 3px 5px 1px 10px; border: 0; font-weight: bold; background: url(/images/a_3hoek.gif) 0 9px no-repeat; }
                .linkbox_default li a:hover { text-decoration: underline; }
.linkbox_rich { margin: 0 0 2em 1em; padding: 0; list-style-type: none; }
    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 150px; border: 1px solid #afafaf; }
        .linkbox_rich li a { display: block; border: 0; background: none; }
    .linkbox_rich h2 { margin-bottom: .2em; background-color: #afafaf; }
    .linkbox_rich img { vertical-align: top; margin-right: .2em; }
        .linkbox_rich span { margin: 0; padding-right: 15px; background: url(/images/a_3hoek.gif) 100% 4px no-repeat transparent; }

/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; padding: 0; margin: 0 0 1em 0; }

/* imgbox, for displaying an image with description in a box */
.imgbox { }
    .imgbox a { border: 0; padding: 0; }
    .imgbox img { float: none; display: block; margin: 0; padding: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #ff5e00; background-color: #d1d3d4; }

/* videoplayer */
.videoplayer { margin: 0 auto; padding: 5px; background: url(/images/imagebox.gif) left top repeat transparent; }

/* visual list */
ul.visual { clear: both; margin: 1em 0 2em 0; width: 100%; list-style: none; padding: 0; }
    ul.visual li { float: left; width: 153px; height: 190px; margin: 1em 1em 1em 0; }
        html>body ul.visual li { height: auto; min-height: 190px; }
        ul.visual li .imgbox { float: none; width: 133px !important; height: 100px; margin: 0; }
        ul.visual li p a { display: block; color: black; text-decoration: none; }
            ul.visual li p a:hover { color: #ff5e00; }

#content h1#clientcase-title { padding: 0; background-position: left top; background-repeat: no-repeat; }
    #clientcase-title span { visibility: hidden; }
#clientcase-visuals { }
    #clientcase-visuals .imgbox { float: left; margin-left: 0; margin-right: 20px; }
    #clientcase-visuals .last { margin-right: 0; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #ff5e00; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #d1d3d4; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #d1d3d4; }

/* basicform styles form elements, marked up in a definition list */
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; }

    /* IE displays border around radio buttons and checkboxes, which is ugly */
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }

    .basicform dl dt { clear: both; width: 35%; float: left; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .header { font-weight: bold; color: #ff5e00; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #ff5e00; }
        .header.formpage+dd { display: none; }

    /* clear doesn't work for IE, so there's an extra <dd> added to clear items, yugh */
    /* clearing using overflow (http://wiki.dev2.grip.nl/index.php/CSS-tricks) did not work either */
    .basicform dl dd.clear-both { float: none; width: 95%; line-height: 0; margin: 0; }

    .basicform dl dd.range { float: left; width: 30%; }
        .basicform dl dd.range label { display: inline; float: left; margin-right: .3em; width: auto; }
        .basicform dl dd.range input { display: inline; float: left; width: auto; }

    .basicform dl dd.calendar-container input { width: 85%; }
    .calendar { position: relative; }
        .calendar img { position: absolute; left: -30px; top: 0; cursor: pointer; }
/* temporary solution for IE6, because I can't get the solution described at http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/ to work */
        .calendar-input { display: none; position: absolute; left: 0; width: 300px; border: 2px outset #d1d3d4; background-color: #e8e8e8; }
        html>body .calendar-input { bottom: 0; }
            .calendar-input .calendar-navigation { }
                .calendar-input .calendar-date-selection select { width: 50%; }
            .calendar-input table { width: 100%; }
                .calendar-input table td.cpDayColumnHeader { background-color: #e8e8e8; }
                    .calendar-input table td.cpDayColumnHeader span { font-weight: bold; color: #ff5e00; }
                    .calendar-input table .cpOtherMonthDate, .calendar-input table .cpOtherMonthDate:visited, .calendar-input table .cpOtherMonthDate:active { color: #ff5e00; }
                    .calendar-input table table td:hover { background-color: #e8e8e8; color: #ff5e00; }
                        .calendar-input table table td a { display: block; border-bottom: 1px solid #ff5e00; }
                    .calendar-input table table td.cpTodayText { text-align: center; background-color: #e8e8e8; }
                        .calendar-input table table td.cpTodayText a { border-bottom: 0px; font-weight: bold; }

/* surveyform */
.surveyform dl input, .surveyform dl textarea, .surveyform dl select { width: 95%; }
    .surveyform dl dt { clear: both; width: 45%; float: left; margin-right: 2em; }
    .surveyform dl dd { width: 45%; float: left; margin: 0 0 2em 0; }
    .surveyform dl dd div { margin-bottom: .5em; }

.progresstext { font-weight: bold; }
.progressbar { width: 90%; height: .7em; margin: 0 0 1em 0; border: 1px solid #ff5e00; border-left-width: 5px; background-color: white; }
    #progress { height: 100%; background-color: #ff5e00; }

/* calculationform */
.calculationform { width: 95%; }
    .calculationform dt, .calculationform dd { padding: .5em 0; }
    .calculationform dl dt { clear: both; width: 30%; float: left; }
    .calculationform dl dd { width: 30%; float: left; margin: 0 0 1em 0; text-align: right; }

.calculationofferte { clear: both; float: left; margin-top: 2em; }
.calculationofferte a { display: block; width: 200px; height: 91px; border: 0; background: transparent url(/images/offerte_op_maat.gif) no-repeat left top; }
    .calculationofferte a span { display: block; color: white; font-weight: bold; padding: 70px 0 0 40px; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; }
    #resultsinfo p { margin: 0; }
#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform input { width: 50%; }
    #searchform .submit { width: 20%; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .6em 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }

/* highlighting for search terms */
.highlight { background-color: #e8e8e8; }

/* occasion searchform in the navigation bar */
#occasionsearchform { margin: 0; padding-top: 1.5em; text-align: left; }
    #occasionsearchform h3 { padding: 0; font-size: 1.2em; font-family: Tahoma, Verdana, sans-serif; font-weight: bold; color: black; background-repeat: no-repeat; background-position: left center; }
        #occasionsearchform h3 span { visibility: hidden; }
    #occasionsearchform .button, #occasionsearchform select { width: 100% !important; margin: .3em 0; }
    #occasionsearchform .button { padding-left: 0; text-align: right; }
    #occasionsearchform p { margin: .2em 0; padding: .3em 0; }

/* occasion filterlist */
.occasionsform { margin: 0; padding: 0; width: 100%; }
    .occasionsform div, .occasionsform .range { float: left; width: 30%; margin: 1em 5px; }
    .occasionsform div.hide { display: none; }
    .occasionsform .header, .occasionsform .group label, .occasionsform .submit { clear: both; }
    .occasionsform label, .occasionsform input, .occasionsform select { display: block; width: 95%; }
    .occasionsform input { padding: .3em 0; }
    .occasionsform label, .occasionsform .header { font-weight: bold; color: #ff5e00; }
    .occasionsform .header { margin: 1em 5px 0 5px; padding-top: 1em; }
        .occasionsform .range .header { margin: 0; padding: 0; }
    .occasionsform input.radio, .occasionsform input.checkbox { clear: both; display: inline; width: auto; }
    .occasionsform .group, .occasionsform .range { margin: .5em 5px; }
        .occasionsform .group label, .occasionsform .range label { display: inline; width: auto; font-weight: normal; color: black; }
        .occasionsform .group div { display: block; width: 100%; margin: 0;}
        .occasionsform .range div { float: left; width: 45%; margin: 0;}
    .occasionsform input.submit { clear: both; width: 25% !important; float: left; }

/* occasions search results */
.occasions { width: 100%; border-collapse: separate; }
    .occasions .sorted { padding-left: 10px; }
    .occasions th { color: #ff5e00; font-weight: normal; vertical-align: top; }
        .occasions th a { font-weight: bold; border-color: white; }
    .occasions td { border-left: 1px solid #e8e8e8; vertical-align: top; background-color: #f6f6f6; }
    .occasions .thumbnail { background: url(/images/imagebox.gif) left top repeat; }
        .occasions .thumbnail img { display: block; }
    .occasions a { border-color: #f6f6f6; }
        .occasions a:hover { border-color: #ff5e00; }

/* occasion detail page */
.occasiondetails { }
    .occasiondetails h2 { clear: both; margin: 0; padding-top: 1.5em; color: black; }
    .occasiondetails dt, .occasiondetails dd { width: 48%; float: left; }
    .occasiondetails dt { clear: both; font-weight: bold; }
    .occasiondetails dd { margin: 0; }

    /* block with max 4 visuals for an occasion*/
    #occasionvisuals { width: 274px; }
    .occasionvisuals { }
        .occasionvisuals p { margin-top: .3em; }
        .occasionvisuals div { width: 264px; padding: 5px; text-align: right; background: url(/images/imagebox.gif) top left repeat; }
        #occasionvisual img { display: block; }

        /* numbers to switch occasion visuals */
        .occasionvisualnum { cursor: pointer; border: 1px solid #999; padding: 0 5px; color: #999; background-color: white; }
            .occasionvisualnum:hover { border-color: black; color: black; }

    /* bar with info about reseller */
    .contactinfo h3 { color: black; margin-bottom: 0; padding-bottom: 0; }
    .occasionlinks { background-color: #e5e5e5; }
        .occasionlinks ul { margin: 0; padding: 1em 0 .5em 0; list-style-type: none; }
            .occasionlinks li { margin: 0 0 0 1em; border-bottom: 1px solid #e5e5e5;}

        .occasionlinks a, .occasionlinks a:visited, .occasionlinks span { border-color: #e5e5e5; padding-left: 10px; display: block; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }
            .occasionlinks a:hover, .occasionlinks span:hover { border-color: #ff5e00; }
            html>body .occasionlinks a, html>body .occasionlinks span { display: block; }
        .occasionlinks .button { border: 0; padding-left: 10px; background: url(/images/a_3hoek.gif) 0 6px no-repeat transparent; }

        #optionsheader { clear: both; cursor: pointer; font-weight: bold; color: #ff5e00; padding: 0 0 0 10px; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }


/* Calculation section (passantenmodule) */

/* model */
.model, .photo { float: left; width: 192px; height: 180px; margin: 0 15px 0 0; }
    .model img, .photo img { display: block; }
    .model a { font-weight: bold; display: block; }

.versionphoto, .modelphoto { float: left; margin: 0 2em 2em 0; padding: 5px 5px 3px 5px; background: #f6f6f6 url(/images/imagebox.gif) repeat top left; }

#carinfo { float: left; margin-left: 2em; width: 49%; }
#cardetails { margin: 1em 0 0 0; }
#versionlist { float: left; width: 45%; margin: 0; }
    #versionlist dt, #cardetails dt { padding: 0 0 3px 16px; margin-bottom: .5em; font-size: 1.1em; font-weight: bold; cursor: default; background: url(/images/a_3hoek_down.gif) 0 7px no-repeat; }
        #versionlist dt:hover, #cardetails dt:hover { color: #ff5e00; }
    #versionlist dd { padding-left: 16px; background: url(/images/a_3hoek.gif) 0 7px no-repeat; }
        #versionlist dd a, #cardetails dt, #cardetails dd a { display: block; }

    #cardetails dd { margin: 0 0 .5em 0; padding: 0 0 0 15px; line-height: 1.3em; background: url(/images/imagebox.gif) left center no-repeat; }

    .price { display: block; margin: .3em 0 1em 0; font-size: 1.3em; font-weight: bold; color: #ff5e00; }

/* bannercolumn */
#bannercolumn { position: absolute; left: 800px; top: 154px; width: 150px; margin: 0 1em 1em 1em; padding: 0 0 .3em 1em; }
    #bannercolumn a { border: 0; background: none; }
    #bannercolumn img { margin-bottom: 1em; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; list-style-type: none; }
    ul.sitemap li a { padding-left: 10px; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }
    ul.sitemap ul { margin: .3em 1em 1em 4em; padding: 0; list-style-type: none; }

/* chapters in documents */
#chapters ul { margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters ul li { padding: 0 .3em; }
        #chapters ul li a { padding-left: 10px; background: url(/images/a_3hoek.gif) 0 4px no-repeat; }

.chapter { margin: 1em 0 0 0; }

/* navbox, for displaying next/previous/index links */
.navbox { clear: both; margin-top: 2em; padding: .3em .2em; text-align: center; background-color: #e8e8e8; }
    .navbox a { border: 0; background: none; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: .3em 0; }
    .more a { padding: 0 10px 0 0; background: url(/images/a_3hoek.gif) 100% 4px no-repeat transparent; }

/* date: date in messages */
.date { margin: 0; color: #999; }

/* button: transforms a normal button to a styled button */
.button {
width: auto !important;
border: 1px solid #ff5e00;
cursor: pointer;
margin-top: 1em; padding: 2px 1.5em 2px 1.5em;
font: 1em Verdana, Helvetica, sans-serif; color: #ff5e00;
background: url(/images/a_3hoek.gif) 95% 7px no-repeat white; }

a.button {
display: inline !important;
width: auto !important; height: auto !important;
border: 1px solid #ff5e00 !important;
padding: 4px 1.5em 4px 7px !important;
text-decoration: none; text-align: right !important;
background: url(/images/a_3hoek.gif) 95% 7px no-repeat white !important; }

    .button:active { border-style: inset; }

/* extended button style for submit button */
.submit { }

/* .feed: RSS-feed button placement */
.feed { border: 0 !important; margin-left: 1em; }
    h1 .feed, dt .feed { float: right !important; }
    .feed img { vertical-align: text-top; }

    /* header is wrapped in <span> when feed button is available */
    #content h1 { height: 1.5em; }
    #content h1 span { float: left; }

/* print body */
body#print { margin: 1em; }
    body#print img { margin: 1em 0; }

/* flash billboard */
#hoegroen-container { position: fixed; top: 20px; left: 50px; right: 0; bottom: 0; }

/* MML-demo */
.close-button { cursor: pointer; position: absolute; top: 2px; right: 2px; width: 14px; height: 14px; border: 1px solid black; background: url(/images/b_close.gif) center center no-repeat white; }
    .close-button span { display: none; }

#demo-link { cursor: pointer; }
#demo { z-index: 20; position: fixed; top: 50px; left: 50%; margin-left: -380px; padding: 20px; border: 1px solid black; background-color: #d1d3d4; }
    #demo object { }


/**
 * GLOBAL CLASSES
 *
 * global classes are used for very common styles, such as floating, coloring or clearing. Often used in combination, such as: <a href="link.html" class="align-right no-border">link to the right without border</a>.
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block          { display: block; }
.nodisplay      { display: none; }
.show           { visibility: visible; }
.hide           { visibility: hidden; }
.align-left     { text-align: left; }
.align-right    { text-align: right; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.back           { padding-left: 10px; background: transparent url(/images/a_3hoek_left.gif) no-repeat left center; }
.red            { color: red; }
.req            { }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #ffa; color: #f60; }
.white          { color: white; }
.chosen         { color: #f60; font-weight: bold; }
.link           { border-bottom: 1px solid white; color: #ff5e00; cursor: pointer; padding-bottom: 1px; }
.link:hover     { border-color: #ff5e00; }

/* file extensions */
.file img       { margin-left: 5px; }

/* forms, occasions */
.up { background: url(/images/a_3hoek_up.gif) 0 7px no-repeat; }
.down { background: url(/images/a_3hoek_down.gif) 0 7px no-repeat; }

/* ajax */
.ajax_loader { background: url(/images/ajax-loader.gif) 50% 50% no-repeat; height: 90px; width: 100%; }

