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

* { box-sizing:border-box; }
body { margin:0; font-family:Georgia; font-size:20px; line-height:32px;
    background:#F7F7F7; color:#444; }
a { color:green; text-decoration:none; border-bottom:1px solid transparent; }
a:hover { border-bottom:1px solid #D7D7D7; }

.left { float:left; }
.right { float:right; }

#wrap { margin:0 auto; max-width:800px; padding:0 20px; }

/* Header */

#header { }
#header h1 { background-image:url(header.jpg); height:200px; font-size:30px; padding:150px 0 0 50px; }
#header h1 a { text-decoration:none; color:#fff; border:none; }

#header ul { margin:0; padding:0; }
#header ul li { display:inline; list-style:none; margin-right:5px; white-space:nowrap; }
#header ul li.active a { border-bottom:1px solid #000; }

/* Post */

div.post { float:left; width:100%; margin-bottom:30px; }
div.post h2 { font-size:24px; margin-bottom:0; font-weight:normal; }
div.post h2 a { text-decoration:none; }
div.post div.content { text-align:justify; }
div.post div.meta { font-size:12px; font-family:Verdana; text-transform:uppercase;
  border-top:1px dotted #D7D7D7; padding-top:0px; margin-top:13px; }

/* Footer */

div#footer { margin-bottom:50px; font-size:16px; border-top:1px dotted #D7D7D7; padding-top:5px;
  margin-top:13px; float:left; width:100%; }
</pre></body></html>