body {
    background: url(../images/body_bg.png) no-repeat center top #FFF;
    border-top: 12px solid #000;
    color: #000B5F;
    font-family: Arial;
    font-size: 75%;
    line-height: 120%;
}

.moved,
#search legend,
#search label {
    left: -999em;
    position: absolute;
}

h1, h2, legend {
    color: #3E8AC7;
    margin-bottom: 0.8em;
}

#content h2, #content legend {
    margin-bottom: 0.2em;
}

h1 {
    background: url(../images/header1.png) repeat-x left bottom;
    margin: -60px -20px 20px;
    padding: 0 105px 15px 20px;
    font-size: 200%;
    line-height: 110%;
}

h1.titlehome {
    font-size: 250%;
    z-index: 6
}

h2, #content legend {
    font-size: 133.3%;
    font-weight: bold;
    line-height: 120%;
}

a {
    color: #105EB5;
}

ul#skiplinks {
    margin: 0;
}

#skiplinks a {
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 3;
}

#skiplinks a:focus {
    display: block;
    left: 0;
    color: #fff;
    background: #000;
    font-size: 1em;
    padding: 8px;
    text-decoration: none;
}

a:focus {
    outline: 1px dotted #000;
}

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

#globalwrapper {
    margin: 0 auto;
    padding: 188px 0 0;
    position: relative;
    width: 990px;
}

#mainwrapper {
    overflow: hidden;
    position: relative;
}


/* tables */
table th, table td {
    vertical-align: top;
    padding: 4px 8px;
}

.intro table,
.text table,
.wysiwyg table {
    border-collapse: collapse;
    margin-bottom: 1em;
    width: 100%;
}
 
.intro table td,
.text table td,
.wysiwyg table td,
.intro table th,
.text table th,
.wysiwyg table th {
    border: 1px solid #3E8AC7;
}
 
.intro table caption,
.text table caption,
.wysiwyg table caption {
    margin-bottom: 0.4em;
    font-style: italic;
}

.intro table th,
.text table th,
.wysiwyg table th {
    background-color: #3E8AC7;
    color: #fff;
}


/*_____ HEADER _____*/
#header {
    height: 188px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#logo {
    left: 3px;
    position: absolute;
    text-decoration: none;
    top: 63px;
}

#logo img {
    float: left;
}

#logo span {
    color: #3586C7;
    float: left;
    font-size: 250%;
    font-weight: bold;
    line-height: 100%;
    margin: -4px 0 0 17px;
}

/* SEARCH */
#search {
    float: right;
    margin: 12px 4px 0 7px;
}

#search #search_trefwoord {
    border: 1px solid #000511;
    color: #000B5F;
    float: left;
    font-family: calibri;
    font-size: 116.7%;
    font-style: italic;
    height: 22px;
    line-height: 170%;
    padding: 5px 10px;
    width: 177px;
}

.ie8 #search #search_trefwoord {
    padding: 4px 10px 6px;
}

.ie9 #search #search_trefwoord {
    padding: 3px 10px 7px;
}

#search .searchbox_submit {
    background-color: #FFF;
    border: 1px solid #000511;
    color: #000B5F;
    cursor: pointer;
    float: left;
    font-family: calibri;
    font-size: 116.7%;
    height: 34px;
    margin-left: -1px;
    padding: 4px 0 6px;
    width: 59px;
}

/* SNELMENU */
#snelmenu {
    float: right;
    margin: 22px 0 10px;
}

#snelmenu li {
    float: left;
}

#snelmenu a {
    border-right: 1px solid #000B5F;
    color: #0F52A5;
    padding: 0 5px;
    text-decoration: none;
}

#snelmenu .one_item a, #snelmenu .last a {
    border-right: 0;
    padding-right: 0;
}

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

#snelmenu a.twitter {
    background: url(../images/icoon_twitter.png) no-repeat left 1px;
    margin-left: 5px;
    padding-left: 15px;
}

#snelmenu a.facebook {
    background: url(../images/icoon_facebook.jpg) no-repeat left 1px;
    padding-left: 15px;
}

/* PORTALMENU */
#portal {
    clear: right;
    float: right;
    margin-top: 8px;
    width: 758px;
}

#portal > li {
    background: url(../images/portal_divider.png) no-repeat left 6px;
    float: left;
    height: 110px;
    padding: 0 5px 0px 6px;
    position: relative;
    width: 81px;
    z-index: 1;
}

#portal > li:hover {
    z-index: 99;
}

#portal > li#mediumnav_13 {
    background: none;
    width: 80px;
}

