
  a {
    outline: none;
    text-decoration: none;
    }

  a:active  {text-decoration: none; color: #00437E;}
  a:link    {text-decoration: none; color: #00437E;}
  a:visited {text-decoration: none; color: #00437E;}

  body, html {
    background-color: white;
    font-family: Arial;
    font-size: 12px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 1280px;
    }

  .container-frame {
    background-color: white;
    border: 1px solid lightgray;
    float: left;
    height: 100%;
    margin: 8px 2px 0px 2px;
    width: 1041px;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    }

  .container-frame .frame {
    border: none;
    display: block;
    }

  .container-lijst {
    background-color: white;
    border: 1px solid lightgray;
    float: left;
    height: 100%;
    margin: 8px 4px 0px 6px;
    overflow: auto;
    width: 216px;
    }

  .lijst {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    }

  .lijst a {
    color: #00437E;
    display: block;
    padding: 1px 0 1px 10px;
    text-decoration: none;
    }

  .lijst .a:hover {
    background-color: #E8E8E8;
    }

  .lijst .active {
    background-color: #C4E8EC; 
    }
