
/* ------------------------ Default ------------------------ */
body {
    font-size: 62.5%;
}

input, textarea, select {
    font-size: 1em;
}

ul {
    margin: 0;
}

.middle_wrapper ul, ol, p, .intro, .text,
.wysiwyg ul {
    margin: 0 0 1em 0;
}

ul > li > ul,
.wysiwyg ul > li > ul,
.middle_wrapper ul > li > ul {
    margin-bottom: 0;
}

.moved {
    position: absolute;
    top: -9999em;
}

.linked_items li.item {
    margin-bottom: 0.2em;
}

.intro ul, .text ul, .item_intro ul, .product_text ul, ul.bullets,
ul.bullets ul {
    list-style-type: none; /* Overrule default.css */
    margin-left: 0; /* Overrule default.css */
}

#news ul.items>li,
.wysiwyg ul > li,
.intro ul > li, .text ul > li, .item_intro ul > li, .product_text ul > li, ul.bullets > li,
ul.bullets > li ul > li {
    list-style-type: none;
    padding-left: 1.3em;
    background: url(../images/bullet.png) no-repeat 0 6px transparent;
}

.wysiwyg ol,
.intro ol, .text ol, .item_intro ol, .product_text ol, ul ol  {
    list-style-type: decimal;
    padding-left: 2.2em;
    margin-left: 0; /* Overrule default.css */
}

.no_bullets > li {
    background: none;
    padding-left: 0;
}

.btn_print {
    cursor: pointer;
}

.module_content {
    overflow: hidden;
}

.errors li {
    border: 1px solid #990000;
    margin: 1em 0;
    padding: 1em;
    background-color: #FFEEEE;
    color: #990000;
}

/* Default global items */

.thumbnail.left {
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}

.thumbnail.right {
    margin-bottom: 0.5em;
    margin-left: 0.5em;
}

ul li.item {
    margin: 0 0 1em 0;
    overflow: visible;
}

li.item .item_wrap {
    margin: 0;
    overflow:hidden;
}

.text {
    clear:both;
}

.item_title {
    display: inline;
}

.chapter_item {
    margin-bottom: 1em;
}

.date {
    margin-right: 0.5em;
}

.thumbnail.left {
    margin: 0 0.5em 0.5em 0;
    float: left;
}

.thumbnail.right {
    margin: 0 0 0.5em 0.5em;
    float: right;
}

.thumbnail.left, .thumbnail.right {
    margin-bottom: 0.5em;
}

.categories ul li h2 {
    margin-bottom: inherit;
}

/* Default global events calendar */

.content_container .events_calendar th,
div.module_bri_agenda .events_calendar th {
    background-color: #000;
    text-align: center;
}

.content_container .events_calendar td,
div.module_bri_agenda .events_calendar td {
    border: none;
    padding: 0 0.4em;
}

.content_container .events_calendar td.week,
.content_container div.module_bri_agenda .events_calendar td.week {
    background-color: transparent;
}

.content_container .events_calendar td.active,
.content_container div.module_bri_agenda .events_calendar td.active {
    background-color: #fff;
    border: 1px solid #D5D5D5;
}

.content_container .events_calendar td.has_event,
.content_container div.module_bri_agenda .events_calendar td.has_event,
.content_container .legenda ul li.scheduled_meetings,
.content_container div.module_bri_agenda .legenda ul li.scheduled_meetings {
    background-color: #E8E8E8;
}

.content_container .events_calendar tr.selected_week td {
    background-color: #C0C0C0;
}

.content_container .events_calendar td.has_event a,
.content_container div.module_bri_agenda .events_calendar td.has_event a {
    text-decoration: underline;
}

.content_container .events_calendar td.has_event a:hover,
.content_container div.module_bri_agenda .events_calendar td.has_event a:hover {
    text-decoration: underline;
    
}

.content_container .events_calendar td.current_day,
.content_container .events_calendar tr.selected_week td.current_day,
.content_container div.module_bri_agenda .events_calendar td.current_day,
.content_container .legenda ul li.today,
.content_container div.module_bri_agenda .legenda ul li.today {
    background-color: #004A99;
    color: #fff;
}