#portal > li > a {
    color: #0F52A5;
    display: block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}

#portal > li > a > span {
    background: no-repeat center 8px;
    display: block;
    height: 57px;
    padding: 7px 10px 5px;
}

#portal span img {
    max-height: 57px;
    max-width: 60px;
}

#portal > li.active > a > span, #portal > li:hover > a > span {
    background: url(../images/portal_actief.png) no-repeat center top;
}

#portal li > div {
    left: -999em;
    position: absolute;
    top: -999em;
    width: 203px;
}

#portal > li.focus div,
#portal > li.hover div {
    left: 13px;
    top: 110px;
}

#portal ul {
    background: url(../images/portalmenu_bottom.png) no-repeat left bottom;
    line-height: 150%;
    padding-bottom: 7px;
}

#portal ul > li {
    background: url(../images/portalmenu_middle.png) repeat-y left top;
    padding: 3px 15px;
    position: relative;
    width: 173px;
}

#portal ul > li.first, #portal ul > li.one_item {
    padding-top: 10px;
    background: url(../images/portalmenu_top.png) no-repeat left top;
}

#portal ul > li:hover {
    z-index: 99;
}

#portal ul.mainmenu .submenu {
    left: -9999em;
    position: absolute;
    top: -999em;
}

#portal ul.mainmenu li:hover .submenu {
    left: 40px;
    top: 2px;
}

#portal div a {
    text-decoration: none;
}

#portal div a:hover, #portal div a:focus {
    text-decoration: underline;
}

/*_____ ASIDE _____*/
#aside {
    float: left;
    padding-bottom: 10px;
    width: 321px;
}

.aside_box  {
    background: url(../images/aside_top.png) no-repeat left top;
    padding: 3px 0 10px;
}

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

.aside_bottom  {
    background: url(../images/aside_bottom.png) no-repeat left top;
    padding-bottom: 6px;
}

.ie7 .aside_bottom {
    overflow: hidden;
}

#aside h2 {
    font-size: 125%;
}

#aside .wysiwyg h2 {
    background: none;
    color: #000B5F;
    font-size: 150%;
    line-height: 110%;
}

#aside li {
    margin-bottom: 0.7em;
}

#aside a {
    color: #000B5F;
    font-weight: bold;
    text-decoration: none;
}

#aside a:hover, #aside a:focus {
    color: #3E8AC7;
    text-decoration: underline;
}

.hasjs #tabs {
    position: relative;
}

.hasjs #tabs h2 {
    background: no-repeat left top;
    cursor: pointer;
    height: 14px;
    left: 4px;
    line-height: 100%;
    padding: 10px;
    position: absolute;
    top: 2px;
}

.hasjs .no_pointer#tabs h2 a {
    cursor: default;
}

.hasjs #tab1 h2 {
    width: 105px
}

.hasjs #tab2 h2 {
    width: 167px
}

.hasjs #tab2.secondtab h2 {
    left: 131px;
}

.hasjs #tab1.inactive h2 {
    background-image: url(../images/tab1_inactief.png);
}

.hasjs #tab2.inactive h2 {
    background-image: url(../images/tab2_inactief.png);
}

.hasjs #tab2 h2 a,
.hasjs #tab1 h2 a {
    color: #3E8AC7;
    text-decoration: none;
}

.hasjs #tabs .inactive h2 a:hover {
    color: #3E8AC7;
}

.hasjs #tabs .wysiwyg {
    padding: 32px 0 0;
}

#tabs .tab {
    padding-top: 10px;
}

.hasjs #tabs .tab {
    padding-top: 0;
}

.hasjs #tabs .tab.inactive .wysiwyg{
    left: -999em;
    position: absolute;
    top: -999em;
}

#tabs .tab .wysiwyg li img {
    vertical-align: middle;
}

/* NAVIGATION */
#navigation .mainmenu > li {
    margin-bottom: 1.2em;
}

#navigation .mainmenu > li > a {
    font-size: 150%;
    font-weight: normal;
}

#navigation .mainmenu > li > a {
    color: #2EB100;
}

#navigation .mainmenu > li.pos_2 > a,
#navigation .mainmenu > li.pos_5 > a {
    color: #FFA200;
}

#navigation .mainmenu > li.pos_3 > a,
#navigation .mainmenu > li.pos_6 > a {
    color: #F600FF;
}

#navigation .submenu {
    padding: 0.4em 0 0 15px;
}

#navigation .submenu li {
    margin-bottom: 0.2em;
}

#navigation  .submenu li a {
    font-weight: normal;
}

