<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.abgerundet {
	-moz-border-radius:30px; /* Firefox */
	-webkit-border-radius:20px; /* Safari, Chrome */
	-khtml-border-radius:30px; /* Konqueror */
	border-radius:20px; /* CSS3 */
}
</pre></body></html>