@import url("./ext/impfeuserssearch.css");
@import url("./ext/chcforum.css");
@import url("./ext/tt_news.css");

img {
    display: block;
    }
html,body {
    background-color: #F3F5F6;
    color: #000;
    }
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 68.75%; /* 11px */
    line-height: 1.364; /* 15px */
    border-top: 1px solid #535353;
    }
input,textarea,select,table,button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    }



/* kolom definities */

.columns {
    position: relative;
    width: 920px;
    margin: 0 10px;
    float: left;
    }
    .columns .columns {
        width: 100%;
        margin: 0;
        }
    .columns .col {
        position: relative;
        left: 920px;
        float: left;
        overflow: hidden;
        }
    .columns .s1 { margin-left: -920px; }
    .columns .s2 { margin-left: -690px; }
    .columns .s3 { margin-left: -460px; }
    .columns .s4 { margin-left: -230px; }
    .columns .w1 { width: 220px; margin-right: 20px;}
    .columns .w2 { width: 440px; margin-right: 20px;}
    .columns .w3 { width: 690px; }
    .columns .w4 { width: 920px; }
    .columns .w1 .columns { margin: 0 10px 0;}
.article .columns {
    float: none;
    width: 670px;
    margin: 0;
    overflow: hidden;
    }
    .article .columns .col {
        left: 670px;
        }
    .article .columns .s1 { margin-left: -670px; }
    .article .columns .s2 { margin-left: -440px; }
    .article .columns .s3 { margin-left: -210px; }
    .article .columns .w1 { width: 210px; }
    .article .columns .w2 { width: 440px; }
    .article .columns .w3 { width: 670px; }

    .fp_row2{margin-top: 10px;}
    .fp_row2 ul.item-list{width: 190px;}
#main .container {
    position: relative;
    float: left;
    width: 940px;
    }
    #main .container #subnav {
        position: relative;
        left: 100%;
        float: left;
        overflow: hidden;
        margin-left: -940px;
        margin-top: 20px;
        width: 230px;
        }
    #main .container .article {
        position: relative;
        left: 100%;
        float: left;
        overflow: hidden;
        margin-left: -690px;
/*        margin-top: 20px;*/
        margin-top: -4px;
        width: 440px;
        }
        #main .container .wide {
            margin-left: -690px;
            width: 670px;
            }
    #main .container .sidebar {
        position: relative;
        left: 100%;
        float: left;
        overflow: hidden;
        margin-left: -230px;
        margin-top: 20px;
        width: 210px;
        }



/* link language */

