
body
{
  background-image:      url("hintergrund-2.jpg");
  background-attachment: fixed;
  background-size:       cover;
  background-position:   center center;
  background-repeat:     no-repeat;

}

.zitat
{
  border:  1px solid black;
  padding: 3px 10px;
}

.zitat img
{
  margin-left: 20px;
  height:      100px;
}

.zitat .text
{
  font-weight: bold;
  font-style:  italic;
}

.zitat .quelle
{
  font-size: 10pt;
}

#fluss
{
  background-image:  url("fluss.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size:   200px;
  padding-left:      220px;
}

.impressum
{
  font-size: 10pt;
}
