body {
  margin: 0px;
  padding: 0px;
  width:100%;
  background:#000000 url(px/bg_gray_right.jpg) no-repeat fixed;
}

* { 
  font-family: verdana, sans-serif;
  font-size: 10.5pt;
  color: #e0e0e0;
  text-decoration: none;
}

body.index {
  background:#000000 url(px/bg_gray.jpg) no-repeat;
  background:#000000 url(px/bg_right.jpg) no-repeat fixed;
}

body.menu {
  background:#000000 url(px/bg_gray_left.jpg) no-repeat;
}

body.menu_index {
  background:#000000 url(px/bg_left.jpg) no-repeat;
}

body.index p {
  color: #000000;
}

body.index h1 {
  color: #000000;
}

body.index h2 {
  color: #000000;
}

a {
  color: #e2469a;
}

a.menu td {
  color: #000000;
  font-size: 12pt;
  text-decoration: none;
  margin-top: 4px;
  font-family: verdana, sans-serif;
}

a.menu:hover td {
  color: #e2469a;
}

h1 {
  font-size: 22px;
  margin-top: 5px;
  font-weight: bold;
}

h2 {
  margin-top: 0px;
  font-size: 16px;
}

#bandbeschreibung tr {
vertical-align: top;
}

img.click {
  border: 1px solid #e0e0e0;
}

.right {
  margin-left: 20px;
  margin-bottom: 10px;
  float: right;
}

.left {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

div.separator {
  clear: both;
  padding: 10px;
}
