table.block-1 tr td.black ul
{
  margin: 0px 20px 50px 20px;
  list-style: none;
}
  table.block-1 tr td.black li
  {

  }
    table.block-1 tr td.black li a
    {
      display: block;
      background-color: #333333;
      height: 30px;
      text-indent: 10px;
      overflow: hidden;
      width: auto;
      line-height: 30px;
      font-weight: bold;
      border-bottom: 1px solid black;
    }
    table.block-1 tr td.black li a:hover
    {
      text-decoration: none;
      background-color: #444444;
      color: white;
    }
table.block-1
{

}
    table.block-1 tr td.black
    {
        background-image: url('../../img/bgBlock1Black_home.jpg');
    }
    table.block-1 tr td.grey
    {
        background-image: url('../../img/bgBlock1Grey_home.jpg');        
    }
table.block-2 tr td.afbeelding-rechts
{
    background-image: url('../../img/bgBlock2Red_home.jpg');
    background-position: 0px 0px;
    height: 50px;
}
    table.block-2 tr td.red h2
    {
        font-size: 18px;
    }

/* 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;        
    }
    
/* login */
div.login
{
    margin: 10px 10px 20px 20px;
    border: 1px solid #999999;
    width: 260px;
    background-color: #f3e7d4;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}
    div.login label
    {
        font-weight: bold;
        margin: 00px 10px 3px 10px;
        display: block;
    }
    div.login input
    {
        display: block;
        margin: 0px 10px 8px 10px;
        width: 230px;
    }
    div.login input.submit
    {
        display: block;
        border: none;
        color: black;
        background-color: transparent;
        font-weight: bold;
        text-align: right;
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 0px;
        border-left: 1px solid #999999;
        border-top: 1px solid #999999;
        float: right;
        margin-right: 0px;
        width: 60px;
        padding-right: 10px;
        color: #999999;
    }
    div.login input.submit:hover
    {
        color: black;
        border-color: black;
    }

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;
    }
div.banen
{
	display: none;
    margin: 20px;
}
    div.baan
    {
        width: 100px;
        height: 170px;
        overflow: hidden;
        margin-right: 20px;
        float: left;
    }

        div.baan a
        {

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

div.carriere-trajecten
{
    display: none;
    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.carriere-traject-body
    {
        margin-bottom: 20px;
        margin-left: 13px;
        color: #555555;
    }

/* kies nu je - switch */
ul.kies-nu-je-menu
{
    list-style: none;
    margin-top: 20px;
}
    ul.kies-nu-je-menu li
    {
        display: block;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        padding-left: 20px;
        background-color: #9f0000;
        cursor: pointer;
        border-bottom: 1px solid transparent;
    }
    ul.kies-nu-je-menu li:hover
    {
        color: #999999;
    }
    ul.kies-nu-je-menu li#selected
    {
        background-color: #eeeeee;
        color: #333333;
    }