html { font-size: 100%; } 
* {
    margin: 0;
    box-sizing: border-box;
}

/* neue HTML5-Elemente als Block-Elemente anzeigen: */
header, main, nav, aside, article, footer, figure, figcaption {
    display: block;
    padding: 0;
}
body {
    width: 90%;
    margin: 1em auto; 
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #ded7d4;
	line-height: 1.1em;
}
p { 
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 1.1em 0 0.5em 0;
}
.eins {
	font-size: 1.4em;
	font-weight: bolder;
}
.zwei {
	font-size: 1.2em;
	font-weight: bolder;
}
ul {
	list-style-type: disc;	
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.drei {
	list-style: none;
	padding: 0; 
}
a {
	color: #e53;
	font-size: 1em;
    font-weight: bolder;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
img {
   width: 20%;
   margin-top: -15em; 
   margin-left: -2em;
   shape-outside: url(klee.png);
   shape-image-threshold: 0.5;
   shape-margin: 1em;
}
