body {
  font-family: Verdana, Arial, Vera, Sans, Sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #ffefe5;
  text-align: center;
}
a {
  text-decoration: none;
  color: #7b0000;
  border-bottom: 1px solid #ffefe5;
}
a:hover {
  color: #bb0000;
  border-bottom: 1px dotted #bb0000;
}
div#main {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  padding-bottom: 20px;
  display: block;
}
div#wrapper-header {
  margin-bottom: 30px;
  color: #ffffff;
  width: 800px;
  height: 60px;
  min-height: 60px;
  background: url('../bilder/banner2.png');
}
div#wrapper-body {
  min-height: 400px;
}
div#sidebar {
  float: left;
  width: 15%;
  min-height: 350px;
}
div#content {
  float: right;
  color: #333333;
  width: 80%;
  padding-left: 10px;
}
div#content h1 {
  margin-top: 5px;
}
div#sidebar ul {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  list-style-type: none;
}
li.current, li.current a {
  color: #bb0000;
}
li.current a {
  border-bottom: 1px solid #bb0000;
}

.contenttable td {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
table.preisliste {
  width: 70%;
}
table.preisliste caption {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  background-color: #9b0000;
  color: #ffffff; 
}
table.preisliste td-0 {
  color: #7b0000;
  font-weight: bold;
}
table.preisliste .tr-last td, .tr-0 td {
  font-weight: normal;
  color: black;
}
table.impressum td {
  padding-left: 10px;
  padding-right: 10px;
}