body
  {
  text-align: center;
  padding-top: 10px;
  background-image: -webkit-linear-gradient(#000000 25%, #111133, #232222, #032903);
  background-image: -moz-linear-gradient(#000000 25%, #111133, #232222, #032903);
  background-image: -ms-linear-gradient(#000000 25%, #111133, #232222, #032903);
  background-image: -o-linear-gradient(#000000 25%, #111133, #232222, #032903);
  background-image: linear-gradient(#000000 25%, #111133, #232222, #032903); /* 484848 385538 */
  background-size: 100% 100%;
  background-attachment: fixed;
  }

.cd_tabelle
  {
  width: auto;
  border: 1px solid #fc2525;
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: #000000;
  }

.cd_tabelle#td
  {
  padding: 0px;
  }