body {
background-image: url(/bilder/rote-linie.png);
background-repeat: repeat-x;
  background-color: #000;
}
div.main {
  width: 800px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: tahoma;   
}
div.grauebox {
  margin-top: 10px;
  background-color: #ededed;
  border-radius: 7px;
  padding: 10px;   
}
div.grauebox-navigation {
  margin-top: 50px;
  background-color: #ededed;
  border-radius: 7px;
  padding: 10px;   
}
.navi {
  display: inline;
  color: #fff;
}
.submenu {
  display: none;
}
.navi:hover .submenu {
  display: inline;
  position: absolute;
  z-index: 2;
}
.navi:hover .submenu li {
  display: block;
  xbackground-color: #878787;
  list-style-position: inherit;
}
.navi:hover .submenu div {
  display: block;
  xbackground-color: #878787;
  list-style-position: inherit;
}
footer {
  text-align: center;
}
img {
  box-shadow: 7px 7px 7px #222;  
}
img.kuenstlername {
  box-shadow: none; 
  margin-left: 225px; margin-top: 20px;"
}
a {
  text-decoration: none;
  color: #000;
}
a.navigation {
  color: #fff
}
a.navigation:link {color: #fff;}
a.navigation:visited {color: #fff;}
a.navigation:hover {color: #fff;}
a.navigation:focus {color: #fff;}
a.navigation:active {color: #fff;}

audio {
  width: 300px;
}
img.shadowlogo200 {
  box-shadow: 10px 10px 10px silver;
}
img.shadowlogo {
  box-shadow: 10px 10px 10px silver;
}
img.shadowlogo:hover {
  width: 100px;
}      
img.shadowlogo200:hover {
  width: 200px;
}
img {
border: none;
}
td.fixiert {
  width: 120px;
  height: 120px;
  text-align: center;
}
h1, h2, h3, h4 {
  margin-top: 0px;
}