.content_container .legenda ul li.scheduled_meetings,
.content_container div.module_bri_agenda .legenda ul li.scheduled_meetings,
.content_container .legenda ul li.today,
.content_container div.module_bri_agenda .legenda ul li.today {
    width: auto;
    height: auto;
    padding: 5px 10px 5px;
}

.content_container .events_calendar td.selected_day,
.content_container div.module_bri_agenda .events_calendar td.selected_day {
    border: 1px solid #000;
    font-weight: bold;
}

.content_container .events_calendar td.current_day a,
.content_container div.module_bri_agenda .events_calendar td.current_day a {
    color: #fff;
}

/* ------------------------ Media defaults ------------------------ */

body {
    color: #292929;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

input, textarea, select {
     font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #004a99;
    margin: 0 0 0.3em 0;
    line-height: 1.4;
}

h1 {
    font-size: 1.636em; /* 18px */
    font-weight: bold;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.455em; /* 16px */
}

h3 {
    font-size: 1.363em; /* 15px */
}

h4 {
    font-size: 1.182em; /* 13px */
}

h5 {
    font-size: 1.091em; /* 12px */
}

h6 {
    font-size: 1em; 	/* 11px */
    font-style: italic;
}

a {
    color: #292929;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.4;
}

.middle_wrapper {
    font-size: 1.1em;
    line-height: 1.4; /* Same line-height as paragraph */
}

.middle_wrapper a:hover {
    color: #004a99;
}

.middle_wrapper ul,
.middle_wrapper ol {
    line-height: 1.4; /* Same line-height as paragraph */
}

.downloads h2 {
    color: #008fd0;
    font-size:1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}

.downloads li > a {
    color: #a6c50e;
    font-weight:bold;
    text-decoration: none;
    font-size: 1.091em;
}

.downloads .bullets li {
    margin-bottom: 0.4em;
}

span.download_information {
    font-size:0.909em;
    margin-bottom: 0;
}

.to_download {
    font-size: 1em;
    font-weight: normal;
}

span.new_window {
    font-size: 0.909em;
}

span.file_size {
    font-size: 0.909em;
}

span.file_icon img {
    vertical-align: top;
}

input.submit,
input[type="submit"] {
    border: none;
    cursor: pointer;
    width: auto;
    background: url(../images/submit_bg_blue.gif) repeat-x 0 0 #003A86;
    color: #fff;
    font-weight: bold;
    padding: 0 8px 2px;
    height: 22px;
    overflow: visible;
}

.btn_back {
    cursor: pointer;
}

/* Global items */

.item_title,
.itemtitle /* module_bri_lijst */{
    margin-bottom: 0;
    display: inline;
    font-size: 1.091em;
    font-weight:bold; 
    color: #292929;
}

a.item_title {
    text-decoration: none;
    color: #004a99;
    margin-right: 0.2em;
    font-weight: bold;
}

a.item_title:hover {
    color: #A5C50C;
}

.item_title a {
    color: #004a99;
    text-decoration: none;
}

.item_title a:hover {
    color: #A5C50C;
}

.more_info_container {
    display: block;
}

a.more_info,
.meer_info a /* module evenementen */ {
    color: #a6c50e;
    font-weight: bold;
    font-size: 1.091em;
    margin-bottom: 1em;
    text-decoration: none;
    padding-right: 10px;
    background: url(../images/arrow_right_green.png) no-repeat right 7px transparent;
}

.items > .item {
    margin-bottom: 1em
}

.items > .item.last,
.items > .item.single_item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.date {
    color: #333333;
    font-size: 0.909em;
}

.categories ul.two_columns {
    width: 48%;
}

.categories ul.others {
    width: 100%;
}

.categories ul li {
    margin-bottom: 0; /* overrule default.css */
}

.categories .category_title {
    margin-bottom: 0.5em;
    font-size: 1.182em;
    font-weight: bold;
}

.categories .show_items .category_title {
    margin-bottom: 0;
}

.categories .category_title a {
    text-decoration: none;
    color: #004A99;
}

.categories .category_title a:hover {
    color: #a6c50e;
}

.categories > .bullets > li {
    background: none;
    padding-left: 0;
}

.categories .bullets .category_title {
    
}

.categories > ul > li {
    margin-bottom: 0.5em;
}
 
.categories .show_items > li {
    margin-bottom: 1em;
}

.category_others {
    margin-top: 1em;
}

.categories .category_others h2 {
    margin-bottom:0;
}

.archief,
.archive_link a {
    color: #A5C50C;
    font-size: 1.455em;
    font-weight: bold;
    text-decoration: none;
    padding-right: 15px;
    background: url(../images/arrow_right_green_big.png) no-repeat right center transparent;
}

.archief:hover,
.archive_link a:hover {
    color: #004A99;
    text-decoration: underline;
}

/* ------------------------ Pagers ------------------------ */

/* zoeken GSA pager */
.module_content div.module_gsa div.pager,
.module_content .list_pager /* item pager */{
    text-align: center;
    width: 100%;
    font-size: 1.091em;
}

.module_content div.module_gsa div.pager a,
.module_content div.module_gsa div.pager span,
.module_content .list_pager li /* item pager */ {
    margin-left:10px;
    padding: 0;
}

.module_content div.module_gsa div.pager span,
.module_content .list_pager li span /* item pager */ {
    color: #999999;
}

/* ------------------------ Structure ------------------------ */

body {
    background: url(../images/body_bg.gif) repeat-x center top #fff;
}

.globalwrapper {
    position: relative;
    width: 980px;
    padding: 245px 0 0;
    margin: 0 auto;
}

.header {
    position: absolute;
    top:0;
    left:0;
    height: 245px;
    width: 980px;
}

.header_top {
    height: 80px;
}

.header_title {
    font-size: 3.5em;
    font-weight: bold;
    color: #a5c50b;
    position: absolute;
    top: 27px;
    left: 10px;
}

.header_bottom {
    background: url(../images/header_bg.png) no-repeat left bottom transparent;
    padding: 12px 10px 0;
    height: 160px;
    width: 960px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header_img {
    height: 150px;
    overflow: hidden;
}

.logo {
    position: absolute;
    width: 182px;
    height: 110px;
    left: 25px;
    top: 27px;
    z-index: 10;
}

.header_img_overlay {
    position: absolute;
    width: 361px;
    height: 150px;
    left: 10px;
    top: 12px;
    background: url(../images/header_overlay.png) no-repeat left top transparent;
}

.header_border {
    height: 10px;
    background-color: #004A99; 
    width: 960px;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.go_to_mobile {
    position: absolute;
    left: 20px;
    top: 35px;
    font-size: 1.4em;
    z-index: 100;
}

/* Search */

#search {
    float: right;
    font-size: 1.2em;
    background:  url(../images/search_bg.png) no-repeat top left;
    width: 340px;
    height: 60px;
}

#search form {
    height: 20px; /* ie-7 */
    padding: 20px 0 0 20px;
}

#search legend {
    position: absolute;
    top: -9999em;
}

