  a {
    outline: none;
    text-decoration: none;
    
    active  {text-decoration: none; color: #00437E;}
    link    {text-decoration: none; color: #00437E;}
    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: 1024px;
    }

  .container-frame {
    background-color: white;
    border: 1px solid lightgray;
    float: left;
    height: 100%;
    margin: 8px 2px 0px 2px;
    width: 900px;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;

    .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: 100px;
    }

  .lijst {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;

    a {
      color: #00437E;
      display: block;
      padding: 1px 0 1px 10px;
      text-decoration: none;
      }

    .active {
      background-color: #C4E8EC; 
      }
    }
