/* Generated by KompoZer */
ul.menu {
  display: block;
  float: left;
  list-style-type: none;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align: center;
  color: white;
  width: 100%;
  height: 90px;
  margin-top: 20px;
}
ul.menu li {
  border-style: solid;
  border-color: white black black white;
  border-width: 1px;
  padding: 0;
  background-position:  center center;
  background-repeat: no-repeat;
  display: inline;
  float: left;
  position: relative;
  width: 3cm;
  margin-right: 10px;
  background-image: url(../pics-buttons/anthrazit-button.gif);
}
ul.menu li ul {
  margin: 0;
  padding: 0;
  background-color: #999999;
  position: absolute;
  width: 3cm;
  left: 0%;
  display: none;
  float: none;
}
ul.menu li ul li {
  border-style: solid;
  border-color: white black black white;
  border-width: 1px;
  margin: 0;
  padding: 0;
  background-image: url(../pics-buttons/anthrazit-button.gif);
  background-position:  center center;
  background-repeat: no-repeat;
  position: relative;
  width: 3cm;
  display: block;
  float: none;
  clear: left;
}
ul.menu li:hover ul {
  background-image: url(../pics-buttons/anthrazit-button-hover.gif);
  background-position:  center center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: white;
  display: block;
}
a:link {
  color: white;
  text-decoration: none;
}
a:hover {
  background-position:  center center;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  color: white;
  background-image: url(../pics-buttons/anthrazit-button-hover.gif);
}
a:visited {
  color: silver;
  text-decoration: none;
}
#pushed {
  border-style: solid;
  border-color: black white white black;
  border-width: 1px;
  background-image: url(../pics-buttons/hellgrau-hintergrund.gif);
  background-position:  center center;
  background-repeat: repeat-x;
  color: #333333;
}
