
* {
    padding: 0;
    margin: 0;
}

/* GENERAL */
body {
    text-align: center;
    background: url(../images/internet/bg.gif) repeat-x #C9DBED;
    font-family: Arial, sans-serif;
    font-size: 75%;
    line-height: 133%;
    color: #000000
}

a {
    color: #224A77;
    text-decoration: underline;
}

a:hover {
    color: #5A98C9;
    text-decoration: underline;
}

ul.ul_lijst {
    padding: 0;
}

ul.ul_lijst li.lijstitem {
    background: url(../images/internet/bg_item_border.gif) left bottom no-repeat;
    height: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 18px;
}

h3, h4, h5 {
    font-size: 100%;
}

h4, h5 {
    margin-bottom: 0px;
}

div.archief ul.ul_lijst {
    margin-top: 5px;
}

div.archief ul.ul_lijst li.lijstitem,
div.archief ul.ul_lijst li.lijstitem_bullet {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
}

ul.ul_lijst li.lijstitem_bullet {
    padding: 0 0 0 20px;
    background: url(../images/internet/bg_item_border.gif) left bottom no-repeat;
    padding-top: 20px;
    padding-bottom: 18px;
}

div.tedownloaden ul {
    padding-top: 10px;
}


div.tedownloaden ul.ul_lijst li.lijstitem_bullet {
    background-position: left center;
    padding: 0 0 0 10px;
}

ul.ul_lijst li a.lijstitem_titel, ul.ul_lijst li a.lijstitem_titel_new {
    display: block;
    font-size: 125%;
    font-weight: normal;
    margin: 0 0 10px 0;
}

ul.ul_lijst li a.lijstitem_titel_new {
    background: url(../images/internet/bullet_grey.gif) 0 0.3em no-repeat;
    margin-left: -18px;
    padding-left: 15px;
    text-decoration: none;
}

ul.ul_lijst li a.lijstitem_titel_new:hover {
    background: url(../images/internet/bullet_blue.gif) 0 0.3em no-repeat;
    text-decoration: underline;
}

ul.ul_lijst li div.lijstitem_intro {
    padding: 0 0 0 0;
    height: auto;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
}

ul.ul_lijst li div.lijstitem_intro a.meerinfo {
    display: block;
    padding-top: 8px;
}

ul.ul_lijst li div.lijstitem_intro ul {
    margin-left: 2px;
}

a.archief {
    text-decoration: none;
    margin-top: 15px;
    display: block;
}

div#rubriek_total_wrap h6 {
    margin-bottom: 0px;
}
div#rubriek_total_wrap h6.rubriektitel {
    margin-bottom: 14px;
}

div#rubrieken_wrap {
    margin-top: -5px;
    font-size: 95%;
}

div#rubrieken_wrap h6 {
    margin-top: 6px;
}

div#rubrieken_wrap a {
    font-size: 125%;
    text-decoration: none;
    font-weight: bold;
    background: url(../images/internet/bullet_grey.gif) 0 0.3em no-repeat;
    padding: 0 0 0 10px;
    color: #646464;
    letter-spacing: -1px;
}

div#rubrieken_wrap a:hover {
    background: url(../images/internet/bullet_blue.gif) 0 0.25em no-repeat;
    color: #5D7A9A;
}

div#globalwrapper {
    width: 985px;
    margin: 0 auto;
}

div#container {
    float: left;
    clear: both;
    text-align: left;
    width: 979px;
    padding: 0 2px 20px 2px;
    border-left: 1px solid #DCDDDF;
    border-right: 1px solid #DCDDDF;
    background: #FFFFFF;
}

/* TOPNAV */
div#topnav {
    float: left;
    clear: both;
    width: 979px;
    padding: 25px 0 5px 0;
    background: #E3E7ED;
}

div#topnav ul {
    float: right;
    list-style: none;
    padding: 0 20px 0 0;
    margin: 0;
}

div#topnav ul li {
    float: left;
    padding: 0 11px 0 0;
    margin: 0 10px 0 0;
    background: url(../images/internet/border_topnav.gif) right 0.4em no-repeat;
    color: #6B6C6D;
}

div#topnav ul li.last {
    padding: 0;
    margin: 0;
    background: none;
    margin-top: -1px;
}

div#topnav ul li.last span.first {
    font-size: 90%;
}

div#topnav ul li.last span.second {
    font-size: 110%;
}

div#topnav ul li.last span.third {
    font-size: 130%;
}

div#topnav ul li a {
    color: #6B6C6D;
    text-decoration: none;
}

div#topnav ul li a:hover {
    text-decoration: underline;
}

div#topnav img {
    border: none;
}

/* HEADER */
div#header {
    position: relative;
    float: left;
    clear: both;
    width: 979px;
    height: 79px;
    background: url(../images/internet/bg_header.gif) no-repeat #FECE00;
    border-bottom: 4px solid #FFFFFF;
}