#navigation .submenu li a:hover,
#navigation .submenu li a:focus {
    color: #000B5F;
}

#navigation .submenu li.active a {
    text-decoration: underline;
}

#banner {
    width: 320px;
}

#banner p {
    margin-bottom: 0;
}

/*_____ CONTENT _____*/
#contentwrapper {
    background: url(../images/content_bottom.png) no-repeat left bottom;
    float: right;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 146px 0 7px;
    position: relative;
    width: 663px;
}

#ppp {
    background-repeat: no-repeat;
    height: 128px;
    left: 4px;
    position: absolute;
    right: 4px;
    top: 3px;
}

#contentheader {
    background: url(../images/content_top.png) no-repeat left top;
    height: 83px;
    left: 0;
    position: absolute;
    right: 0;
    top: 142px;
}

#kruimelspoor {
    padding: 10px 24px 0;
}

#kruimelspoor a {
    color: #B5B5B5;
    text-decoration: none;
}

#kruimelspoor a:hover, #kruimelspoor a:focus {
    text-decoration: underline;
}

#kruimelspoor .seperator img {
    vertical-align: middle;
}

#contentmenu {
    float: right;
    margin-right: 33px;
}

#contentmenu li {
    margin-bottom: 1em;
    margin-left: 37px;
}

#contentmenu a {
    color: #000B5F;
    display: block;
    height: 15px;
    padding-left: 18px;
    text-decoration: none;
}

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

.btn_print {
    background: url(../images/icoon_print.png) no-repeat left 2px;
    cursor: pointer;
}

a.readspeaker {
    background: url(../images/icoon_leesvoor.png) no-repeat left 1px;
}

#xp1 {
    position: absolute;
    right: 4px;
    top: 3px;
}

#content {
    background: url(../images/content_middle.png) repeat-y left top;
    overflow: hidden;
    padding: 100px 24px 10px;
    position: relative;
}

#nieuws {
    margin-bottom: 0;
}

#nieuws li, #content .module_items > ul > li .item_wrap {
    background: url(../images/items_divider.png) no-repeat left bottom;
    margin-bottom: 24px;
    overflow: auto;
    padding: 0 0 35px 0;
}

#nieuws li.last {
    background: none;
    margin-bottom: 0;
}

#nieuws li h2 a, h2.item_title a, #nieuws li a.item_title {
    color: #3E8AC7;
    text-decoration: none;
}

#nieuws li a.item_title {
    font-size: 133.3%;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 0.2em;
}

#nieuws li h2 a:hover, #nieuws li h2 a:focus,
h2.item_title a:hover, h2.item_title a:focus,
#nieuws li a.item_title:hover, #nieuws li a.item_title:focus {
    text-decoration: underline;
}

#nieuws img {
    float: right;
    margin-left: 80px;
    width: 174px;
}

a.meernieuws {
    float: left;
    margin-top: 20px;
}

#totop {
    float: right;
    margin: 20px 0;
}

/*_____ FOOTER _____*/
#footer {
    float: left;
    width: 992px;
    background: url(../images/footer_top.png) no-repeat left top;
    margin-bottom: 1em;
    padding-top: 4px;
}

#footer #koppelbox {
    background: url(../images/footer_bottom.png) no-repeat left bottom;
    padding-bottom: 6px;
}

#footer ul {
    background: url(../images/footer_middle.png) repeat-y left bottom;
    margin-bottom: 0;
    overflow: hidden;
    padding: 15px;
}

#footer li {
    display: inline;
    margin-right: 32px;
}

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

#footer a:hover, #footer a:focus {
    text-decoration: underline;
}

/*_____ OVERIGE _____*/
.module {
    overflow: auto;
}

.wysiwyg ul,
ul.bullets {
    list-style: none;
    margin-left: 0;
}

.wysiwyg ul > li,
#snelnaar ul > li,
ul.bullets > li {
    background: url(../images/bullet.png) no-repeat left 3px;
    padding-left: 15px;
}

#snelnaar ul > li.no_link {
    background: none;
    padding-left: 0;
    font-weight: bold;
    padding-top: 0.5em;
}

ul.bullets > li.item {
    background-position: left 5px;
}

.item .date {
    color: #B5B5B5;
    font-size: 116.7%;
}

.downloads li > a {
    color: #000B5F;
}

.file_size, .download_information, .download_information a {
    color: #B5B5B5;
}

.archief {
    float: left;
    margin-top: 20px;
}

.go_to_mobile {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 4% 0;
    text-align: center;
    font-weight: bold;
    font-size: 400%;
    text-decoration: none;
}