@import url('https://fonts.googleapis.com/css?family=Montserrat');
* { padding: 0; margin: 0; }

/* Kommentar im Stylesheet */



/* Abstand nach unten */
h1, h2, h3, p, ul, ol { margin-bottom: 1em; }

/* Verschachtelte Listen ohne Abstand */
ul ul { margin-bottom: 0; }

/* Abstand von links */
li { margin-left: 1em; }

div#nav {
	background-color: #FFCF73;
 color: black;
padding-right:10px; 
font-size: 100%
}


	
div#nav a:hover {color:white;
color: black;
}

a {
	color: black;
}

h1 {
font-family: 'Montserrat', sans-serif;
}


 body {
  background-color: #adba94; /* Hintergrundfarbe */
  color: white; /* Schriftfarbe */
  background-image: url('./img/gelb.jpg');
}


/* Gestalte das div mit id="wrapper" */
div#wrapper {
  background-color: #FFBD40;
  color: black;
  width: 1080px; /* Breite des Inhaltsbereichs */
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; /* zentrieren */
  padding: 20px; /* Einzug innen alle 4 Richtungen */
font-size: 130%;
border-radius:15px;
  }

div#footer {
  padding-top: 10px; /* unterhalb Rahmenlinie */
  border-top: 1px solid #8c8c8c; /* Linie oben */
  margin-top: 20px; /* oberhalb Linie */
  text-align:center;
}

h1, h2 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 {
	font-family: 'Permanent Marker', cursive;
	font-size: 120%;
}

div#header {
	background-color: #FCF73;
	color: black;
	
}


div#article {
  border-bottom: 1px solid #d90000;
  color: black;
  font-size:100%;
}

p.infobox {
  color : black;
  background-color: #ffc10a;
  border: 3px solid #ffc10a;
}