div#header div#logo a {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 420px;
    height: 110px;
    background: url(../images/internet/logo.gif) no-repeat;
}

div#header div#search {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

div#search input#keyword {
    border: 1px solid #C5C5C5;
    border-right: none;
    width: 115px;
    padding: 0em 0 0.15em 10px;
    margin: 0;
    vertical-align: bottom;
    font-style: italic;
    font-weight: bold;
    color: #7D7D7D;
}

div#search input#submit {
    border: 1px solid #C5C5C5;
    border-left: none;
    background: url(../images/internet/bg_search.gif) top left repeat-x;
    padding: 0 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #224A77;
    vertical-align: bottom;
}

/* CONTENTCONTAINER */

div#contentcontainer {
    float: left;
    clear: both;
    width: 939px;
    background: url(../images/internet/bg_content.gif) repeat-x;
    padding: 40px 15px 40px 25px;
}

/* HOMEPAGE */

div#firstrow,
div#secondrow {
    float: left;
    clear: both;
    width: 929px;
}

div#firstrow {
    background: url(../images/internet/bg_firstrow.gif) repeat-y;
    margin: 0 0 10px 0;
}

div#secondrow {
    background: url(../images/internet/bg_secondrow.gif) repeat-y;
}

div#firstrow_top,
div#secondrow_top {
    float: left;
    clear: both;
    width: 929px;
    height: 10px;
    overflow: hidden;
}

div#firstrow_top {
    background: url(../images/internet/bg_firstrow_top.gif) no-repeat;
}
div#secondrow_top {
    background: url(../images/internet/bg_secondrow_top.gif) no-repeat;
}

div#firstrow_middle,
div#secondrow_middle {
    float: left;
    clear: both;
    width: 929px;
    background: url(../images/internet/bg_blocks.gif) bottom left no-repeat;
}

ul.mediumblock {
    float: left;
    list-style: none;
    padding: 0 15px 0 0;
}

ul.mediumblock li {
    float: left;
    width: 124px;
    height: 100%;
    padding: 0 20px 20px 20px;
    margin: 0 10px 0 0;
    border-left: 1px solid #ABCBE4;
    border-right: 1px solid #ABCBE4;
}

ul.mediumblock li a {
    display: block;
    width: 126px;
    cursor: pointer;
    text-decoration: none;
}

ul.mediumblock li a span.title {
    display: table;
    background: #224A77;
    color: #FFFFFF;
    font-weight: bold;
    width: 126px;
    height: 4em;
}

ul.mediumblock li a span.title span {
    display: table-cell;
    vertical-align: middle;
    width: 126px;
    text-align: center;
    font-family: arial;
}

ul.mediumblock li a span.imagecontainer {
    display: block;
    width: 124px;
    height: 94px;
    border: 1px solid #FFFFFF;
    background: #F0F0F0;
    overflow: hidden;
}

ul.mediumblock li span.imagecontainer img {
    border: none;
}

ul.mediumblock li span.text {
    position: absolute;
    display: none;
    width: 104px;
    height: 74px;
    padding: 10px;
    font-size: 90%;
    background: url(../images/internet/bg_medium_text.png);
    color: #FFFFFF;
}

div#firstrow_middle div#news {
    float: left;
    width: 384px;
    padding: 0px 1px;
}

div#firstrow_middle div#news a#meernieuws {
    float: right;
    clear: both;
    margin: 20px 10px 0 0;
}

div#firstrow_middle div#news li a {
    background: url(../images/internet/bullet_grey.gif) 0 0.3em no-repeat;
    padding: 0 10px;
    display: block;
}

div#secondrow_middle div#quicklinks {
    margin: 0 10px 0 0;
}

div#secondrow_middle div#quicklinks li a {
    display: block;
    padding: 0 10px;
    width: 146px;
    background: url(../images/internet/bullet_grey.gif) 0 0.25em no-repeat;
    color: #000000;
    text-decoration: none;
}

div#secondrow_middle div#quicklinks li a:hover {
    color: #224A77;
    background: url(../images/internet/bullet_blue.gif) 0 0.25em no-repeat;
}
div#secondrow_middle div#quicklinks,
div#secondrow_middle div#contact {
    float: left;
    width: 186px;
    padding: 0px 1px;
}

div#secondrow_middle div#contact div {
    padding: 0 10px;
}

div#firstrow_middle div#news h2,
div#secondrow_middle div#quicklinks h2,
div#secondrow_middle div#contact h2,
div#extra div#quicklinks h2 {
    font-size: 125%;
    font-weight: normal;
    color: #224A77;
    padding: 0 10px 1.5em 10px;
    margin: 0;
    background: url(../images/internet/bg_block_header.gif) repeat-x;
}

