html, body {
  margin: 0; padding: 0;
  width: 100%;
  height: 100%;
}
body {
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  }
  img {
    border: 0;
  }
  a:link, a:visited {
    color: #9e9f87;
    text-decoration: none;
  }
  a:hover, a:active {
    color: black;
  }
  #container {
    position: absolute;
    width: 100%;
    min-height: 100%;
    _height: 100%; /* IE6 hack */
    }
    #top {
      position: relative;
      top: 25px;
      background: #f4f3ee url(../img/achtergrond.jpg) 300px 30px no-repeat; /* Doet het nog niet??? */
      }
      #logo img {
        margin: 25px 0 0 100px;
      }
/* Navigatie */
      #navigatie {
        padding: 30px 0;
        width: 400px;
        }
        #navigatie .select {
          color: black;
        }
        .menu {
          margin: 0 200px 0 0;
          padding: 0;
          width: 200px;
          list-style: none;
          text-align: right;
          }
          .menu li {
            margin: -3px 0;
          }
          .menu a {
            font-size: 23px;
          }
          .menu .submenu {
            margin: -5px 0 -5px 200px;
            _margin: -5px 0 5px 200px; /* Voor IE6 */
            padding: 0;
            width: 200px;
            list-style: none;
            text-align: left;
            }
            .menu .submenu li {
              margin: -1px;
            }
            .menu .submenu a {
              font-size: 12px;
            }
                    ul#footer-menu {
                        list-style: none;
                        position: relative;
                        top: 10px;
                        left: 165px;
                        padding-bottom: 20px;
                    }
    #bottom {
      position: relative;
      top: 25px;
      width: 400px;
      }
      #bottom .kleinMenu {
        padding: 30px 0;
        }
        #bottom .kleinMenu .menu li {
          margin: 0;
          }
          #bottom .kleinMenu .menu li a {
            font-size: 13px;
          }
      #bottom .adres {
        margin: 100px 200px 0 0;
        text-align: right;
        font-size: 9px;
        }
        #bottom .adres p {
          margin: 10px 0;
          line-height: 10px;
        }
      #bottom img {
        margin: 25px 0 0 121px;
      }
    #content {
      margin: 0 0 25px 0;
      padding: 0;
      line-height: 18px;
      position: absolute;
      top: 185px;
      left: 450px;
      width: 500px;
      }
      #content h1 {
        margin: 0; padding: 0;
        font-size: 70px;
        font-weight: normal;
        font-family: "Arial Narrow", Arial, Tahoma, sans-serif;
        color: #dfded3;
        letter-spacing: 3px;
        line-height: 54px;
        display:none;
      }
/* Advocaten */
      #content .advocaten_coll ul {
        margin: 10px 0;
        padding: 0;
        position: absolute;
        left: -98px;
        list-style: none;
        z-index: 5;
        }
        #content .advocaten_coll li {
          float: left;
          margin: 0 2px;
        }
        #content .advocaten_coll .advocaat_link {
          }
          #content .advocaten_coll .advocaat_link img.thumbnail {
            height: 120px;
                        width: 90px;
                        margin-right: 32px;
                        float: left;
          }
                    #content .advocaten_coll .advocaat_link img.last {
                        margin: 0;
                    }
          #content .advocaten_coll .advocaat_link span {
              display: block;
                        width: 90px;
                        height: 5em;
              clear: both;
          }
      #content .medewerker {
        background-color: #ffffff;
        z-index: 8;
        left: -40px;
        border: 2px solid #CCC;
        padding: 20px 10px 10px;
        position: absolute;
        }
        #content .medewerker .closepopup {
          position: absolute;
          right: 5px;
          top: 5px;
        }
        #content .medewerker img {
          float: left;
          margin-right: 5px;
        }
        #content .medewerker .linker_kolom {
          padding-right: 10px;
          text-align: right;
          vertical-align: top;
          width: 90px;

        }
        #content .medewerker .rechter_kolom {
          width: 275px;
        }
        #content .medewerker td{
          padding-bottom: 5px;
        }

/* Faillissementen */
      #content .faill_lijst {
        margin: 0;
        padding: 0;
        position: absolute;
        left: -30px;
        top: 100px;
        list-style: none;
        }
        #content .faill_lijst a {
          padding: 3px 0 8px 30px;
          display: block;
          overflow: hidden;
          }
          .faill_lijst a:link, .faill_lijst a:visited {
            background: url(../img/mapje.gif) 0 0 no-repeat;
          }
          .faill_lijst a:hover, .faill_lijst a:active {
            background: url(../img/mapje_select.gif) 0 0 no-repeat;
          }
          .faill_lijst a.select {
            background: url(../img/mapje_select.gif) 0 0 no-repeat;
          }
      #content #verslagBox {
        position: absolute;
        left: 200px;
        top: 100px;
        width: 350px;
        }
        #content #verslagBox table {
          font-size: 10px;
        }
        #content #verslagBox .downloads {
          margin: 0;
          padding: 0;
          list-style: none;
        }
/*SEO*/
   #seo ul {
    display:none;
   }
