body  {
  background-color: #CCCCCC;
  background-image: url(hintergrund.jpg);
  background-position: top;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.header  {
  background-image: url(header.png);
  width: 1100px;
  height: 210px;
  background-repeat: no-repeat;
  border: none;
}

.header2  {
  background-image: url(header2.png);
  width: 1100px;
  height: 50px;
  background-repeat: no-repeat;
  border: none;
}

.inhalt_bg  {
  background-image: url(body_bg.png);
  width: 1100px;
  min-height: 100px;
  background-repeat: repeat-y;
}

.inhalt  {
  width: 850px;
  padding-left: 0px;
  background: none;
  text-align: left;
}

.inhalt_kategorie  {
  width: 900px;
  background: none;
  text-align: center;
}

.footer  {
  background-image: url(footer.png);
  width: 1100px;
  height: 60px;
  background-repeat: no-repeat;
  border: none;
}

a.kategorie  {
  outline: none;
  border: none;
}