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

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

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

ul > li > ul {
    margin-bottom: 0;
}

.skiplinks {
    left: -999em;
    position: absolute;
}

.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;
    margin-left: 0; 
}

.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/portal/bullet_small.png) no-repeat 0 3px transparent;
    margin-left: 0;
}

#content > ol,
.intro ol, .text ol, .item_intro ol, .product_text ol, ul ol  {
    list-style-type: decimal;
    margin-left: 0;
    padding-left: 2.2em;
}

.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;
}

/* ------------------------ module_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 {
    overflow:hidden;
}


.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;
}

/* ------------------------ Global events calendar ------------------------ */

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

#content_container .events_calendar td {
    border: none;
}

#content_container .events_calendar td.week {
    background-color: #DDDDDD;
}

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

#content_container .events_calendar td.has_event, 
#content_container .legenda ul li.scheduled_meetings {
    background-color: #C2C2C2;
    color: #000;
}

#content_container .events_calendar td.has_event a {
    text-decoration: underline;
    color: #000;
}

#content_container .events_calendar td.has_event a:hover {
    text-decoration: underline;
}

#content_container .events_calendar td.current_day, 
#content_container .legenda ul li.today {
    background-color: #008FD0;
    color: #fff;
}

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

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

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

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

body {
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, textarea, select {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

h1 {
    font-size: 1.636em; /* 18px */
    font-weight: bold;
    padding-bottom: 0.3em;
    border-bottom: solid 1px #d5d5d5;
}

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

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

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

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

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

a {
    color: #6A6A6A;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.4;
}

#center_wrapper {
    font-size: 1.1em;
    line-height: 1.4; /* Same line-height as paragraph */
    color: #6A6A6A;
    margin-bottom: 20px;
}

#center_wrapper a:hover {
    color: #008fd0;
}

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

#wysiwyg_content ul li, #wysiwyg_right_col ul li {
    background: url(../images/portal/bullet_small.png) no-repeat 0 3px transparent;
    padding-left: 1.3em;
}

#wysiwyg_content ol, #wysiwyg_right_col ol {
    list-style-type: decimal;
    margin-left: 0;
    padding-left: 2.2em;
}

#wysiwyg_right_col h2,
#wysiwyg_right_col h3,
#wysiwyg_right_col h4,
#wysiwyg_right_col h5,
#wysiwyg_right_col h6 {
    margin-bottom: 0;
    font-size: 1em;
    color: #e85426;
    line-height: 1.8;
}

#wysiwyg_right_col table td {
    vertical-align:top;
    text-align: left;
}

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

.downloads li > a {
    color: #434345;
}

.downloads .bullets li {

}

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

.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 {
    border: 1px solid #999999;
    cursor: pointer;
    padding: 0.1em 0.5em;
    color: #000000;
}

/* Items */

.item_title {
    font-size: 1em;
    margin-bottom: 0;
    display: inline;
    color: #333;
}

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

a.item_title:hover {
    text-decoration: underline;
}

#content .more_info {
    color: #9F9F9F;
    font-size: 0.818em;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1em;
}

#content .more_info_container {
    display:block;
    margin-top: 1em;
}

.item_title a {
    text-decoration: none;
}

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

.items > .item {
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    background:  url(../images/portal/bullet_big.gif) no-repeat left 2px transparent; 
    padding-left: 1.4em;
}

.item_title a {
    text-decoration: underline;
}

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

.date {
    font-size: 1em;
}

.categories .category_title {
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #008fd0;
}

.categories .category_title a {
    color: #333;
}

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

.categories .bullets .category_title a {
    background:  url(../images/portal/bullet_big.gif) no-repeat left 2px transparent; 
    padding-left: 1.4em;
}

.categories .bullets .category_title a:hover {
    background:  url(../images/portal/bullet_big_hover.gif) no-repeat left 2px transparent; 
    padding-left: 1.4em;
}

.categories ul li {
    color: #000;
    margin-bottom: 0.5em;
}

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

.category_others {
    margin-top: 1em;
}

.archief {
    color: #008fd0;
    font-weight: bold;
    text-decoration: none;
}

.archief:hover {
    text-decoration: underline;
}

/* Structure */

body {
    position: relative;
    background: url(../images/portal/bg_img.jpg) repeat-y center top #a2a2a2;
}

#globalwrapper {
    position: relative;
    width: 1006px;
    margin: 0 auto;
}

#header {
    position: absolute;
    top:0;
    left:0;
    height: 126px;
    width: 100%;
}

#header_border {
    height: 10px;
    margin: 0 9px;
}

#center_wrapper {
    padding-top: 367px;
    overflow: hidden;
}

#left_col {
    float: left;
    width: 756px;
    margin-left: 5px;
}

#globalwrapper.wide #content_container {
    background: none;
}

#content_container {
    overflow: hidden;
    position: relative;
    background:  url(../images/portal/nav_col_bg.gif) repeat-y 0 0 transparent;
}

