/**
 * @site e-Grip demo site
 * @revision $Revision: 1.11.40.29 $
 *
 * @styleguide:
 *  colors {
 *   white:  #fff;
 *   black:  #000;
 *   orange: #f60;
 *   blue:   #003384;
 *  }
 *  fonts {
 *   logo:    FF Unit - Medium;
 *   headers: Verdana, Helvetica, sans-serif;
 *   text:    Verdana, Helvetica, sans-serif;
 *  }
 */

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

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

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

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

/* paragraphs */
p { }

/* lists and definition lists */
ul { margin: 0 0 0 1.5em; 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 #999; padding: 0; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: #adbfcb; }
    input:focus, textarea:focus {  }
    input.disabled { cursor: default; background-color: #e8e8e8; }

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

label { cursor: pointer;  }
    label:hover { color: #000000; }

iframe { min-height: 35em; }

/**
 * Page layout
 */

html, body { margin: 0; padding: 0; border: 0; background-color: white; }
body { font: normal .8em/1.6em Arial, Helvetica, sans-serif; color: black; background:url(/images/bg.jpg) repeat-x #c0bebe; }

#body { height: 100%; }
    #container { margin:0 auto 0 auto; min-height: 100%; width:972px; position:relative; background-color:white; }
        #content { border-top: 1px solid white; min-height: 600px; margin: 0 265px 0 0; padding: 210px 15px 1em 200px; background-color: white; }
        #content a:hover { text-decoration:underline; }
        #header { position: absolute; top: 0; left: 0; height: 174px; width: 100%; border-top: 1px solid ##c0bebe; text-indent: -9000px; background-repeat: no-repeat; background-position: top left; }
            #header h2 { width: 100%; height: 174px; background: url(/images/logo.png) no-repeat transparent; margin-top:8px; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }

        #mainnav { position: absolute; top: 190px; left: 0; border-top: 25px solid white; width: 185px; }
            #mainnav ul { list-style-type: none; margin: 0 0 0 0; padding: 0; }
                #mainnav ul li { height: 28px; border-bottom:1px dotted #ababab; margin-left:20px; background:url(/images/sq_blauw_menu.gif) no-repeat 0 10px; }
                    #mainnav ul li.active { height:100%; background:url(/images/bg_menu_grijs_big.gif) #fff no-repeat;   }
                        #mainnav ul li.active a { border-bottom:1px dotted #ababab; height:28px; }
                          #mainnav ul li.active ul { margin:1px 0 1px 0; background: transparent url(/images/bg_menu_blauw.gif) repeat left top; }
                            #mainnav ul li.active ul li { background: none; padding:0 0 0 20px; border:0; margin:0; height:100%; }
                                #mainnav ul li.active ul li a { display:block; border:0; height:100%; padding:5px 0; margin:0; color:black; font-size:0.9em; }
                                    #mainnav ul li.active ul li a:hover { color:#0093a4; }
                    #mainnav ul li a { display: block; width: 100%; height: 100%; border: 0; background-color: transparent; background-position: center left; background-repeat: no-repeat; }
                        #mainnav ul li a span { visibility: hidden; }

        #homenav { margin-bottom:20px; margin-right:15px; width:250px; float:right; }
            #homenav .homeheader { padding-top:5px; padding-left:5px; background-color:#00a3b4; }
            #homenav h2 {padding:0; margin:0 0 0 10px; background-repeat:no-repeat;  }
                #homenav h2 span { visibility:hidden; }
            #homenav ul { background-color:#e1e1e1; list-style:none; margin:0; padding:10px 0; }
              #homenav ul li{ margin-left:10px; }
                #homenav ul li a { padding-top:2px; padding-left:30px; background:url(/images/sq_grijs_koppelingen.gif) 10px 6px no-repeat; font-size: 0.85em; color:black; font-style:normal; }
                    #homenav ul li a:hover { color:#0093a4; }

        #breadcrumbs { position: absolute; top: 180px; left: 200px; right: 300px; height: 20px; background-color: white; z-index: 2; }
            #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: url(/images/i_crumb.gif) left center no-repeat transparent; }
                #breadcrumbs li:first-child, #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; color: black; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline;  }

        #globalnav { position: absolute; top: 8px; right: 0; margin: 0 5px;  }
            #globalnav ul { list-style-type: none; margin: 0; padding: 0; }
                #globalnav ul li { float: left; margin: 0; padding: .3em; color:#dddddb;  font-size:0.9em; }
                   #globalnav ul li img { padding-top:6px; }
                    #globalnav ul li a { display: block; border: 0; background-repeat: no-repeat; background-position: center center; color:#dddddb;  }
                        #globalnav ul li a:hover {  text-decoration:underline; }
                        #globalnav ul li a span { visibility: hidden; }
        #breadcrumbs h2, #globalnav h2 { display: none; }

    #quicksearch { padding:0; margin:0 0; }
        #quicksearch h3 { margin: 0; float:left; color:#dddddb; font-weight:normal; margin-right:10px; }
        #quicksearch label { clear: both; display: block; }
        #quicksearch label:hover { color:#dddddb; }
        #quicksearch div .input {border:0;  margin:0px 0; padding:0; }
            #quicksearch div .input:hover { border:0; }
        #quicksearch div .submit { border:0; background:url(/images/vergrootglas_klein.gif) left top; color:blue; text-indent:-900px;  width:18px; height:15px; margin:0 0 0 -3px; padding:0;  }
            #quicksearch div .submit:hover {  }

    #footer { height:50px; background-color:white; border-top:1px dotted #afafaf;  }
    #footer img { float:left; margin:10px; }
    #footernav { float:right; margin-right:2px; margin-top:5px;  }
        #footernav ul { list-style-type: none; margin:0; padding:0; }
            #footernav ul li{ float:left; margin-right:20px; color:#727272;}
              #footernav ul li img { margin:0; padding-top:6px; }
                #footernav ul li a { color:#9f9b98;}
                    #footernav ul li a:hover { color:#0093a4; text-decoration:underline; border:none; }

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


/**
 * Page content
 */

.contenttext { margin-bottom: 1em; }
.contenttext.form { border-bottom:1px dotted #afafaf; }
#pagebody { }

.contact-info { float: left; clear: both; margin: 1em 0; width: 100%; }
    .contact-info dt { float: left; clear: left; font-weight: bold; width: 30%; }
    .contact-info dd { float: right; width: 60%; }
        .contact-info dd p { margin: 0 0 1em 0; }

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

    /* header is wrapped in <span> when feed button is available */
    #content h1 { height: 1.5em; background-repeat:no-repeat; margin-bottom:0px; }
    #content h1 span { visibility:hidden; float: left; }

/* inline sections on the right */
.inline-sections { width:250px; margin:-20px 15px 20px 0; border-bottom:20px solid #e0e0e0; background-color:#e0e0e0; }
    .inline-sections dd {margin:0; padding:2px 0 0 5px; background-color:#e0e0e0; }
    .inline-sections dt { display: block; padding-bottom: 1.5em;  font-size: 1.2em; font-weight: bold; background-color: #858182; border-bottom:5px solid #5b5758; border-top:20px solid #fff; margin-bottom:10px; }
        .inline-sections dt a { float: left; background-repeat:no-repeat; display:block; margin: 3px 15px; }
        .inline-sections dt span { visibility:hidden;}

        .inline-sections dd h2 { margin: 0; padding-left:30px; padding-right:5px; background:url(/images/sq_grijs_koppelingen.gif) 10px 8px no-repeat; }
            .inline-sections dd h2 a { font-size: .85em; color:black; font-style:normal; font-weight:bold; }
                .inline-sections dd h2 a:hover { color:#0093a4; }
        .inline-sections dd p { font-size: .85em; margin: 0; padding: 0 0 0 30px; }


/* inline sections on the homepage */
.inline-sections-default { width:100%; margin-right:15px; padding-top:15px; border-bottom:15px solid #eaeaea; }
    .inline-sections-default dd {padding:0 0 0 10px; margin:0; background-color:#eaeaea; }
    .inline-sections-default dt { height:25px; display: block; padding-bottom: 1em;  font-size: 1.2em; font-weight: bold; background-color: #eaeaea; }
        .inline-sections-default dt a { float: left; background-repeat:no-repeat; display:block; margin: 5px 15px; }
        #content .contenttext .inline-sections-default dt a { border:0; text-decoration:none;}
        .inline-sections-default dt span { visibility:hidden;}

        .inline-sections-default dd h2 { margin: 0; padding-left:25px; background:url(/images/sq_grijs_koppelingen.gif) 10px 6px no-repeat; padding-bottom:5px; }
            .inline-sections-default dd h2 a { font-size: .85em; color:black; font-style:normal; font-bold; }
                .inline-sections-default dd h2 a:hover { color:#0093a4; }
        .inline-sections-default dd p { font-size: .85em; margin: 0; padding: 0 0 0 25px; }

/* block: (news)blocks on the homepage */
.blocks { }
.block { clear: both; margin-bottom: 2em; min-height:200px; }
    .block h2 { margin: 0; padding:0;  border-bottom:1px dotted #afafaf; margin-bottom:5px;   }
        .block h2 a { text-decoration: none; color: #003384; background-repeat:no-repeat; display:block; margin-bottom:3px; }
            .block h2 span { text-indent:-9000px; display:block; margin-bottom:3px;}
            .block h2 a span { visibility:hidden; text-indent:0px; }
            .block h2 a:hover { color: #f60; }
    .block img { float: left; margin: 0 1em 1em .3em; padding-top:5px; }
    .block p { margin:0; padding:0;   }

/* default and rich menu */
.menu_default { clear: both; margin: 1em 0; padding: .5em 1em; list-style-type: none; background-color:#bfe2e8; }
    .menu_default li { margin-bottom: .5em; }
        .menu_default li a { font-size:0.85em; color:black; padding-left: 15px; background: url(/images/sq_blauw_sitemap.gif) left center no-repeat; }
            .menu_default li a:hover {  }
        .menu_default li p { font-size:0.85em; margin: 0 0 .5em 0; padding: 0; }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_rich li {  clear:both; width: 100%; height: 60px; margin: 0.5em 1em 0 0; background-color:#bfe2e8; }
        .menu_rich li img { margin: 0; float:left; margin:0.5em;  }
        .menu_rich li a { border: 0; }
        .menu_rich span { float:left; text-indent:-9000px; margin-left:10px; margin-top:3px;  }
            .menu_rich a:hover span {  }


ul.default.error404 li { margin:0; }
ul.default.error404 li a { display:inline; background:url(/images/sq_blauw_sitemap.gif) no-repeat left 7px; padding-left:15px; }
#content ul.default.error404 li a:hover { text-decoration:underline; }

/* Default and rich lists */
ul.default, ul.rich, ul.download { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { clear:both; float:left; margin-bottom:5px; width:100%; }
        ul.default li a {  background-repeat:no-repeat; display:block;  }
            #content ul.default li a:hover { border:0; text-decoration:none; }
                ul.default li h2 { font-size: 1.2em; border-bottom:1px dotted #ababab; margin: 0; padding: 0;}
                       ul.default li h2 a span { visibility:hidden; }

    ul.rich li { clear:both; padding-top:10px; }
        ul.rich li .listcontent { float:left; width:350px; margin-left:5px; min-height: 125px; }
        ul.rich li h2 { display:block; font-size: 1.2em; border-bottom:1px dotted #ababab; margin:0 0 5px 0; padding:0;}
            ul.rich li h2 a { text-decoration: none; border: 0; display:block; padding-bottom:5px; background-repeat:no-repeat; }
                #content ul.rich li h2 a:hover { text-decoration: none; border:0 none; }
                ul.rich li h2 a span { visibility:hidden; }
        ul.rich li img { margin: 0.4em .3em .5em .5em; }
        ul.rich li p  { padding:0; margin:0;}

    ul.download li { padding-top:10px; float:left; width:139px; margin-left:10px; background-color:#bfe2e8; height: 120px; margin-top:10px;  }

        ul.download li h2 { font-size: 1.2em;  margin:0 0 5px 0; padding:0; text-align:right;}
            ul.download li h2 a { text-decoration: none; border: 0;  padding-bottom:5px; background-repeat:no-repeat; }
                #content ul.download li h2 a:hover { text-decoration: none; border:0 none; }
                ul.download li h2 a span { clear:both; float:right; display:block; padding-left:10px; color:black; font-weight:normal; font-size:1em; margin-right:0.5em; background:url(/images/sq_blauw_sitemap.gif) no-repeat left 7px;   }
        ul.download li img { margin: 0.4em .3em .5em .8em; }
        ul.download li p  { padding:0; margin:0;}

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; border-bottom:1px dotted #ABABAB; }
        dl.group dt a { font-weight: bold; }
    dl.group dd { margin-left: 1em; }
        dl.group dd a { display: block; font-size:0.85em; color:black; background: url(/images/sq_blauw_sitemap.gif) 0 .6em no-repeat #fff; padding-left:15px; }


.group_rich { clear: both; }
    .group_rich dt { clear: both; margin-top: 1em; padding: .3em; background-color: #0093A4;  }
        .group_rich dt a { border: 0; margin-bottom: .2em; color:white; }
        .group_rich dt h2 { margin-bottom: .2em; color:white; }
    .group_rich dd { clear:both; padding-top:10px; }
        .group_rich dd .listcontent { float:left; width:85%; margin-left:5px; min-height: 125px; }
        .group_rich dd h2 { display:block; font-size: 1.2em;  margin:0 0 5px 0; padding:0; border-bottom:1px dotted #ABABAB;}
            .group_rich dd h2 a { font-size: 0; text-decoration: none; border: 0; display:block; padding-bottom:5px; width: 100%; height: 100%; background-repeat:no-repeat; }
                .group_rich dd h2 a:hover { text-decoration: none; border:0 none; }
                .group_rich dd h2 a span { visibility:hidden; }
        .group_rich dd img { margin: 0.4em .3em .5em .5em; }
        .group_rich dd p  { padding:0; margin:0;}

ul.rich li { clear:both; padding-top:10px; }
        ul.rich li .listcontent { float:left; width:85%; margin-left:5px; min-height: 125px; }
        ul.rich li h2 { display:block; font-size: 1.2em;  margin:0 0 5px 0; padding:0;}
            ul.rich li h2 a { text-decoration: none; border: 0; display:block; padding-bottom:5px; background-repeat:no-repeat; }
                #content ul.rich li h2 a:hover { text-decoration: none; border:0 none; }
                ul.rich li h2 a span { visibility:hidden; }
        ul.rich li img { margin: 0.4em .3em .5em .5em; }
        ul.rich li p  { padding:0; margin:0;}

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

/* imgbox and linkboxes */
.imgbox_wrapper { clear: both; float: left; margin: 1em 0; width: 100%; }
    .imgbox_wrapper .imgbox { float:left; margin: 0 10px 1em 0; padding: 0; border: 0; }
    .imgbox_wrapper #imgbox_default_3 { clear: both; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear:both; }
    .imgbox img { display: block; margin: 0; border: 0; padding:0 0.7em 0.1em 0;  }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #003384; background-color: #e8e8e8; }

.linktype { clear: both; width: 100%; margin: 0; padding: 0; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; list-style-type: none; margin-top:5px; padding:0; }
    .linkbox_default li { margin: 0; padding: 0; }
        .linkbox_default li:hover {  }
        .linkbox_default li a { font-size:0.9em; color:black; font-weight:bold; display: block; padding-top:4px; padding-left: 15px; border: 0; background: url(/images/sq_grijs_koppelingen.gif) 0 12px no-repeat; }
            .linkbox_default li a:hover { text-decoration:underline; }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; 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_right.gif) center right no-repeat transparent; }
            .linkbox_rich li a:hover span { background-image: url(/images/arrow_right_over.gif); }

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

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #003384; }
.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 */
.requirednote { margin-top:-36px; }
.submitstyle { width: 100% !important; padding-top:1px; border-top:1px dotted #ababab;  border-bottom:1px dotted #ababab;}
.submitstyle input { float:right; }

#reloadform { width: 100%;}
#reloadform input { font-weight:normal; width: 100%; color: black; border-color:#adbfcb; margin:10px 0; }

.basicform dl input, .basicform dl textarea, .basicform dl select { width: 100%; color: black; border-color:#adbfcb; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { float: left; clear: left; width: auto !important; border: 0 !important; }
    .basicform .button { font-weight:normal; border:0; border-right:1px dotted #ababab; }
    .basicform dl dt { clear: both; width: 49%; float: left; color: #000000; font-weight:bold; }
        .basicform dl dt label { color:black; font-weight:normal; }
    .basicform dl dd { width: 49%; float: left; margin: 0 0 1em 0; color: #000000; }
        .basicform dl dd label { float: left; display: block; width: 90%; }
    .errors { font-style: italic; color: red; }
    .header { margin: 1em 0; width: 100% !important;  }
    .headerdd {width:100% !important; margin:0 !important;}
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #003384; }
        .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: #003384; font-weight: bold; width: 93%; }

    .progresstext { color: #003384; font-weight: bold; }
    .progressbar { width: 92%; height: .7em; margin: 0 0 1em 0; border: 1px solid ##00a3b3; border-left-width: 5px; background-color: white; }
        #progressfill { height: 100%; background-color: #f60; }

/* search styles: form, info and results */
#resultsinfo { float: left; clear: both; padding-bottom: .2em; width: 100%; background-color: #bfe5e8; }
    #resultsinfo h2 { float: left; font-size: 1.2em; }
    #resultsinfo p { float: left; margin: 0; }
    #resultsinfo .feed { float: right; margin: .4em .4em 0 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em 1em .1em .3em; color: black; }

#searchform {  height:30px; margin:10px 0; padding-top:1em;  border-top:1px dotted #ababab;  border-bottom:1px dotted #ababab; }
    #searchform label { float: left; color:#0093a4; }
    #searchform div { float: left; margin: 0 0 1em 1em; }
    #searchform div label { float: left; display: block; clear: both; width: 100%; }
    #searchform div input {   float: left; margin:0; padding:0; height:15px; }
    #searchform div .submit {  display:block; text-indent:-9000px; float: left;border:0; padding:0; margin:0 0 0 -4px; background:url(/images/vergrootglas_klein.gif) top left no-repeat; width:17px !important; height:24px; font-size:0;  }
    #searchform div p { margin:0; padding:0; }

#searchresults { clear: both; margin-top: 1.5em; }
    #searchresults dt { margin: 2em 0 .6em 0; }
         #searchresults dt a { color:black; font-weight:bold; }
    #searchresults dd { margin: .3em 0 0 1.4em; }
        #searchresults dd a {font-weight:bold; text-decoration:underline; }

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

/* bannercolumn */
#bannercolumn { position: absolute; right: 0; top: 193px; width: 266px; margin: 1em 0px; padding: .6em 0 .3em 1em; }
    #bannercolumn a { border: 0; }
    #bannercolumn img { margin-bottom: 20px; }
    #bannercolumn object { margin-bottom: 20px; }

#koppelingen { border-left:1px dotted #ababab; padding-left:15px; margin-bottom:25px; }
    #koppelingen .linkbox_default { margin-left:0; }
#bannercolumn .imgbox img { border-bottom:20px solid #00a3b4; padding:0; }


#tablist { float: left; margin: 10px 0 1em 0; padding: 0; border: 1px dotted #ddd; border-width: 1px 0; width: 100%; list-style-type: none; }
    #tablist li { float: left; padding-bottom:7px;  margin-bottom:-7px;  }
        #tablist li a { color: black; padding: 3px 15px; border-right: 1px solid black; background-color:white; }
            #tablist li a:hover, #tablist li.selected a { height:100px;color: white; text-decoration: none; background-color:#00a3b3; }
                #tablist li.selected {  background:url(/images/pijltje_advies_menu.gif) center bottom no-repeat; }


#tab-summary { display: block; }
    #tab-summary h2 { margin: 0; }
    #tab-summary #chapters { margin-top: 0; }
        #tab-summary #chapters ul { padding: .5em 1em; }
    #tab-summary p { clear: both; margin: 0 0 1em 0; }
#tab-downloads { display: none; }
#tab-articles { display: none; }
#tab-organisations { display: none; }
    #tab-organisations .menu_default { margin-top: 0; }
#tab-contact { display: none; }
    #tab-contact p { margin: 0 0 1em 0; }

.contactpage-title { margin: 0; padding: 0; }
#contactpage-visual { display: none; }

#tablist div h2 { clear: both; width: 100%; }

/* sitemap */
ul.sitemap { margin: 1em 0em 1em 0; padding: 1em; list-style-type: none; }
    ul.sitemap ul { margin: .3em 0em 1em 3em; padding: 0; list-style-type: none; }
    ul.sitemap li { background:url(/images/stripe_sitemap.gif) 0 5px repeat-x; display:block;  }
        ul.sitemap li:hover {  }
    ul.sitemap li a { color:#0093a4; padding-left: 15px; padding-right:5px; background: url(/images/sq_blauw_sitemap.gif) 0 5px no-repeat #fff;}
        ul.sitemap li ul li {}
        ul.sitemap li ul li a { }
            ul.sitemap li ul li ul li { background: url(/images/stripe_sitemap.gif) 0 5px no-repeat; }
            ul.sitemap li ul li ul li a {   padding-left:4px; color:black; background:none; }
                ul.sitemap li ul li ul li a:hover { color:#0093a4; }

/* chapters in documents */
.headertitle { background-repeat:no-repeat; margin:15px 0 15px 0; }
.chapterheader { clear: both; margin: 25px 0 15px 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
    .chapterheader span { visibility: hidden; }
#chapters { clear: both; margin: 1em 0; background-color:#bfe2e8; }
    #chapters ul.chapters { margin:0; padding: 0.1em 0.5em; list-style-type: none; }
        #chapters li.chapter { margin:2px; padding:0; background: url(/images/sq_blauw_sitemap.gif) left 8px no-repeat;}
            #chapters li.chapter a { font-size:1em; color:black; padding-left: 15px; display:block; }
                #chapters li a:hover {  }

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

/* navbox, for displaying next/previous/index links */

.navbox { color: #ddd; float: left; margin: 10px 0 1em 0; padding: 0; border: 1px dotted #ddd; border-width: 1px 0; width: 100%; text-align: center; }
    .navbox a { color: black; padding: 3px 15px; }
        .navbox span>span { padding: 3px 15px; }
        .navbox a:hover { height:100px;color: white; text-decoration: none !important; background-color:#00a3b3; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; border-left: 1px solid black; }
        .navbox .prev a { background-repeat:no-repeat; background-position:20px 0px;}
    .next { float: right; border-right: 1px solid black; }
        .navbox .next a { background-repeat:no-repeat; background-position:center top;}
    .index { margin:0 auto 0 auto; }
        .navbox .index a { border-right: 1px solid black; border-left: 1px solid black; background-repeat:no-repeat; background-position:15px 1px; }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

/* more: paragraph with a "read more" link */

.block .readmore {  margin:10px 0 10px 0; }
.readmore { margin-top:.5em; clear: both; border:0;float: left;  }
.more { padding:0; margin:0;   }
    .more a { display:block;  background-position:top left; background-repeat:no-repeat; margin:0; padding:0px 0 0 2px;   }
        #content .contenttext #blocks .block .more a:hover { border:0; }
        #content ul.rich li .listcontent .readmore .more a:hover { border:0; }
        block.readmore .more a:hover { border:0; }

#content .contenttext .blocks .block .readmore .more a:hover { text-decoration:none; border:0;}

.mediaplayer { background:url(/images/bg_mediaplayer.gif) no-repeat; padding:12px; width:320px; }



/* date: date in messages */
.date { clear: both; float: left; margin: .5em 0 1em 0; color: black; width: 100%; }

/* 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: #003384; text-transform: uppercase; background-color: #e8e8e8; }
    .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 #003384; 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; }

/**
 * 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           { padding-left: 15px !important; background: url(/images/arrow_left.gif) center left no-repeat; }
.back:hover     { background-image: url(/images/arrow_left_over.gif); }
.red            { color: #0093a4; }
.req            { color: red; }
.err            { color: red; font-weight: bold; }
input.err       { font-weight: normal; background-color: #ffbfbf; }
.notice         { background-color: #ffa; color: #f60; border: 1px solid #ffdfca; padding: .3em; }
.white          { color: white; }
.chosen         { color: #f60; font-weight: bold; }

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

