body {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 12px;
  color: #646464;
  background-color: #7C0000;
  background-image:url(images/bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
} 

.content-gray {
  font-family: arial;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #646464;
}

.content-red {
  font-family: arial;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #B20000;
}

.headline {
  font-family: arial;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  color: #B20000;
  margin-left: 25px;
}

.stopka {
  font-family: arial;
  font-size: 11px;
  color: #ffffff;
}

