body {
  margin: 0px;
  padding: 20px;
  background-color: #E8E8E8;
  font-family: 'Arial',Arial,sans-serif;
  font-size: 12pt;
}

#maindiv {
  width: 604px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

#mainsubdiv {
  background-color: #F8F8F8;
}

#header {
  border-top: 2px solid #303030;
  border-left: 2px solid #303030;
  border-right: 2px solid #303030;
  position: relative;
  height: 220px;
  background-image: url('banner.jpg');
  background-repeat: no-repeat;
}

#bar {
  background-color: #606060;
  border-left: 2px solid #303030;
  border-right: 2px solid #303030;
}

.bar, .bar-sel, .bar-placeholder {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10pt;
}

.bar {
  background-color: #303030;
}

.bar:hover, .bar-sel {
  background-color: #A20606;
}

.bar, .bar-sel {
  border-right: 1px solid #FFFFFF;
  float: left;
}

#content {
  border-left: 2px solid #D0D0D0;
  border-right: 2px solid #D0D0D0;
  padding: 8px;
  padding-bottom: 0px;
}

#footer {
  border-left: 2px solid #D0D0D0;
  border-right: 2px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  padding: 3px;
  color: #808080;
  text-align: center;
  font-size: 10pt;
  clear: both;
}

h1 {
  margin: 0px;
  padding-top: 6pt;
  padding-bottom: 12pt;
  font-size: 18pt;
  font-weight: normal;
}

p, .p {
  margin: 0px;
  padding-bottom: 12pt;
  font-size: 12pt;
  line-height: 1.2em;
}

table, tr, td {
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

td {
  padding-bottom: 6pt;
  vertical-align: top;
}

td.dispo {
  padding-bottom: 12pt
}

a {
  color: #A20606;
}

.abendmusik {
  color: #A20606;
}

p.imgcontainer {
  margin-right: 12pt;
  padding-bottom: 9pt;
  padding-left: 3px;
  color: #808080;
  font-size: 10pt;
}

img {
  display: block;
  margin-left: -3px;
  margin-bottom: 1px;
  padding: 2px;
  border: 1px solid #808080;
}

img.simple {
  display: inline;
  margin: 0px;
  padding: 0px;
  border: none;
}

.spacer {
  margin-bottom: 6pt;
}

#news {
  position: absolute;
  top: 0px;
  left: 355px;
  width: 215px;
  height: 255px;
  background-color: #FFFFFF;
  border: 1px solid #808080;
  padding: 6px;
  color: #303030;
}

#news-content {
  position: relative;
  top: 8px;
  height: 227px;
}

.news-content {
  font-size: 10pt;
}

.news-heading {
  font-weight: bold;
  padding-bottom: 4px;
}

.news-text {
  padding-bottom: 4px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 4px;
}

#mapcontainer {
  float: left;
  padding: 2px;
  border: 1px solid #808080;
  margin-right: 10px;
}

#map {
  background-color: #FFFFFF;
  width: 350px;
  height: 320px;
}

.indent {
  padding-left: 12pt;
}

.small {
  font-size: 10.5pt;
}