  html, body {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  body {

    scrollbar-highlight-color: rgb(145,1,22);
    scrollbar-shadow-color: rgb(145,1,22);
    scrollbar-arrow-color: rgb(145,1,22);

    scrollbar-track-color: white;
    scrollbar-base-color: white;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color: white;

  }

  table.center-tbl {
    width: 100%;
    height: 100%;
  }

  div {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
  }

  div.box, div.empty1, div.empty2, div.nav1, div.nav2, div.bigbox, div.v2 {
    width: 195px;
    height: 143px;
    border: 2px solid rgb(255,255,255);
    float: left;
    overflow: auto;
  }

div.empty1, div.nav1, div.empty2 {
  height: 90px;
}

div.bigbox {
  width: 593px;
height: 290px;
}

div.v2 {
  border: 0;
  width: 199px;
  height: 294px;
overflow: hidden;
}


  div.outer {
    width: 995px;
    margin: auto;
  }

  div.empty2 {
    width: 593px;
  }

  .red, div.nav2 a:hover, div.nav1 a {
    color: rgb(145,1,22);
  }

  .redbg {
    background-color: rgb(145,1,22);
  }

  .graybg {
    background-color: rgb(153,153,153);
  }

  .greenbg {
    background-color: rgb(133,196,64);
  }

  .black, div.nav2 a, div.nav1 a:hover {
    color: rgb(0,0,0);
  }

  a {
    text-decoration: yes;
    color: black;
  }

  a:hover {
    color: rgb(145,1,22);
  }

  p {
    margin: 0;
  }

  div.nav1 ul, div.nav2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
  }

  div.nav1 li, div.nav2 li {
    font-weight: bold;
    line-height: 140%;
  }

  div.nav1 table {
    height: 100%;
  }

  div.nav2 .curcat {
    color: rgb(145,1,22);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 20px;
  }

  div.na {
    color: rgb(145,1,22);
    text-decoration: none;
  }

  .thickbox img {
    border: 0;
  }

  *|*:-moz-any-link:focus {
    outline: none;
  }

div #imprint {
  text-align: center;
  line-height: 250%;
  font-size: 10px;
}

.hide {
  display: none;
}
