a         { font: bold 9pt Arial, Helvetica, Switzerland;
            line-height:11pt; 
            color: black;
          }
a:link    { text-decoration:none }
a:visited { text-decoration:none }
a:hover   { text-decoration:underline }
a:active  { text-decoration:underline }
a:focus   { text-decoration:underline }

/**************************************************************************/
/*  Grundlayout                                                           */
/**************************************************************************/

body {
  font:             normal 9pt Arial, Helvetica, Switzerland;
  background-color: #DBD5E9;
  padding:          0px;
  margin:           2px;
  }

/* ---------------------------------------------------------------------- */
/*  Navigation                                                            */
/* ---------------------------------------------------------------------- */

td {
  font:             normal 9pt Arial, Helvetica, Switzerland;
  line-height:      10pt;
  padding:          0px;
  margin:           0px;
  border:           none;
  empty-cells:      show;
  }

tr.knoten {
  background-color: #c2b8d9;
  }

tr.blatt {
  background-color: none;
  }

td.linkoff {     /* Container fuer nichtaktiven Link */
  font-weight:      bold;
  color:            none;
  background-color: none;
  padding:          2px;
  border-style:     none;
  }

td.linkon {      /* Container fuer aktiven Link (MouseOver) */
  font-weight:      bold;
  color:            #5f1f81;
  background-color: white;
  padding:          1px;
  border:           1px solid #AE3DEA;
  cursor:           hand;
  }

