/* Generated by KompoZer */
/* Formatierung der Hauptlinks (Oberpunkte im Menü) */
a:link {
  
  text-decoration: none;
  font-weight: normal;
  color: #e9e9e9;
  font-family: Arial;
  font-size: medium;
}
a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #e9e9e9;
  font-family: Arial;
  font-size: medium;
}
a:hover {
  display: inline;	
  text-decoration: none;
  font-weight: bold;
  background-color: #60afb1;
  color: #f9f9f9;
  font-family: Arial;
  font-size: medium;
}
/* Formatierung der Tabellenzellen */
td {
  background-color: #2b9597;
  font-size: medium;
}
/* Formatierung der untersten Menüpunkte */
a:link.unter {
text-decoration: none;
  font-weight: normal;
  color: #e9e9e9;
  font-family: Arial;
  font-size: small;
}
a:visited.unter {
  text-decoration: none;
  font-weight: normal;
  color: #e9e9e9;
  font-family: Arial;
  font-size: small;
}
  a:hover.unter {
  text-decoration: none;
  font-weight: bold;
  background-color: #60afb1;
  color: #f9f9f9;
  font-family: Arial;
  font-size: small;
}
/* Formatierung der mittleren Ebene im Menü */
a:link.mitte {
text-decoration: none;
  font-weight: normal;
  color: #e9e9e9;
  font-family: Arial;
  font-size: normal;
}
a:visited.mitte {
  text-decoration: none;
  font-weight: normal;
  color: #e9e9e9;
  font-family: Arial;
  font-size: normal;
}
  a:hover.mitte {
  text-decoration: none;
  font-weight: bold;
  background-color: #60afb1;
  color: #f9f9f9;
  font-family: Arial;
  font-size: normal;
}
