/*
 * Version: $Revision: 55480 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

.container
{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/*
    HEADER
*/
#header
{
    background-color: #892034; /*#87101e; #821e46;*/
    width: 100%;
    min-width: 960px;
}
#header .container
{
    min-height: 90px;
    z-index: 2;
    overflow: visible;
}

#logo {
    background: url( /img/fongers-logo.png ) no-repeat 0 0 transparent;
    display: block;
    width: 310px;
    height: 160px;
    overflow: hidden;
    text-indent: -1000px;
    position: absolute;
    top: 0;
    left: 0;
}

/*
    MENU
*/
#menu
{
    list-style: none;
    display: block;
    width: 600px;
    max-width: 630px;
    margin: 58px 0 0 0;
    padding: 0;
    overflow: hidden;
    float: right;
}
#menu li,
#menu li a
{
    display: block;
    float: left;
    height: 32px;
    margin: 0;
}
#menu li
{
    padding: 0;
}
#menu li a
{
    font-size: 17px;
    font-weight: bolder;
    color: #fff;
    line-height: 32px;
    padding: 0 15px 0 15px;
}
#menu li a:hover
{
    background-color: #D9A5A0;
    text-decoration: none;
}

#menu li.Selected a,
#menu li.Selected a:hover
{
    color: #333;
    background-color: #fff;
}

/*
    AFBEELDING 100% BREED
#image
{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#image img
{
    width: 100%;
    min-width: 1050px;
    height: auto;
    position: absolute;
    z-index: 2;
}
#image .container
{
    background: url( /img/fongers-slogan.png ) 525px 140px no-repeat transparent;
    height: 200px;
    z-index: 3;
    top: 0;
}
*/

