/* CSS buehne.php */
h2 {
  font-size: 1.2em;
  color: lightslategray
}

.info {
  width: 200px;
  float: right;
  font-size: 0.8em;
  line-height: 1.3em;
  margin-bottom: 20px;
  margin-left: 30px;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5em;
  padding-right: 10px;
  border-left: 6px solid darkslategray;
  background-color: whitesmoke;

}

.quelle {
  color: darkslategray;
  font-size: .8em;
  text-align: right;
}

.anmerkungen {
  font-size: .8em;
  line-height: 1.3em;
  border-top: 1px solid lightslategray;
  padding-top: 20px;
}

.anmerkungen h1 {
  color: lightslategray;
  font-size: 1.4em;
}

.bild, .bild_links, .bild_rechts, .bild_mitte, .bruder {
  font-size: .8em;
  line-height: 1.3em;
}

.bild, .bild_mitte {
  margin-bottom: 20px;
}
.bild img, .info img, .bild_links img, .bild_rechts img, .bild_mitte img, .bruder img {
  box-shadow: 2px 2px 4px lightslategray;  
}


.bild img {
  margin-bottom: 10px;
}

.bild_links {
  float: left;
  width: 402px;
  margin-right: 30px;
  margin-top: 10px;
}
.bild_rechts {
  float: right;
  width: 402px;
  margin-left: 40px;
  margin-top: 10px;
}
.bild_mitte {
  width: 402px;
  margin-top: 10px;
}

.bruder {
 float: right;
 width: 200px;
 margin-left: 25px; 
}