html, body
{
    padding: 0px;
    margin: 0px;
    height: 100%;
}

html
{
    overflow: scroll;
    overflow-x: auto;
}

body
{
    color: #000000;
    background: #E5E4E4;
    text-align: center;
    width: 100%;
    behavior:url("/css/csshover.htc");
}

#content h1
{
    font-size: 16px;
    color: #8FC108;
}




#content a
{
    text-decoration: none;
    color: #8FC108;
    font-weight: bold;
}

a:hover
{
/*    text-decoration: underline;
    color: #9FA52E;*/
}

a img
{
    border: 0px none;
}

a:active
{
    outline: none;
}

a:focus
{
    -moz-outline-style: none;
}


body *
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#content a.employee_more_info
{
    font-size: 11px;
    font-weight: normal;
}

div.employee img
{
    border: 1px solid #72797E;
}

a#rss_logo
{
    position: absolute;
    right: 60px;
    margin-top: 15px;
}

div#container_back
{
    position: relative;
    width: 766px;
    margin: 0 auto;
    background: #BAB8B6 url('/siteimg/lines_gray.jpg') repeat-x top; /**Rand kleur **/
    text-align: center;
    height: 100%; 
}

div#container
{
    position: relative;
    width: 734px;
    margin: 0 auto;
    background: #ffffff;
    text-align: left;
    min-height: 100%;
    height: auto !important; /* voor overige browsers */
    height: 100%; /* voor IE */
}


div#header
{
    position: relative;
    background: #EBEBEB;
    background: #ffffff;
    height: 63px;
    width: 100%;
}

div#address
{
    position: absolute;
    top: 10px;
    left: 260px;
}

div#address, 
div#address a
{
    text-decoration: none;
    color: #6C6966;
    font-weight: bold;
    font-size: 11px;
}

div#icons
{
    position: absolute;
    top: 3px;
    right: 50px;
}

div#imagebar_left
{
    height: 67px;
    width: 100%;
    
}

div#imagebar_right
{
    height: 67px;
    width: 100%;
    
}

table#framework
{
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

table#framework td.fw_content
{
    width: 454px;
    vertical-align: top;
}

table#framework td.fw_navigation
{
    width: 228px;
    vertical-align: top;
}

table#framework td.fw_right
{
    vertical-align: top;
    width: 52px;
}

div#nav_head
{
    height: 14px;
    position: absolute; 
    bottom: 0px;
    right: 52px;
    width: 228px;
}

div#nav_panel, 
div#nav_head
{
    background: #E5E4E4;
}

div#nav_panel
{
    margin-bottom: 15px;
}

div#content
{
    padding: 22px 19px 20px 19px;
}


div#nav_panel h2
{
    padding: 0px;
    margin: 0px;
    color: #8FC108;
    margin-top: 12px;
    
    padding-left: 8px;
    font-size: 16px;
    
}

div#nav_panel hr
{
    background: #B1D900; /* ff */
    color: #B1D900;  /* ie */
    
    width: 100%;
    height: 1px; 
    shade: no-shade; 
    border: 0px none;
    margin-bottom: 20px;
}


ul li
{
    list-style-type: square;
}

ul.news
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.news li 
{
    padding-left: 15px;
    padding-bottom: 15px;
    list-style-type: none;
}

ul.news li a
{
    text-decoration: none;
    color: #8FC108;
}

ul.employees
{
    padding-bottom: 13px;
}


table#panels
{
    width: 411px;
    text-align: left;
}



table#panels tbody td
{
    background: #E5E4E4;
    padding: 4px;
    vertical-align: top;
}


 /** Menoelie (ul-li)  ***/
 
ul.navigation, 
ul.navigation li,
ul.navigation li ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
 
ul.navigation li
{
    width: 100%;
    border-bottom: 1px solid #ffffff;
    background: #B1D900 url('/siteimg/li_square.gif') no-repeat 8px 5px;
    line-height: 16px;
}

ul.navigation li:hover
{
    background-color: #8EC208;
}

ul.navigation li a
{
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding-left: 21px;
    height: 100%;
}

ul.navigation li a:hover
{
    text-decoration: none;
    color: #ffffff;
}

/* sub-items */ 
ul.navigation ul li
{
    /*display: none;*/
    width: 100%;
    border: 0px none;
    background: #CAD2A5;
}

ul.navigation ul li a
{
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding-left: 30px;
    height: 100%;
}

ul.navigation li.active
{
    
}

ul.navigation ul li.active
{
    background: #75A300;
}

ul.navigation ul
{
    display: none;
}

ul.navigation li.active ul
{
    display: block;
}



