body {
	display: flex;
        flex-flow: row wrap;
	font-family: sans-serif;
        font-size: 1em;
        background: #f0ede0;
}

div#flaeche1 {
        /*oben rechts unten links*/
        margin-top: 10em;
        margin-right: 2em;
        margin-bottom: 2em;
        margin-left: 2em;
        max-height: 25em;
        /*oben-li. oben-re. unten-re. unten-li.*/
	border-radius: 2em 0em 2em 0em;
        border: 5px solid #ffa500;
	padding: 10px;
}

div#flaeche2 {
        margin-top: 2em;
        margin-right: 2em;
        margin-bottom: 2em;
        margin-left: 2em;
        max-height: 18.5em;
	border-radius: 0em 2em 0em 2em;
        border: 5px solid brown;
	padding: 10px;
        background-color: #e6e6e6;
}

div#flaeche3 {
        margin-top: 24em;
        margin-right: 2em;
        margin-bottom: 2em;
        margin-left: 2em;
        max-height: 2em;
	border-radius: 2em 2em 2em 2em;
        border: 5px solid #dcca24;
	padding: 1em;
}

div#flaeche4 {
        margin-top: 2em;
        margin-right: 2em;
        margin-bottom: 2em;
        margin-left: 26em;
        max-height: 3em;
	border-radius: 0em 0em 2em 2em;
        border: 5px solid #554422;
	padding: 15px;
        background-color: #e6e6e6;
}

div#flaeche5 {
        margin: auto;
	border-radius: 2em 2em 2em 2em;
        border: 5px solid #661529;
	padding: 10px;
        background-color: #e6e6e6;
}

div#foto {
        margin: auto;
        background-color: #e6e6e6;
}