@charset "UTF-8";
/* 2023_01_09 start.css*/
body {
	margin-left: auto;
	margin-right: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #878787;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #FFFFFF;
}

 #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: 100%;
    min-width: 290px;
    display: inline-table;
    padding: 3px 3px 3px 3px;
    text-align: center;
}

.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 { background-color: transparent; text-align: center; float: center; }
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#men{ color: #808080; text-shadow: 2px 2px 3px #808080;
    float: none;
    font-size: medium;
}
a#men:hover { color: red; text-shadow: 2px 2px 3px #808080; }
a#men: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: #8F7200; text-shadow: 4px 4px 3px #808080; font-size: 30px}
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{

}

@media screen and (max-width:1024px) {
body{

}

}