h1
{
  font-family: Segoe Print;
  font-size: 40pt;
  color: #DDDDDD;
  background-color: #666667;
  text-align: center;
}
/*Definition der Überschrift*/


body
{
  background: url(../Bilder/y_Bild.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: serif;
  font-size: 15pt;
  text-align: justify;
}
/*Definition der Schrift so wie des Hintergrundes*/

#picture
{
  background: grey;
  width: 80%;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 10%;
  margin-right: 10%;
}
/*Definition des div-containers in welchem das Bild erscheint*/

#footer
{
  background: grey;
  border-width: 3px;
  border-color: #000000;
  border-style: dashed;
  width: 80%;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 9%;
  margin-right: 9%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
}
/*Definition des div-containers in welchem der Text erscheint*/