  .tableBack {
    background: #FFF url(images/back.jpg);
  }

  .indexBack {
    display: block;
    color: #333;
    font-weight: normal;
    background-image: url(..);
    background-repeat: repeat;

    text-indent: 0px;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 8px;
    margin-top: 4px;
    margin-bottom: 0px;
    background-color: #ff9933
    /*background: #ff9933 url(button1.jpg) 2px no-repeat;*/

  }


  A {
    font-size: 11px; color: #FFFFFF;
    font-family: arial;
    text-decoration: none;
  }

  A:link {
    font-size: 11px; color: #FFFFFF;
    font-family: arial;
    text-decoration: none;
  }

  A:visited {
    font-size: 11px; color: #FFFFFF;
    font-family: arial;
    text-decoration: none;
  }

  .td {
    width: 100%;
    border: solid 0px #FFF;
    text-decoration: none;text-align: center;
  }

  .tr {
    position: absolute;
    height: 20px;
    border: solid 0px #FFF
  }

  .mainMenu {
    padding: 0px;
    position: absolute;
    top: 150px;
    left: 30px;
    width: 120px;
  }

  .subMenu {
    padding: 0px;
    position: absolute;
    color: #FFFFFF;
    top: 14px;
    left: 153px;
    width: 130px;
    opacity: 0.90;
    right: 0px; /* Needed to prevent a horizontal scrollbar, javascript does the rest. */
    filter: alpha(opacity=90);
    visibility: hidden
  }

  a.mainlevel:link, a.mainlevel:visited {
    display: block;
    color: #000;
    font-weight: bold;
    background-image: url(..);
    background-repeat: no-repeat;
    width: 100%;
    text-indent: 0px;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 20px;
    margin-bottom: 0px;
    background-color: #f60;
    background: #ff9933 url(button1.jpg) 2px no-repeat;
  }

  a.mainlevel:hover {
    color: #FFF;
    background-color: #000;
    background: #ff8822;
  }

  .ledenlijst {
    font-size: 12px; color: #000;
    font-family: arial;
    text-decoration: none;
    border: solid 0px #F5710F;
    width: 100%;
    margin-left: 2px;
    text-align: left;
    vertical-align: top;
  }



