* {
    margin: 0;
}

html, body#top {
    height:100%;
}

body
{
    background-image:url(../images/layout/body_bg.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    font: normal 12px "Lucida Sans"; color: #ffffff;
    background-color:#74787b;
}

/* ALGEMEEN */
ul li
{
    list-style-position:outside;
    list-style-type:none;
    background-image:url(../images/layout/pijl_lijstitem_info.png);
    background-position:left 5px;
    background-repeat:no-repeat;
    padding-left:13px;
}

ul
{
    /*
    margin-left:45px;
    */
}

a
{
    font: normal 12px "Lucida Sans"; color: #95c4e1;
    text-decoration:underline;
}
/* EINDE ALGEMEEN */

ul li,
a
{
    line-height:18px !important;
}

#wrapper
{
    min-height: 100%; 
    height: auto !important; 
    height: 100%;
    
    margin:0px auto -87px;
    width:971px;
}

#site_header
{
    height:531px;
    background-image:url(../images/layout/site_header_home.png);
    background-repeat:no-repeat;
    background-position:left top;
    width:971px;
    position:relative;
}

#flash
{
    width:635px;
    height:398px;
    position:absolute;
    top:132px;
    left:6px;
    
    /*background-image:url(../images/flash_home.jpg);
    background-repeat:no-repeat;
    background-position:left top;*/
}

#logo
{
    display:block;
    text-indent:-9999px;
    height:62px;
    width:149px;
    position:absolute;
    top:18px;
    left:28px;
    
    background-image:url(../images/layout/logo.png);
    background-repeat:no-repeat;
    background-position:left top;
}


#footer, #push { height: 87px; clear: both; }
#footer 
{
    height:87px;
    background-image:url(../images/layout/bg_footer.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    
    width:971px;
    margin:0px auto;
}


#footer_container
{
    width:971px;
    margin:0px auto;
    text-align:center;
    overflow:hidden;
}

#footer_data
{
    position:relative;
    margin-left:23px;
    padding-top:44px;
    width:785px;
    /*
    height:16px;
    */
}

#footer_logo
{
    background-image:url(../images/layout/footer_logo.png);
    background-position:left top;
    background-repeat:no-repeat;
    position:absolute;
    left:0px;
    top:11px;
    text-indent:-9999px;
    display:block;
    width:68px;
    height:29px;
}

#footer_data ul
{
    list-style:none;
    overflow:hidden;
}

#footer_data ul li
{
    text-align:left;
    float:left;
    list-style-type:none;
    list-style-position:outside;
    margin-left:17px;
    padding-left:0px;
    background:none;
}

#footer_data ul li.first
{
    margin-left:0px;
}

#footer_data,
#footer_data a
{
    font: normal 12px "Lucida Sans"; color: #ffffff;
    text-decoration:none;
}

a.copy
{
    font: normal 9px "Lucida Sans"; color: #ffffff;
    text-decoration:none;
    float:right;
    margin-top:61px;
    margin-right:23px;
}

/*
LAATSTE NIEUWS
*/
#navNieuws
{
    position:absolute;
    top:132px;
    left:645px;
    padding-left:13px;
    /*width:320px;*/
    width:297px;
    padding-top:23px;
}

#laatsteNieuws
{
    margin:0px;
    padding-top:5px;
    /*
    background-image:url(../images/layout/bg_laatstenieuws.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    */
        
    list-style:none;
    overflow:hidden;
    list-style: none; 
}

#laatsteNieuws li
{
    padding-left:0px;
    background:none;
    width:293px;
    height:70px;
    list-style-type:none;
    list-style-position:outside;
    cursor:pointer;
}

#laatsteNieuws li:hover,
#laatsteNieuws li.last:hover,
#laatsteNieuws li.active
{
    background-image:url(../images/layout/nav_nieuws_item_hover.jpg);
    background-position:-1px top;
    background-repeat:no-repeat;
}

#laatsteNieuws li.in_de_kijker
{
    background-image:url(../images/layout/nav_nieuws_item_in_de_kijker.jpg);
    background-position:right top;
    background-repeat:no-repeat;    
}

#laatsteNieuws li.in_de_kijker:hover,
#laatsteNieuws li.in_de_kijker_active
{
    background-image:url(../images/layout/nav_nieuws_item_in_de_kijker_hover.jpg);
    background-position:right top;
    background-repeat:no-repeat;        
}

#laatsteNieuws li div.item_inhoud
{
    /*
    height:39px;
    */
    width:280px;
    padding-left:9px;
    padding-top:14px;
    height:56px;

    border-top:solid 1px #b4b6b7;
    font: normal 12px "Lucida Sans"; color: #74787b;        
}

#laatsteNieuws li div.item_inhoud h3
{
    font: bold 13px "Century Gothic"; color: #0d91c2;    
}

#navNieuws h2
{
    font: bold 13px "Trade gothic bold","Arial Narrow","Arial"; color: #0d91c2;
    padding-bottom:5px;
}
/* KNOPPEN */
a.knop,
a.knop span,
a.formknop,
a.formknop span
{
    display:inline-block;
    height:24px !important;
    line-height:24px !important;    
}

a.knop,
a.formknop
{
    cursor:pointer;
    text-align:left;
    background-image:url(../images/layout/knop_linkerkant.png);    
    background-repeat:no-repeat;
    background-position:left top;
    float:right;
    font: bold 10px "Trade gothic bold","Arial Narrow","Arial"; color: #74787b;
    text-decoration:none;
}

a.knop:hover,
a.formknop:hover
{
    background-image:url(../images/layout/knop_linkerkant.png);    
    font: bold 10px "Trade gothic bold","Arial Narrow","Arial"; color: #1593c3;
}

a.knop span,
a.formknop span
{
    cursor:pointer;
    background-image:url(../images/layout/knop_rechterkant.png);    
    background-repeat:no-repeat;
    background-position:right top;
    margin-left:11px;
    padding-right:30px;
}

a.knop:hover span,
a.formknop:hover span
{
   background-image:url(../images/layout/knop_rechterkant_hover.png); 
}

a.knop_meerberichten
{
    margin-right:5px;
    margin-top:11px;
}

#content_wrapper
{
    margin-left:5px;
    margin-right:5px;
    overflow:hidden;
    padding-bottom:10px;
}

#info_inhoud,
#links_inhoud,
#doelgroepen_inhoud,
#nieuws_inhoud,
#nieuwsdetail_inhoud,
#organisatie_inhoud,
#contactgegevens_inhoud,
#form
{
    /*
    background-color:green;
    */
    width:637px;
    float:left;    
}

#nieuwsdetail_inhoud_content
{
    padding-left:18px;
    width:608px;
}

#info_inhoud h2,
#links_inhoud h2,
#doelgroepen_inhoud h2,
#nieuws_inhoud h2,
#nieuwsdetail_inhoud h2,
#organisatie_inhoud h2,
#contactgegevens_inhoud h2,
#form h2
{
    background-image:url(../images/layout/bg_titel.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    height:44px;
    padding-top:7px;
    padding-left:18px;
    font: bold 13px "Trade gothic bold","Arial Narrow","Arial"; color: #95c4e1;    
}

#navSub h2,
#navSubVacatures h2
{
    background-image:url(../images/layout/bg_navtitel.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    
    height:44px;
    padding-top:7px;
    padding-left:18px;
    font: bold 13px "Trade gothic bold","Arial Narrow","Arial"; color: #95c4e1;    
}


/* infolist */
#infolist,
#linkslist,
#nieuwslist,
#contactgegevenslist
{
    list-style:none;
}

#infolist li.infolist_item,
#linkslist li.linkslist_item,
#nieuwslist li.nieuwslist_item,
#contactgegevenslist li.contactgegevenslist_item
{
    width:617px;
    overflow:hidden;
    list-style-type: none; 
    list-style-position:outside;    
    
    background-image:url(../images/layout/listitem_tussenstreep.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    margin-top:17px;
    padding-bottom:13px;
}

#infolist li.first,
#linkslist li.first,
#nieuwslist li.first,
#contactgegevenslist li.first
{
    margin-top:8px;
}

#infolist li.last,
#linkslist li.last,
#nieuwslist li.last,
#contactgegevenslist li.last
{
    background:none;
}

#infolist li.infolist_item h3,
#linkslist li.linkslist_item h3,
#nieuwslist li.nieuwslist_item h3,
#contactgegevenslist li.contactgegevenslist_item h3,
#contactgegevenslist li.contactgegevenslist_item div.pijl
{
    padding-left:32px;
    font: bold 14px "Century Gothic"; color: #95c4e1;
    background-image:url(../images/layout/pijl_lijstitem_info.png);
    background-position:18px 4px;
    background-repeat:no-repeat;
    /*margin-bottom:12px;*/
}

#contactgegevenslist li.contactgegevenslist_item h3
{
    margin-bottom:0px;
}

#infolist li.infolist_item div.item_inhoud,
#linkslist li.linkslist_item div.item_inhoud,
#nieuwslist li.nieuwslist_item div.item_inhoud,
#contactgegevenslist li.contactgegevenslist_item div.item_inhoud
{
    font: normal 12px "Lucida Sans"; color: #ffffff;
    line-height:inherit;
}

a.knop_linkslist
{
    float:left;
}

/* knop download pdf */
a.knop_download_pdf,
a.knop_download_pdf span
{
    display:inline-block;
    height:24px !important;
    line-height:24px !important;  
}

a.knop_download_pdf
{
    cursor:pointer;
    text-align:left;
    background-image:url(../images/layout/knop_downloadpf_linkerkant.png);    
    background-repeat:no-repeat;
    background-position:left top;
    float:left;
    font: bold 9px "Trade gothic bold","Arial Narrow","Arial"; color: #74787b;
    text-decoration:none;
}

a.knop_download_pdf:hover
{
    background-image:url(../images/layout/knop_downloadpf_linkerkant.png);    
}

a.knop_download_pdf span
{
    cursor:pointer;
    background-image:url(../images/layout/knop_downloadpdf_rechterkant.png);    
    background-repeat:no-repeat;
    background-position:right top;
    margin-left:11px;
    padding-right:47px;
}

a.knop_download_pdf:hover span
{
   background-image:url(../images/layout/knop_downloadpdf_rechterkant.png); 
}

a.knop_download_pdf_meerberichten
{
    margin-right:5px;
    margin-top:11px;
}

/* VACATURESLIST */
#vacatureslist
{
    list-style:none;
    margin-top:16px;
}

#vacatureslist li
{
    list-style-type:none;
    list-style-position:outside;
    
    overflow:hidden;
    width:290px;
    font: bold 14px "Century Gothic"; color: #95c4e1;
}

#vacatureslist li a.knop_downloadjobbeschrijving
{
    float:left;
    margin-top:13px;
}

#vacatureslist li
{
    margin-top:16px;
}

#vacatureslist li.first
{
    margin-top:0px;
}

/* DOELGROEPENLIST */
#doelgroepen_inhoud_intro,
#organisatie_inhoud_intro
{
    margin-left:18px;
    background-image:url(../images/layout/listitem_tussenstreep.png);
    background-position:left bottom;
    background-repeat:no-repeat;  
    width:608px;  
    padding-bottom:14px;
}

#doelgroepenlist
{
    list-style:none;
}

#doelgroepenlist li.doelgroepenlist_item
{
    padding-left:0px;
    width:617px;
    overflow:hidden;
    list-style-type: none; 
    list-style-position:outside;    
    
    background-image:url(../images/layout/listitem_tussenstreep.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    margin-top:17px;
    padding-bottom:13px;
}

#doelgroepenlist li.first
{
    margin-top:8px;
}

#doelgroepenlist li.last
{
    background:none;
}

#doelgroepenlist li.doelgroepenlist_item h3
{
    padding-left:18px;
    font: bold 14px "Century Gothic"; color: #95c4e1;
    margin-bottom:12px;
}


#doelgroepenlist li div.item_inhoud
{
    font: normal 12px "Lucida Sans"; color: #ffffff;
}

a.nieuws_terugnaaroverzicht
{
    margin-top:15px;
    margin-right:10px;
}

/* organisatielist */

#organisatielist
{
    margin-left:18px;
    list-style:none;
}

#organisatielist li.organisatielist_item
{
    padding-left:0px;
    width:617px;
    overflow:hidden;
    list-style-type: none; 
    list-style-position:outside;    
    
    background-image:url(../images/layout/listitem_tussenstreep.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    margin-top:17px;
    padding-bottom:15px;
}

#organisatielist li.organisatielist_item div.img
{
    width:116px;
    height:116px;
    float:left;
}

#organisatielist li.organisatielist_item div.item_inhoud
{
    margin-left:135px;    
}

#organisatielist li.organisatielist_item div.item_inhoud h3
{
    font: bold 14px "Century Gothic"; color: #95c4e1;    
    margin-bottom:13px;
    line-height:10px !important;
}

#organisatielist li.last
{
    background:none;
}
