/**
 * @site Djoser Theme
 * @revision $Revision: 1.1.2.6 $
 *
 * @styleguide:
 *  colors {
 *   white:  #fff;
 *   black:  #000;
 *   red:    #971b1e;
 *   green:  #505f1d;
 *  }
 *  fonts {
 *   headers:     Georgia;
 *   navigation:  Georgia;
 *   text:        Georgia, Times New Roman, sans-serif;
 *  }
 */

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

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

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Georgia, "Times New Roman", serif; color: #505f1d; }
h1 { font-size: 1.1em; }
h2 { font-size: 1.05em; }
h3 { font-size: 1em; }

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

/* paragraphs */
p { }

/* 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 #971b1e; padding: .2em 0; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: #bbb; }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: default; background-color: #e8e8e8; }

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

label { cursor: pointer; }
    label:hover { color: #971b1e; }

iframe { min-height: 35em; }

/**
 * Page layout
 */

html, body { margin: 0; padding: 0; border: 0; height: 100%; background: #f0efdb url(/assets/djoseropmaat_2010/images/default/bg_total.jpg) no-repeat left top; }
body { font: normal .8em/1.3em Georgia, "Times New Roman", serif; color: black; }

#body { position: relative; width: 999px; min-height: 100%; }
    #container { min-height: 100%; }
        #content { min-height: 100%; margin: 0; padding: 105px 300px 1em 230px; }

        #header { position: absolute; top: 20px; left: 30px; width: 115px; height: 85px; z-index: 2; }
            #header h2 { margin: 0; width: 100%; height: 100%; background: transparent url(/assets/djoseropmaat_2010/images/default/logo.png) no-repeat left top; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }

        #headervisual { position: absolute; top: 100px; right: 0; }

        #mainnav { font-size: 1.2em; font-weight: bold; position: absolute; top: 130px; left: 10px; padding-bottom: 1em; width: 160px; z-index: 2; }
            #mainnav-navigation { padding: 0; }
            #mainnav .imgbox { margin: 2em 0 1em -10px; }

        .mainnav-zone1-top { margin-bottom: 1em; padding-top: 24px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_mainnav_zone1_top.gif) no-repeat left top; }
            .mainnav-zone1-bottom { padding-bottom: 22px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_mainnav_zone1_bottom.gif) no-repeat left bottom; }
                .mainnav-zone1-middle { padding: 0 30px; min-height: 10px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_mainnav_zone1_middle.gif) repeat-y left top; }
        #mainnav-zone1 ul { list-style-type: none; margin: 0; padding: 0; }
            #mainnav-zone1 li { padding-bottom: 8px; }
                #mainnav-zone1 li a { display: block; margin: 0; padding: 0; border: 0; }

        .mainnav-zone2-top { margin-left: 3px; padding-top: 42px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_mainnav_zone2_top.gif) no-repeat left top; }
            .mainnav-zone2-bottom { padding-bottom: 1px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_mainnav_zone2_bottom.gif) no-repeat left bottom; }
                .mainnav-zone2-middle { padding: 0 30px; min-height: 10px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_mainnav_zone2_middle.gif) repeat-y left top; }
        #mainnav-zone2 ul { list-style-type: none; margin: 0 0 2em 0; padding: 0; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_mainnav_separator.gif) no-repeat center bottom; }
            #mainnav-zone2 li { padding-bottom: 8px; }
                #mainnav-zone2 li a { color: black; font-size: .7em; display: block; margin: 0; padding: 0 0 0 15px; border: 0; background: transparent url(/assets/djoseropmaat_2010/images/default/mainnav_cross_black.gif) no-repeat 0 .3em; }
                    #mainnav-zone2 li a:hover { color: #971b1e; background-image: url(/assets/djoseropmaat_2010/images/default/mainnav_cross_red.gif); }

        #contact-by-phone { color: black; margin: 0 0 1em 0; padding: 1.5em 0 0 0; text-align: center; background-image: url(/assets/djoseropmaat_2010/images/default/banner_tel_bg.png); height: 60px; }

        #trip-searchform { margin-left: -20px; width: 138px; }
            #trip-searchform h2 { }
                #trip-searchform h2 span { visibility: hidden; }
            #trip-searchform form { font-size: .7em; }
                #trip-searchform form fieldset { margin: 0; padding: 0; border: 0; }
                #trip-searchform form select { border-color: #971b1e; width: 138px; }

        #bannercolumn { margin: 0; padding: 0; }
            #bannercolumn a { border:0; }
            #bannercolumn h3 { color: #3a5155; margin: 0; padding: .6em 0 1em 0; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_bannercolumn_separator.gif) no-repeat center bottom; }
                #bannercolumn h3 a { color: #3a5155; border: 0; }
                    #bannercolumn h3 a:hover { color: #971b1e; }

        #insurance-logos { font-size: 0; margin: 0 0 0 15px; }
            #insurance-logos a { display: block; float: left; margin-right: 10px; border: 0; width: 30px; height: 32px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
                #insurance-logos a span { visibility: hidden; }
            #insurance-logos a.calamiteitenfonds { width: 34px; background-image: url(/assets/djoseropmaat_2010/images/default/logo_calamiteiten.gif); }
            #insurance-logos a.anvr { background-image: url(/assets/djoseropmaat_2010/images/default/logo_anvr.gif); }
            #insurance-logos a.sgr { background-image: url(/assets/djoseropmaat_2010/images/default/logo_sgr.gif); }

        #quicksearch { margin: 0; }
            #quicksearch label { display: block; font-size: 0; margin: 0; border: 0; background-color: transparent; background-position: left top; background-repeat: no-repeat; }
                #quicksearch label span { visibility: hidden; }
            #quicksearch input { float: left; }
            #quicksearch input.input { margin: 0; padding: 5px; border: 0; width: 116px; height: 13px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_search.gif) no-repeat left top; }
            #quicksearch input.submit { font-size: 0; color: white; margin: 4px 0 0 -30px; padding: 0; border: 0; width: 15px; height: 15px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_search_button.gif) no-repeat left top; }
                #quicksearch input.submit { cursor: pointer; }

        #breadcrumbs { font-size: .9em; position: absolute; top: 80px; left: 230px; right: 20px; }
            #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 15px; font-size: .9em; background: transparent url(/assets/djoseropmaat_2010/images/default/bullet_crumb_grey.gif) no-repeat left top; }
                #breadcrumbs li:first-child, #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; color: #971b1e; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { font-size: 1.2em; font-weight: bold; letter-spacing: -1px; position: absolute; top: 0; left: 185px; margin: 0; z-index: 2; }

        #globalnav-zone1 { font-size: .7em; position: absolute; top: 3px; left: 0; width: 806px; z-index: 1; }
            #globalnav-zone1 ul { float: right; list-style-type: none; margin: 0; padding: 0; }
                #globalnav-zone1 ul li { float: left; margin: 4px 15px 0 0; padding: 0; }
                    #globalnav-zone1 ul li a { display: block; border: 0; }
                    #globalnav-zone1 ul li:hover .subnav { display: block; }

        #globalnav-zone2 { position: absolute; top: 0; left: 0; width: 806px; height: 65px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_globalnav.png) no-repeat left top; }
            #globalnav-zone2 ul { list-style-type: none; margin: 20px 0 0 40px; padding: 0; }
                #globalnav-zone2 ul li { float: left; margin: 0 0 0 10px; padding: 5px 0 0 10px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_globalnav_separator.gif) no-repeat left top; }
                  #globalnav-zone2 ul li.first-item { margin-left: 0; padding-left: 0; background: none; }
                    #globalnav-zone2 ul li a { display: block; padding-bottom: 17px; border: 0; }
                    #globalnav-zone2 ul li.selected .subnav, #globalnav-zone2 ul li:hover .subnav { display: block; }

        #globalnav-zone2 .subnav { font-size: .9em; display: none; position: absolute; top: 55px; left: 20px; border: 1px solid #bdb9a1; width: 772px; background-color: #f6efdb; }
            #globalnav-zone2 .subnav ul { margin: 0 0 0 20px; }
                #globalnav-zone2 .subnav ul li { margin-left: 0; margin-right: 1em; padding-left: 0; background: none; }
                    #globalnav-zone2 .subnav ul li a { padding-bottom: 5px; }

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

    #footer { position: absolute; bottom: 0; margin-top: -120px; width: 1000px; height: 172px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_footer.png) no-repeat left top; }
        .footer-address { font-family: Arial, sans-serif; position: absolute; top: 145px; left: 40px; }
            .footer-address a { margin-left: 1em; }
        #footer #insurance-logos { position: absolute; top: 80px; left: 10px; }

    #props { position: absolute; bottom: 1em; left: 1em; }
    html>body #props { position: fixed; }
        #props a, #props a:visited { color: #afafaf; border: 0; }

