﻿html
{
    height: 100%;
    max-height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: verdana, sans-serif;
    font-size: 9pt;
    color: #002a5f;
    background: #FFFFFF;
}

body
{
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
}

a
{
}

p
{
    clear: both;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push
{
    height: 30px; /* .push must be the same height as .footer */
}

.content
{
    height: 100%;
    max-height: 100%;
    width: 100%;
    position: relative;
    display: block;
    z-index: 3;
}

.content a
{
    color: #004CAC;
    text-decoration: underline;
}

.content a:hover
{
    color: #002a5f;
    background: #D7F799;
}

.content a:active, .content a:focus
{
    outline: 0;
}

.center
{
    width: 740px;
    padding: 0;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 150%;
}

.balk
{
    background: url('../../data/img/top_green.gif') repeat-x;
    z-index: 0;
}

.top
{
    background: url('../../data/img/bg_main.gif') no-repeat;
    width: 774px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

/* ------- HEADER -------- */

.header
{
    position: relative;
    background: transparent url('../../data/img/logo.gif') no-repeat 0 0;
    height: 90px;
    width: 774px;
    margin-top: -379px;
    margin-left: auto;
    margin-right: auto;
}

.header h1
{
    float: left;
    display: block;
    padding: 0;
    margin-top: 27px;
    margin-left: 17px;
    text-indent: -9999px;
}

.header h1 a
{
    display: block;
    height: 37px;
    width: 237px;
}

.header h1 a:hover
{
    background: transparent;
}

.header h1 a:active, .header h1 a:focus
{
    outline: 0;
}

.box_languageswitch
{
    position: absolute;
    top: 35px;
    right: 30px;
}

.box_languageswitch .lang_item
{
    font-size: 8pt;
    display: inline-block;
    text-transform: uppercase;
}

.box_languageswitch .flag_nl
{
    border-right: 1px solid #808080;
    padding-right: 7px;
    margin-right: 2px;
}

.box_languageswitch .flag_nl
{
}

.box_languageswitch .lang_item a
{
    color: #808080;
}

.box_languageswitch .lang_item a:hover
{
    color: #002a5f;
}




/* ------ TOP MENU ------- */

.topmenu
{
    list-style-type: none;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    height: 42px;
    background: #FFFFFF;
}

.topmenu ul
{
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.topmenu li
{
    display: block;
    float: left;
}

.topmenu a
{
    display: block;
    width: 100%;
    height: 2em;
    position: relative;
    text-decoration: none;
}

.topmenu a em
{
    display: block;
    font-style: normal;
    width: 100%;
    text-align: center;
    height: 1.5em;
    color: #002a5f;
    background-color: #FFFFFF;
    font-weight: bold;
    border-bottom: 4px solid #002a5f;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.topmenu a:hover
{
    color: #002a5f;
    background-color: #FFFFFF;
}

.topmenu a:hover em
{
    border-bottom: 4px solid #8CD600;
}

.topmenu a:active, .topmenu a:focus
{
    color: #002a5f;
    background-color: #FFFFFF;
    outline: 0;
}

.topmenu a:active em, .topmenu a:focus em
{
    border-bottom: 4px solid #6BA400;
    color: #002a5f;
    background-color: #FFFFFF;
    outline: 0;
}

/* ----- BOTTOM PrevPage ----- */
.icon_back
{
    background-repeat: no-repeat;
    background-image: url('../../data/img/icon_back.gif');
    background-position: 0px;
    text-decoration: none;
}

/* ----- BOTTOM MENU ----- */

.bottommenu
{
    width: 740px;
    color: #002a5f;
    background: #FFFFFF;
    font-size: 8pt;
    list-style-type: none;
    text-align: center;
    margin: 5px auto 0 auto;
}

.bottommenu ul
{
    width: 740px;
    height: 12pt;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    clear: both;
}

.bottommenu li
{
    padding: 0;
    margin: 0;
    border: 0;
    display: inline;
    color: #FFFFFF;
    background: #FFFFFF;
}

.bottommenu a
{
    padding: 0;
    margin: 0;
    border: 0;
    color: #9F9F9F;
    background: #FFFFFF;
    background: transparent;
    text-decoration: none;
    white-space: pre;
}

.bottommenu a:hover
{
    color: #9F9F9F;
    background: #FFFFFF;
    text-decoration: underline;
}

.bottommenu a:active, .bottommenu a:focus
{
    outline: 0;
}

/* ----------------------- */

.columnleftsmall
{
    width: 246px;
    float: left;
    margin: 0 0 0 0;
    display: block;
}

.columnrightbig
{
    width: 485px;
    float: right;
    display: block;
}

/* ----------------------- */

.titlegreen
{
    font-size: 13px;
    color: white;
    background: #8CD600 url('../../data/img/titlegreen_bckgrnd.png') repeat-x;
    display: block;
    font-weight: bold;
    height: 30px;
    margin-bottom: 12px;
}

.contentcolumn
{
    width: 100%;
}

/* ----------------------- */

.sidemenupanel
{
    margin-bottom: 14px;
}

.columnleftbannerpanel
{
    background: transparent url('../../data/img/img_beheerder_worden.gif') no-repeat 0 0;
    width: 240px;
    height: 110px;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    margin-bottom: 10px;
    text-indent: -9999px;
    display: inline;
}

.columnleftbannerpanel
{
}

.columnleftbannerpanel a
{
    display: block;
    width: 238px;
    height: 108px;
    border: 1px solid #002a5f;
}

.columnleftbannerpanel a:hover
{
    border: 1px solid #8CD600;
}

.columnleftbannerpanel a:active, .columnleftbannerpanel a:focus
{
    outline: 0;
}

/* ------ SIDE MENU ------ */

.sidemenu
{
    width: 240px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
}

.sidemenu li
{
    display: inline;
    float: none;
}

.sidemenu em
{
    background: #002a5f url('../../data/img/sidemenu_bckgrnd.gif') no-repeat;
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    padding: 4px 0 3px 8px;
    color: #FFFFFF;
    min-height: 23px;
}

.sidemenu a
{
    display: block;
    text-decoration: none;
    padding: 1px 0 2px 7px;
    color: #002a5f;
    background: #FFFFFF;
    border-right: 1px solid #002a5f;
    border-left: 1px solid #002a5f;
    border-bottom: 1px solid #9f9f9f;
}

.sidemenu a:hover
{
    color: #002a5f;
    background: #8CD600;
}

.sidemenu a:active, .sidemenu a:focus
{
    color: #002a5f;
    background: #FFFFFF;
    outline: 0;
}

.sidemenu a:focus
{
    color: #002a5f;
    background: #6BA400;
    outline: 0;
}

.sidemenu .selected
{
    font-weight: bold;
    background: #8CD600;
}

/* ------- SITEMAP ------- */

#sitemap
{
}

#sitemap li
{
    list-style-type: none;
}

#sitemap ul li
{
    list-style-image: url(../../data/img/l2_normal.gif);
}

#sitemap ul ul li
{
    list-style-image: url(../../data/img/l3_normal.gif);
}

#sitemap ul li.firstfollow
{
    list-style-image: url(../../data/img/l2_first_follow.gif);
}

#sitemap ul li.last
{
    list-style-image: url(../../data/img/l2_last_item.gif);
}

#sitemap ul ul li.firstfollow
{
    list-style-image: url(../../data/img/l3_first_follow.gif);
}

#sitemap ul ul li.last
{
    list-style-image: url(../../data/img/l3_last_item.gif);
}

/* ------- CONTENT ------- */
.textnormal ul
{
    position: relative;
    left: -1em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.textnormal li
{
    padding-left: 1em;
}

