body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #ffcc99;
  margin: 0;
  padding: 0;
}

/********** Wrapper **********/
div#wrapper {
  width:100%;
  left:0;
  text-align:left;
  color:#000;
  background-color: #ffcc99;
}

.unsichtbar {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}

/********** ab hier Inhalt **********/
div#inhalt {
  font-size: 91%;
  line-height: 168%;
  padding: 0 42px 0 42px;
  margin: 0;
  color: #000;
  background-color: #ffcc99;
}

div#inhalt h1 {
  line-height: 108%;
}

div#inhalt h2 {
  line-height: 120%;
}

div#inhalt p {
  margin-right: 1em;
}

div#konzert {
  /*margin-left: 1em;*/
  padding: 0.2em 1em;
  border: medium dashed grey;
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

div#konzert h1 {
  line-height: 108%;
}