div#firstrow_middle div#news ul,
div#secondrow_middle div#quicklinks ul,
div#secondrow_middle div#contact ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

div#firstrow_middle div#news ul li,
div#secondrow_middle div#quicklinks ul li,
div#secondrow_middle div#contact ul li {
}

div#secondrow_middle div#contact ul {
    margin-left: 5px;
}

div#secondrow_middle div#contact ul div {
    padding: 0;
}

div#secondrow_middle div#contact ul li {
    list-style: disc;
}
div#firstrow_middle div#news ul li a,
div#secondrow_middle div#quicklinks ul li a {
    color: #000000;
    text-decoration: none;
}

div#secondrow_middle div#contact ul li a {
    color: #224A77;
    text-decoration: underline;
}

div#firstrow_middle div#news ul li a:hover,
div#secondrow_middle div#quicklinks ul li a:hover {
    color: #224A77;
    text-decoration: underline;
}

div#secondrow_middle div#contact ul li a:hover {
    color: #5A98C9;
    text-decoration: underline;
}

div#firstrow_bottom,
div#secondrow_bottom {
    float: left;
    clear: both;
    width: 929px;
    height: 10px;
    overflow: hidden;
}

div#firstrow_bottom {
    background: url(../images/internet/bg_firstrow_bottom.gif) no-repeat;
}

div#secondrow_bottom {
    background: url(../images/internet/bg_secondrow_bottom.gif) no-repeat;
}

/* CONTENT */
div#leftcolumn {
    float: left;
    width: 195px;
    padding: 0 0 25px 0;
    margin: 0 35px 0 0;
}

div#leftcolumn ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 195px;
}

div#leftcolumn ul li {
    margin: 0 0 2px 0;
}

div#leftcolumn ul li a,
div#leftcolumn ul li a:hover,
div#leftcolumn ul li a.item_active {
    display: block;
    width: 175px;
    padding: 0.5em 10px;
    background: #224A77;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

div#leftcolumn ul li ul {
    width: 187px;
    padding: 2px 2px 0 2px;
    background: #FFFFFF;
    border: 2px solid #224A77;
}

div#leftcolumn ul li ul li a,
div#leftcolumn ul li ul li a:hover,
div#leftcolumn ul li ul li a.item_active {
    width: 171px;
    background: #5998C9;
    font-weight: normal;
    color: #224A77;
    padding: 0.25em 8px;
}

div#leftcolumn ul li ul li a.item_active {
    font-weight:bold;
    color:#fff;
}

div#leftcolumn ul li ul li ul {
    padding: 2px 0 0 0;
    margin: 0;
    border: none;
}

div#leftcolumn ul li ul li ul li a {
    width: 158px;
    padding: 0.25em 10px 0.25em 17px;
    border: 1px solid #D8E5F5;
    background: #D8E5F5;
    color: #224A77;
}

div#leftcolumn ul li ul li ul li a:hover,
div#leftcolumn ul li ul li ul li a.subitem_active {
    width: 158px;
    padding: 0.25em 10px 0.25em 17px;
    background: url(../images/internet/bullet_blue.gif) 6px 0.5em no-repeat #FFFFFF;
}

div#rightcolumn {
    float: left;
    width: 709px;
}

div#top {
    float: left;
    width: 709px;
    clear: right;
    border-bottom: 1px solid #ABCBE4;
    margin: 0 0 20px 0;
    position: relative;
}

div#top h1 {
    font-size: 200%;
    font-weight: normal;
    color: #224A77;
    padding: 0.25em 0 0 0;
    margin: 0;
}

div#top span.kruimelspoor {
    display: block;
    padding: 0.5em 0;
}

div#top span.kruimelspoor,
div#top span.kruimelspoor a {
    font-size: 95%;
    color: #505050;
}

div#top span.kruimelspoor a {
    text-decoration: underline;
}

div#top span.kruimelspoor a.last {
    text-decoration: none;
}
a#btn_back {
    float: right;
    font-size: 95%;
    padding: 0.5em 0;
    text-decoration: none;
}

div#content, div#content_other {
    float: left;
    width: 479px;
    padding: 12px 0 25px 0;
    margin: 0 50px 0 0;
}

div#content h6, div#content_other h6 {
    color: #224A77;
    font-size: 115%;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

div#content_other {
    width: 659px;
}

div#content div#intro ul,
div#content div.vervolg ul,
div#content_other div#intro ul,
div#content_other div.vervolg ul {
    margin: 0 0 0 0.5em;
}

div#content div.lijstitem_intro ol,
div#content div#intro ol,
div#content div.vervolg ol,
div#content_other div#intro ol,
div#content_other div.vervolg ol {
    margin: 0 0 0 2em;
}

div#extra {
    float: left;
    width: 180px;
}