/* broodtekst/algemeen */
a { color: #154273; text-decoration: underline; }
    a:visited { color: #696969; text-decoration: underline;}
    a:hover, a:active { color: #0162cd; text-decoration: underline; }
/* achtergrond */
#masthead a { color: #535353; text-decoration: none; }
    #masthead a:visited { color: #767676; }
    #masthead a:hover, #masthead a:active { color: #010101; text-decoration: underline; }
    
    #masthead #searchnav { width: 260px; margin-left: -30px }
    #masthead #searchnav li { float:left; padding-left: 30px }
    #masthead #searchnav li.uitgebreid-zoeken { float: right;  }
/* titels & paginering */
.pagination a,
h2 a,
h3 a,
.list a { color: #000; text-decoration: underline; }
    .pagination a:visited,
    h2 a:visited,
    h3 a:visited,
    .list a:visited { color: #535353; }
    .pagination a:hover, .pagination a:active,
    h2 a:hover, h2 a:active,
    h3 a:hover, h3 a:active,
    .list a:hover, .list a:active { color: #0162CD; text-decoration: underline; }
/* linklijst & kruimelpad */
.tl_event a,
.more a,
.breadcrumbs a,
.item-list a { color: #154273; text-decoration: none; }
    .tl_event a:visited,
    .more a:visited,
    .item-list a:visited { color: #696969; }
    .tl_event a:hover, .tl_event a:active,
    .more a:hover, .more a:active,
    .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:visited,
    .item-list a:hover, .item-list a:active { color: #154273; text-decoration: underline; }
.article ol.breadcrumbs li.last {
    background-image: none;
    color: #767676;
    }
.breadcrumbs a, .breadcrumbs a:visited {
    color: #154273;
    text-decoration: underline;
    font-size: 11px;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
    color: #0162cd;
    text-decoration: underline;
    font-size: 11px;
}




/* pagina-componenten */

.wrapper {
    position: relative;
    width: 956px;
    margin: 0 auto;
    padding-top: 226px;
    background: url("../images/shadow.gif") left top repeat-y;
    }
body.home .wrapper {
    /*padding-top: 18.767em; /*206px;*/
    padding-top: 206px;
    }
.container {
    position: relative;
    margin: 0 8px 0 8px;
    }

#main {
    position: relative;
    z-index: 1000;
    }
    #main .content {
        padding: 0px 10px 0 10px;
        }
    body.home #main .content {
        padding-top: 38px;
        }
    #main .tong {
        /*margin-top: -.909em; /* -10px; */
        margin-top: -7px;
        }
        #main .tong a { color: #000; }
        body.home #main .tong .content {
            /*padding-top: 4.364em; /* 48px; */
            padding-top:  45px; 
            }
        #main p.dossiertitle {
            margin: 0;
            padding: 0 250px 0 250px;
            }
        #main .article .content {
            padding-left: 0;
            padding-right: 0;
            }
        #main img {
            margin-bottom: 3px;
            clear: both;
            }
        .article ol.breadcrumbs {
            color: #164273;
            margin: 0 0 8px;
            overflow: hidden;
            }
            .article ol.breadcrumbs li {
                display: block;
                float: left;
                padding-right: 7px;
                /*background: url("../images/blt_standaard.gif") right 2px no-repeat;*/
                }
        .wide p,
        .wide ul,
        .wide dl {
            margin-right: 230px;
            }
            .wide .content * p,
            .wide .content * * ul,
            .wide .content * dl {
                margin-right: 0;
                }

#subnav {
    }
    #subnav li {
    list-style-type: none;
        }
        #subnav li a,
        #subnav li strong {
            display: block;
            padding: 3px 10px 4px 30px;
            color: #000;
            text-decoration: none;
            font-weight: normal;
            background: #fff url("../images/blt_standaard.gif") 18px 5px no-repeat;
            list-style-type: none;
            }
        #subnav li.open a,
        #subnav li.open strong {
            background-image: url("../images/blt_anker.gif");
            }
            #subnav li.open ul a,
            #subnav li.open ul strong {
                padding-left: 40px;
                background-position: 28px 5px;
                background-image: url("../images/blt_standaard.gif");
                }

#nav {
    position: absolute;
    left: 0;
/*    top: 10.545em; /*116px;*/
    top: 118px;
    width: 100%;
    overflow: hidden;
    }
    #nav a {
        color: #000;
        }
    #nav .container {
        overflow: hidden;
        height: 90px;
        }
        #nav h2 {
            margin: 0;
            padding: 6px 30px;
            font-family: Arial, sans-serif;
            font-size: 1.636em;
            font-weight: bold;
            line-height: 1.0;
            height: 18px
            }
            #nav h2 a:hover {
                text-decoration: none;
                }
        #nav ul {
            overflow: hidden;
            margin: 0;
            padding: 30px 240px 0 20px;
            border-bottom: 10px solid;
            font-family: Arial, sans-serif;
            font-size: 1.091em; /* 12px */
            font-weight: bold;
            line-height: 1.25; /* 15px */
            }
            #nav ul li {
                display: block;
                float: left;
                }
                #nav ul li a {
                    display: block;
                    padding: .182em 9px .273em 9px; /* 2px and 3px, respectively */
                    text-decoration: none;
                    }
#nav ul#mainnav {
height: 20px;
}

#masthead {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #F3F5F6 url("../images/shadow_top.gif") left top repeat-y;
    color: #535353;
    }
    #masthead li {
        display: inline;
        }
    #masthead .container {
        margin-top: 29px;
        padding-top: 87px;
        background-color: transparent;
        }
        #masthead .logo {
            position: absolute;
            left: 449px;
            top: 0;
            }
        #masthead #searchboxform {
            position: absolute;
            right: 20px;
            width: 210px;
