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

div.opleiding-stap
{
    background-image: url('../../img/OpleidingKop.jpg');
    background-repeat: no-repeat;
    margin: 20px;
    width: 500px;
    height: 74px;
    overflow: hidden;
}
    div.opleiding-stap div.stap-cijfer
    {
        color: white;
        font-size: 40px;
        width: 70px;
        text-align: center;
        float: left;
        height: 74px;
        overflow: hidden;
        line-height: 70px;
        font-weight: bold;
    }
    div.opleiding-stap div.stap-body
    {
        text-transform: uppercase;
        font-size: 35px;
        float: left;
        color: white;
        width: 430px;
        height: 74px;
        line-height: 70px;
        overflow: hidden;
        text-indent: 20px;
    }

table.studiegegevens
{
    margin-left: 20px;
    border-collapse: collapse;
    width: 500px;
}
    table.studiegegevens tr
    {

    }
        table.studiegegevens tr th, table.studiegegevens tr td
        {
            border: 1px solid #aaaaaa;
            padding: 3px;
        }
        table.studiegegevens tr th
        {
            width: 100px;
            font-weight: bold;
            padding-right: 10px;
            background-image: url('../../img/item.png');
            background-repeat: no-repeat;
            background-position: 5px 8px;
            padding-left: 19px;
        }
        table.studiegegevens tr td
        {

        }

div.globale-opbouw
{
    margin:  40px 20px;	
}
    div.globale-opbouw-kop
    {
        display: block;
        border: 1px solid #999999;
        border-bottom: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
        div.globale-opbouw-kop a
        {
            font-weight: bold;
            text-transform: uppercase;
            display: block;
            padding: 5px 10px;
            text-align: center;
            color: white;
            background-color: maroon;
        }
        div.globale-opbouw-kop a:hover
        {
            color: #dddddd;
            background-color: black;
            text-decoration: none;
        }
    div.globale-opbouw-body
    {
        border: 1px solid #999999;
        margin-bottom: 20px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
        div.globale-opbouw-body h3
        {
            font-weight: bold;
            margin-left: 17px;
            margin-top: 20px;
            margin-bottom: 10px;
            padding-bottom: 0px;
            background-image: none;
            padding-left: 0px;
        }
        div.globale-opbouw-body ul
        {
            margin: 0px 20px 20px 20px !important;
            padding-left: 13px !important;
            list-style: none;
        }
            div.globale-opbouw-body ul li
            {

            }
                div.globale-opbouw-body ul li a
                {

                }
                div.globale-opbouw-body ul li a:hover
                {
                    
                }
div.carriere-trajecten
{
    margin: 20px;
}
    div.carriere-trajecten h2
    {
        margin-left: 0px !important;
    }
    div.carriere-trajecten p
    {
        margin-left: 0px !important;
    }
    div.carriere-traject-kop
    {
        margin-bottom: 3px;
        font-style: italic;
        color: maroon;
    }
        div.carriere-traject-kop a
        {
            padding-left: 13px;
            background-image: url('../../img/item.png');
            background-repeat: no-repeat;
            background-position: 0px 5px;
            font-weight: bold;
            font-style: normal;
            color: black;
        }
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;
	}
