body {
  margin: 0px;
  background-image: url('../bilder/schatten.png');
  background-position: top left;
  font-family: verdana;
}

td {
  font-size: 14px;
}

div.bg {
  width: 603px;
  background-image: url('../bilder/bg.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
}

td.stand {
  text-align: right;
  padding: 5px 5px 0px 0px;
  font-size: 11px;
}

td.logo {
  text-align: center;
  padding-bottom: 20px;
}

td.bilder {
  border-top: 1px #565656 solid;
  border-bottom: 1px #565656 solid;
}

td.content {
  padding-top: 45px;
  text-align: center;
}

/* Bilder */
td.bild1 {
  background-image: url('../bilder/1.jpg');
}

td.bild2 {
  background-image: url('../bilder/2.jpg');
  border-left: 1px #565656 solid;
}

td.bild3 {
  background-image: url('../bilder/3.jpg');
  border-left: 1px #565656 solid;
}

td.bild4 {
  background-image: url('../bilder/4.jpg');
  border-left: 1px #565656 solid;
}

/* Modul Speisekarte */
td.gericht {
  line-height: 16px;
  vertical-align: top;
  padding-right: 10px;
  text-align: left;
}

td.preis {
  text-align: right;
  vertical-align: top;
}

div.fehler {
  width: 200px;
  font-size: 11px;
  line-height: 16px;
  color: #6F6F6F;
}

span.fehler {
  font-weight: bold;
  color: #BF0000;
}

td.offen {
  text-align: left;
  font-size: 11px;
  line-height: 16px;
  color: #6F6F6F;
  padding-top: 20px;
  padding-bottom: 20px;
}

td.anschrift {
  text-align: right;
  font-size: 11px;
  line-height: 16px;
  color: #6F6F6F;
  padding-top: 20px;
  padding-bottom: 20px;
}