/**
 *  Stylesheet for Djoser Reizen
 *  $Revision: 1.1.2.8.2.9.2.1 $
 *
 *  global styleguide:
 *
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    red    : #375d85;
 *    yellow : #f9c341;
 *  }
 *
 *  fonts {
 *    logo    : FF Unit - Medium;
 *    headers : Verdana, Helvetica, sans-serif;
 *    text    : Verdana, Helvetica, sans-serif;
 *  }
 */


/**
 * GLOBAL HTML ELEMENTS
 *
 * default html elements, such as html, body, img, p, a.
 */
html, body { margin: 0; padding: 0; border: 0; height: 100%; }
html { background-color: #ffdc98; background-repeat: repeat-y; background-position: 987px 0; }
body { font: normal .8em/1.4em Arial, Helvetica, sans-serif; color: black; }

/* links */
a, a:link { color: #375d85; text-decoration: none; font-weight: bold; }
a:visited { color: #375d85; }
a:active { color: #d05537; }
a:hover { color: #d05537; }


/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Arial, Helvetica, sans-serif; color: black; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }


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


/* paragraphs */
p { }


/* lists and definition lists */
ul { list-style: none; margin: 0; padding: 0; }
    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 black; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: black; }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: pointer; }

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

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


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

#body { display: block; min-height: 100%; background-color: transparent; background-repeat: no-repeat; background-position: left top; }

    #container { width: 998px; padding-bottom: 106px; border-top: 1px solid #ffe0a1; }

        #content { width: 800px; margin: 140px 0 0 194px; padding: 0; }
        #body .home #content { position: absolute; top: 100px; left: 16px; width: 982px; margin: 0; padding: 0; }

        #header { position: absolute; top: 25px; left: 30px; height: 45px; width: 108px; text-indent: -9000px; z-index: 10; background: url(/images/2007/logo.png) left top no-repeat transparent; }
            #header h2 { width: 100%; height: 100%; margin: 0; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }

        #mainnav { position: absolute; top: 0; left: 0; float: left; width: 179px; padding-top: 84px; margin-top: 25px; background: transparent url(/images/2007/mainnav_verloop_top.gif) no-repeat left top; z-index: 3; }
            #mainnav h2 { text-indent: -9000px; width: 100%; height: 44px; margin: 0; padding: 0; background: transparent url(/images/2007/mainnav_top.gif) no-repeat 17px 0; }
            #mainnav .zone3, #mainnav .zone4 { padding-left: 17px; background: transparent url(/images/2007/mainnav_repeat_left.gif) repeat-y left top; }
                #mainnav .zone4 ul { padding-bottom: 13px; }

            #mainnav .seperator { height: 21px; font-size: 0; line-height: 0; padding: 0; margin: 0; background: url(/images/2007/mainnav_seperator.gif) no-repeat left top; }
            #mainnav ul, #mainnav .zone { background: transparent url(/images/2007/mainnav_repeat_middle.gif) repeat-y left top; }
            #mainnav ul li { height: 20px; width: 145px; }
                #mainnav ul li a { font-size: .5em; display: block; height: 100%; margin-left: 17px; padding: 0; border: 0; background-color: transparent; background-repeat: no-repeat; }
                    #mainnav ul li a span { visibility: hidden; }

            #mainnav .bottom { height: 30px; margin-left: 17px; background: transparent url(/images/2007/mainnav_bottom.gif) no-repeat left top; }

        #bannercolumn { min-height: 119px; background: transparent url(/images/2007/mainnav_verloop_bottom.gif) no-repeat left top; border-top: 0; }
            #bannercolumn div { margin-left: 17px; padding-bottom: 31px; background: transparent url(/images/2007/mainnav_bottom.gif) no-repeat left bottom; }
                    #bannercolumn div a img { display: block; }

        #banner-screensaver { position: absolute; top: 100px; left: 850px; }
        #banner-train { position: absolute; top: 307px; left: 150px; }

        /* Problem: content falls over navigation because of absolute positioning */
        /* Solution: give the navigation a z-index, which'll make it fall over the content */
        #body .home #mainnav, #body .home #mainnav .zone3, #body .home #mainnav .zone4, #body .home #bannercolumn { position: relative; z-index: 10; }

        #breadcrumbs { position: absolute; top: 90px; left: 194px; height: 20px; }
            #breadcrumbs:hover {  }
            #breadcrumbs ul li { display: inline; margin-right: 0; }
                #breadcrumbs li a { border: 0; font-weight: normal; padding-left: 0; background: none; }
                    #breadcrumbs li a:hover { text-decoration: underline; }
                #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }

        #globalnav { position: absolute; top: 0; left: 0; width: 998px; height: 90px; margin: 0; padding: 0; background: transparent url(/images/2007/globalnav.gif) no-repeat right top; }
            #globalnav span { visibility: hidden; }
            #globalnav ul { clear: both; margin: 0; padding: 0; }
                #globalnav ul li { float: left; height: 22px; }
                    #globalnav ul li a { display: block; border: 0; height: 15px; padding: 0 0 3px 0; margin: 0 5px 0 8px; background-color: transparent; background-repeat: no-repeat; }
                    #globalnav ul li.junior { background: transparent url(/images/2007/visjes.gif) no-repeat 90% 0%; }
                    #globalnav ul li.wandel { background: transparent url(/images/2007/schoentjes.gif) no-repeat 90% 4px; }
                        #globalnav ul li.junior a, #globalnav ul li.wandel a { margin-right: 20px; }

        #globalnav .zone1 { margin: 25px 0 0 705px; }
            #globalnav .zone1 li a { padding: 0 20px; }
        #globalnav .zone2 { margin: 48px 0 0 158px; }

        /* outclapmenu :) */
        #globalnav ul li ul { display: none; position: absolute; top: 67px; left: 163px; width: 810px; border-width: 0 1px 1px 1px; border-style: solid; border-color: #303030; background: #ffebbf url(/images/2007/globalnav.gif) no-repeat -180px -67px; z-index: 1; }
            #globalnav ul li ul li { float: left; }
                #globalnav ul li ul li a { display: block; border: 0; padding: 0 3px 3px 3px; margin: 0 9px; font-size: .1em; background-color: transparent; background-repeat: no-repeat; }
            #globalnav ul li:hover ul { display: block; z-index: 2; }
                #globalnav ul li:hover ul li { z-index: 2; }
        #breadcrumbs h2, #globalnav h2 { display: none; }

    #footer { position: absolute; bottom: 0; clear: both; height: 81px; width: 100%; margin: -47px 0 0 0; padding: 0; background: transparent url(/images/2007/footer.gif) no-repeat 0 -26px; }
        #footer .total { float: left; height: 25px; width: 100%; margin: 56px 0 0 0; background-color: #ffdd95; }
        #footer .total .footertext { margin-left: 194px; }

        .footertext a.calamiteitenfonds, .footertext a.anvr, .footertext a.sgr, .footertext a.iata, .footertext a.drv { display: block; float: left; width: 25px; height: 22px; margin-right: 11px; text-indent: -9000px; }
            .footertext a.calamiteitenfonds { background: url(/images/2007/l_cala.gif) no-repeat left top; }
            .footertext a.anvr { background: url(/images/2007/l_anvr.gif) no-repeat left top; }
            .footertext a.sgr { background: url(/images/2007/l_sgr.gif) no-repeat left top; }
            .footertext a.iata { width: 39px; background: url(/images/2007/l_iata.gif) no-repeat left top; }
            .footertext a.drv { width: 32px; background: url(/images/2007/l_drv.gif) no-repeat left top; }

        .footertext span { margin-right: 22px; float: left; }
            .footertext span a { font-weight: normal; color: #5b7d73; margin-left: 11px; }
                .footertext span a:hover { color: #375d85; }

    /* searchform in navigation */
    #quicksearch { font-size: .9em; width: 130px; height: 44px; padding: 6px 0 0 17px; margin: 0; background: transparent url(/images/2007/mainnav_repeat_middle.gif) repeat-y left top; }
        #quicksearch fieldset { margin: 0; padding: 0; border: 0; }
        #quicksearch h3 { text-indent: -9000px; padding: 0; margin: 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        #quicksearch input { width: 70%; margin-right: 6px; }
        #quicksearch label { width: 100%; display: block; font-size: .95em; }
        #quicksearch .submit { font-size: 0; text-indent: -9000px; height: 20px; width: 20px; margin: 0; padding: 0; border: 0; background: transparent url(/images/2007/bullet_search.gif) no-repeat left center; }


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

/* contenttext: for all basic content text, such as page body's */
#content h1 { position: relative; width: 450px; text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: top left; z-index: 2; }
.contenttext { width: 450px; min-height: 240px; margin-bottom: 22px; }
    #body .home #content .contenttext { margin-left: 194px; }

.contenttext .map { position: relative; z-index: 5; width: 602px; height: 298px; }
.contenttext img { margin: 3px; }

#headervisual { margin-right: 30px; }

.searchbox { float: left; width: 790px; }
    .searchbox #tripfinder { float: left; width: 400px; }
        .searchbox #tripfinder fieldset { float: left; margin: 0; padding: 0; border: 0; }
        .searchbox #tripfinder input { text-align: center; }
            .searchbox #tripfinder input.text { height: 20px; }
                .searchbox>#tripfinder input.text { height: 16px; }
            .searchbox #tripfinder input.submit { float: right; margin: -22px 20px 0 0; padding: 0; }
                .searchbox>#tripfinder input.submit { float: right; margin: -22px 20px 0 0; padding: 0 5px; }

    .searchbox #tripfinder .column-left { float: left; width: 150px; }
    .searchbox #tripfinder .column-right { float: left; width: 250px; }

    .searchbox #destination_search { float: left; margin-top: 17px; width: 200px; }
        .searchbox #destination_search fieldset { margin: 0; padding: 0; border: 0; }
    .searchbox span.text { float: left; margin: 17px 11px 0 0; }

/* inline sections on the homepage */
.inline-sections { width: 980px; margin: 0; padding: 0; }
.inline-sections .homepage { margin-left: 16px; width: 100%; background: #f9c341 url(/images/2007/mainnav_repeat_middle.gif) repeat-y 1px 0; }
    .inline-sections .body { margin: 0; padding: 0; }
        .inline-sections .intro { margin: 0 22px; }
    .inline-sections .bottom { float: left; clear: both; height: 31px; width: 149px; margin-left: 16px; }
    .inline-sections dl { margin: 5px 0 11px 0; padding: 0 0 0 180px; }
        .inline-sections dl dt { width: 700px; margin-bottom: 11px; }
            .inline-sections dl dt a { display: block; height: 100%; width: 100%; text-indent: -9000px; padding: 0; border: 0; }
        .inline-sections dl dd { float: left; width: 250px; margin: 0 11px 0 0; padding: 0; }
            .inline-sections dl dd { font-size: .9em; margin: 0; padding: 0; }
                .inline-sections dl dd a { display: block; color: #d05537; padding-left: 17px; background: url(/images/2007/bullet_red.gif) no-repeat 0 4px; }
                    .inline-sections dl dd a:hover { color: #375d85; }

/* tripfinder-results */
table.trips { width: 476px; margin-bottom: 22px; }
    table.trips a { color: black; }
        table.trips a:hover { color: #375d85; }
        table.trips td { vertical-align: top; margin: 0; padding: 0; }
        table.trips td.trip { width: 330px; font-weight: bold; }
        table.trips td.date { color: #5b7d73; font-weight: bold; text-align: right; padding-right: 11px; }
            table.trips h2 { text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: top left; }

/* bookingform */
.bookingform { width: 530px; height: 540px; background: transparent url(/images/2007/form_bg.gif) no-repeat left top; }
    .bookingform div.inner { padding: 25px 25px; }
    .bookingform iframe { width: 480px; height: 470px; margin: 25px 0 0 25px; }

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

/* inline links */
.inlinelink { width: 530px; height: 540px; background: transparent url(/images/2007/form_bg.gif) no-repeat left top; }
    .inlinelink iframe { width: 480px; height: 470px; margin: 25px 0 0 25px; }

/* block: (news)blocks on the homepage */
.blocks { margin: 10px 0 0 180px; }
.block { width: 260px; float: left; margin-bottom: 1em; }
    .block h2 { text-indent: -9000px; margin: 0; padding: 0; }
        .block h2 a { display: block; height: 100%; width: 100%; }
    .block img { float: left; margin: 0; }
    .block p { margin: 0; padding: 0; }

/* default and rich menu */
.menu_header { color: #cf3923; }
.menu_default { padding: 0; margin-top: 11px; }
    .menu_default li { margin: 0; padding: 0; }
        .menu_default li a { display: block; padding-left: 15px; background: url(/images/2007/bullet_blue.gif) 0 4px no-repeat; }

.menu_rich { margin: 11px 0 22px 0; }
    .menu_rich li { float: left; position: relative; width: 130px; height: 150px; margin-right: 22px; margin-bottom: 22px; text-align: left; }
        .menu_rich li img { margin: 0; position: absolute; left: 0; top: 0; }
        .menu_rich li a { border: 0; }
        .menu_rich span { position: absolute; bottom: 0; margin: 0; padding-left: 15px; background: transparent url(/images/2007/bullet_blue.gif) no-repeat 0 4px; }
            .menu_rich a:hover span { background-image: url(/images/2007/bullet_red.gif); }

.menu_photo { margin: 11px 0 22px 0; }
    .menu_photo li { float: left; position: relative; width: 130px; height: 79px; margin-right: 11px; margin-bottom: 50px; text-align: left; }
        .menu_photo li img { margin: 0; position: absolute; left: 0; top: 0; }
        .menu_photo li a { cursor: pointer; border: 0; }
        .menu_photo span { position: absolute; top: 85px; margin: 0; padding-left: 15px; background: transparent url(/images/2007/bullet_blue.gif) no-repeat 0 4px; }
            .menu_photo a:hover span { background-image: url(/images/2007/bullet_red.gif); }

.menu_thumbnail_cols { margin: 11px 0 22px 0; }
    .menu_thumbnail_cols li { float: left; position: relative; width: 138px; height: 130px; margin-right: .8em; margin-bottom: 50px; text-align: left; }
        .menu_thumbnail_cols li img { margin: 0; position: absolute; left: 0; top: 0; }
        .menu_thumbnail_cols li a { cursor: pointer; border: 0; }
        .menu_thumbnail_cols span { position: absolute; top: 85px; margin: 0; padding-left: 15px; text-indent: -9000px; background: transparent no-repeat left top; }

.menu_thumbnail_large { margin: 11px 0 22px 0; }
    .menu_thumbnail_large li { float: left; width: 210px; height: 100px; margin-right: 1em; margin-bottom: 50px; text-align: left; }
        .menu_thumbnail_large li img { margin: 0; }
        .menu_thumbnail_large li a { cursor: pointer; border: 0; }

/* Default and rich lists */
ul.default li { margin: 0; padding: 0; }
ul.default li a { display: block; padding-left: 16px; background: url(/images/2007/bullet_blue.gif) 0 4px no-repeat; }

ul.messagelist li a { padding-left: 16px; background: url(/images/2007/bullet_blue.gif) 0 4px no-repeat; }

ul.rich li { margin-bottom: 11px; padding: 3px; }
    ul.rich li h2 { padding: 2px 11px 1px 3px; font-size: 13px; background-color: #e8e8e8; }
        ul.rich li h2 a { text-decoration: none; border: 0; }

li.group { margin-bottom: 22px; }
    li.group h2 { margin-bottom: 6px; }

ul.news li { margin-bottom: 11px; }
    ul.news li h2 { font-size: 11px; margin: 0; padding: 0; }
        ul.news li h2 a { color: black; padding: 0; background: none; }
            ul.news li h2 a:hover { color: #375d85; }
        ul.news li a { padding-left: 16px; background: url(/images/2007/bullet_blue.gif) 0 4px no-repeat; }

h2.regionalbums { color: #d05537; margin-top: 2em; }
ul.album li { margin-bottom: 6px; }
    ul.album li a span { padding-left: 16px; background: transparent url(/images/2007/bullet_blue.gif) no-repeat 0 4px; }
        ul.album li a:hover span { background-image: url(/images/2007/bullet_red.gif) }
    ul.album li a img { margin-right: 11px; }

/* default and rich group */
dl.group dt { margin: 11px 0 6px 0; }
    dl.group dt a { font-weight: bold; padding-left: 16px; background: url(/images/2007/bullet_blue.gif) 0 4px no-repeat; }
dl.group dd { margin-left: 3px; }
    .group_rich dt { clear: both; margin-top: 11px; padding: 3px; background-color: #e8e8e8;  }
        .group_rich dt a { border: 0; margin-bottom: 2px; }
    .group_rich h2 { margin-bottom: 2px; }
    .group_rich dd { min-height: 150px; margin: 0 0 0 11px; padding: 11px 6px 0em 6px; border-bottom: 2px solid #e8e8e8; }
        .group_rich img { vertical-align: top; border: 1px solid #afafaf; margin: 2px 0 11px 11px; padding: 5px; }

/* default and rich linkbox */
.linkbox_default, .linkbox_rich, .linkbox_video { margin-bottom: 11px;  }
    .linkbox_default li { margin: 0; padding: 0; }
        .linkbox_default li:hover { background-color: transparent; }
        .linkbox_default li a { padding: 0; border: 0; background: url(/images/2007/bullet_blue.gif) left center no-repeat; }
            .linkbox_default li a:hover { background-image: url(/images/2007/bullet_red.gif); }
    .linkbox_rich li { margin-bottom: 11px; padding: 3px; width: 122px; min-height: 150px; }
        .linkbox_rich li a { display: block; border: 0; }
    .linkbox_rich h2 { margin-bottom: 2px; background-color: #afafaf; }
    .linkbox_rich img { display: block; vertical-align: top; margin-right: 2px; }
        .linkbox_rich span { margin: 0; padding-left: 15px; background: url(/images/2007/bullet_blue.gif) left center no-repeat transparent; }
            .linkbox_rich a:hover span { background-image: url(/images/2007/bullet_red.gif); }

    .linkbox_video li { clear: both; margin-bottom: 11px; padding: 3px; width: 122px; min-height: 60px; border-bottom: 1px solid #afafaf; }
        .linkbox_video li a img { float: left; vertical-align: top; margin-right: 6px; }

/* 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 11px 0; }

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

/* basicform styles form elements, marked up in a definition list */
.basicform dl { float: left; width: 100%; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; border-color: #d05537; }

    /* 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; font-weight: bold; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 11px 0; }

    .errors { font-style: italic; color: red; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: 2px; }
    #resultsinfo h2 { float: left; font-size: 13px; }
    #resultsinfo p { float: right; margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: 2px 11px 1px 3px; }

#searchform { margin: 11px 0; padding-bottom: 11px; }
    #searchform fieldset { margin: 0; padding: 0; border: 0; }
    #searchform input { width: 50%; }
    #searchform .submit { width: 20%; }

#searchresults { margin: 17px 0 0 0; }
    #searchresults dt { margin: 22px 0 7px 0; }
    #searchresults dd { margin: 3px 0 0 15px; }

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

/* forum and poll styles */
.forum, .topic, .pollarchive { width: 97%; margin: 0 0 22px 0; border: 1px solid #e8e8e8; }
    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: 2px; color: #f9c341; background-color: #e8e8e8; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #e8e8e8; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #e8e8e8; }
    .forum td, .forum th, .topic td, .topic th, .pollarchive td, .pollarchive th { vertical-align: top; padding: 3px; }
    .forum img, .topic img { vertical-align: top; }
    .forum p, .pollarchive p { margin-top: 0; }
    .forum a, .pollarchive a { font-weight: bold; color: #375d85; border-color: #375d85; }

.post { }
    .post th { border-right: 1px solid #e8e8e8; }
.author { }

.postform { }
    .postform .basicform dt, .postform .basicform dd { float: none; width: auto; }
    .postform .basicform dt { font-weight: bold; margin-top: 6px; padding: 1px 3px; }
    .postform .basicform dd { margin: 0 0 11px 0; padding: 0; }
    .postform .basicform textarea  { width: 100%; }
    .postform .basicform input.submit { width: auto; }

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

/* special icons for announcements, sticky topics and locked topics */
td.announcement, td.sticky, td.locked, td.default { padding-left: 20px; background-position: 0 5px; background-repeat: no-repeat; }
    td.announcement { }
    td.sticky { }
    td.locked { }

.announcement { font-weight: bold; }
.locked, .locked a { color: #afafaf; border-color: #afafaf; background-color: #e8e8e8; }

/* search styles: form, info and results */
.pollresults { width: 100%; }
    .pollresults tr { }
    .pollresults td { text-align: right; }
        .pollresults td span { float: left; }

    .pollresults dt, .pollresults dd { margin: 3px 0 0 0; padding: 0; float: left; }
    .pollresults dt { clear: both; width: 20%; }
    .pollresults dd { width: 20%; }
    .pollresult { width: 55% !important; background-color: #e8e8e8; }
        .pollresult div { border: 2px solid #f9c341; background-color: #ffdfca; }

.pollresults, #pollform { margin-bottom: 22px; }

/* sitemap */
ul.sitemap { margin: 11px 11px 11px 0; padding: 11px; }
    ul.sitemap ul { margin: 3px 11px 11px 33px; padding: 0; }
    ul.sitemap li { padding-left: 15px; background: url(/images/2007/bullet_blue.gif) 0 4px no-repeat; }

/* chapters in documents */
.chapters { width: 45%; margin: 22px 0 11px 0; }
    .chapters li a { display: block; padding-left: 15px; background: url(/images/2007/bullet_blue.gif) 0 4px no-repeat; }

.chapter { margin: 22px 0 11px 0; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 22px; padding: 3px 2px; text-align: center; }
    .navbox a { border: 0; }

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

/* diashow */
#dia { padding: 10px; background-color: white; }
#diainfo { clear: both; margin: 40px 0 0 20px; }
#diaprogress { text-align: right; margin: 0 auto; }

/* diashows have their own navbox */
.nav-diashow { margin: 0 auto; }
    .nav-diashow div { float: right; height: 100%; margin-top: 3px; }
    .nav-diashow span { position: relative; left: 0; top: 5px; float: none; }
    .nav-diashow .prev { margin-right: 22px; }
        .nav-diashow .prev a { padding: 5px; padding-left: 25px; }
    .nav-diashow .next { margin-left: 22px; }
        .nav-diashow .next a { padding: 5px; padding-right: 25px; }
    .nav-diashow .begin { float: left; margin: 0 0 0 11px; padding: 2px 0 0 25px; }

/* more: paragraph with a "read more" link */
.more { margin: 11px 6px; }
    .more a { padding: 0 15px 0 0; }
        .more a:hover { }

/* date: date in messages */
.date { display: block; text-align: right; font-weight: bold; margin: 0; }

/* button: transforms a normal button to a styled button */
.button { min-width: 86px; height: 26px; text-align: center; border: 0px; cursor: pointer; padding-bottom: 4px; font: normal .9em Verdana, Helvetica, sans-serif; background: #ffebbf url(/images/2007/button_mi.gif) repeat-x left top; }
.submit { }

/* .feed: RSS-feed button placement */
.feed { display: none; border: 0 !important; margin-left: 11px; }
    .feed img { display: none; float: right; margin-right: 11px; vertical-align: text-top; }

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

/* ecard styles */
#ecard_hiding { position: absolute; top: 0; left: 0; width: 700px; height: 157px; background: transparent url(/images/2007/bg_vervolg.jpg) no-repeat left top; z-index: 0; }
#ecards { position: absolute; top: 150px; }
    #ecard { position: absolute; top: -1000px; width: 500px; }
    #ecard_send { position: absolute; top: 0; left: 0; }
        #ecard_send img { position: absolute; top: 0; z-index: 2; }
        #ecard_send #ecard_form { position: relative; top: 300px; left: 25px; width: 440px; z-index: 0; }
    #ecard_thankyou { display: none; position: absolute; }

#ecardlist { list-style: none; margin: 0; padding: 0; }
    #ecardlist li { float: left; margin: .75em; width: 200px; height: 150px; }
        #ecardlist li a span { display: block; text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
#ecardform .header { font-weight: bold; margin: 1em 0; }
#ecardform dt { font-weight: normal; }
#ecardform dd#recipientdata { margin-top: 1em; }
#ecardform dd input { margin-bottom: .5em; }
#ecardform dd textarea { height: 150px; }

.ecardview .ecardmessage_top { width: 441px; padding-top: 66px; margin-bottom: 1em; background: transparent url(/images/2007/ecard_block_top.gif) no-repeat left top; }
.ecardview .ecardmessage_middle { display: block; padding: 0 35px; background: transparent url(/images/2007/ecard_block_repeat.gif) repeat-y left top; }
.ecardview .ecardmessage_bottom { padding-bottom: 77px; background: transparent url(/images/2007/ecard_block_bottom.gif) no-repeat left bottom; }
.ecardview img { margin-bottom: 1em; }
.ecardview h2, .ecardview p { font-size: 1em; padding: 0; margin: 0; }
    .ecardview h2.messageheader { margin-bottom: 1em; }
    .ecardview p.message { margin-bottom: 1em; }
    .ecardview h2.senderheader { margin-right: 1em; float: left; }
.ecardview .links a { font-weight: bold; padding-left: 15px; background: transparent url(/images/2007/bullet_blue.gif) left center no-repeat; }
    .ecardview .links a:hover { background-image: url(/images/2007/bullet_red.gif); }

#morerecipients, #again, #ecardform .button { width: auto !important; min-width: 86px; height: 26px; text-align: center; border: 0; cursor: pointer; padding: 5px 10px 9px 10px; font: normal .9em Verdana, Helvetica, sans-serif; color: black; background: #ffebbf url(/images/2007/button_mi.gif) repeat-x left top; }

/**
 * HOME-SPECIFIC STYLE
 *
 * Styles only used on homepage
 */
.home #container { position: absolute; top: 0; bottom: 47px; width: 100%; margin: 0; padding: 0; overflow: auto; }
    .home #container #content { position: absolute; top: 0; left: 0; width: 98%; margin: 0; padding: 100px 0 0 0; border: 0; }
    .home #container #quicksearch { width: 140px; height: 44px; }
    .home #container .contenttext { padding: 0; margin: 0; }
        .home #container .contenttext .map { padding: 0; margin-left: 60px; }
    .home #container .inline-sections .homepage, .home #container .inline-sections .bottom { margin-left: 16px; }
    .home #container #globalnav ul li.junior a, .home #container #globalnav ul li.wandel a { margin-right: 27px; }

#login_slide { position: absolute; top: 150px; left: -988px; width: 990px; height: 260px; z-index: 5; }
    .shadow_right { position: absolute; top: 5px; right: 0; height: 255px; width: 2px; opacity: .2; background-color: black; }
    .shadow_bottom { position: absolute; bottom: 0; right: 2px; height: 2px; width: 983px; opacity: .2; background-color: black; }
    #login_slide .background { position: absolute; top: 0; left: 0; width: 988px; height: 258px; opacity: .95; background-color: #f9c341; }
        #login_slide .window { width: 299px; height: 168px; margin: 5px 0 5px 206px; padding: 40px 20px; opacity: 1; background: transparent url(/images/2007/login_slide.gif) no-repeat left top; }
            #login_slide .window h2 { display: block; height: 25px; text-indent: -9000px; }
            #login_slide a.close { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: transparent url(/images/2007/login_close.gif) no-repeat right top; }
                #login_slide a span { visibility: hidden; }
            #login_slide .window a { float: right; clear: both; font-weight: normal; color: #375d85; text-decoration: underline; letter-spacing: 1px; margin: 3px 0; }
                #login_slide .window a:hover { text-decoration: none; }

            #login_slide .window #md_loginform fieldset { margin: 0; padding: 0; border: 0; }
            #login_slide .window #md_loginform .submit { float: right; clear: both; color: #375d85; text-decoration: underline; text-align: right; padding: 0; margin: 3px 0; border: 0; background-color: transparent; }
                #login_slide .window #md_loginform .submit:hover { cursor: pointer; text-decoration: none; }

/**
 * IMAGE SLIDER
 *
 * used in accommodation- and transport-templates
 */

#view_destination_slideshow { float: right; }
#view_slideshow { float: right; display: block; width: 279px; height: 153px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
    #view_slideshow span { visibility: hidden; }

/* normal slider */
#imageslider { position: absolute; top: 110px; left: 700px; width: 200px; }

    #imageslider h2 { margin: 0 auto; text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: center center; }
    #slider { position: relative; margin: .5em auto; width: 131px; height: 400px; border: 1px solid #afafaf; overflow: auto; }

        /* buttons to use slide */
        #up { position: absolute; display: none; width: 100%; height: 31px; background: transparent url(/images/2007/region/region0004/button_arrow_up.gif) no-repeat left top; z-index: 3; }
        #down { position: absolute; display: none; bottom: 0; width: 100%; height: 31px; background: transparent url(/images/2007/region/region0004/button_arrow_down.gif) no-repeat left top; z-index: 3; }
            #up:hover, #down:hover { cursor: pointer; }

        #images { position: absolute; top: 30px; width: 100%; text-align: center; }
            #images a.visual { position: relative; display: block; margin: 1em 0 0 0; z-index: 1;}
                #images .acc_visual_top { position: relative; margin: -30px auto 0 auto; padding-top: 15px; width: 119px; background: transparent url(/images/2007/region/paper_top.gif) no-repeat center top; }
                #images .acc_visual_bottom { padding-bottom: 15px; background: transparent url(/images/2007/region/paper_bottom.gif) no-repeat center bottom; }
                #images .acc_visual { background: transparent url(/images/2007/region/paper_repeat.gif) repeat-y center top; }
                #images a span { margin: 0 auto; text-indent: -9000px; display: block; background-color: transparent; background-repeat: no-repeat; background-position: left top; }

    /* classes for javascript-enabled browser */
    .noscroll #slider { overflow: hidden; }
        .noscroll #up, .noscroll #down { display: block; }

/* presentation itself */

/* slider for overlay (needs other id's) */
#hotel-transport-imageslider { position: absolute; top: 128px; left: 700px; width: 200px; }

    #hotel-transport-slider { position: relative; margin: .5em auto; width: 131px; height: 400px; border: 1px solid #afafaf; overflow: auto; }

        /* buttons to use slide */
        #hotel-transport-up { position: absolute; display: none; width: 100%; height: 31px; background: transparent url(/images/2007/region/region0004/button_arrow_up.gif) no-repeat left top; z-index: 1; }
        #hotel-transport-down { position: absolute; bottom: 0; display: none; width: 100%; height: 31px; background: transparent url(/images/2007/region/region0004/button_arrow_down.gif) no-repeat left top; z-index: 1; }
            #hotel-transport-up span, #hotel-transport-down span { visibility: hidden; }

        #hotel-transport-images { position: absolute; top: 127px; width: 100%; }
            #hotel-transport-images a { display: block; width: 106px; margin: 14px 0 0 0; }
                #hotel-transport-images a span { display: block; }
                #hotel-transport-images a img { display: block; margin: 0 5px; }

    /* classes for javascript-enabled browser */
    .noscroll #hotel-transport-slider { overflow: hidden; }
        .noscroll #hotel-transport-up, .noscroll #hotel-transport-down { display: block; }
            .noscroll #hotel-transport-images a img { margin: 0 14px; }

#hotel-transport-presentation-overlay {
display: none;
position: absolute;
left: 0; top: 0;
width: 100%; height: 100%; max-width: 998px;
opacity: .85;
filter: alpha(opacity = 85);
z-index: 10; }

#hotel-transport-presentation-container {
display: none;
position: absolute; top: 0; left: 0;
width: 100%; height: 100%; max-width: 998px;
text-align: center;
z-index: 11; }

#hotel-transport-presentation-close-button { position: absolute; top: 90px; left: 775px; width: 15px; height: 15px; padding: 2px 27px 0 0; background: transparent url(/images/2007/region/close.gif) no-repeat right top; }
    #hotel-transport-presentation-close-button span { visibility: hidden; color: #b7594b; }

#presentation-total { text-align: left; margin-top: 60px; margin-left: 130px; width: 800px; height: 520px; background-color: #feeed5; }
    #large-photo { position: absolute; top: 150px; left: 190px; }
    #large-photo-text { position: absolute; top: 460px; left: 190px; width: 400px; }
    #progress { position: absolute; top: 123px; left: 490px; margin: 0; padding: 0; width: 100px; font-size: .9em; color: #8B7B61; text-align: right; }

    #hotelregiontitle, #hoteldestinationtitle { position: absolute; left: 190px; background-color: transparent; background-repeat: no-repeat; background-position: left top; text-indent: -9000px; }
    #hotelregiontitle { top: 95px; }
    #hoteldestinationtitle { top: 120px; }

    #presentation-total #hotel-transport-imageslider { top: 145px; left: 620px; }

    #presentation-total #hotel-transport-slider { height: 330px; }


/**
 * 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; }
.clear-right    { clear: right; }
.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; }
.align-center   { text-align: center; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.arrowed        { padding-left: 15px !important; }
.arrowed:hover  { }
.back           { padding-left: 15px !important; background: transparent url(/images/2007/bullet_blue.gif) no-repeat 0 4px; }
.back:hover     { }
.red            { color: red; }
.req            { color: red; background-color: #ffebbf; }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #ffa; color: #375d85; }
.white          { color: white; }
.chosen         { color: #375d85; font-weight: bold; }

/* default list behaviour */
.bulleted       { list-style: square inside; margin: 4px; padding: 0 11px; }

/* file types */
.doc            { padding: 2px 0 2px 20px !important; }
.pdf            { padding: 2px 0 2px 20px !important; }

