<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS Format by https://HomepageHelfer.net*/

body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  font-family: Verdana;
  color: #BFBFBF;
  font-size: 1.0em;
  background: url(../design/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
}
ul, ol, dl {
  margin: 0;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-variant: small-caps;
  letter-spacing: 0.2em;
  padding-left: 24px;
  color: #C7C7C7;
  text-align: left;
  margin-bottom: 15px;
  text-decoration: none;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-variant: small-caps;
  letter-spacing: 0.11em;
  padding-left: 18px;
  color: #C1C1C1;
  text-align: left;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-variant: small-caps;
  letter-spacing: 0.10em;
  padding-left: 18px;
  color: #C1C1C1;
  text-align: left;
}
img {
  max-width:100%;
  height:auto;
  border: 0;
  vertical-align: initial;
}
a:link {
  font-family: Verdana;
  color: #000000;
  font-size: 1em;
  text-decoration: underline;
}
a:visited {
  color: #000000;
  text-decoration : underline;
}
a:active {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #FFF666;
  text-decoration: none;
}
a img {
  border: none;
}
p {
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  padding: 1%;
}
textarea {
  max-width: 98%;
  color: #C1CDCD;
  font-size: 12px;
  font-family: "Arial Narrow";
  padding: 3px;
  background-color: #162B60;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
}
/*-------- design--------- */
.container {
  width: 98%;
  padding: 1%;
  max-width: 900px; 
  background-color: transparent;
  background-image: url(../design/bg_list_1.png);
  background-repeat: repeat;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  margin: 1% auto; 
}
.header {
  width: 100%;
  max-height: 100%;
  background-color: transparent;
  background-image: url(../design/bg_list_2.png);
  margin-bottom: 1.4%;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
}
.balken {
  float: left;
  width: 100%;
  min-height: 30px;
  background-color: transparent;
  background-image: url(../design/bg_list_2.png);
  background-repeat: repeat;
  margin-bottom: 1.4%;
  text-align: left;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
}
.content {
  float: left;
  width: 100%;
  background-color:transparent;
  margin-bottom: 1.4%;
}
.content-text {
  float: left;
  width: 98%;
  font-family: Arial;
  color: #BFBFBF;
  text-align: left;
  font-size: 1.0em;
  padding :1%;
  background-color: transparent;
  background-image: url(../design/bg_list_2.png);
  background-repeat: repeat;
  border: 1px solid #BFBFBF;
  border-radius: 8px; 
}
.balken-werbung {
  float: left;
  width: 98%;
  background-color: transparent;
  background-image: url(../design/bg_list_2.png);
  background-repeat: repeat;
  margin-bottom: 1.4%;
  text-align: center;
  padding: 1%;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
}
.footer {
  position: relative;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  background-color: transparent;
  background-image: url(../design/bg_list_2.png);
  background-repeat: repeat;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  margin-bottom: 1.4%;
  clear: both;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/* ----------Copyright-------- */
.copyright {
  font-size: 14px;
  font-family: Impact;
  font-style: normal;
  color: #BFBFBF;
  text-align: center;
}
.copyright a {
  font-size: 14px;
  font-family: Impact;
  font-style: normal;
  color: #DDDDDD;
  text-decoration: none;
}
.copyright a:hover {
  color: #FFF666;
}

/* --------------Media Screen------------ */

/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 481px) and (max-width: 880px) and (orientation: landscape) 
{
.container { 
  width: 97.5%;
}
.header {
  width: 100%;
}
.content{
  width: 100%;
}
.footer{
  width: 100%;
}
img {
  max-width: 100%
}
}

/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 768px) and (orientation: portrait) 
{
.container { 
  width: 97.5%; 
}
.header {
  width: 100%;
}
.content {
  width: 100%;
}
.footer {
  width: 100%;
}
img {
  max-width: 100%
}
}

/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) 
{
.container { 
  width: 97.5%; 
}
.header {
  width: 100%;
}
.content{
  width: 100%;
}
.footer {
  width: 100%;
}
img {
  max-width: 100%
}
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) 
{
.container { 
  width: 97.5%; 
}
.header {
  width: 100%;
}
.content {
  width: 100%;
}
.footer {
  width: 100%;
}
img {
  max-width: 100%
}
}
</pre></body></html>