div#extra img#rightimage {
    display: block;
    border: 1px solid #ABCBE4;
    margin: 0 0 10px 0;
    width: 178px;
    height: 136px;
}

div#extra div#quicklinks {
    border-top: 10px solid #99BCE0;
    padding: 0 0 10px 0;
    background: url(../images/internet/bg_quicklinks_bottom.gif) bottom left no-repeat;
}

div#extra div#quicklinks h2 {
    border-left: 1px solid #99BCE0;
    border-right: 1px solid #99BCE0;
}

div#extra div#quicklinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid #99BCE0;
    border-right: 1px solid #99BCE0;
}

div#extra div#quicklinks ul li a {
    display: block;
    width: 148px;
    padding: 0 10px 0 20px;
    background: url(../images/internet/bullet_grey.gif) 10px 0.25em no-repeat;
    color: #000000;
    text-decoration: none;
}

div#extra div#quicklinks ul li a:hover {
    color: #224A77;
    background: url(../images/internet/bullet_blue.gif) 10px 0.25em no-repeat;
}

/* BOTTOM IMAGE */
div#portal_bottomimage,
div#portal_bottomimageempty,
div#bottomimage {
    float: left;
    clear: both;
    width: 979px;
    background: url(../../plaat.php?fileid=) no-repeat;
}

div#portal_bottomimageempty {
    background: none;
}

div#bottomimage {
    position: relative;
    height: 107px;
    width: 985px;
    background: #FFFFFF;
}

div#portal_bottomimage {
    height: 205px;
}

div#bottomimage img {
    height: 107px;
    width: 984px;
}

div#portal_bottomimage div.overlay {
    position: absolute;
    width: 979px;
    height: 205px;
}

div#bottomimage div.overlay {
    height: 107px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 985px;
}

div#portal_bottomimage div.overlay {
    background: url(../images/internet/bg_overlay_portal.png) repeat-x;
}

div#bottomimage div.overlay {
    background: url(../images/internet/bg_overlay.png) repeat-x;
}

/* BOTTOM NAV */
div#bottomnav, div#bottomnav_portal {
    position: relative;
    float: left;
    clear: both;
    width: 979px;
    background: #E3E7ED;
}

div#bottomnav {
    width: 985px;
}

div#bottomnav div#bottomlogo, div#bottomnav_portal div#bottomlogo {
    position: absolute;
    right: 20px;
    top: -36px;
    width: 154px;
    height: 69px;
    background: url(../images/internet/bottomlogo.png) no-repeat;
}

div#bottomnav ul, div#bottomnav_portal ul {
    list-style: none;
    float: left;
    padding: 1em 0 1em 40px;
    margin : 0;
}

div#bottomnav ul li, div#bottomnav_portal ul li {
    float: left;
    padding: 0 16px 0 0;
    margin: 0 15px 0 0;
    background: url(../images/internet/border_bottomnav.gif) right 0.4em no-repeat;
}

div#bottomnav ul li.last, div#bottomnav_portal ul li.last {
    padding: 0;
    margin: 0;
    background: none;
}

div#bottomnav ul li a, div#bottomnav_portal ul li a {
    font-size: 90%;
    color: #6B6C6D;
    text-decoration: none;
}

div#bottomnav ul li a:hover, div#bottomnav_portal ul li a:hover {
    text-decoration: underline;
}

a#ep_readspeaker_href {
    display: block;
    width: 92px;
    height: 20px;
    background: url(../images/internet/lees_voor.gif) no-repeat;
    margin-right: 1em;
    float: right;
    position: relative;
    top: 2px;
}

div#rs_flash_div {
    clear: both;
    display: none;
    float: right;
    padding: 1em 0px;
}

div#content a.readspeaker_doc {
    display: block;
    width: 97px;
    height:20px;
    background: url(../images/internet/lees_voor.gif) no-repeat;
    font-size: 1px;
    color: white;
    padding-left: 1px;
    padding-right: 0px;
    margin-left: 5px;
}

.readspeaker_doc {
    display: none;
}

div#portal_extra_wysiwyg {
    clear: both;
    float: left;
    margin: 10px 0 0 0;
}
div#portal_extra_wysiwyg span.top {
    background: #FFFFFF url(../images/internet/box_top.gif) no-repeat;
    color: #224A77;
    display: block;
    clear: both;
    font-size: 125%;
    font-weight: normal;
    height: 30px;
    padding: 10px 0 0 10px;
    width: 929px;
}

div#portal_extra_wysiwyg div.middle {
    background: #FFFFFF url(../images/internet/box_mid.gif) repeat-y;
    padding: 0 10px;
    width: 909px;
}

div#portal_extra_wysiwyg div.bottom {
    background: #FFFFFF url(../images/internet/box_bot.gif) no-repeat;
    height: 15px;
    width: 929px;
}
