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

  }
    table.block-1 tr td.black li a
    {
      display: block;
      background-color: #333333;
      height: 25px;
      text-indent: 10px;
      overflow: hidden;
      width: auto;
      line-height: 24px;
      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');
}
table.block-1 tr td.grey
{
    background-image: url('../../img/bgBlock1Grey_contact_boven.jpg');
}
table.block-2 tr td.afbeelding-rechts
{
    background-image: url('../../img/bgBlock1Grey_contact_onder.jpg');
    background-position: 0px 0px;
    height: 50px;
}
table.contactgegevens
{
    margin: 20px;
}
    table.contactgegevens tr
    {

    }
        table.contactgegevens tr th
        {
            color: white;
            font-weight: bold;
            padding-right: 10px;
        }
        table.contactgegevens tr td
        {
            color: white;
        }
            table.contactgegevens tr td a
            {
                text-decoration: underline;
            }
div.google-map
{
	width: 495px;
	height: 350px;
	background-color: #dddddd;
	margin: 20px 20px 40px 20px;
	border: 1px solid #999999;
}