#content_container .nav_shadow_bottom {
    background:  url(../images/portal/nav_col_btm_shadow.gif) no-repeat left bottom transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 183px;
    height: 7px;
}

#globalwrapper.wide #content_container .nav_shadow_bottom {
    background: none;
}

#right_col {
    float: right;
    width: 240px;
    margin-right: 5px;
}

.right_col_box {
    margin-bottom: 0.2em;
}

.right_col_box a {
    text-decoration: underline;
}

.right_col_box .shadow_bottom {
    background:  url(../images/portal/shadow_bottom_right_col.png) no-repeat 0 0 transparent;
}

.right_col_box .box_content {
    padding: 10px 20px;
    overflow:hidden;
    background:  url(../images/portal/shadow_right_col.png) repeat-y 0 0 transparent; 
}

#content {
    padding: 14px 22px 22px;
    background: url(../images/portal/shadow_content.png) repeat-y 0 0 transparent;
    overflow: hidden;
    min-height: 300px;
}

#content_container .shadow_bottom {
    background: url(../images/portal/shadow_bottom_content.png) no-repeat 0 0 transparent;
}

.border_top {
    border-top: 1px solid #dcdcdc;
    margin: 0 4px;
}

.shadow_bottom {
    height: 7px;
}

#bg_shadow_container {
    width: 571px;
    float: right;
    margin-right: 1px
}

#globalwrapper.wide #content_container #bg_shadow_container {
    width: auto;
    float: none;
    margin-right: 0;
}

#globalwrapper.wide #content_container #content {
    background: url(../images/portal/shadow_content_wide.png) repeat-y 0 0 transparent;
    float: none;
}

#globalwrapper.wide #content_container .shadow_bottom {
    background: url(../images/portal/shadow_bottom_content_wide.png) no-repeat 0 0 transparent;
}

.logo {
    display: block;
    margin: 14px 0 14px 9px;
    float:left;
    width: 210px;
    height: 90px;
}

.header_text {
    float: left;
    width: 283px;
    height: 44px;
    margin: 50px 0 0 20px;
}

/* quickmenu */

#quickmenu {
    float:right;
    max-width: 470px;
    margin: 46px 9px 0 0;
    font-size: 1.1em;
}

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

#quickmenu li {
    float:left;
    background: url(../images/portal/quickmenu_border.gif) no-repeat 0 2px;
    padding:0 8px 0 9px;
    line-height: 1.2;
}

#quickmenu li a {
    text-decoration: none;
    color: #000;
}

#quickmenu li a:hover {
    color: #008FD0;
    text-decoration: underline;
}

#quickmenu li.first {
    background: none;
}

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

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


/* Header images */

#header_img_container {
    overflow: hidden;
    clear: both;
    background: url(../images/intranet/header_img_bg.png) 0 0 no-repeat transparent;
    height: 252px;
}

#header_img {
    position: relative;
    height: 235px;
    overflow: hidden;
    margin: 4px 9px 13px;
}

/* Header image text */

.header_img_text {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    color: #008FD0;
    font-size: 1.8em;
    font-weight: bold;
    padding: 10px 12px;
}


/* Search */

#search {
    position: absolute;
    top: 68px;
    right: 9px;
}

#search form {
    height: 18px; /* ie-7 */
}

#search legend {
    display: none;
}

#search fieldset {
    background:  url(../images/portal/searchbox_bg.gif) no-repeat top left;
    width: 269px;
    height: 18px;
}

#search #search_trefwoord {
    font-size: 1.1em;
    padding: 2px 5px 1px;
    background: none;
    border:none;
    color: #838383;
    width: 195px;
    height: 15px;
    float:left;
    margin:0 6px;
}

#search .searchbox_submit {
    font-size: 1.1em;
    background: #dcdcdc;
    border:none;
    cursor: pointer;
    width: 52px;
    height: 18px;
    float:left;
    margin: 0;
    padding-bottom:2px;
    cursor: pointer;
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
}

/* Box news */

#news {
    margin-bottom: 2em;
}

#news h1 {
    margin-bottom: 0.3em;
    color: #008FD0;
}

#news ul.items {
    margin-bottom: 2em;
}

#news .item {
    overflow: hidden;
    clear:both;
}

#news .items > .item {
    padding-left: 0;
    background: none;
}

#news .koppel_link {
    color: #008fd0;
    font-weight: bold;
    text-decoration: none;
}

#news .koppel_link:hover {
    text-decoration: underline;
}

/* recent */

#recent {
    clear: both;
    padding-top: 1em;
}

#recent h2 {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 0.3em;
}

#recent .intro {
    margin-bottom: 0;
}

#recent li {
    overflow: hidden;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #D5D5D5;
}

#recent li.last {
    border-bottom: none;
}

#recent .no_link span {
    font-weight: bold;
}

/* page options */

#page_options {
    padding: 10px 20px;
    overflow:hidden;
    background:  url(../images/portal/shadow_right_col.png) repeat-y 0 0 transparent; 
}

#page_options ul {
    margin: 0;
}

