 /*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/tischdecke.jpg");
                 background-repeat:repeat;
                 }

#wrapper         {
                 background: url("../grafik/hg_holz.png");
                 background-repeat:repeat;/*gruen;*/
                 margin: 0 auto;
                 max-width: 1050px;
                 width: 96%;
                 border: 4px solid #F5DEB3;
                 -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: url("../grafik/hg_holz.png");
                 background-repeat:repeat;
                 margin: 0 auto;
                 max-width: 800px;
                 width: 96%;
                 border: 4px solid #F5DEB3;
                 -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;
                 }
#foto            {
                 margin:0px auto 0px auto;
                 height:auto;
                 max-height:100%;
                 width:auto;
                 border:3px solid #F5DEB3;
                 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);
                 }
.box1            {
                 display: inline;
                 text-align:center;
                 max-width:745px;
                 width:100%;
                 height:auto;
                 border:3px solid #F5DEB3;
                 border-radius:10px;
                 -moz-border-radius:10px;
                 -webkit-border-radius:10px;
                 -ms-border-radius:10px;
                 box-shadow: 0 0 12px 0px;
                 rgba (12, 3, 25, 0.8);
                 margin:7px auto;
                 }
.box2            {
                 display: inline-block;
                 text-align:center;
                 max-width:89px;
                 width:100%;
                 height:auto;
                 border:2px solid #F5DEB3;
                 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);
                 margin:0 6px;
                 }
.box2a            {
                 display: inline-block;
                 text-align:center;
                 max-width:44px;
                 width:100%;
                 height:auto;
                 border:2px solid #F5DEB3;
                 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);
                 margin:0 6px;
                 }
.box3            {
                 display: inline-block;
                 text-align:center;

                 width:auto;
                 height:auto;
                 border:1px solid #F5DEB3;
                 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);
                 margin:4px;
                 }
#zaehler         {
                 background-image:url("../grafik/zaehler.png");
                 text-align:center;
                 margin:5px auto;
                 max-width:89px;
                 width:100%;
                 height:20px;
                 font-family:Bahnschrift,Arial,Tahoma;
                 font-weight:bold;
                 font-size:11pt;
                 font-style: normal;
                 color:#FFFFFF;/*Schriftfarbe*/
                 /*padding-top:5px;*/
                 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);
                 padding-top:5px;
                 }
.nav             {
                 display: inline-block;
                 background-color:transparent;
                 margin:8px auto;
                 }
.text            {
                 font-family:ArialRounded MT Bold,Tahoma;
                 font-weight:normal;
                 font-size:10pt;
                 font-style:bold;
                 color:#FFFF00;
                 }
.datum           {
                 display:inline-block;
                 text-align:center;
                 background-color:#FFFF00;
                 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:10px auto;
                 font-family:Comic Sans MS,Bahnschrift,Arial;
                 font-weight:bold;
                 font-size:10pt;
                 font-style:normal;
                 color:#000000;/*Schriftfarbe*/
                 }