/*  */
table.block-1 tr td.black
{
    background-image: url('../../img/bgBlock1Black_opleidingen.jpg');    
}
table.block-1 tr td.grey
{
    background-image: url('../../img/bgBlock1Grey_opleidingen_boven.jpg');
}
table.block-2 tr td.afbeelding-rechts
{
    background-image: url('../../img/bgBlock1Grey_opleidingen_onder.jpg');
    background-position: 0px 0px;
    height: 50px;
}

/* snelkeuze */
div.snelkeuze
{
    margin-left: 20px;
}
    div.snelkeuze h2
    {
        color: #ee0000;
        font-weight: bold;
        font-size: 13px;
        margin: 20px 20px 5px 20px;
    }
    div.snelkeuze select
    {
        display: block;
        margin-bottom: 5px;
        width: 200px;
    }
div.opleidingen
{
    margin: 20px;
}
    div.opleiding
    {
        display: block;
        width: 100px;
        height: 170px;
        overflow: hidden;
        margin-right: 20px;
        float: left;
    }

        div.opleiding a
        {

        }
            div.opleiding a
            {
                display: block;
                width: 100px;
                height: 200px;
                overflow: hidden;
            }
                div.opleiding a div
                {
                    display: block;
                    color: #666666;
                    font-weight: bold;
                    margin-bottom: 7px;
                    width: 100px;
                    height: 35px;
                    overflow: hidden;
                }
                div.opleiding a:hover div
                {
                    text-decoration: none;
                    color: maroon;
                }
            div.opleiding a:hover
            {
                text-decoration: none;
                color: black;
            }
            div.opleiding a img
            {
                width: 100px;
                height: 115px;                
            }
    div.opleidingen p a
    {
        text-decoration: underline;
    }
    div.opleidingen h2
    {
        margin-left: 0px !important;
    }