#search fieldset {
    background:  url(../images/search_fieldset_bg.png) no-repeat top left;
    width: 300px;
    height: 20px;
}

#search #search_trefwoord {
    margin: 0 10px 0 0;
    background: none;
    border:none;
    width: 219px;
    height: 16px;
    float:left;
    padding:2px 6px;
}

#search .searchbox_submit {
    background: none;
    border: none;
    cursor: pointer;
    width: 59px;
    height: 20px;
    float:left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}

.header_top_links {
    overflow:hidden;
    width: 960px;
    margin-right: 10px;
    float: right;
    white-space: nowrap;
    font-size: 1.1em;
    line-height: 1.2;
}

.header_top_links a {
    text-decoration: none;
    color: #000;
}

.header_top_links a:hover {
    color: #004A99;
    text-decoration: underline;
}

/* quickmenu */

#quickmenu {
    margin: 0 6px 0 10px;
    overflow: hidden;
    float: right;
}

#quickmenu ul {
    margin: 0;
    float: right;
}

#quickmenu li {
    float:left;
    background: url(../images/bullet_green.png) no-repeat 0 4px transparent;
    padding:0 6px 0 10px;
}

#quickmenu li.first {
    background: none;
}

#quickmenu li.last {
    padding-right:0;
}

#quickmenu li.one_item {
    background: none;
    padding:0;
}

