  html, body, #menu
  {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #6363ff;
    background-color: transparent;
  }

  #menu
  {
    position: absolute;
    left: 150px;
    top: 155px;
    font-size: 17px;
    color: #6363ff;
  }

  * html #menu /* HACK FUER IE */
  {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* Links im Hauptmenue */

  #menu a, #menu a:active, #menu a:link, #menu a:visited, #menu a:hover
  {
    text-decoration: none;
    color: #6363ff;
    padding: 3px;
    font-weight: normal;
  }

  #menu a, #menu a:active, #menu a:link, #menu a:visited
  {
    background-color: white;
    border: 1px solid white;
  }

  #menu a:hover
  {
    border: 1px solid #6363ff;
    background-color: #e8e8ff;
  }

  /* Normale Links */

  a, a:active, a:link, a:visited
  {
    text-decoration: none;
    color: #3333FF;
    font-weight: bold;
    background-color: white;
  }

  a:hover
  {
    background-color: #e8e8ff;
  }

    /* Links auf/mit Bildern */
  a img, a:active img, a:link img
  {
    border: none;
    background-color: transparent;
    padding: 0px;
  }


  #header
  {
    font-size: 18px;
  }


  #maindiv
  {
    position: absolute;
    top: 105px;
    left: 350px;
    width: 400px;
    height: 335px;
    overflow: auto;
    background-color: transparent;
    padding: 5px;
  }

  #link_left
  {
    position: absolute;
    left: 42px;
    top: 538px;
    border: none;
  }

  * html #link_left /* HACK FUER IE */
  {
    top: 542px;
  }


  #link_left a, #link_left a:active, #link_left a:link, #link_left a:visited, #link_right a, #link_right a:active, #link_right a:link, #link_right a:visited, #link_left a:hover, #link_right a:hover
  {
    border: none;
    padding: 0px;
    background-color: transparent;
  }

    #link_right
  {
    position: absolute;
    left: 430px;
    top: 525px;
    border: none;
  }

  * html #link_right /* HACK FUER IE */
  {
    top: 532px;
  }

 /* Termine - Seite */

  table.termine tr td
  {
    font-weight: bold;
  }

 /* Team - Seite */

  td
  {
    vertical-align: middle;
    padding: 3px;
    font-size: 12px;
    padding: 5px;
  }

  td font.name
  {
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: bold;
  }

  #impressum
  {
    position: absolute;
    left: 700px;
    top: 565px;
  }

  * html #impressum /*HACK FUER IE */
  {
    top: 570px;
  }