<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
 background: #DBCDAD url(htmltile.png) top no-repeat;
 height: auto;
}

body {
 background: transparent;
 font: 12px arial,sans-serif;
 height: auto;
}

#headerPanel {
 background: transparent;
 height: 283px;
}
#printHeader {
 display: none;
}

.customHdr {
 background: #EEE9DB;
 height: 283px;
 margin: 116px 0 0 415px;
}
.customHdr p {
 color: #735836;
}
.customHdr h1 {
 color: #562B1E;
 font-size: 16px;
 font-weight: bold;
}
.customHdr h2 {
 color: #562B1E;
 font-size: 14px;
 font-weight: bold;
}
.customHdr a {
 color: #562B1E;
}
.customHdr a:hover {
 color: #735836;
}

.konzeptMenu {
 padding: 50px 80px;
}

.konzeptMenu tr {
}

.konzeptMenu td {
 vertical-align: middle;
}

.konzeptMenu p {
 font-size: 14px;
 font-weight: bold;
 margin: 5px 0;
}
.konzeptMenu h1 {
 color: #562B1E;
 font-size: 18px;
 font-weight: bold;
}
.konzeptMenu a {
 color: #735836;
 text-decoration: none;
}
.konzeptMenu a:hover {
 color: #562B1E;
}
.konzeptMenu img {
 height: 14px;
 width: 137px;
 margin-right: 10px;
}

#topMenuPanel {
 background: transparent;
 font-size: 15px;
 margin-left: 415px;
}
#topMenuDefault {
 padding: 5px 0 5px 5px;
}
#topMenuLoggedIn {
 padding: 0 0 5px 5px;
}
#topMenuPanel p {
 display: inline;
 padding: 0 0 7px 0;
}
#topMenuPanel a {
 background: transparent;
 color: #735836;
 display: inline-block;
 font-weight: bold;
 padding: 5px;
 text-decoration: none;
}
#topMenuLoggedIn a {
 background: #DD0000;
 color: #000000;
}
#topMenuPanel a:hover, #topMenuPanel #hdrakt {
 background: transparent;
 color: #562B1E;
}


#pagePanel {
 background: transparent;
}

#leftPanel {
 float: left;
 margin: 0;
 padding: 0;
 width: 153px;
}
#leftMenu p {
 margin: 0;
}
#leftMenu a {
 color: #000000;
 display: block;
 font-weight: bold;
 margin: 5px;
 padding: 5px;
 text-decoration: none;
}
#leftMenu a:hover, #leftMenu #mnuakt {
 color: #ffffd0;
}



#rightPanel {
 float: right;
 margin: 0;
 padding: 0;
 width: 0px;
}


#centerPanel {
 background: transparent;
 line-height: 150%;
 margin: 30px 0 0 50px;
}
#centerPanel p {
 color: #735836;
 padding-bottom: 5px;
}
#centerPanel table, #centerPanel th, #centerPanel td, #centerPanel tr {
 font-size: 12px;
}
#centerPanel h1, #centerPanel h2, #centerPanel h3 {
 color: #562B1E;
 font: bold 20px/24px verdana,arial,sans-serif;
 padding-bottom: 10px;
}
#centerPanel h2 {
 font-size: 16px;
}
#centerPanel h3 {
 font-size: 14px;
}
#centerPanel a {
 color: #562B1E;
}
#centerPanel a:hover {
 color: #735836;
}
#centerPanel b, #centerPanel strong {
 font-weight: bold;
}

.postContent {
  border-top: 1px solid #a0a0a0;
  font-size: 8px;
  text-align: right;
}
.postContent a {
  text-decoration: none;
}

.err {
 background: #ff8080;
 border: 1px solid red;
 color: black;
 margin-bottom: 3px;
 padding: 3px;
}
#footPanel {
 clear: both;
}
.form input, textarea {
 font-family: monospace;
 font-size: 12px;
}
.button {
 border: 1px solid #CCC;
}
.button:hover {
 border: 1px solid #000;
 cursor: pointer;
}
.tbl table {
 border-collapse: collapse;
 border-spacing: 0;
}
:root .tbl table {
 border-collapse: separate;
}
.grid table {
 border-bottom: 1px solid #404080;
 border-right: 1px solid #404080;
}
.grid th {
 background: #404080;
 color: #c0c0c0;
 padding: 3px 5px;
}
.grid td {
 border-left: 1px solid #404080;
 border-top: 1px solid #404080;
 padding: 3px 5px;
 vertical-align: top;
}
.nogrid td {
 padding: 3px 5px;
 vertical-align: top;
}
.tblrgt {
 text-align: right;
}
.lighboxgrid table, th, tr, td, p, a, img {
 margin: 0;
 padding: 0;
}
.lightboxgrid td {
 padding: 3px 12px;
}
.lightboxgrid table {
 border-collapse: collapse;
}
.lightboxgrid p {
 margin: 3px 3px;
}
.lightboxgrid img {
 border: 1px solid #c0c0c0;
}
@media print {
 body {background:white none;font-size:10pt}
}
</pre></body></html>