/* Wysiwyg twitter */

#twitter {
    float: right;
}

#twitter p {
    line-height: 1.2;
    margin-bottom: 0;
}

#twitter a {
    margin-right: 4px;
}

#twitter img {
    vertical-align: top;
}

.middle_wrapper {
    padding: 0 10px;
    overflow: hidden;
    background: url(../images/middle_wrapper_bg.png) repeat-y left top transparent;
}

.readspeaker_container {
    padding:0 6px 0 10px;
    background: url(../images/bullet_green.png) no-repeat 0 4px transparent;
    float: right;
}

.readspeaker {
    
}

.left_col {
    float: left;
    width: 640px;
}

.right_col {
    overflow:hidden;
    float: right;
    width: 310px;
    padding-right: 10px;
}

.right_col h2 {
    font-size: 1.636em;
}

.right_col_bg {
    background-color: #ececec;
    padding: 0 6px;
}

/* Dynamic content_container width */
.no_sub_nav .content_container {
    width: 590px;
}

.content_container {
    float: right;
    position: relative;
    width: 435px; 
    margin: 48px 20px 30px;
}

.content {
    overflow: hidden;
    min-height: 400px;
    width: 100%;
}

/* Recent */

#recent {
    
}

#recent > ul > li {
    background: url(../images/arrow_right_green.png) no-repeat scroll left 8px transparent;
    line-height: 1.8;
    padding-left: 1em;
}

#recent .titelcontainer span:first-child {
    font-size: 1.091em;
}

#recent .date {
    font-size: 1em;
    margin-right: 0;
    color: #a5c50c;
}

/* sub navigation */

#nav {
    width: 165px;
    float: left;
    overflow: hidden;
}

#nav a {
    text-decoration: none;
    display: block;
    color:#fff;
}

#nav span {
    display:block;
    padding: 8px 10px;
}

#nav .mainmenu {
    text-align: left;
    background-color: #A4C408;
    line-height: 1.2;
}

#nav .mainmenu li {
    border-top: 3px dotted #b5cf36;
    border-bottom: none;
    display: block;
}

#nav .mainmenu a {
    background-color: #A4C408;
}

#nav .mainmenu > li > a {
    font-size: 1.182em;
}

#nav .mainmenu > li > a:hover,
#nav .mainmenu > li.active > a {
    background: url(../images/nav_mainmenu_active_bg.gif) repeat-y right top #004A99;
}

#nav .mainmenu > li > a > span {
     background: url(../images/arrow_right_white.png) no-repeat 100% center transparent;
     margin-right: 7px;
     padding-right: 15px;
}

#nav .mainmenu > li.active > a > span {
     background: url(../images/arrow_down_white.png) no-repeat 100% center transparent;
}

#nav .submenu {
    position: absolute;
    left: -9999em;
    top: 0;
}

#nav .mainmenu li.active .submenu {
    position: static;
}

#nav .submenu li {
    border-top: none;
}

#nav .submenu li.first {
    border-top: 3px dotted #B5CF36;
}

#nav .submenu a {
    font-size: 1.091em;
    background-color: #346ead;
}

#nav .submenu a:hover {
    background: url(../images/nav_mainmenu_active_bg.gif) repeat-y right top transparent;
}

#nav .submenu > li.active > a > span {
    background: url(../images/arrow_right_white.png) no-repeat 100% center transparent;
    margin-right: 7px;
    padding-right: 15px;
    text-decoration: underline;
}

#nav .first .mainmenu {
    left: 0px;
}

#nav .last .mainmenu {
    right: 0px;
    left: auto;
}

#crumbtrail {
    margin-bottom: 1em;
}

#crumbtrail a {
    text-decoration: none;
}

/* Page options */

#page_options {
    position: absolute;
    top: -40px;
    right: 0;
}

#page_options ul {
    margin: 0;
}

#page_options li.first {
    padding-left: 0;
    background: none;
}

#page_options li {
    float: left;
    padding-left: 10px;
    background: url(../images/bullet_blue.png) no-repeat 0 5px transparent;
    margin-right: 5px;
}

