* { padding: 0; margin: 0; }
h1, h2, h3, p, ul, ol { margin-bottom: 1em; }
body{
  color: black; 
  background-image: url('./img/bild.jpg');
h1 { font-size: 200;}
}

div#header {
	background-color: white;
	color: black;
}


/* Gestalte das div mit id="wrapper" */
div#wrapper {
  background-color: white;
  color: black;
  width: 1080px; /* Breite des Inhaltsbereichs */
  margin-top: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; /* zentrieren */
  padding: 20px; /* Einzug innen alle 4 Richtungen */
font-size: 130%;
  }

div#footer {
  padding-top: 10px; /* unterhalb Rahmenlinie */
  border-top: 1px solid black; /* Linie oben */
  margin-top: 20px; /* oberhalb Linie */
  text-align:center;
}

h1, h2 { font-family:   'Permanent Marker', cursive; }
h1 { font-size: 150%; }
h2 { font-size: 130%; }                                          
h3 {
	font-family: 'Permanent Marker', cursive;
	font-size: 120%;
}

div#header {
	position: relative;
	background-color: white;
	color: black;
}


div#article {
  border-bottom: 1px solid white;
  color: black;
  font-size:100%;
}

	
h1{font-size: 400%}
h2{font-size: 200%}
h3{font-size: 120%}
h4{font-size: 230%}
h5{font-size: 200%}
em{font-size: 150%}
li{font-size: 100%}
	
	
	
	
	