/**
 * Large content-area
 */
.large-content #content { padding-right: 150px; }
.large-content #headervisual { display: none; }

.subsite-homepage #content { padding-right: 40px; padding-bottom: 100px; }

/**
 * Page content
 */

.homepagevisual { margin-bottom: 1em; }
#custom-slogan { margin: 1em 0; text-indent: -9000px; }

.contenttext { margin-bottom: 1em; }
#pagebody { }

/* .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 { background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        #content h1 span.pagetitle { visibility: hidden; }

/* inline sections on the homepage */
.inline-block { clear: both; position: relative; }

dl.inline-sections { clear: both; margin: 0 0 1em 0; padding: 0; }
    dl.inline-sections dd { float: left; margin: 0; padding: 0; }
        dl.inline-sections dd h2 { background-color: transparent; background-repeat: no-repeat; background-position: left top; }
            dl.inline-sections dd h2 span { visibility: hidden; }
    dl.inline-sections dd ul { margin: 0; padding: 0; list-style-type: none; }
        dl.inline-sections dd ul li { float: left; width: 50%; }
            dl.inline-sections dd ul li a { font-weight: bold; display: block; color: #971b1e; padding-left: 15px; border: 0; background: transparent url(/assets/djoseropmaat_2010/images/default/cross_red.gif) no-repeat 0 .2em; }
                dl.inline-sections dd ul li a:hover { color: #505f1d; background-image: url(/assets/djoseropmaat_2010/images/default/cross_green.gif); }

/* block: (news)blocks on the homepage */
.blocks { padding: 15px 25px; width: 695px; height: 36px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_regions.png) no-repeat left top; }
    .custom-region { float: left; margin: 0 0 0 15px; padding-left: 23px; background: transparent url(/assets/djoseropmaat_2010/images/default/bullet_regions.gif) no-repeat 0 12px; }
    .first-region { margin: 0; padding: 0; background: none; }
        .custom-region a { display: block; border: 0; }
            .custom-region a span { visibility: hidden; }

/* default and rich menu */
#menu-header { font-size: 1.4em; color: #971b1e; }

.menu_default { clear: both; margin: 0; padding: .3em 0; list-style-type: none; }
    .menu_default li { margin-bottom: .3em; }
        .menu_default li a { display: block; font-weight: bold; padding-left: 15px; border: 0; background: url(/assets/djoseropmaat_2010/images/default/cross_green.gif) no-repeat 0 .2em; }
            .menu_default li a:hover { background-image: url(/assets/djoseropmaat_2010/images/default/cross_red.gif); }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; width: 500px; list-style-type: none; }
    .menu_rich li { float: left; width: 240px; min-height: 180px; margin: 0 10px 1em 0; }
        .menu_rich li img { display: block; margin: 0; }
        .menu_rich li a { border: 0; }
        .menu_rich span { display: block; font-weight: bold; margin: 0; padding-left: 15px; background: transparent url(/assets/djoseropmaat_2010/images/default/cross_green.gif) no-repeat 0 .2em; }
            .menu_rich a:hover span { background-image: url(/assets/djoseropmaat_2010/images/default/cross_red.gif); }

