/* CSS Document */
div.navi1 {
  margin-left: 14px;
  margin-top: 160px;
  width: 150px;
  overflow: auto;
}
a.navi1, a.navi1:link, a.navi1:visited, a.navi1:active {
  font-weight: bold;
  color: black;
  text-decoration: none;
  width: 150px;
  font-size: 15px;
  border-bottom: none;
  background: none;
}
a.navi1:hover {
  text-decoration: underline overline;
  width: 150px;
  /*background-image: url('nav_hover.png');*/
}
td.navi1b {
  width: 150px;
  text-align: center;
}
td.navi1b:hover {
  background-image: url('../grafiken/nav4_hover.png');
  background-repeat: no-repeat;
}
td.navi1active {
  width: 150px;
  text-align: center;
  background-image: url('../grafiken/nav1_active.png');
  background-repeat: no-repeat;
}
td.navi2b {
  width: 150px;
  text-align: center;
}
td.navi2b:hover {
  background-image: url('../grafiken/nav5_hover.png');
  background-repeat: no-repeat;
}
a.navi2, a.navi2:link, a.navi2:visited, a.navi2:active {
  font-weight: bold;
  color: black;
  text-decoration: none;
  width: 150px;
  font-size: 15px;
}
a.navi2:hover {
  text-decoration: underline overline;
  width: 150px;
  color: white;
  /*background-image: url('nav_hover.png');*/
}

