 /*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/wasser.jpg");
                 background-repeat:repeat;
                 }

#wrapper         {
                 /*background:#FC5A69;*/
                 background: url("../grafik/hg-pad22.jpg");
                 background-repeat:repeat;
                 margin: 0 auto;
                 max-width:1050px;
                 width:100%;
                 border:4px solid #5F5F5F;/*Rand des wrappers*/
                 -moz-border-radius: 10px;
                 -webkit-border-radius:10px;
                 -ms-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:#00BF00;*/
                 background: url("../grafik/hg-pad22.jpg");
                 background-repeat:repeat;
                 margin: 0 auto;
                 text-align:center;
                 max-width: 800px;
                 width: 96%;
                 border:3px solid #5F5F5F;
                 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);
                 padding: 0 60px;
                 height: auto;
                 text-align:left;
                 }
.box1            {
                 display: inline;
                 text-align:center;
                 max-width:745px;
                 width:100%;
                 height:auto;
                 border:3px solid #5F5F5F;
                 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;
                 text-align:center;
                 max-width:100px;
                 width:100%;
                 height:auto;
                 border:2px solid #5F5F5F;
                 border-radius:3px;
                 -moz-border-radius:3px;
                 -webkit-border-radius:3px;
                 -ms-border-radius:3px;
                 box-shadow: 0 0 6px 0px;
                 rgba (12, 3, 25, 0.8);
                 margin:0 0.5%;
                 }
.box2a           {
                 display: inline;
                 text-align:center;
                 max-width:36px;
                 width:100%;
                 height:auto;
                 border:2px solid #5F5F5F;
                 border-radius:3px;
                 -moz-border-radius:3px;
                 -webkit-border-radius:3px;
                 -ms-border-radius:3px;
                 box-shadow: 0 0 6px 0px;
                 rgba (12, 3, 25, 0.8);
                 margin:0 0.5%;
                 }
.box3           {
                 display: inline;
                 text-align:center;
          /*       max-width:36px;*/
                 width:auto;
                 height:auto;
                 border:1px solid #FFFFFF;
                 border-radius:3px;
                 -moz-border-radius:3px;
                 -webkit-border-radius:3px;
                 -ms-border-radius:3px;
                 box-shadow: 0 0 6px 0px;
                 rgba (12, 3, 25, 0.8);
                 margin:0 0.5%;
                 }
#foto            {
                 margin:0px auto 0px auto;
                 height:auto;
                 max-height:100%;
                 width:auto;
                 display:block;
                 border:3px solid #5F5F5F
                 border-radius:10px;
                 -moz-border-radius:10px;
                 -moz-border-radius:10px;
                 -webkit-border-radius:10px;
                 -ms-border-radius:10px;
                 border-radius: 12px;
                 box-shadow: 0 0 5px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.zaehler         {
                 display:inline-block;
                 background-image: url("../grafik/zaehler.png");
                 text-align:center;
                 margin:7px auto;
                 max-width:100px;
                 width:100%;
                 height:1%;
                 font-family:Bahnschrift,Arial,Tahoma;
                 font-weight:bold;
                 font-size:9pt;
                 font-style:normal;
                 color:#FFFFFF;/*Schriftfarbe*/
                 padding-top:5px;
                 border:2px solid #5F5F5F;
                 border-radius:3px;
                 -moz-border-radius:3px;
                 -webkit-border-radius:3px;
                 -ms-border-radius:3px;
                 box-shadow: 0 0 6px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.datum           {
                 display:inline-block;
                 text-align:center;
                 background-color:#A02000;
                 opacity:0.6;
                 border:2px solid #000000;
                 border-radius:5px;
                 -moz-border-radius:5px;
                 -webkit-border-radius:5px;
                 -ms-border-radius:5px;
                 height:20px;
                 max-width:765px;
                 width:100%;
                 margin:7px auto;
                 font-family:Bahnschrift,Arial,Tahoma;
                 font-weight:bold;
                 font-size:10pt;
                 font-style:normal;
                 color:#FFFFFF;/*Schriftfarbe*/
                 }