.menu_group ul { clear: both; margin: 0; padding: 0; list-style-type: none; }
    .menu_group ul li.group-item { float: left; width: 305px; min-height: 140px; margin: 0 0 1em 0; background-color: transparent; background-repeat: no-repeat; background-position: 0 2.5em; }
        .menu_group ul li.group-item a { font-size: 1.5em; line-height: 1.5em; font-weight: bold; color: #971b1e; display: block; border: 0; }
            .menu_group ul li.group-item a span { }
            .menu_group ul li.group-item a:hover { color: #505f1d; }

            .menu_group ul li.group-item ul { padding-left: 125px; }
                .menu_group ul li.group-item ul li a { font-size: 1em; line-height: 1em; display: inline; color: #505f1d; padding-left: 15px; background: transparent url(/assets/djoseropmaat_2010/images/default/cross_green.gif) no-repeat 0 .2em; }
                    .menu_group ul li.group-item ul li a:hover { color: #971b1e; background-image: url(/assets/djoseropmaat_2010/images/default/cross_red.gif); }

.menu_destination ul { clear: both; margin: 0; padding: 0; list-style-type: none; }
    .menu_destination ul li { margin: 0 0 1em 0; }
        .menu_destination ul li h2 { font-size: 1.5em; margin: 1em 0 .3em 0; padding: 0; }
            .menu_destination ul li h2 a { font-size: .6em; color: #971b1e; border: 0; text-decoration: underline; }
                .menu_destination ul li h2 a:hover { color: #505f1d; }
        .menu_destination ul li h3 { font-size: 1em; color: black; margin: .7em 0 0 0; padding: 0; }

.request-tender { margin: .3em 0 2em -6px; width: 406px; height: 41px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_link.gif) no-repeat left top; }
    .request-tender a { display: block; font-weight: bold; text-decoration: underline; margin-left: 20px; padding: .7em 0 .7em 20px; border: 0; background: transparent url(/assets/djoseropmaat_2010/images/default/cross_green.gif) no-repeat 0 .9em; }
        .request-tender a:hover { background-image: url(/assets/djoseropmaat_2010/images/default/cross_red.gif); }

.custom-trips { }
    .custom-trips h2 { font-size: 1.5em; }
    .custom-trips h3 { color: black; margin-bottom: 0; padding-bottom: 0; }
    .custom-trips p { margin-top: .2em; }
    .custom-trips ol { margin-top: .4em; }

/* Default and rich lists */
ul.default { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { clear: both; margin: 0 0 2em 0; }
        ul.default li h2 { font-size: 1.2em; margin: 0; padding: 0 0 0 15px; background: transparent url(/assets/djoseropmaat_2010/images/default/cross_green.gif) no-repeat 0 .2em; }
            ul.default li h2:hover { background-image: url(/assets/djoseropmaat_2010/images/default/cross_red.gif); }
            ul.default li h2 a { display: block; border: 0; }
                ul.default li h2 a:hover { }
                ul.default li h2 a span { }
        ul.default li p { margin: 0; padding: 0; }
        ul.default li .read-more { float: right; padding: 6px 5px 6px 10px; }
            ul.default li .read-more a { display: block; border: 0; }
                ul.default li .read-more span { }

ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.rich li { min-height: 150px; margin-bottom: 1em; padding: .3em; }
        ul.rich li h2 { padding: .2em 1em .1em .3em; font-size: 1.2em; }
            ul.rich li h2 a { text-decoration: none; border: 0; }
        ul.rich li img { margin: 0 .3em .5em .5em; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { font-weight: bold; }
    dl.group dd { margin-left: .3em; }

.group_rich { clear: both; }
    .group_rich dt { clear: both; margin-top: 1em; padding: .3em; background-color: #e8e8e8;  }
        .group_rich dt a { border: 0; margin-bottom: .2em; }
    .group_rich h2 { margin-bottom: .2em; }
    .group_rich dd { min-height: 150px; margin: 0 0 0 1em; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; }
        .group_rich img { vertical-align: top; border: 1px solid #afafaf; margin: .2em 0 1em 1em; padding: 5px; }

/* 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 and linkboxes */
.imgbox_wrapper { clear: both; margin: 1em 0; width: 100%; }
    .imgbox_wrapper .imgbox { margin: 0 .6em 0 0; padding: 0; border: 0; }

.imgbox { float: left; margin: 0 1em .5em 0; padding: 0; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #505f1d; background-color: #e8e8e8; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; float: left; margin: 0 1em .5em 0; padding: 0; width: 175px; list-style-type: none; }
    .linkbox_default li { margin: 0; padding: 0 .6em; }
        .linkbox_default li a { display: block; font-weight: bold; padding-left: 15px; border: 0; background: transparent url(/assets/djoseropmaat_2010/images/default/cross_green.gif) no-repeat 0 .2em; }
            .linkbox_default li a:hover { background-image: url(/assets/djoseropmaat_2010/images/default/cross_red.gif); }

/* basicform styles form elements, marked up in a definition list */
.basicform dl { width: 100%; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 100%; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { clear: both; float: left; font-weight: bold; width: 40%; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .errors { font-style: italic; color: #505f1d; }
    .header { margin: 1em 0; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #505f1d; }
        .header.formpage+dd { display: none; }

    .basicform dl dd.calendar-container input { width: 85%; }
    .calendar { position: relative; }
        .calendar img { position: absolute; left: -30px; top: 0; cursor: pointer; }
        .calendar-input { display: none; position: absolute; left: 0; top: 25px; width: 300px; border: 2px outset #f6f6f6; background-color: #f6f6f6; }
            .calendar-input .calendar-navigation { }
                .calendar-input .calendar-date-selection select { width: 50%; }
            .calendar-input table { width: 100%; }
                .calendar-input table td.cpDayColumnHeader { background-color: #dedede; }
                    .calendar-input table td.cpDayColumnHeader span { font-weight: bold; color: #002065; }
                    .calendar-input table .cpOtherMonthDate, .calendar-input table .cpOtherMonthDate:visited, .calendar-input table .cpOtherMonthDate:active { color: #ceced0; }
                    .calendar-input table table td:hover { background-color: #dedede; color: #002065; }
                        .calendar-input table table td a { display: block; border-bottom: 1px solid #f6f6f6; }
                    .calendar-input table table td.cpTodayText { text-align: center; background-color: #dedede; }
                        .calendar-input table table td.cpTodayText a { border-bottom: 0px; font-weight: bold; }

    .progress { text-align: right; color: #505f1d; font-weight: bold; width: 93%; }

    .progresstext { color: #505f1d; font-weight: bold; }
    .progressbar { width: 92%; height: .7em; margin: 0 0 1em 0; border: 1px solid #971b1e; border-left-width: 5px; background-color: white; }
        #progressfill { height: 100%; background-color: #971b1e; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; background-color: #e8e8e8; }
    #resultsinfo h2 { float: left; font-size: 1.2em; }
    #resultsinfo p { float: right; margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em 1em .1em .3em; color: #505f1d; }

#searchform { margin: 0; padding: 0; }
    #searchform div { float: left; margin: 0 0 1em 0; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { float: left; margin: 0 1em 0 0; }
    #searchform div input.submit { border: 0; }
    #searchform div p { margin: 0 0 .5em 0; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .6em 0; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_tape.gif) no-repeat left top; }
    #searchresults dd { margin: .3em 0 0 1.4em; }

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

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 0; list-style-type: none; }
    ul.sitemap li { }
        ul.sitemap li a { font-weight: bold; color: #971b1e; padding: .3em; padding-left: 15px; border: 0; background: transparent url(/assets/djoseropmaat_2010/images/default/cross_red.gif) no-repeat 0 .4em; }
            ul.sitemap li a:hover { color: #505f1d; background-image: url(/assets/djoseropmaat_2010/images/default/cross_green.gif); }

        ul.sitemap li ul { margin: 0 1em 1em 0; padding: 0; list-style-type: none; }
            ul.sitemap li ul li { margin-top: .3em; }
                ul.sitemap li ul li ul { margin: .3em 1em 1em 4em; padding: 0; list-style-type: none; }
                    ul.sitemap li ul li ul li { margin-top: 0; }
                        ul.sitemap li ul li ul li a { font-weight: normal; padding-left: 10px; background: transparent url(/assets/djoseropmaat_2010/images/default/bullet_crumb_brown.gif) no-repeat 0 .6em; }
                            ul.sitemap li ul li ul li a:hover { background-image: url(/assets/djoseropmaat_2010/images/default/bullet_crumb_red.gif); }

/* chapters in documents */
#chapters { clear: both; }
    #chapters h2 { clear: both; margin: 0; padding: 0; }
    #chapters ul.chapters { margin: 0; padding: 0; list-style-type: none; }
        #chapters li.chapter { margin: 0; padding: 0; }
            #chapters li.chapter a { font-weight: bold; padding-left: 15px; border: 0; background: transparent url(/assets/djoseropmaat_2010/images/default/cross_green.gif) no-repeat 0 .2em; }
                #chapters li a:hover { background-image: url(/assets/djoseropmaat_2010/images/default/cross_red.gif); }

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

/* navbox, for displaying next/previous/index links */
.navbox { font-size: 1.3em; float: left; clear: both; margin-top: 2em; padding: 10px; width: 478px; height: 22px; text-align: center; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_navbox.gif) no-repeat left top; }
    .navbox a { display: block; border: 0; }
    .navbox span { }

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

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em .5em; }
    .more a { padding: 0 15px 0 0; }
        .more a:hover { }

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

/* button: transforms a normal button to a styled button */
.button { float: right; width: auto !important; border: 1px solid #f0efdb; cursor: pointer; padding: .1em 1em .2em 1em; font: bold 1.2em Georgia, "Times New Roman", serif; color: white; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_button.gif) repeat-x left top; }
    .button:active { border-style: inset; }
    .submit { }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #505f1d; text-align: center; background-color: white; }
    #preview-bar #previewselect { margin: 0; padding: .5em 0; background-color: #ffa; opacity: .5; }
        #preview-bar:hover #previewselect { opacity: .8; }
    #preview-bar #previewselect input, #preview-bar #previewselect select { margin: 0 1em; }

/**
 * Djoser
 * Templates that are only used in Djoser-branch
 */

/* bookingform */
.bookingform { width: 556px; height: 478px; background: transparent url(/assets/djoseropmaat_2010/images/default/bg_tsa.gif) no-repeat left top; }
    .bookingform div.inner { padding: 25px 60px 25px 25px; }
    .bookingform iframe { width: 480px; height: 453px; margin: 25px 0 0 25px; }

.booking { padding: 8px 0; margin-bottom: 11px; }
    .booking span.title { display: block; float: left; width: 100px; }
    #booking span.selecttitle { display: block; float: left; width: 100px; }
    .booking_submit { border: 0; }

/* custom trip request form */

#custom_trip_form dl input, #custom_trip_form dl textarea, #custom_trip_form dl select { width: 90%; }
    #custom_trip_form dl dd { margin-bottom: .3em; }

/* small input fields */
#custom_trip_form #fldnum_participants, #custom_trip_form #fldnum_participants_other, #custom_trip_form #fldnum_children, #custom_trip_form #fldnum_days { width: 20%; }

/* medium input fields */
#custom_trip_form #fldorganization, #custom_trip_form #fldlastname, #custom_trip_form #fldfirstname, #custom_trip_form #fldaddress, #custom_trip_form #fldpostalcode, #custom_trip_form #fldcity, #custom_trip_form #fldphone_home, #custom_trip_form #fldphone_mobile, #custom_trip_form #fldemail, #custom_trip_form #flddeparture, #custom_trip_form #fldreturn { float: left; width: 50%; }

#custom_trip_form #fldtrip_id { float: left; }
    #custom_trip_form .explanation-parent { position: relative; }
    #custom_trip_form #explanation { position: absolute; top: -2px; left: 92%; width: 27px; height: 28px; background: transparent url(/assets/djoseropmaat_2010/images/default/button_explanation.gif) no-repeat left top; text-indent: -9000px; }
        #custom_trip_form #explanation:hover { font-size: .85em; text-indent: 0; padding: 8px 0 0 35px; width: 130px; height: auto; }

#custom_trip_form #flddate_departure, #custom_trip_form #flddate_return { float: left; width: 50%; }
    #custom_trip_form .calendar { float: left;  }
        #custom_trip_form .calendar img { top: 4px; left: 5px; }
        #custom_trip_form .calendar-input { top: 0; left: 30px;  }

/**
 * Common
 * Very often used classes
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block-level    { 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           { font-weight: bold; padding-left: 15px !important; background: url(/assets/djoseropmaat_2010/images/default/cross_green.gif) center left no-repeat; }
.back:hover     { background-image: url(/assets/djoseropmaat_2010/images/default/cross_red.gif); }
.red            { color: red; }
.req            { color: #505f1d; }
.err            { color: #505f1d; font-weight: bold; }
input.err       { font-weight: normal; background-color: #ffbfbf; }
.notice         { background-color: #ffa; color: #971b1e; border: 1px solid #ffdfca; padding: .3em; }
.white          { color: white; }
.chosen         { color: #971b1e; font-weight: bold; }

/* odd, even and first for row coloring (zebra tables and distinctive first row) */
.odd           { background-color: #fff; }
.even          { background-color: #ffdfca; }
.first         { background-color: #ffdfca; border: solid #e8e8e8; border-width: 0 1px; }
