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 tr td.black
{
    background-image: url('../../img/bgBlock1Black_open-dagen.jpg');
}
div.banen
{
	display: block;
    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;
    }
