 /*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*/
                 {#ueb{
                 display:none;}
                 }
@media screen and (max-width:1080px) /*Die text verschwindet*/
                 {.text{
                 display:none;}
                 }

body             {
                 background-image: url("../grafik/hg.png");
                 background-repeat:repeat;
                 }
#wrapper         {
                 background:Tan;/*#4FABBA;
                 /*background: url("../grafik/hg-pad22.jpg");background-repeat:repeat;*/
                 margin: 0 auto;
                 text-align:center;
                 max-width: 1050px;
                 width: 96%;
                 border: 4px solid #009F00;
                 -moz-border-radius: 10px;
                 border-radius: 10px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding: 4px;
                 height: auto;
                 }
#iwrapper        {
                 background:Tan;/*#4FABBA;
                 /*background: url("../grafik/hg-pad22.jpg");background-repeat:repeat;*/
                 margin: 0 auto;
                 text-align:center;
                 max-width: 48%;
                 border: 4px solid #5F5F5F;
                 -moz-border-radius: 10px;
                 border-radius: 10px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding: 0 60px;
                 height: auto;
                 text-align:left;
                 }
.nav             {
                 display: inline-block;
                 background-color:transparent;
                 margin:1% auto;
                 height:auto;
                 }
.foto            {
                 display:inline-block;
                 margin:0px auto;
                 width:auto;
                 height:auto;
                 border:3px solid #FFFFFF;
                 border-radius: 10px;
                 -moz-border-radius:10px;
                 -webkit-border-radius:10px;
                 -ms-border-radius:10px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 max-width:98%;
                 }
.box1            {
                 display:inline-block;
                 text-align:center;
                 max-width:776px;
                 width:100%;
                 height:auto;
                 margin:10px auto;
                 border:2px solid #FFFFFF;
                 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);
                 }
.box2            {
                 display: inline-block;
                 text-align:center;
                 margin:0 5px;
                 max-width:111px;
                 width:100%;
                 height:auto;
                 border:2px solid #FFFFFF;
                 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);
                 }
.box2a           {
                 display: inline-block;
                 text-align:center;
                 margin:0 5px;
                 max-width:57px;
                 width:100%;
                 height:auto;
                 border:2px solid #FFFFFF;
                 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);
                 }
.box3           {
                 display: inline-block;
                 text-align:center;
                 margin:0 5px;
                 max-width:57px;
                 width:100%;
                 height:auto;
                 border:1px solid #FFFFFF;
                 border-radius:4px;
                 -moz-border-radius:4px;
                 -webkit-border-radius:4px;
                 -ms-border-radius:4px;
                 box-shadow: 0 0 8px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
#zaehler         {
                 background-image:url("../grafik/zaehler.png");
                 text-align:center;
                 margin:5px auto;
                 max-width:89px;
                 width:100%;
                 height:20px;
                 font-family:Seagull,Arial,Tahoma;
                 font-weight:bold;
                 font-size:11pt;
                 font-style: normal;
                 color:#FFFF00;/*Schriftfarbe*/
                 /*padding-top:5px;*/
                 border:2px solid #FFFFFF;
                 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);
                 padding-top:5px;
                 }
.text            {
                 display:block;
                 font-family: Seagull,Arial,Tahoma;
                 font-weight:bold;
                 font-size:14pt;
                 font-style:normal;
                 color:#FFFF00;
                 padding-bottom:1%;
                 }
.datum           {
                 margin-left:20px;
                 text-align:left;
                 line-height:25px;
                 font-family: Seagull,Arial,Tahoma;
                 font-weight: bold;
                 font-size: 16px;
                 font-style: normal;
                 color: #A02020;/*Schriftfarbe*/
                 }
.hr              {
                 width:80%;
                 margin:1% auto;
                 }