body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  color: #878787;

  background-image: url(../bilder/rechtlos.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #000000
}

 #wrapper{
   width: 100%;
   margin: 0px auto 0px auto;
 }

header { text-align: right;
    }

#banner{
   margin-bottom:15px;
   width: 100%;
   font-size:larger;
   }

#banner img{
    width: 40%;
   background: transparent;
  }

.schatten{
    text-shadow: 2px 2px 3px #808080;
}

#main{ display: block; margin: 10px auto; text-align: center;}
.sec1_1{
    float: left;
    width: 98%;
    min-width: 290px;
    display: inline-table;
    padding: 3px 3px 3px 3px;
    text-align: left;
}

.sec1_2{
    float: left;
    width: 49%;
    min-width: 290px;
    display: inline-table;
    padding: 3px 3px 3px 3px;
    text-align: left;
}

.sec1_3{
    float: left;
    width: 32%;
    min-width: 290px;
    display: inline-table;
    padding: 3px 3px 3px 3px;
    text-align: left;
}
.sec2_3{
    float: left;
    width: 66%;
    min-width: 290px;
    display: inline-table;
    padding: 3px 3px 3px 3px;
    text-align: left;
}
footer { clear: left; background-color: transparent; text-align: center; float: right; }
footer a.imm { color: navy; text-shadow: 2px 2px 3px #808080; }
footer a:hover.imm { text-shadow: 2px 2px 3px #808080; color: navy; box-shadow: 2px 2px 3px 0 #808080; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; white-space: nowrap; border: 1px solid red;}
footer a:active.imm { text-shadow: 2px 2px 3px #808080; color: red;}

a{ color: #FFFFFF; text-shadow: 2px 2px 3px #808080; }
a:hover { color: red; text-shadow: 2px 2px 3px #808080; }
a:active {  color: red; text-shadow: 2px 2px 3px #808080;}

/* Impressum */
.impress_background{
  background-color: #000066;
}

div#impress{
    width: 90%;
    position: absolute;
    margin: 0px auto 0px auto;
    padding: 0px;
    left: 20px;
    right: 20px;
    top: 100px;
    opacity: 97%;
    -moz-opacity:97%;
    -webkit-opacity:97%;
    color: white;
}

div#schliessen{
    padding: 5px;
    display: block;
    position: absolute;
    right: 0px;
    top: -30px;

}
a#schliessen, a:hover#schliessen, a:active#schliessen {
    color: #FFFFFF;
    text-decoration: none;
}

table#imp{
    background-color: #FFFFFF;
    color: #000066;
    border: 1px solid #000080;
    width: 100%;
}

b#impr{
    padding: 5px 5px 5px 5px;
    color: #FFFFFF;
}

/* Ende --- Impressum */

a.tdstandart { color: red; text-shadow: 4px 4px 3px #808080; }
a:hover.tdstandart { text-shadow: 4px 4px 3px #808080; color: #339933;}
a:active.tdstandart { text-shadow: 4px 4px 3px #808080; color: #339933;}
a#imm{
    float: right;
    font-size: xx-small;
}

@media screen and (max-width:1820px) {
body{
background-image: url(../bilder/1820_rechtlos.png);
}

#main, .sec1_3{
   margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
  }
  img {
      width: 50%;
  }
}

@media screen and (max-width:1024px) {
body{
background-image: url(../bilder/1024_rechtlos.png);
}

}