/**
 *  Stylesheet for BubbleDeck website
 *  ===============================================================
 *  $Revision: 1.73.24.9 $
 *  ===============================================================
 *
 *  global styleguide:
 *
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    green  : #096;
 *    red    : #e90000;
 *  }
 *
 *  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 { height: 100%; margin: 0; padding: 0; border: 0; background: #bbb url(/images/schaduwrand.gif) repeat-y center bottom; }
body { font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color: #6b7571; }

/* links */
a, a:link { padding: 0; color: #6b7571; text-decoration: none; }
a:visited { color: #6b7571; }
a:active { color: #e90000; text-decoration: underline; }
a:hover { color: #e90000; text-decoration: underline; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: Verdana, Helvetica, sans-serif; color: #6b7571; }
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 { }
    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 #999; padding: .2em; 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: pointer; }

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

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


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

#body { height: 100%; }
    #container { position: relative; width: 1000px; height: 100%; margin: 0 auto; }

        #content { position: relative; min-height: 100%; margin: 0; padding: 205px 180px 1em 230px; background-color: #f6fdfb; }

        #header {
        position: absolute;
        top: 0; left: 5px;
        height: 165px; width: 100%;
        text-indent: -9000px;
        background-color: transparent; background-repeat: no-repeat; background-position: top left; }
            #header h2 { width: 100%; height: 100%; margin: 0; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }
        html>body #header { left: 0; }

        /* homepage renders different in IE6 */
        #body .homepage #header, #body .homepage #mainnav { left: 0; }

        #mainnav { position: absolute; top: 160px; left: 5px; width: 155px; }
            #mainnav ul { list-style-type: none; margin: 0 0 0 20px; padding: 0; }
                #mainnav li { 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:hover { text-decoration: none; }
                        #mainnav li a span { visibility: hidden; }
            #mainnav .imgbox { margin-top: 3em; }
        html>body #mainnav { left: 0; }

        #breadcrumbs { position: absolute; top: 165px; left: 230px; right: 0; height: 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; color: #6b7571; background: url(/images/pijl_breadcrumbs.gif) left center no-repeat transparent; }

        #globalnav { position: absolute; top: 130px; right: 0; margin: 0 30px; text-align: right; }
            #globalnav ul { list-style-type: none; margin: 0; padding: 0; }
                #globalnav ul li { float: left; margin: 0 .5em 0 0; padding: .3em; }
                    #globalnav ul li a { display: block; border: 0; background-repeat: no-repeat; background-position: center center; }
                        #globalnav ul li a:hover { text-decoration: none; }
                            #globalnav ul li a.separate span { padding-left: 1em; border-left: 1px solid #6b7571; }

        #pagenav { color: #6b7571; margin-top: 2em; padding: .5em 0; border-top: 1px dotted #6b7571; text-align: right; }
            #pagenav a { padding: 2px; }

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

    #quicksearch { float: left; clear: both; margin: 0 0 0 160px; padding: .3em 0 1em .5em; }
        #quicksearch h3 { margin: 0; }
        #quicksearch label { clear: both; display: block; }
        #quicksearch input { float: left; color: #a6a6a6; border: 1px solid #a6a6a6; }
        #quicksearch input#q { width: 110px; height: 23px; padding-left: 9px; padding-right: 25px; border: 0; background: transparent url(/images/bg_search_small.gif) no-repeat left top; }
        #quicksearch input.submit { border: 0; margin: -3px 2em 0 -25px; }
            #quicksearch input.submit:hover { cursor: pointer; }

    #footer { position: absolute; right: 0; bottom: 0; height: 20px; width: 100%; padding-top: 34px; background: transparent url(/images/onder_balk.gif) no-repeat left top; }
        #footer a { color: white; }
        #footer span { color: white; margin-left: 25px; }
        #footer span.companyname { font-weight: bold; }
        #footer span.companyphone { padding-left: 10px; background: transparent url(/images/tel.gif) no-repeat left center; }
        #footer span.companyemail { padding-left: 15px; background: transparent url(/images/mail.gif) no-repeat 0 .4em; }

    #props { position: absolute; bottom: 0; right: 1em; z-index: 1; }
        #props a, #props a:visited { color: black; border: 0; }


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

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

/* inline sections on the homepage */
.inline-sections { float: left; margin-top: 1em; width: 282px; }
    .inline-sections dt { display: block; font-size: 1.2em; font-weight: bold; color: #096; padding: .3em 1.5em 1.8em 1.5em; background: white url(/images/kader_hoek_right_top.gif) no-repeat right top; }
        .inline-sections dt a { float: left; color: #096; }
    .inline-sections dd { clear: both; margin: 0; padding: 0 1.8em; border-width: 0 1px; border-style: solid; border-color: white; background-color: #009865; }
        .inline-sections dd h2 { margin: 0; padding: .2em 1em .75em 0; }
            .inline-sections dd h2 a { font-size: .95em; font-style: normal; padding-left: 20px; background: transparent url(/images/arrow_white.gif) no-repeat left top; }
                .inline-sections dd h2 a:hover { background-image: url(/images/arrow_red.gif); }
        .inline-sections dd a { color: white; font-style: italic; padding: 0 0 0 20px; background: transparent url(/images/arrow_white.gif) no-repeat left top; }
            .inline-sections dd a:hover { color: #e90000; background-image: url(/images/arrow_red.gif); }

/* closing */
    .inline-sections dd.closing { display: block; width: 282px; height: 14px; padding: 0; margin: 0; border: 0; background: #009865 url(/images/kader_hoek_lijn_rechts.gif) no-repeat right bottom; }
        .inline-sections dd.closing .close-wrapper1 { height: 14px; padding: 0; margin: 0; background: transparent url(/images/kader_hoek_lijn_links.gif) no-repeat left bottom; }
        .inline-sections dd.closing .close-wrapper2 { line-height: .6em; height: 14px; padding: 0; margin: 0 15px; border-bottom: 1px solid white; }

/* block: (news)blocks on the homepage */
.block { clear: both; float: right; color: #787878; width: 222px; margin-bottom: 4em; background-color: white; }
    .block h2 { margin: .5em 0 0 30px; padding: 0; font-size: 1.2em; color: black; text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: 30px 0; }
        .block h2 a, .block h2 a:visited { color: black; }
    html>body .block h2 { margin-left: 0; }
    .block .imgbox { position: absolute; top: -16px; left: -50px; margin: 0; z-index: 2; }
    html>body .block .imgbox { top: -18px; }
    .block p { margin: 0 0 .5em 30px; }

/* blockwrappers for rounded corners */
.wrapper1 { position: relative; border: 2px solid #009966; background: white url(/images/kader_hoek_left_top.gif) no-repeat left top; }
.wrapper2 { margin: -2px -2px 0 0; background: transparent url(/images/kader_hoek_right_top.gif) no-repeat right top; }
.wrapper3 { margin: 0 0 -2px -2px; background: transparent url(/images/kader_hoek_left_bottom.gif) no-repeat left bottom; }
.wrapper4 { padding: .5em 2em; background: transparent url(/images/kader_hoek_right_bottom.gif) no-repeat right bottom; }

/* default and rich menu */
.menu_default { clear: both; width: 600px; margin: 4em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_default li { float: left; position: relative; width: 132px; margin: 3em 4em 68px 13px; border: 2px solid #009966; background-color: white; }
        .menu_default li div { float: left; position: relative; margin: 0 -2px -2px -2px; width: 100%; height: 150px; background: transparent url(/images/kader_hoek_left_bottom.gif) no-repeat left bottom; }
        .menu_default li img { position: relative; float: left; margin: -70px 1em 1em -16px; z-index: 2; }
        .menu_default li a, .menu_default li a:visited { position: relative; float: left; display: block; margin: -2px 0 0 0; width: 136px; color: #096; font-weight: bold; background: transparent url(/images/kader_hoek_right_top.gif) no-repeat right top; }
            .menu_default li a:hover { color: #e90000; text-decoration: none; }
        .menu_default span { float: left; display: block; margin: 0 1em .5em 1em; padding-left: 20px; background: transparent url(/images/arrow_green.gif) no-repeat 0 .2em; }
            .menu_default a:hover span { cursor: pointer; background-image: url(/images/arrow_red_white.gif); }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_rich li { float: left; position: relative; width: 132px; height: 130px; margin: 1em 1em 1em 0; border: 1px solid #afafaf; text-align: right; }
        .menu_rich li img { margin: 0; position: absolute; left: 5px; top: 5px; }
        .menu_rich li a { border: 0; }
        .menu_rich span { position: absolute; bottom: 3px; left: 5px; right: 5px; width: 107px; margin: 0; padding-right: 15px; background: url(/images/arrow_green.gif) 100% 50% no-repeat #fff; }
        .menu_rich>li span { width: auto; }
            .menu_rich a:hover span { background-image: url(/images/arrow_red.gif); }
            
.menu_small { margin: 1em 0; padding: 0; width: 50%; list-style-type: none; border-top: 1px dotted white; }
    .menu_small li { padding: .5em 0; border-bottom: 1px dotted #6b7571; }
        .menu_small li a { color: #096; font-weight: bold; padding-left: 15px; background: url(/images/arrow_green.gif) left center no-repeat; }
            .menu_small li a:hover { color: #e90000; background-image: url(/images/arrow_red.gif); }

/* Default and rich lists */
ul.default, ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }

    ul.default li { height: 150px; margin-bottom: 2em; padding: .3em; }
    ul.default>li { height: auto; min-height: 150px; }
        ul.default li h2 { padding: .2em 1em 0 .3em; font-size: 1.2em; }
            ul.default li h2 a { text-decoration: none; border: 0; }
        ul.default li img { margin: 0 1em .5em 0; border: 2px solid #009966; }
        ul.default li p { margin: 0; padding: 0; }
        ul.default li p.more { clear: none; margin: 0; padding: 0; }
        ul.default li p.more a { color: #009966; background-image: url(/images/arrow_green.gif); }
            ul.default li p.more a:hover { color: #e90000; background-image: url(/images/arrow_red.gif); }

    ul.rich li { height: 150px; margin-bottom: 1em; padding: .3em; }
    ul.rich>li { height: auto; min-height: 150px; }
        ul.rich li h2 { padding: .2em 1em .1em .3em; font-size: 1.2em; background-color: #e8e8e8; }
            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 { height: 150px; margin: 0 0 0 1em; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; }
    .group_rich>dd { height: auto; min-height: 150px; }
        .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: 47%; padding: 0; margin: 0 0 1em 0; }

/* imgbox and linkboxes */
.linkbox_wrapper1 { position: relative; clear: both; float: right; border: 2px solid #009966; width: 200px; background-color: white; }
.linkbox_wrapper2 { float: right; margin: -2px 0 0 -2px; background: transparent url(/images/kader_hoek_left_top.gif) no-repeat left top; }
.linkbox_wrapper3 { float: right; margin: 0 -2px 0 0; background: transparent url(/images/kader_hoek_right_top.gif) no-repeat right top; }

.imgbox { float: left; margin: 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: white; background-color: #e8e8e8; }

.imgbox_wrapper { clear: both; float: left; }
.imgbox_extra { margin: 1em 20px 1em 0; padding: 0; border: 0; }
    .imgbox_extra img { display: block; margin: 0; border: 0; }

.linkbox_default, .linkbox_rich, .linkbox_video { float: right; width: 204px; margin: 0 0 -2px -2px; padding: 1em 0; list-style-type: none; background: transparent url(/images/kader_hoek_left_bottom.gif) no-repeat left bottom; }
    .linkbox_default li { margin: 0; padding: 0 .6em; }
        .linkbox_default li:hover { background-color: transparent; }
        .linkbox_default li a, .linkbox_default li a:visited { display: block; color: #096; font-weight: bold; width: 100%; padding: 5px; padding-left: 20px; border: 0; background: url(/images/arrow_green.gif) 0 10px no-repeat; }
        .linkbox_default li>a { width: auto; }
            .linkbox_default li a:hover { color: #e90000; background-image: url(/images/arrow_red_white.gif); }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; height: 120px; }
    .linkbox_rich>li { height: auto; min-height: 150px; }
        .linkbox_rich li h2 { margin-bottom: .2em; background-color: #afafaf; }
        .linkbox_rich li a { display: block; border: 0; }
        .linkbox_rich li img { display: block; vertical-align: top; margin-right: .2em; }
        .linkbox_rich li a span { margin: 0; padding-right: 15px; background: url(/images/arrow_green.gif) center right no-repeat transparent; }
            .linkbox_rich li a:hover span { background-image: url(/images/arrow_red.gif); }

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

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

/* basicform styles form elements, marked up in a definition list */
.basicform dl { width: 600px; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; color: #096; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl input.submit { float: right; color: #096; width: auto; padding-left: 20px; border: 0; background: transparent url(/images/arrow_green.gif) no-repeat left center; text-transform: lowercase; }
    .basicform dl dt { font-weight: bold; clear: both; width: 35%; float: left; color: #6b7571; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; color: #6b7571; }
    .errors { font-style: italic; color: red; }

/* search styles: form, info and results */
#resultsinfo { clear: both; color: #096; padding-bottom: .2em; background-color: #c2dfd5; }
    #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: #096; }

#searchform { float: left; clear: both; margin: 1em 0; padding-bottom: 1em; width: 100%;  }
    #searchform label { float: left; }
    #searchform div { float: left; margin: 0 0 1em 1em; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { float: left; color: #a6a6a6; border: 1px solid #a6a6a6; }
    #searchform div input#q { width: 295px; height: 18px; padding: 4px 25px 0 7px; border: 0; background: transparent url(/images/bg_search_large.gif) no-repeat left top; }
    #searchform div p { margin: 0 0 .5em 0; }
    #searchform div input.submit { display: block; float: left; font-size: 0; border: 0; margin: 0 2em 0 -25px; width: 24px; height: 22px; }
        #searchform div input.submit:hover { cursor: pointer; }

#searchresults { clear: both; margin: 1.5em 0 0 0; width: 100%; }
    #searchresults dt { color: #096; font-weight: bold; margin: 2em 0 .6em 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }
    #searchresults a { color: #096; }
        #searchresults a:hover { color: #e90000; }

/* highlighting for search terms */
.highlight { font-weight: bold; }

/* forum and poll styles */
.forum, .topic, .pollarchive { width: 97%; margin: 0 0 2em 0; border: 1px solid #e8e8e8; }
    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: white; 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: .3em; }
    .forum img, .topic img { vertical-align: top; }
    .forum p, .pollarchive p { margin-top: 0; }
    .forum a, .pollarchive a { font-weight: bold; color: white; border-color: white; }

.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: .5em; padding: .1em .3em; }
    .postform .basicform dd { margin: 0 0 1em 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 { background-image: url(/images/i_announce.gif); }
    td.sticky { background-image: url(/images/i_sticky.gif); }
    td.locked { background-image: url(/images/i_locked.gif); }
    .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: .3em 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 white; background-color: #ffdfca; }
.pollresults, #pollform { margin-bottom: 2em; }

/* bannercolumn */
#bannercolumn { position: absolute; right: 0; top: 187px; width: 160px; margin: 1em 0; padding: .6em 0 .3em 0; }
    #bannercolumn a { float: left; margin-bottom: 2em; }
    #bannercolumn img { }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; list-style-type: none; }
    ul.sitemap ul { margin: .3em 1em 1em 4em; padding: 0; list-style-type: none; }
    ul.sitemap li { padding-left: 15px; background: url(/images/pijl_breadcrumbs.gif) 0 5px no-repeat; }
        ul.sitemap li:hover { background-image: url(/images/pijltje_rood.gif); }
    ul.sitemap a { color: #009865; }
        ul.sitemap a:hover { color: #e90000; }

/* chapters in documents */
#chapters { margin: 1em 0; padding: 0; width: 50%; list-style-type: none; border-top: 1px dotted white; }
    #chapters li { padding: .5em 0; border-bottom: 1px dotted #6b7571; }
        #chapters li a { color: #096; font-weight: bold; padding-left: 15px; background: url(/images/arrow_green.gif) left center no-repeat; }
            #chapters li a:hover { color: #e90000; background-image: url(/images/arrow_red.gif); }

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

/* navbox, for displaying next/previous/index links */
.navbox_search { color: #096; margin-top: 2em; padding: .3em .2em; text-align: center; background-color: #c2dfd5; }
    .navbox_search a { color: #096; font-weight: bold; border: 0; }

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

.navbox { color: #096; margin-top: 2em; text-align: center; background: #c2dfd5 url(/images/gepagineerd_nav_hoek_left.gif) no-repeat left top; }
    .navbox div { padding: .2em .2em; width: 100%; background: transparent url(/images/gepagineerd_nav_hoek_right.gif) no-repeat right top; }
    .navbox a, .navbox a:visited { color: #096; font-weight: bold; border: 0; }

    /* previous, next, index and page links in navbox */
    .navbox .prev { float: left; margin-left: 1em; }
        .navbox .prev a { padding-left: 20px; background: transparent url(/images/arrow_green_backwards.gif) no-repeat left top; }
            .navbox .prev a:hover { color: #e90000; background-image: url(/images/arrow_red_white_backwards.gif); }
    .navbox .next { float: right; margin-right: 1em; }
        .navbox .next a { padding-right: 20px; background: transparent url(/images/arrow_green.gif) no-repeat right top; }
            .navbox .next a:hover { color: #e90000; background-image: url(/images/arrow_red_white.gif); }
    .navbox .index { }
        .navbox .index a { padding-left: 20px; background: transparent url(/images/arrow_green.gif) no-repeat 0 0; }
            .navbox .index a:hover { color: #e90000; background-image: url(/images/arrow_red_white.gif); }
    .navbox .page { margin: 0 .2em; padding: 2px 6px; }
        .navbox .page a { }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em .5em; }
    .more a, .more a:visited { font-weight: bold; color: #096; padding: 0 0 0 20px; background: transparent url(/images/arrow_green.gif) no-repeat center left; }
        .more a:hover { color: #e90000; background-image: url(/images/arrow_red_white.gif); }

/* date: date in messages */
.date { display: block; padding: 1em 0 0 0; color: #6b7571; }

/* button: transforms a normal button to a styled button */
.button {
width: auto !important;
border: 1px solid white;
cursor: pointer;
padding: 2px 1.5em;
font: bold .9em Verdana, Helvetica, sans-serif; color: #096; text-transform: uppercase;
background-color: white; }

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

/* jargon styles */
a#translate { display: block; margin-bottom: 1em; padding: .5em; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat white; }
.jargonterm { cursor: help; font-weight: bold; border-bottom: dotted 1px white; }
div.nicetitle { position: absolute; padding-top: 4px; top: 0px; left: 0px; border: 1px solid #e8e8e8; border-width: 1px 0 0 1px; color: white; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat #efefef; }
    div.nicetitle p { margin: 4px; padding: 4px; }
.overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.2; background-color: #ffdfca; }
.translation-status { position: absolute; width: 300px; height: 30px; top: 0; right: 1em; border: 2px solid white; padding: 1em; background-color: #ffdfca; }
.close { position: absolute; top: 0; right: 0; color: red; font-weight: bold; background-color: white; }

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

    /* header is wrapped in <span> when feed button is available */
    #content h1 { display: block; text-indent: -9000px; }
    #content h1 span { }

/* permalink (e.g. link below map) */
a.permalink:link, a.permalink:visited { clear: both; color: #096; padding-left: 20px !important; background: url(/images/i_permalink.gif) left center no-repeat; }
    a.permalink:hover { color: #e90000; }

/* googlemaps */
.map { }
    .map .wrapper3 { padding: 10px 10px 0 10px; }
    .map .clear { height: 10px; }

.infowindow { width: 275px; }
    .markerheader { font-size: 1.5em; color: black; margin: 0; padding: 0; border-bottom: 1px solid #bbb; height: 60px; }
        html>body .markerheader { height: auto; min-height: 50px; }

        .markerheader img { float: left; margin-right: .5em; }
        .markerheader a { color: black; }

    .markerbody { font-weight: normal; color: black; border: 0; margin: .5em 0; }

/**
 * 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-left     { clear: left; }
.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: 20px !important; background: transparent url(/images/footer_icon_back.gif) no-repeat left top; }
.print          { padding-left: 20px !important; background: transparent url(/images/footer_icon_print.gif) no-repeat left top; }
.red            { color: red; }
.req            { color: red; }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #ffa; color: white; }
.white          { color: white; }
.chosen         { color: white; font-weight: bold; }

/* file types */
/*
.doc            { padding: 2px 0 2px 20px !important; background: url(/images/ico_doc.gif) center left no-repeat !important; }
.pdf            { padding: 2px 0 2px 20px !important; background: url(/images/ico_pdf.gif) center left no-repeat !important; }
*/

