<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

@charset "UTF-8";

body {
	background-image: url(../Fotos/Hintergund-body-wolken4.jpg);
	background-size: cover;
}

.fliegenmose {
	vertical-align: top;
	display: block;
	float: left;
	width: 900px;
	padding-bottom: 20px;
}
.fliegenmose img {
	display: block;
	float: left;
	max-width: 400px;
	resize: both:
	border: 1px solid #000;
	margin-right: 30px;
	margin-bottom: 20px;
	clear: both;
	border: 1px solid #000;
}
ul.mose {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 40px;
	padding-left: 40px;
}
</pre></body></html>