<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */
body,td,th {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 color: #9C948D;
}
body {
 background-color: #32302E;
 background-image: url(img/bg.png);
 background-repeat: repeat;
 margin: 0px;
 padding: 0px;
 width: 100%;
}
.main {
 width: 990px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
}
.main .header {
 font-family: 'Six Caps', sans-serif;
 font-size: 55px;
 text-align: center;
 color: #B4ADA7;
 letter-spacing: 12px;
 margin: 0px;
 padding: 0px;
}
.untertitel {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 text-transform: lowercase;
 letter-spacing: 12px;
 color: #7B736A;
}
.top  {
 background-image: url(img/top.png);
 margin: 0px;
 padding: 0px;
 height: 73px;
 width: 100%;
 background-repeat: repeat-x;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 line-height: 44px;
 text-transform: lowercase;
 color: #262524;
 text-align: center;
 letter-spacing: 18px;
}
.main .nav {
 background-image: url(img/nav.png);
 background-repeat: no-repeat;
 height: 54px;
 width: 970px;
 padding-top: 0px;
 padding-right: 10px;
 padding-bottom: 0px;
 padding-left: 10px;
 margin-top: 30px;
 margin-right: 0px;
 margin-bottom: 30px;
 margin-left: 0px;
 font-family: 'Six Caps', sans-serif;
 font-size: 26px;
 text-align: center;
 letter-spacing: 4px;
 text-transform: lowercase;
}
.main .nav a {
 color: #B4ADA7;
 text-decoration: none;
 padding-right: 15px;
 padding-left: 15px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 line-height: 54px;
 height: 54px;
}
.main .nav a:hover {
 color: #F0EFEE;
 text-decoration: none;
 padding-right: 15px;
 padding-left: 15px;
}
.main .content {
 background-image: url(img/content-bg.png);
 background-repeat: repeat-y;
 width: 970px;
 display: block;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 margin: 0px;
}
.main .content p {
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 8px;
 margin-left: 0px;
 color: #CCC8C4;
}
.main .content h1 {
 font-family: 'Six Caps', sans-serif;
 font-size: 44px;
 background-image: url(img/h1.png);
 background-repeat: no-repeat;
 background-position: left center;
 text-indent: 44px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #9C948D;
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 12px;
 margin-left: 0px;
 letter-spacing: 12px;
}
.main .content p a {
 color: #9C948D;
 text-decoration: none;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #9C948D;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #9C948D;
}
.main .content p a:hover {
 color: #A00;
 text-decoration: none;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #A00;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #A00;
}
.leer {
 margin: 0px;
 padding: 0px;
 height: 30px;
 width: 990px;
}
.main .footer {
 background-image: url(img/content-bg.png);
 background-repeat: repeat-y;
 width: 970px;
 display: block;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 margin: 0px;
 text-align: center;
 font-size: 9px;
}
.main .footer p {
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 8px;
 margin-left: 0px;
 color: #CCC8C4;
}
.main .footer p a {
 color: #9C948D;
 text-decoration: none;
 border-bottom-width: 1px;
 border-bottom-style: none;
 border-bottom-color: #9C948D;
 border-top-width: 1px;
 border-top-style: none;
 border-top-color: #9C948D;
 font-size: 9px;
}
.img-left {
 float: left;
 border: 1px solid #6B645C;
 background-color: #FFF;
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 margin-top: 2px;
 margin-right: 12px;
 margin-bottom: 2px;
 margin-left: 2px;
}
.img-right {
 float: right;
 border: 1px solid #6B645C;
 background-color: #FFF;
 margin-top: 2px;
 margin-right: 2px;
 margin-bottom: 2px;
 margin-left: 12px;
 padding: 3px;
}
.top img {
 vertical-align: middle;
}
.main .footer .webdesign {
 display: none;
}
</pre></body></html>