/*****
    Layout
*****/

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 13px;
    height: 100%;

    background: url('../images/background.gif') repeat-y;
}

#container {
    height: 100%;
    width: 1000px;
    padding: 0px;
}

#top h1,
div#header,
div#header_rechts {
    float: left;
    height: 150px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    #top h1 {
        width: 200px;
    }
    #top h1 a {
        background: url(../images/logo.jpg) left top no-repeat;
        display: block;
        width: 160px;
        height: 50px;

        margin: 28px 0px 0px 17px;
    }
    div#top h1 a span {
        display: block;
        width: 0px;
        height: 0px;
        overflow: hidden;
    }
    #clearer {
        background-color: red;
        height: 0px;
        margin: 0px;
        padding: 0px;
        clear: both;
    }

#col1,
#col2,
#col3 {
    float: left;
}

    #col1 {
        height: 100px;
        width: 200px;
    }
    #col2 {
        position: relative;
        height: 100px;
        width: 600px;
    }
    #col3 {
        height: 100px;
        width: 200px;
    }

/*****
    Header
*****/

div#logo img {
    margin: 28px 0px 0px 15px;
}

#header_rechts {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*****
    Menu
*****/

#hoofdmenu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: white;
}

#hoofdmenu a,
#hoofdmenu a:hover {
    text-decoration: none;
    text-transform: uppercase;
}

#submenu a,
#submenu a:hover {
    text-transform: none;
}

#hoofdmenu li {
    display: inline;
}

#hoofdmenu a {
    display: block;

    color: white;
    padding: 20px 0px 20px 60px;
}

#hoofdmenu li.selected a.hoofd {
    background-color: white;
    color: #00689D;
    padding: 20px 0px 20px 40px;
}

#submenu {
    padding: 0;
    margin: -15px 0px 0px 0px;
}

#submenu a.sub{
    background-color: white;
    color: #00689D;
    padding: 8px 0px 8px 40px;
}

#submenu li.selected a.sub {
    background: #ffffff url('../images/submenu_pijl.gif') no-repeat 15px 5px;
}

/*****
    Col1
*****/

img#logo_ideal {
    position: relative;
    top: 30px;
    left: 60px;
}

/*****
    Col2
*****/

#content {
    width: 380px;
    margin: 20px 20px 20px 20px;
    padding-bottom: 50px;
}

#cefina_steunt {
    position: absolute;
    top: 20px;
    left: 420px;

    width: 170px;
    margin: 0px;
    padding: 0px;
}
    #cefina_steunt h3 {
        font-size: 13px;
        height: 20px;
        margin: 0px;
    }
    #cefina_steunt ul {
        list-style: none;
        marker-offset: 0px;
        margin: 0px;
        padding: 0px;
    }
    #cefina_steunt li {
        height: 20px;
    }

table, label {
    font-family: Arial;
    font-size: 13px;
}

/*****
    Col3
*****/

/*
#col3 p {
    margin: 20px 10px 0px 28px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
*/

#col3 a {
    float: right;
    clear: both;
}

#col3 img { margin: 0; padding: 0; }

#col3 .spacer {
    height: 20px;
    clear: both;
}

/*
#col3 p.rechterknop {
    background-color: white;
    margin: -3px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

#col3 p.rechterknop a {
    display: block;
    background-color: white;
    color: #00699D;

    margin: 0px 0px 20px 0px;
    padding: 10px 10px 10px 10px;

    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    line-height: normal;
}
*/

/*****
    Nieuws
*****/

.nieuwsbericht h3 {
    margin: 0px 0px 0px 0px;
}

.nieuwsbericht p {
    margin: 0px;
    padding: 0px;
}

.nieuwsbericht a.lees_verder {
    display: block;
    height: 15px;
    width: 100px;

    margin: 0px 0px 20px 270px;
    padding: 5px 0px 0px 0px;
    background: url('../images/lees_verder.gif') top right no-repeat;
}

.nieuwsbericht_plaatje {
    float: left;
    margin: 0px 10px 10px 0px;
}

ul.bijlages {
    list-style: none;
    marker-offset: 0px;
    margin: 10px 0px 0px 10px;
    padding: 0px;
}
    ul.bijlages li {
        background: url('../images/breadcrumb_pijl.gif') left no-repeat;
        margin: 0px 0px 1px 0px;
        padding: 0px 0px 0px 15px;
    }

/*****
    OVER ONS
*****/

.nieuwsbericht span.functie {
    font-size: 11px;
}

span.functie_individueel {
    position: relative;
    top: -20px;
}

img.pasfoto {
    float: left;
    margin: 0px 10px 10px 0px;
}

/*****
    FORMULIEREN
*****/

input, textarea {
    border: 1px solid black;
    background-color: #eeeeee;
    font-family: Arial;
    font-size: 13px;
}

.submitbutton {
    margin-top: 10px;
}

input.radio, input.check {
    border: 0px;
    background-color: white;
}

/*****
    LETTERTYPE
*****/

h2 {
    color: #00699D;
    margin-top: 10px;
}

/*****
    Algemeen
*****/

.breadcrumb {
    color: #00699D;
    font-size: 11px;
}
    .breadcrumb img {
        margin: 0px 5px 0px 5px;
    }

.pagina_nav {
    text-align: center;
}
    .pagina_nav a.selected {
        color: gray;
    }

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #00699D;
}

a:hover {
    text-decoration: underline;
    color: #00689D;
}

/* error van formhandler */
span.error {
    color: red;
    font-size: 11px;
}

/*************************
    Lightbox
*************************/

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 85%;
    height: 80%;
    padding: 16px;
    border: 16px solid gray;
    background-color: white;
    z-index:1002;
    overflow: hidden;
}

/********************
    ecard
*********************/

.ecard {
    width: 100px;
    height: 125px;
    overflow: hidden;
    float: left;
    margin: 20px 20px 0 0;
}

#ecard_nav a.selected {
    font-weight: bold;
}

#image_volledig, #image_volledig_auto {
    float: left;
}

#kaart_ecard {
    width: 490px;
    height: 350px;
    margin: 0px 0 0 30px;
    float: left;
    background-image: url('../images/ecard_back.gif');
}

#ecard_bericht {
    width: 200px;
    height: 150px;
    margin: 20px 0 0 0;
}

#kaart_ecard.ontvangen {
    margin: 10px 0 0 10px;
}

    #kaart_ecard fieldset {
        width: 220px;
        text-align: center;
        border: none;
        margin: 0px 0 0 0;
        float: left;
    }

    #kaart_ecard fieldset.ontvanger {
        float: right;
        margin: 100px 10px 0 0;
    }

    #kaart_ecard fieldset textarea {
        width: 200px;
        height: 150px;
    }

    #kaart_ecard fieldset label {
        display: block;
        margin-top: 15px;
    }

#sluit_ecard {
    float: right;
    position: absolute;
    top: 93%;
    left: 90%;
}

.ecard_textfield {
    width: 200px;
}

.ecard_submit {
    margin-top: 10px;
}

#onderschrift {
    width: 490px;
    height: 200px;
    margin: 0px 0 0 30px;
    float: left;
}

#ecard_cats {
    margin: 0;
    padding: 0;
}

#ecard_cats li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0 2% 0 0;
    width: 31%;
    overflow: hidden;
    float: left;
}
