div.bildunterschrift
{
  width: 750px;
  font-size: 10px;
  height: 30px;
  text-align: right;
}

div.innen
{
  font-size: 14px;
  height: 580px;
}

div.linkeSpalte
{
  width: 350px;
  position: absolute;
  left: 10px;
  text-align: justify;
}

div.rechteSpalte
{
  width: 350px;
  position: absolute;
  left: 405px;
  text-align: justify;
}

div.mitte
{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 3px;
  height: 530px;
  position: absolute;
  left: 380px;
  border: solid 1px black;
}


div.bild
{
  position: relative;
  left: 10px;
  top: 10px;
}