/*width: 19.091em; /* 210px; */
            margin-top:  40px; 
            /*margin-top: 3.636em; /* 40px; */            
            }
            #masthead #searchboxform legend,
            #masthead #searchboxform label {
                display: none;
                }
            #masthead #searchboxform fieldset {
                margin-bottom: 2px;
                }
            #masthead #searchboxform input {
                display: block;
                float: left;
                background-color: #fff;
                /*border: 1px solid #000;*/
                }
            #masthead #searchboxform input.text {
                width: 128px; /* 126 + 2px to compensate the negative margin-right */
                padding: 1px;
                height: 1.4em;
                border-left: 1px solid #000;
                border-top: 1px solid #000;
                border-bottom: 1px solid #000;
                border-right: 0;
                margin-right:-2px;
                }
            #masthead #searchboxform input.submit {
                font-weight: bold;
                cursor: pointer;
                height: 1.75em;
                border: 1px solid #000;
                }
        #masthead #servicenav {
            position: absolute;
            right: 10px;
            top: -23px;
            }
            #masthead #servicenav li {
                margin-left: 10px;
                display: inline-block;
                padding-bottom: 2px;
                vertical-align: bottom;
            }
            #masthead #servicenav p {
                display: inline;
            }
        #masthead #extranav {
            position: absolute;
            left: 10px;
            top: -23px;
            }
            #masthead form li,
            #masthead #extranav p {
                margin-right: 10px;
                display: inline;
                }
            #masthead #extranav span {
                margin-right: 20px;
            }
                #masthead #extranav a {
                    /*padding-left: 14px;*/
                    background-repeat: no-repeat;
                    background-position: left 3px;
                    }
                #masthead #extranav .nav-rss a { background-image: url("../images/nav_rss.gif"); }
                #masthead #extranav .nav-print a { background-image: url("../images/nav_print.gif"); }
                #masthead #extranav img { display: inline; }
                #masthead #extranav span#rssButton {
                    margin-right: 0px;
                }

                #masthead #extranav span#rssButton a { color: #535353; text-decoration: none; }
                #masthead #extranav span#rssButton a:visited { color: #535353; }
                #masthead #extranav span#rssButton a:hover, #masthead a:active { color: #000000; text-decoration: none; }

                #masthead #extranav .unseen {
                    margin-right: 0px;
                }

                #masthead #extranav #fontSizeText {
                    margin-right: 0px;
                }

#footer {
    clear: both;
    height: 105px;
    overflow: hidden;
    background: #F3F5F6 url("../images/shadow_bottom.gif") left top repeat-y;
    }
    #footer .container {
        height: 75px;
        overflow: hidden;
        }





/* herbruikbare stijlen */

/* linklijst = item-list */
ul.item-list {
    list-style-type: none !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
    vertical-align: top;
    width: 230px;
    }
    ul.blocks li.external h3,
    ul.item-list li {
        padding-left: 12px;
        background-position: left 2px;
        background-repeat: no-repeat;
        }
    ul.item-list li {
        margin: 3px 0 4px 0;
        background-image: url("../images/blt_standaard.gif");
        width: 190px;
        }
        ul.item-list li a {
            }
    ul.blocks li.external h3,
    ul.item-list li.external { background-image: url("../images/blt_extern.gif"); }
    ul.item-list li.anchor { background-image: url("../images/blt_anker.gif"); }
    ul.item-list li.goed { background-image: url("../images/quiz_goed.gif"); }
    ul.item-list li.fout { background-image: url("../images/quiz_fout.gif"); }
    ul.item-list li.open { background-image: url("../images/quiz_open.gif"); }
    .sidebar ul.quizvragen li {
        padding-left: 20px;
        background-position: left top;
        }


/* lijst = list */
ul.list {
    list-style-type: none !important;
    margin-left: 0 !important;
    }
ul.with-pagination {
    margin-bottom: 3px;
    padding-top: 3px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    }
    ul.list a {
        font-weight: bold;
        }
        ul.list ul a {
            font-weight: normal;
            }
    ul.list p.data {
        margin: 0;
        }