#page_options .rss {
    margin-right: 0;
}

#page_options a {
    text-decoration: none;
}

#page_options a:hover {
    text-decoration: underline;
}

#page_options .btn_back {
    background: url(../images/arrow_left_blue.png) no-repeat 0 center transparent;
    padding-left: 12px;
}

#page_options .rss {
    background: none;
    padding-left: 2px;
}

#page_options .btn_rss {
    background: url(../images/rss_icon.png) no-repeat 0 center transparent;
    display: block;
    text-transform: capitalize;
    font-size: 0;
    text-indent: -9999em;
    width: 17px;
    height: 17px;
}

/* Snel naar */

#snelnaar {
    padding: 10px 20px 15px;
    overflow:hidden;
}

#snelnaar h2 {

}

#snelnaar ul {
    margin-bottom: 0;
}

#snelnaar li {
    font-size: 1.091em;
    line-height: 1.8;
    list-style-type: none;
    padding-left: 1em;
    background: url(../images/arrow_right_blue.png) no-repeat 0 8px transparent;
}

#snelnaar .no_link {
    font-weight: bold;
}

#snelnaar a {
    text-decoration: none;
}

#snelnaar a:hover {
    text-decoration: underline;
}

#wysiwyg_right_col {
    background-color: #ECECEC;
    overflow: hidden;
    padding: 10px 20px 15px;
    border-top: 3px dotted #306CAC;
}

#wysiwyg_right_col a {
    color: #004a99;
}

/* Banners */

#banners {
    overflow: hidden;
    border-top: 3px dotted #306CAC;
    padding: 15px 4px;
}

.banner_wrapper {
    position: relative;
    overflow: hidden;
    height: 50px;
}

#banners .banner_wrapper a {
    text-decoration: none;
}

.banner_image {
    line-height: 0;
}

#banners ul {
    margin-bottom: 0;
}

#banners li {
    margin-bottom: 0.5em;
}

#banners li.one_item {
    margin-bottom: 0;
}

#banners li.last {
    margin-bottom: 0;
}

#banners a {
    display: block;
}

#banners a .banner_text {
    cursor: pointer;
}

#banners span {
    display: block;
}

#banners .banner_text {
    display: block;
    position: absolute;
    top: 12px;
    left: 17px;
    font-size: 1.636em;
    color: #fff;
    font-weight: bold;
}

/* Poll */

#poll {
    overflow: hidden;
    padding: 10px 20px;
}

#poll .sendbutton {
    float: left;
    margin-right: 10px;
}

#poll form[name="peiling"] + div {
    height: 25px;
    padding-top: 5px;
}

#poll form[name="peiling"] + div a {
    text-decoration: none;
    font-size: 1.273em;
    font-weight: bold;
    color: #004a99;
}

#poll form[name="peiling"] + div a:hover {
    color: #A5C50C;
    text-decoration: underline;
}

.footer_container {
    background-color: #ededed;
    overflow: hidden;
}

.footer {
    font-size: 1.1em;
    color: #333;
    background: url(../images/footer_bg.gif) repeat-y scroll center top #004a99;
    margin: 0 auto;
    width: 920px;
    line-height: 1.4;
    padding: 10px 20px;
    min-height: 50px;
    position: relative;
    overflow: hidden;
}

.footer .wysiwyg ul > li {
    background: url("../images/bullet_white.png") no-repeat scroll 0 5px transparent;
}

.footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer a {
    color: #fff;
}

.footer #wysiwyg_footer {
    color: #fff;
    overflow: hidden;
    width: 47%;
    float: left;
}

.footer .wysiwyg_container {
    width: 50%;
}

.footer .koppelbox {
    height: 100%;
    display: block;
    float: left;
    width: 150px;
    margin-left: 10px;
}

.footer .koppelbox a:hover {
    text-decoration: underline;
}

.footer .koppelbox a {
    color: #fff;
    text-decoration: none;
}

/* CONTENT uitvullen wanneer er geen right col is */

.lege_col_right .right_col {
    display:none;
}

.lege_col_right .left_col {
    width: 100%;
}

.lege_col_right .content_container {
    width: 750px;
}