/*
    AFBEELDING 960 BREED
*/
#header #image
{
    height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#header #image img
{
    width: auto;
    height: 200px;
    /*position: absolute;*/
    z-index: 2;
}
#header #image .container
{
    background: url( /img/fongers-slogan.png ) 500px 140px no-repeat transparent;
    height: 200px;
    z-index: 3;
    top: 0;
}


/*
    CONTENT
*/

#body
{
    width: 100%;
    min-width: 960px;
}
#body .container
{
   padding: 30px 0 30px 0;
}

/*
    SUBMENU
*/
#submenu
{
    width: 230px;
    min-height: 100px;
    float: left;
    margin-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu ul
{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu li
{
    border-top: 1px solid #ccc;
    display: block;
    padding: 0;
    margin: 0;

}
.menu li:first-child
{
    border-top: none;
}
.menu li a
{
    color: #434445;
    display: block;
    padding: 6px 3px 6px 10px;
}
.menu li a:hover,
.menu li.Selected a
{
    color: #fff;
    background-color: #002760;
    text-decoration: none;
}

/*
    CONTENT
*/
#content
{
    width: 375px;
    min-height: 250px;
    padding: 20px 25px;
    margin: 0 0 0 25px;
    float: left;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#PageTitle
{
    margin: 0 0 20px 0;
}

/*
    COLUMN
*/
#column
{
    width: 220px;
    float: right;
    margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#tweets p
{
    margin-bottom: 15px;
}
#tweets span.date
{
    /*font-family: Times, "Times New Roman", Georgia;*/
    color: #666;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

#follow-links
{
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}
#follow-links a
{
    background: url( /img/logo-twitter.png ) 0 0 no-repeat transparent;
    text-indent: -500px;
    overflow: hidden;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    float: left;
}
#follow-links a.linkedin
{
    background-image: url( /img/logo-linkedin.png );
}


/*#postit*/
/*{*/
    /*background: url( /img/postit.png ) no-repeat 0 0 transparent;*/
    /*width: 180px;*/
    /*height: 105px;*/
    /*padding: 105px 0 0 30px;*/
    /*margin: 20px 0 0 -20px;*/
/*}*/
/*#postit h3*/
/*{*/
    /*display: none;*/
/*}*/
/*#postit a*/
/*{*/
    /*font-style: normal;*/
    /*margin-bottom: 2px;*/
/*}*/


/*
    AANMELDEN
*/
#applications
{
    width: 950px;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 30px;
    overflow: auto;
    *overflow: visible;
}
#applications > div
{
    width: 300px;
    float: left;
    margin-left: 25px;
}
#applications > div:first-child
{
    margin-left: 0;
}
#applications > div > h5
{
    border: 1px solid #892034;
    border-bottom: none;
    background-color: #D9A5A0; /*CB95A9;*/
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin: 0 0 2px 0;
    padding-left:  60px;
    position: relative;
}
#applications > div > h5 > span
{
    background: 0 0 no-repeat transparent;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 20px;
    top: 2px;
}
#applications > div#nieuwsbrief > h5 > span
{
    background-image: url( /img/icon-nieuwsbrief.png );
}
#applications > div#talentanalyse > h5 > span
{
    background-image: url( /img/icon-talent-analyse.png );
}
#applications > div#tipons > h5 > span
{
    background-image: url( /img/icon-tipons.png );
}
#applications > div > div
{
    border: 1px solid #002760;
    border-top: none;
    background-color: #CCD4DF;
    color: #00265F;
    padding: 20px 30px;
}
#applications > div > div > p
{
    height: 54px;
}
#applications form input
{
    width: 225px;
    margin-bottom: 5px;
}
#applications form div.submit
{
    text-align: right;
    margin: 5px 20px 0 0;
}

/*
    Footer
*/
#footer
{
    background-color: #002760;
    width: 100%;
    min-width: 960px;
}
#footer .container
{
    padding: 20px 0;
}
#footer *
{
    color: #fff;
    font-size: 10px;
}

#adres
{
    width: 330px;
    margin: 0;
    float: left;
    overflow: hidden;
}
#adres span
{
    display: block;
    margin-bottom: 5px;
}
#adres span.titel
{
    font-size: 12px;
}
#adres span.adres1,
#adres span.adres2
{
    float: left;
}
#adres span.adres1
{
    width: 150px;
}
#adres span.adres2
{
    width: 175px;
}

#logos
{
    text-align: center;
    width: 630px;
    height: 60px;
    margin: 15px 0 0 0;
    float: left;
    overflow: hidden;
}
#logos > *
{
    padding: 0 15px;
    display: block;
    float: left;
}

/*
    Algemeen
*/
.more
{
    font-weight: bold;
    color: #333;
}
.arrow
{
    background-repeat: no-repeat;
    background-color: transparent;
    font-style: italic;
    display: inline-block;
}
.arrow.arrow-pre
{
    padding-left: 13px;
    padding-right: 5px;
    background-position: left center;
}
.arrow.arrow-post
{
    padding-right: 16px;
    padding-left: 5px;
    background-position: right center;
}
.arrow.arrow-grey
{
    background-image: url('/img/arrow-grey.png' );
    color: #999;
}
.arrow.arrow-blue
{
    background-image: url('/img/arrow-blue.png' );
    color: #002760;
}
.arrow.arrow-red
{
    background-image: url('/img/arrow-red.png' );
    color: #93224B;
}
a.arrow-red + a.arrow
{
    margin-left: 20px;
}

/*
    HOME
*/
body.home #column-left
{
    width: 320px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
body.home #content
{
    width: 300px;
}

#newsletter
{
    background-color: #002760;
    width: 300px;
    min-height: 120px;
    margin:  -20px 0 50px 0;
    padding: 20px 5px 20px 15px;
    border-radius: 15px;
}
#newsletter h2
{
    color: #fff;
}
#newsletter label
{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 85px;
    padding:  3px 0 0 25px;
}
#newsletter input
{
    border: none;
    display: inline-block;
    width: 135px;
    height: 20px;
    padding: 0;
    margin-bottom: 10px;
}
#newsletter input.Submit {
    background: url( /img/submit-btn.png ) 0 0 no-repeat transparent;
    color: #333;
    line-height: 18px;
    width: 90px;
    height: 28px;
    padding: 0;
    margin-left: 160px;
    cursor: pointer;
    border: 0;
}

#jobspreview
{
    padding-left: 15px;
}
ul.vacatures
{
    width: 200px;
    margin: 0;
    padding: 0;
}
ul.vacatures li
{
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
ul.vacatures a
{
    color: #434445;
    background: url( /img/arrow-grey.png ) 4px 6px no-repeat;
    padding-left: 16px;
    display: block;
}
ul.vacatures a:hover {
    color: #002760;
}
ul.vacatures span
{
    display: block;
    margin-top: -2px;
}

div.celebration
{
    position: relative;
    margin-right: -15px;
    width: 230px;
}
div.celebration > *
{
    position: relative;
    z-index: 2;
}
div.celebration img
{
    position: absolute;
    top: -5px;
    left: -27px;
    z-index: 1;
}
div.celebration p
{
    margin-left: 75px;
}
div.celebration a
{
    margin-left: 110px;
    margin-top: 15px;
}


/*
    Vacatures
*/
.vacature.item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

span.count-vacatures {
    font-style: italic;
    color: #999;
    font-smooth: always;
}

p.intro {
     background: #F9F9F9;
     padding: 4px;
     margin-bottom: 4px;
     border: 1px solid #F0F0F0;
}

p.action {
    margin-top: 20px;
    margin-bottom: 0px;
}

#cta-wrapper
{
    margin: 20px 0;
}
DIV#ForwardVacancyBox TABLE.ForwardVacancy TH.form
{
    width: 200px;
}
table.ForwardVacancy TD.Submit {
    padding-left: 205px;
}

.Browse,
.Browse a {
    color: #666;
    border: 1px solid #fff;
    padding: 2px 8px;
}

.Browse a:hover {
    border: 1px solid #D9A5A0;
    background: #D9A5A0;
    padding: 2px 8px;
    color: #fff;
}

.Browse span.Current {
    border: 1px solid #fff;
    background: #D9A5A0;
    padding: 2px 8px;
    color: #fff;
}

div.addthis_toolbox
{
    width: 190px;
    height: 32px;
    margin: 30px 0 0 0;
}

/*
    Forms
*/
table.Contact th,
table.Contact td
{
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.Contact th
{
    font-weight: bold;
    font-size: 12px;
}
th.TableHeader {
    padding: 10px 0;
    color: #892034;
}
td.Submit {
    text-align: left;
}
td.Submit input.Submit {
    margin-left: 110px;
    margin-top: 20px;
}

#contactimages, #contactimages > div
{
    text-align: right;
    font-weight: bold;
}

div.person {
    margin-bottom: 20px;
}

#contactimages > div.person > a
{
    display: block;
    margin-top: 5px;
    outline: none;
}

#topbedrijven {
    width: 285px;
    height: 285px;
    overflow: hidden;
}