ul.blocks {
    list-style-type: none !important;
    overflow: hidden;
    margin-left: 0 !important;
    }
    ul.blocks li {
        float: left;
        width: 210px;
        margin-left: 20px;
        margin-bottom: 1.364em;
        }
    ul.blocks li.col1 {
        clear: left;
        margin-left: 0;
        }
        .article ul.blocks ul {
            list-style-type: none;
            margin: 0 0 0 20px;
            }
            .article ul.blocks ul li {
                float: none;
                width: auto;
                margin: 0;
                }


.article .section {
    margin: 2.723em 0 2.723em 0;
    }
.inactive {
    color: #767676;
    }
.data {
    color: #767676;
    }
.data {
    color: #767676;
    }
    .data img {
        display: inline;
        vertical-align: middle;
        }
.pagination {
    color: #767676;
    }
    .pagination .previous,
    .pagination .next {
        font-weight: bold;
        }

p.to-top,
p.rss-link {
    text-align: right;
    }
    p.to-top a {
        padding-left: 12px;
        background: url("../images/blt_boven.gif") left 2px no-repeat;
        }
p.rss-link {
    margin-bottom: 3px;
    }
    p.rss-link a {
        padding-left: 14px;
        background: url("../images/nav_rss.gif") left 3px no-repeat;
        }
p.more {
    margin-bottom: 2.723em;
    }
    p.more a {
        padding-left: 12px;
        background: url("../images/blt_standaard.gif") left 2px no-repeat;
        }
    body.home p.more,
    ul.blocks p.more {
        margin-bottom: 0;
        }
p.back {
    }
    p.back a {
        padding-left: 12px;
        background: url("../images/blt_terug.gif") left 2px no-repeat;
        }
.floatR {
    float: right;
    margin: 3px 0 10px 10px;
    }
.floatL {
    float: left;
    margin: 3px 10px 10px 0;
    }

.videoplayer {
    width: 440px;
    }
    .videoplayer .player {
        width: 440px;
        height: 330px;
        background-color: #ccc;
        }
.vid-large {
    margin-bottom: 9px;
    }
    .vid-large a {
        display: block;
        position: relative;
        }
        .vid-large a .vid-play {
            position: absolute;
            left: 85px;
            top: 59px;
            width: 40px;
            height: 39px;
            background: url("../images/video_button.png") left top no-repeat;
            }
.vid-small {
    overflow: hidden;
    }
    .vid-small a {
        float: left;
        margin-right: 4px;
        }
ul.video-list {

    }
    ul.video-list li {
        overflow: hidden;
        }
        ul.video-list li img {
            float: left;
            margin-right: 10px;
            }
.article ul.video-list {
    margin-bottom: 0;
    }

.gallery {
    }
    .gallery ul {
        clear: both;
        margin-left: 0 !important;
        }
    .gallery .pag-top {
        padding: 0 0 3px 0;
        margin-bottom: 7px;
        border-bottom: 3px solid;
        }
    .gallery .images,
    .gallery .videos {
        margin-bottom: 3px;
        padding: 10px 0 10px 0;
        border-top: 3px solid;
        border-bottom: 3px solid;
        overflow: hidden;
        }
    .gallery .images {
        padding-left: 10px;
        }
        .images a,
        .images span.current {
            float: left;
            display: block;
            width: 100px;
            height: 100px;
            overflow: hidden;
            margin: 0 10px 10px 0;
            text-align: center;
            line-height: 100px;
            }
        .images a img,
        .images span.current img {
            display: inline;
            vertical-align: middle;
            border: 3px solid;
            }
            .images span.current img {
                border-color: #fff;
                }
            .images a:hover img {
                border-color: #fff;
                }
