 body
  {
    background-image: url(../images/repeat.jpg);
    background-repeat: repeat-x;
    background-position: top;
  }

  a             { color: #000; }
  a:hover       { text-decoration: none; }


  td
  {
    border: 0px solid green
  }


  .header
  {
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 201px;
  }

  table.wrapper
  {
    width: 780px;
  }

  .top
  {
    background-image: url(../images/3-top.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 16px;
  }
    .midden
  {

    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 23px;
  }

  .footer
  {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 60px;
    font-family: arial;
    font-size: 11px;
    font-stretch: narrower;
    text-align: center;
    font-weight: lighter;
    color: #333333;
    line-height: 16px;
  }

  .footer a
  {
    height: 60px;
    font-family: arial;
    font-size: 10px;
    font-stretch: narrower;
    text-align: center;
    font-weight: lighter;
    color: #333333;
    line-height: 16px;
  }

  .drie-top     { background-image: url(../images/3-top.jpg); }
  .drie-midden  { background-image: url(../images/3-midden.jpg); }
  .twee-top     { background-image: url(../images/2-top.jpg); }
  .twee-midden  { background-image: url(../images/2-midden.jpg); }

  .rij    /*de div*/
  {
    float: left;
    width: 222px;
    min-height: 160px;
    border: 0px solid red;
    font-family: arial;
    font-size: 11px;
    font-stretch: narrower;
    text-align: justify;
    /*font-weight: lighter;*/
    color: #444444;
    line-height: 18px;
    padding-bottom: 10px;

  }

    .vlak1
  {
    margin-left: 14px;
  }

    .vlak2
  {
    margin-left: 38px;
  }

    .vlak3
  {
    margin-left: 39px;
  }

  .zonder
  {
    color: #333333;
  }

  h1
  {
    color: #6db43f;
    font-family: arial;
    font-size: 15px;
    font-stretch: narrower;
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
  }

    h2
  {
    color: #0a2b60;
    font-family: arial;
    font-size: 14px;
    font-stretch: narrower;
    text-align: left;
    font-weight: bold;
    color: #03285c;
    margin-bottom: 4px;
  }

    h3
  {
    color: #4fa90c;
    font-family: arial;
    font-size: 13px;
    font-stretch: narrower;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 0 0 0;
  }


  hr
  {
    width: 125px; color: black; height: 1px; margin: 0 0 4px 0;
  }

  span
  {
    right: 40px;
  }


  img
  {
    border: 0px;
  }

