 /*a:link                 { color:#000000;text-decoration:none; }
 a:visited         { color:#000000;text-decoration:none; }
 a:hover         { color:#FFFFFF;text-decoration:none; background-color:#000000; }
 a:active         { color:#000000;text-decoration:none; }*/
@charset "utf-8";
@media screen and (max-width:1080px) /*Der Blaue Faden verschwindet */
                 {#blf{
                 display:none;}
                 }
@media screen and (max-width:1080px) /*Die Überschrift verschwindet*/
                 {#uebers{
                 display:none;}
                 }
@media screen and (max-width:1080px) /*Die text verschwindet*/
                 {.text{
                 display:none;}
                 }

body             {
                 background-image: url("../grafik/hg.jpg");
                 background-repeat:repeat;
                 }

#wrapper         {
                 background-color: #CFCFCF;
                 margin: 0 auto;
                 max-width: 1050px;
                 width: 96%;
                 border: 4px solid #008000;
                 -moz-border-radius: 10px;
                 border-radius: 10px;
                 box-shadow: 0 0 10px 0px
                 rgba (12, 3, 25, 0.8);
                 padding: 4px;
                 height: auto;
                 text-align:center;
                 }
#iwrapper        {
                 background: #CFCFCF ;
                 margin: 0 auto;
                 max-width: 1000px;
                 width: 96%;
                 border: 4px solid #008000;
                 -moz-border-radius: 10px;
                 border-radius: 10px;
                 box-shadow: 0 0 10px 0px
                 rgba (12, 3, 25, 0.8);
                 padding: 4px;
                 height: auto;
                 text-align:center;
                 }
#fadenbl {
         margin:0px auto 10px auto;
         max-width:100%;
         height: auto;
         width: auto;
         }

.foto            {
                 display: inline-block;
                 text-align:center;
                 margin: 1% auto 0 auto;
                 max-width:98%;
                 min-width:50%;
                 border:2px solid wheat;
                 border-radius: 10px;
                 -moz-border-radius: 10px;
                 -webkit-border-radius: 6px;
                 -ms-border-radius: 6px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 }

.box1            {
                 display:inline-block;
                 text-align:center;
                 margin: 0 0.5%;
                 max-width:98%;
                 border:2px solid wheat;
                 border-radius:6px;
                 -moz-border-radius:6px;
                 -webkit-border-radius:6px;
                 -ms-border-radius:6px;
                 box-shadow: 0 0 6px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.box2            {
                 display:inline-block;
                 text-align:center;
                 border:2px solid wheat;
                 border-radius:8px;
                 -moz-border-radius:8px;
                 -webkit-border-radius:8px;
                 -ms-border-radius:8px;
                 box-shadow: 0 0 3px 0px;
                 rgba (12, 3, 25, 0.1);
                 margin:6px;
                 }
.box3            {
                 display: inline-block;
                 text-align:center;
                 margin:1% auto;
                 max-width:850px;
                 width:90%;
                 border:2px solid wheat;
                 border-radius: 6px;
                 -moz-border-radius: 6px;
                 -webkit-border-radius: 6px;
                 -ms-border-radius: 6px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.box4            {
                 display: inline-block;
                 text-align:center;
                 margin:0 auto;
                 max-width:800px;
                 width:98%;
                 font-family: Bahnschrift,Arial,Tahoma;
                 font-weight:bold;
                 font-size:12pt;
                 font-style:normal;
                 color:#FFFFFF;
                 border:2px solid  wheat;
                 border-radius:6px;
                 -moz-border-radius:6px;
                 -webkit-border-radius:6px;
                 -ms-border-radius:6px;
                 box-shadow:0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding:5px;
                 background-color:#008000;
                 }
#zaehler         {
                 background-image: url("../grafik/zaehler.png");
                 text-align:center;
                 margin:7px auto;
                 max-width:89px;
                 width: 100%;
                 height: 24px;
                 font-family: Bahnschrift,Arial,Tahoma;
                 font-weight: bold;
                 font-size: 12pt;
                 font-style: normal;
                 color: #FFFF00;/*Schriftfarbe*/
                 padding-top:2px;
                 border:2px solid wheat;
                 border-radius:5px;
                 -moz-border-radius:5px;
                 -webkit-border-radius:5px;
                 -ms-border-radius:5px;
                 box-shadow: 0 0 3px 0px;
                 rgba (12, 3, 25, 0.1);
                 }
#text            {
                 display: inline-block;
                 margin:8px;
                 max-width:850px;
                 width:78%;
                 background-color:#FFFFFF;
                 font-family:Calibri,Tahoma;
                 font-weight:normal;
                 font-size:11pt;
                 font-style:normal;
                 color:#000000;
                 padding:3px;
                 border:1px solid #000000;
                 border-radius:5px;
                 -moz-border-radius:5px;
                 -webkit-border-radius:5px;
                 -ms-border-radius:5px;
                 box-shadow:0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 }