.photodetail {
    overflow: hidden;
    width: 550px;
    }
    .gallery img.full {
        margin: 0 auto;
        }
    .photodetail .gallery .images {
        padding-left: 0;
        }
        .photodetail .images a,
        .photodetail .images span.current {
            position: relative;
            margin: 0 5px 10px 5px;
            }
        .photodetail .images a span {
            display: block;
            position: absolute;
            left: 18px;
            top: 18px;
            width: 64px;
            height: 64px;
            }
            .photodetail .images a.prevprev span {
                background: url("../images/icon_previous2.png") left top no-repeat;
                }
            .photodetail .images a.prev span {
                background: url("../images/icon_previous.png") left top no-repeat;
                }
            .photodetail .images a.next span {
                background: url("../images/icon_next.png") left top no-repeat;
                }
            .photodetail .images a.nextnext span {
                background: url("../images/icon_next2.png") left top no-repeat;
                }

.cijfers {
    overflow: hidden;
    }
    .cijfers .tabel {
        float: left;
        width: 440px;
        overflow: hidden;
        }
    .cijfers .grafiek {
        float: right;
        width: 210px;
        overflow: hidden;
        padding-top: 1.636em;
        }
#main table {
    width: 100%;
    }
    #main caption {
        padding-bottom: 3px;
        margin-bottom: 3px;
        border-bottom: 3px solid;
        text-align: left;
        color: #535353;
        }
    #main th,
    #main td {
        padding: 3px 3px 4px 3px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        text-align:left;
        }
    #main table img {
        display: inline;
        vertical-align: middle;
        }
#main .cijfers tbody th,
.cijfers .grafiek h3 {
    padding-left: 18px;
    }
    .cijfers span.legenda {
        display: block;
        position: absolute;
        width: 11px;
        height: 1em;
        overflow: hidden;
        margin: 0.091em 0 0 -18px;
        padding: 1px;
        }
