/* CSS Document */
body {
  color: black;
  background: url('../grafiken/bg.png') fixed;  
}
.stylebg {
  background-image: url('../grafiken/design.jpg');
  background-repeat: no-repeat; 
}
div.error {
  background-color: red;
  border: 2px solid black;
  text-align: center;
}
div.subnavi {
  background-color: #ffcc66;
  border: 2px solid black;
  text-align: center;
}
a, a:link, a:visited, a:active {
  color: #00008b;
  text-decoration: none;
  border-bottom: 1px #00008b dashed;
}
a:hover {
  color: #00008b;
  background-color: #ffff66;
  text-decoration: none;
  border-bottom: 1px #00008b solid;
}
a.bild, a.bild:link, a.bild:visited, a.bild:active {
  text-decoration: none;
  border-bottom: none;
}
a.bild:hover {
  background-color: #ffff66;
  text-decoration: none;
  border-bottom: none;
}
a img {
border: 0px;
}

