/**
 *  Stylesheet for Roes en De Vries
 *  ===============================================================
 *  $Revision: 1.73.22.4 $
 *  ===============================================================
 *
 *  global styleguide:
 *
 *  colors {
 *    white      : #fff;
 *    black      : #000;
 *    light blue : #4083bc;
 *    blue       : #005aa6;
 *    red        : #e32324;
 *  }
 *
 *  fonts {
 *    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-color: white; }
body { font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color: black; }

/* links */
a { padding: 0 0 1px 0; color: #005aa6; text-decoration: none; border-bottom: 1px solid white; }
a:visited { color: #4083bc; border-color: white; }
a:active { color: #e32324; border-bottom-color: white;}
a:hover { color: #e32324; border-bottom-color: #e32324; }

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

/* 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 #bbc9e7; padding: .2em; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: #005aa6; }
    input:focus, textarea:focus { border: 1px inset #005aa6; }
    input.disabled { cursor: pointer; }

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

label { cursor: pointer; color: #005aa6; }
    label:hover { color: #e32324; }
    label:hover+div input[type='text'], dt:hover+dd input[type='text'] { border-color: #005aa6; }


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

#body { height: 100%; background: url(/images/b_hoekrechts.jpg) right 80px no-repeat; }
    #container { position: relative; width: 790px; min-height: 100%; margin: 0 auto; text-align: left; background-color: white; }

        #content { position: relative; margin: 0 auto; padding: 185px 0 30px 0; width: 370px; min-height: 400px; }
            #content h1 { margin: 0 0 1em 0; padding: 0; background-position: left top; background-repeat: no-repeat; }
                #content h1 span { visibility: hidden; }

            #header { position: absolute; top: 30px; left: 0; right: 0; height: 50px; background: url(/images/l_logo.gif) center center no-repeat; }
                #header h2 { margin: 0; padding: 0; height: 100%; }
                    #header h2 a { display: block; height: 100%; }
                        #header h2 a, #header h2 a:hover { border-bottom: 0px; }
                        #header h2 a span { visibility: hidden; }

            #breadcrumbs { position: absolute; top: 140px; left: 0px; right: 0px; height: 20px; }
                #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
                    #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; color: black; font-size: .9em; background: url(/images/i_crumb.gif) left center no-repeat transparent; }
                    #breadcrumbs li:first-child { padding-left: 0; background-image: none; }
                        #breadcrumbs li a { border: 0; }
                            #breadcrumbs li a:hover { text-decoration: underline; }

        #nav-container { position: absolute; top: 0; left: 0; right: 0; text-align: center; width: 790px; }
            #nav { position: relative; margin: 0 auto; }
                #mainnav { position: absolute; top: 80px; left: 0; width: 180px; min-height: 488px; background: url(/images/b_hoeknav.jpg) right top no-repeat; }
                    #mainnav ul { list-style-type: none; margin: 100px 0 0 0; padding: 0; }
                        #mainnav li { position: relative; height: 26px; }
                            #mainnav li a { display: block; height: 100%; border: 0px; background-color: transparent; background-position: center right; background-repeat: no-repeat; }
                                #mainnav li a span { visibility: hidden; }

                            /* for reasons unknown, this is needed for IE7 */
                            /* although there is no border, its color still has to be specified for it NOT to show (go figure) */
                            #mainnav li a, #mainnav li a:hover { border-bottom-color: #fff; }

                            #mainnav li ul { display: none; position: absolute; top: -11px; left: 100%; margin: 0; padding: 11px 0; width: 200px; background-color: #dde4f3; }
                                #mainnav li ul li { height: auto; padding: .3em 0; }
                                    #mainnav li ul li a { padding-left: 20px; text-align: left; background: url(/images/a_submenu.gif) left 11px no-repeat; }
                            #mainnav li:hover ul { display: block; }

                #globalnav { position: absolute; top: 0; right: 0; margin: 0 30px; background-color: white; }
                    #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 span { visibility: hidden; }
                #breadcrumbs h2, #globalnav h2 { display: none; }

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

                #linkbox { position: absolute; top: 180px; right: 0; width: 180px; }
                    #linkbox h3 { margin-top: 1em; background-repeat: no-repeat; background-position: left center; }
                        #linkbox h3 span { visibility: hidden; }

    #footer { }

    #props { z-index: 3; position: fixed; bottom: 30px; right: 1em; }
        #props a { color: #c0cce8; border-bottom: 0; }

    .colorblock { z-index: 2; position: fixed; width: 50%; height: 30px; overflow: hidden; background: url(/images/b_white.gif) no-repeat; }
    #block-tl { top: 0; left: 0; background-color: #005aa6; background-position: top right; }
    #block-tr { top: 0; right: 0; background-color: #bbc9e7; background-position: top left; }
    #block-bl { bottom: 0; left: 0; background-color: #bbc9e7; background-position: top right; }
    #block-br { bottom: 0; right: 0; background-color: #e32324; background-position: top left; }

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

/* contenttext: for all basic content text, such as page body's */
.contenttext { margin-bottom: 1em; }
.homepage { padding-bottom: 1em; background: url(/images/a_botline.gif) right bottom no-repeat;  }

/* inline sections on the homepage */
.inline-sections { }
    .inline-sections dt { display: block; padding-bottom: 1.5em; font-size: 1.2em; font-weight: bold; background-color: #f8f9fd; }
        .inline-sections dt a { float: left; }
    .inline-sections dd { clear: both; margin: 1em 0 0 0; }
        .inline-sections dd h2 { margin: 0; padding: .2em 1em 0 0; }
            .inline-sections dd h2 a { font-size: .95em; }
        .inline-sections dd p { margin: 0 0 .7em 0; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin: 2em 0; }
    .block h2 { margin: 0; color: black;  }
        .block h2 a { text-decoration: none; color: #4083bc; }
            .block h2 a:hover { color: #e32324; }
    .block img { float: left; margin: 0 1em 1em .3em; }
    .block p { margin: 0 .5em .5em .3em; }

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: .5em 1em; list-style-type: none; background: url(/images/a_botline.gif) right bottom no-repeat; }
    .menu_default li { margin-bottom: .5em; text-align: right; }
        .menu_default li a { padding-right: 20px; background: url(/images/a_bullet.gif) right center no-repeat; }
            .menu_default li a:hover { background-image: url(/images/a_bullet_over.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 #005aa6; 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/a_bullet.gif) 100% 50% no-repeat #fff; }
        .menu_rich>li span { width: auto; }
            .menu_rich a:hover span { background-image: url(/images/a_bullet_over.gif); }

/* Default and rich lists */
ul.default { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { margin-bottom: 1em; padding-left: 20px; background: url(/images/a_bullet.gif) 0 8px no-repeat; }
        ul.default li p { margin: 0; }

ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    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: #f8f9fd; }
            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: #f8f9fd;  }
        .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 #f8f9fd; }
    .group_rich>dd { height: auto; min-height: 150px; }
        .group_rich img { vertical-align: top; border: 1px solid #005aa6; 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 { }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #4083bc; background-color: #f8f9fd; }

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

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; margin: 0; padding: 0; list-style-type: none; }
    .linkbox_default li { margin: 0; text-align: left; }
        .linkbox_default li a { display: block; padding-left: 20px; border: 0; background: url(/images/a_bullet.gif) 0 7px no-repeat; }
            .linkbox_default li a:hover { background-image: url(/images/a_bullet_over.gif); }

    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; height: 60px; border-bottom: 1px solid #005aa6; }
    .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: #4083bc; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #f8f9fd; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #f9f9f9; }

/* basicform styles form elements, marked up in a definition list */
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; color: #4083bc; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { clear: both; width: 35%; float: left; color: #005aa6; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; color: #4083bc; }
        .basicform dl dd div { clear: both; }
            .basicform dl dd div input.radio, .basicform dl dd div input.checkbox { float: left; }
            .basicform dl dd div label { display: block; margin-left: 2em; padding: 0; }
    .errors { font-style: italic; color: red; }
    .basicform dl dt.header { float: none; margin-top: 2em; font-style: italic; }

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

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform label { float: left; }
    #searchform div { float: left; margin: 0 0 1em 1em; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { margin: 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; }
    #searchresults dd { margin: .3em 0 0 1.4em; }

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

/* forum and poll styles */
.forum, .topic, .pollarchive { width: 97%; margin: 0 0 2em 0; border: 1px solid #f8f9fd; }
    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: #4083bc; background-color: #f8f9fd; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #f8f9fd; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #f8f9fd; }
    .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: #e32324; border-color: #e32324; }

.post { }
    .post th { border-right: 1px solid #f8f9fd; }
.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: #f8f9fd; }
.first { background-color: #f8f9fd; border: solid #f8f9fd; 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: #005aa6; border-color: #005aa6; background-color: #f8f9fd; }

/* 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: #f8f9fd; }
        .pollresult div { border: 2px solid #4083bc; background-color: #f8f9fd; }
.pollresults, #pollform { margin-bottom: 2em; }

/* bannercolumn */
#bannercolumn { width: 180px; margin: 2em 0; padding: 0; }
    #bannercolumn a { border: 0; }
    #bannercolumn img { margin-bottom: 6em; }

/* 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/a_bullet.gif) 0 5px no-repeat; }
        ul.sitemap li:hover { background-image: url(/images/a_bullet_over.gif); }

/* chapters in documents */
#chapters { margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters li { padding: .3em; }
        #chapters li a { padding-left: 15px; background: url(/images/a_bullet.gif) left center no-repeat; }
            #chapters li a:hover { background-image: url(/images/a_bullet_over.gif); }

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

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

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

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em .5em; }
    .more a { padding: 0 15px 0 0; background: url(/images/a_bullet.gif) center right no-repeat transparent; }
        .more a:hover { background-image: url(/images/a_bullet_over.gif); }

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

/* button: transforms a normal button to a styled button */
.button { width: auto !important; cursor: pointer; padding: 1px .5em; border-color: #bbc9e7; color: #005aa6; background-color: #f8f9fd; }

    .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 #4083bc; }
div.nicetitle { position: absolute; padding-top: 4px; top: 0px; left: 0px; border: 1px solid #f8f9fd; border-width: 1px 0 0 1px; color: #4083bc; 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: #f8f9fd; }
.translation-status { position: absolute; width: 300px; height: 30px; top: 0; right: 1em; border: 2px solid white; padding: 1em; background-color: #f8f9fd; }
.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; }
    .feed img { vertical-align: text-top; }

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


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

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

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.back           { padding-bottom: 5px; background: url(/images/a_botline.gif) left bottom no-repeat; }
.red            { color: red; }
.req            { color: red; background-color: #f8f9fd; }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #ffa; color: #e32324; }
.white          { color: white; }
.chosen         { color: #e32324; 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; }
*/