.cijfers .rij-1 span.legenda { background-color: #9accd4; }
.cijfers .rij-2 span.legenda { background-color: #2494c5; }
.cijfers .rij-3 span.legenda { background-color: #d60044; }
.cijfers .rij-4 span.legenda { background-color: #f1f1f1; }
.cijfers .rij-5 span.legenda { background-color: #beb1a9; }
.cijfers .rij-6 span.legenda { background-color: #e0e0e0; }
.cijfers .rij-7 span.legenda { background-color: #f9a529; }
.cijfers .rij-8 span.legenda { background-color: #fbd221; }
.cijfers .rij-9 span.legenda { background-color: #f6631f; }
.cijfers .rij-10 span.legenda { background-color: #3c1508; }
.cijfers .rij-11 span.legenda { background-color: #cbe1bd; }
.cijfers .rij-12 span.legenda { background-color: #8fbf72; }
.cijfers .rij-13 span.legenda { background-color: #529d26; }
.cijfers .rij-14 span.legenda { background-color: #47145c; }
.cijfers .rij-15 span.legenda { background-color: #a10086; }
.cijfers .rij-16 span.legenda { background-color: #ed8fbb; }
.cijfers .rij-17 span.legenda { background-color: #4e4e4e; }
.cijfers .rij-18 span.legenda { background-color: #000; }

.cijfers .rij-1-voorbeeld, .cijfers .rij-2-voorbeeld, .cijfers .rij-3-voorbeeld, .cijfers .rij-4-voorbeeld, .cijfers .rij-5-voorbeeld, .cijfers .rij-6-voorbeeld, .cijfers .rij-7-voorbeeld, .cijfers .rij-8-voorbeeld, .cijfers .rij-9-voorbeeld, .cijfers .rij-10-voorbeeld, .cijfers .rij-11-voorbeeld, .cijfers .rij-12-voorbeeld, .cijfers .rij-13-voorbeeld, .cijfers .rij-14-voorbeeld, .cijfers .rij-15-voorbeeld, .cijfers .rij-16-voorbeeld, .cijfers .rij-17-voorbeeld, .cijfers .rij-18-voorbeeld {
    height: 1%;
    overflow: hidden;
    padding: 1em 1em 1em 63px;
    margin: 0 0 1em 0;
    }
.cijfers .rij-1-voorbeeld {
    clear: both;
    background: #fff url("../images/rij_1_bg.gif") top left no-repeat;
    }
.cijfers .rij-2-voorbeeld {
    background: #fff url("../images/rij_2_bg.gif") top left no-repeat;
    }
.cijfers .rij-3-voorbeeld {
    background: #fff url("../images/rij_3_bg.gif") top left no-repeat;
    }
.cijfers .rij-4-voorbeeld {
    background: #fff url("../images/rij_4_bg.gif") top left no-repeat;
    }
.cijfers .rij-5-voorbeeld {
    background: #fff url("../images/rij_5_bg.gif") top left no-repeat;
    }
.cijfers .rij-6-voorbeeld {
    background: #fff url("../images/rij_6_bg.gif") top left no-repeat;
    }
.cijfers .rij-7-voorbeeld {
    background: #fff url("../images/rij_7_bg.gif") top left no-repeat;
    }
.cijfers .rij-8-voorbeeld {
    background: #fff url("../images/rij_8_bg.gif") top left no-repeat;
    }
.cijfers .rij-9-voorbeeld {
    background: #fff url("../images/rij_9_bg.gif") top left no-repeat;
    }
.cijfers .rij-10-voorbeeld {
    background: #fff url("../images/rij_10_bg.gif") top left no-repeat;
    }
.cijfers .rij-11-voorbeeld {
    background: #fff url("../images/rij_11_bg.gif") top left no-repeat;
    }
.cijfers .rij-12-voorbeeld {
    background: #fff url("../images/rij_12_bg.gif") top left no-repeat;
    }
.cijfers .rij-13-voorbeeld {
    background: #fff url("../images/rij_13_bg.gif") top left no-repeat;
    }
.cijfers .rij-14-voorbeeld {
    background: #fff url("../images/rij_14_bg.gif") top left no-repeat;
    }
.cijfers .rij-15-voorbeeld {
    background: #fff url("../images/rij_15_bg.gif") top left no-repeat;
    }
.cijfers .rij-16-voorbeeld {
    background: #fff url("../images/rij_16_bg.gif") top left no-repeat;
    }
.cijfers .rij-17-voorbeeld {
    background: #fff url("../images/rij_17_bg.gif") top left no-repeat;
    }
.cijfers .rij-18-voorbeeld {
    background: #fff url("../images/rij_18_bg.gif") top left no-repeat;
    }



.quiz {
    clear: both;
    }
    .article .quiz ol {
        list-style-type: none;
        margin-left: 0;
        }
        .quiz ol li {
            margin-bottom: 10px;
            }
            .quiz ol label {
                display: block;
                min-height: 22px;
                padding: 10px 40px 10px 40px;
                background-color: #F3F5F6;
                cursor: pointer;
                }
                .quiz ol label span {
                    display: block;
                    position: absolute;
                    left: 10px;
                    font-family: Arial, sans-serif;
                    font-size: 2em; /* 22px */
                    line-height: 1.0;
                    color: #4e85a3;
                    }
                    .quiz ol li.selected label span {
                        color: #164273;
                        }
            .quiz ol input {
                position: absolute;
                right: 10px;
                }
    .quiztabel th {
        white-space: nowrap;
        }



form.poll ul {
    padding-bottom: 1em;
    }
    .poll ul li {
        background: none;
        padding: 0;
    }
    .poll .button {
        text-align: right;
        margin: -1em 0 0 0;
    }
    div.poll li {
        margin-bottom: 0.5455em;
        }
        div.poll li .choice {
            display: block;
            }
        div.poll li .score {
            display: block;
            }
            div.poll li .score span {
                display: block;
                float: left;
                background-color: #000;
                margin: 0.3636em 0.5455em 0 0;
                height: 0.7273em;
                overflow: hidden;
                }
.p-0 span { width: 0px; }
.p-1 span { width: 2px; }
.p-2 span { width: 3px; }
.p-3 span { width: 5px; }
.p-4 span { width: 6px; }
.p-5 span { width: 8px; }
.p-6 span { width: 9px; }
.p-7 span { width: 11px; }
.p-8 span { width: 12px; }
.p-9 span { width: 14px; }
.p-10 span { width: 15px; }
.p-11 span { width: 17px; }
.p-12 span { width: 18px; }
.p-13 span { width: 20px; }
.p-14 span { width: 21px; }
.p-15 span { width: 23px; }
.p-16 span { width: 24px; }
.p-17 span { width: 26px; }
.p-18 span { width: 27px; }
.p-19 span { width: 29px; }
.p-20 span { width: 30px; }
.p-21 span { width: 32px; }
.p-22 span { width: 33px; }
.p-23 span { width: 35px; }
.p-24 span { width: 36px; }
.p-25 span { width: 38px; }
.p-26 span { width: 39px; }
.p-27 span { width: 41px; }
.p-28 span { width: 42px; }
.p-29 span { width: 44px; }
.p-30 span { width: 45px; }
.p-31 span { width: 47px; }
.p-32 span { width: 48px; }
.p-33 span { width: 50px; }
.p-34 span { width: 51px; }
.p-35 span { width: 53px; }
.p-36 span { width: 54px; }
.p-37 span { width: 56px; }
.p-38 span { width: 57px; }
.p-39 span { width: 59px; }
.p-40 span { width: 60px; }
.p-41 span { width: 62px; }
.p-42 span { width: 63px; }
.p-43 span { width: 65px; }
.p-44 span { width: 66px; }
.p-45 span { width: 68px; }
.p-46 span { width: 69px; }
.p-47 span { width: 71px; }
.p-48 span { width: 72px; }
.p-49 span { width: 74px; }
.p-50 span { width: 75px; }
.p-51 span { width: 77px; }
.p-52 span { width: 78px; }
.p-53 span { width: 80px; }
.p-54 span { width: 81px; }
.p-55 span { width: 83px; }
.p-56 span { width: 84px; }
.p-57 span { width: 86px; }
.p-58 span { width: 87px; }
.p-59 span { width: 89px; }
.p-60 span { width: 90px; }
.p-61 span { width: 92px; }
.p-62 span { width: 93px; }
.p-63 span { width: 95px; }
.p-64 span { width: 96px; }
.p-65 span { width: 98px; }
.p-66 span { width: 99px; }
.p-67 span { width: 101px; }
.p-68 span { width: 102px; }
.p-69 span { width: 104px; }
.p-70 span { width: 105px; }
.p-71 span { width: 107px; }
.p-72 span { width: 108px; }
.p-73 span { width: 110px; }
.p-74 span { width: 111px; }
.p-75 span { width: 113px; }
.p-76 span { width: 114px; }
.p-77 span { width: 116px; }
.p-78 span { width: 117px; }
.p-79 span { width: 119px; }
.p-80 span { width: 120px; }
.p-81 span { width: 122px; }
.p-82 span { width: 123px; }
.p-83 span { width: 125px; }
.p-84 span { width: 126px; }
.p-85 span { width: 128px; }
.p-86 span { width: 129px; }
.p-87 span { width: 131px; }
.p-88 span { width: 132px; }
.p-89 span { width: 134px; }
.p-90 span { width: 135px; }
.p-91 span { width: 137px; }
.p-92 span { width: 138px; }
.p-93 span { width: 140px; }
.p-94 span { width: 141px; }
.p-95 span { width: 143px; }
.p-96 span { width: 144px; }
.p-97 span { width: 146px; }
.p-98 span { width: 147px; }
.p-99 span { width: 149px; }
.p-100 span { width: 150px; }



.sitemap {
    overflow: hidden;
    }
    .sitemap li {
        font-weight: bold;
        margin-bottom: 1.8182em;
        }
        .sitemap li li {
            font-weight: normal;
            margin-bottom: 0em;
            }



form.formulier {
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 3px 3px 2em 3px;
    }
    form.formulier legend {
        display: none;
        }
    form.formulier .formrow {
        margin: 0 0 1em 0;
        }
    form.formulier .formrow label {
        display: block;
        margin: 0 0 0.1818em 0;
        font-weight: bold;
        }
    form.formulier .error label {
        color: #f00;
        font-weight: normal;
        }
    form.formulier .error .fields {
        font-weight: normal;
        }
    form.formulier .formrow p {
        margin: 0;
        }
    form.formulier .formrow .fields label {
        display: inline;
        margin: 0 1em 0 0;
        font-weight: normal;
        }
    form.formulier .formrow .fields .opt {
        margin-bottom: 0.1818em;
        overflow: hidden;
        }
        form.formulier .formrow .fields .opt input {
            float: left;
            }
        form.formulier .formrow .fields .opt label {
            display: block;
            float: right;
            width: 95%;
            margin-right: 0;
            padding-top: 3px;
            }
    form.formulier input.txt,
    form.formulier select,
    form.formulier textarea {
        width: 75%;
        border: 1px solid #767676;
        padding: 2px;
        }
    form.formulier input.txt:focus,
    form.formulier select:focus,
    form.formulier textarea:focus {
        border-color: #000;
        }
    form.formulier input.size-s {
        width: 25%;
        }
    form.formulier input.size-l {
        width: 98%;
        }
    form.formulier .buttons {
        overflow: hidden;
        }
        form.formulier .buttons button {
            float: right;
            background-color: #000;
            border: none;
            color: #fff;
            padding: 0.1818em 2em 0.2727em 2em;
            cursor: pointer;
            }
.error {
    color: #f00;
    font-weight: bold;
    }
    .error .alert {
        color: #fff;
        background-color: #f00;
        padding: 0 0.3636em 0 0.3636em;
        }



#sitetrekTekst {
    padding: 9px;
    border: 1px solid #535353;
    background-color: #F3F5F6;
    }

#nav .bodytext {
    margin-bottom: 0px;
}

#main .tx-ttnews-browsebox table {
    width: auto;
    align: left;
}

#main .tx-ttnews-browsebox p {
    margin-bottom: 0px;
}

#main .tx-ttnews-browsebox td {
    background-color: #FFFFFF;
}

#main .tx-ttnews-browsebox a, #main .tx-ttnews-browsebox a:visited {
    font-size: 11px;
    text-decoration: none;
}

#main .tx-ttnews-browsebox a:hover, #main .tx-ttnews-browsebox a:active {
    font-size: 11px;
    text-decoration: none;
}

#main .news-single-item table {
    width: auto;
}

#main .news-single-item td {
    background-color: #FFFFFF;
}

#main .tx-indexedsearch td {
    background-color: #FFFFFF;
}

#main .tx-indexedsearch .tx-indexedsearch-browsebox p {
    float: left;
}
#main .tx-indexedsearch .tx-indexedsearch-browsebox ul {
    float: right;
    text-align: center;
}

#main .tx-indexedsearch .tx-indexedsearch-res {
    float:left;
}

#main .felogin_welcome_message {
    padding-bottom: 10px;
}

#main .tx-felogin-pi1 legend {
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    font-weight:bold;
    margin:0;
    display: none;
}

#main .tx-felogin-pi1 input {
    border: 1px solid #000000;
    margin-bottom: 5px;
}

#main .tx-felogin-pi1 .submitbutton {
    border: 1px solid #000000;
    cursor: pointer;
    font-weight: bold;
    height: 1.75em;
    margin-top: 10px;
}

/* Forum */

#tx_chcforum-pi1 {
    font-family: Verdana,Arial,sans-serif;
}

.tx-chcforum-pi1-preTableWrap {
    border: none;
}

.tx-chcforum-pi1-navPath {
    background-color: #FFFFFF;
}

.tx_chcforum-pi1-subToolBar {
    display: none;
}

.tx-chcforum-pi1-Table tbody tr th {
    font-size: 12px;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: normal;
    font-weight: normal;
}

.tx-chcforum-pi1-Table thead tr th {
    font-size: 12px;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: normal;
}

.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
    background-color: #FFFFFF;
}

.tx-chcforum-pi1-postTableWrap {
    border: none;
}

.tx-chcforum-pi1-linkUp {
    background-color: #FFFFFF;
}

.tx-chcforum-pi1-postForm fieldset {
    background: none;
}

.tx-chcforum-pi1-postForm fieldset#formTop legend {
    background: none;
}

.tx-chcforum-pi1-postForm fieldset#formBottom legend {
    background: none;
}

.tx-chcforum-pi1-helpBox {
    background: none !important;
}

.tx-chcforum-pi1-navPath {
    padding-left: 0px
}

.col_left{
    float: left;    
    margin-right: 10px;
}

.col_right{
    float: left;    
}