#page_options li {
    float: left;
    background: url(../images/portal/quickmenu_border.gif) no-repeat 0 2px;
    padding:0 8px 0 9px;
    line-height: 1.2;
}

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

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

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

/* Snel naar */

#snelnaar {
    padding: 10px 20px 20px;
    overflow:hidden;
    background:  url(../images/portal/shadow_right_col.png) repeat-y 0 0 transparent; 
}

#snelnaar h2 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

#snelnaar ul {
    margin-bottom: 0;
}

#snelnaar li {
    line-height: 1.8;
}

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

#snelnaar a {
    background:  url(../images/portal/bullet_big.gif) no-repeat left 2px transparent; 
    padding-left: 1.4em;
    text-decoration: none;
    color: #000;
}

#snelnaar a:hover {
    font-weight: bold;
    background:  url(../images/portal/bullet_big_hover.gif) no-repeat left 2px transparent; 
}

/* koppelbox right col */

#box_right_col {
    float: left;
}

#box_right_col ul {
    margin:0;
}

#box_right_col .item {
    float: left;
    margin-right: 4px;
    padding:0;
    border-bottom: none;
    clear: none;
    background: none;
}

#box_right_col a {
    font-size: 0;
    text-indent: -9999px;
    text-transform: uppercase;
    display: block;
}

#box_right_col li.first a {
    background: url(../images/portal/rss_icon.png) no-repeat 0 0 transparent;
    width: 22px;
    height: 22px;
}

#box_right_col li.last a {
    background: url(../images/portal/adobe_reader_icon.png) no-repeat 0 0 transparent;
    width: 62px;
    height: 22px;
}

.right_col_box div.socialmedia ul {
    overflow: visible;
}

/* navigation */

#navigation_container {
    font-family: Arial, Helvetica, sans-serif;
    float:left;
    width: 184px;
    min-height: 1px;
    font-size: 1.091em;
    background: url(../images/portal/nav_container_border.gif) no-repeat 3px top transparent;
}

#navigation {
    line-height: 1.4;
    overflow: hidden;
}

#navigation ul {
    margin:0;
}

#navigation li a {
    color: #434345;
    display: block;
    width: 151px;
    padding: 7px 16px;
    text-decoration: none;
}

#navigation .mainmenu > li {
    background: url(../images/portal/nav_btm_shadow.gif) no-repeat left bottom transparent; 
    padding-bottom: 6px;
}

#navigation .mainmenu > li.last,
#navigation .mainmenu > li.one_item {
    background: url(../images/portal/nav_btm_shadow_last.gif) no-repeat left bottom transparent; 
}

#navigation .mainmenu > li.hasitems.active {
    padding-bottom: 0;
}

#navigation .mainmenu > li > a {
    font-weight: bold;
    margin: 0 3px;
    padding: 7px 13px;
    border-top: solid 1px #dedede;
}

#navigation .mainmenu > li > a:hover,
#navigation .mainmenu > .active > a {
    background-color: #A9A9A9;
    color: #fff;
}

#navigation .mainmenu .active .submenu {
    display: block;
}

#navigation .submenu {
    display: none;
}

#navigation .submenu > li {
    background:  url(../images/portal/nav_bg_items.gif) repeat-y 0 0 transparent;
    padding: 0 0 4px 3px;
}

#navigation .submenu > li.last {
    background:  url(../images/portal/nav_bg_items.gif) repeat-y 0 0 transparent;
    padding: 0 0 4px 3px;
}

#navigation .submenu > li.first,
#navigation .submenu > li.one_item {
    padding-top: 4px;
}

#navigation .submenu > li > a {
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    width: 143px;
    height: auto;
    padding: 6px 16px;
}



#navigation .submenu > li > a:hover,
#navigation .submenu > .active > a {
    background-color: #cfeaf6;
    font-weight: bold;
    color: #434345;
}

/* Koppelbox footer */

#footer {
    width: 1000px;
}

#koppelbox_footer {
    margin: 10px 0 0 16px;
    float: left;
}

#koppelbox_footer a {
    color: #333;
    font-size: 0.909em;
    text-decoration: none
}

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

#koppelbox_footer ul {
    margin: 0;
}

#koppelbox_footer li {
    float: left;
    background: url(../images/portal/quickmenu_border.gif) no-repeat 0 2px;
    padding:0 8px 0 9px;
    line-height: 1.2;
}

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

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

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

div#module_content .buttons a {
    border-color: #999;
    color: #333;
    background-color: #EEE;
    font-weight: normal;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    font-size: 100%;
    margin-right: 0.25em;
    padding: 0.2em 0.6em;
    display: inline-block;
}

.intro ul,
.text ul,
.item_intro ul,
.product_text ul,
ul.bullets {
    list-style: none;
    margin-left: 0;
}

.intro ul li,
.text ul li,
.item_intro ul li,
.product_text ul li,
ul.bullets li {
    background:  url(../images/portal/bullet_big.gif) no-repeat left 3px transparent;
    padding-left: 1.4em;
}
