/*@/*media screen and (max-width:760px)
                  {#xxxx{
                  display:none;}
 @media screen and (max-width:760px)
                  {#hr{
                  display:none;}*/
                  }
/* @media only screen and (max-width:760px)
                  {#ALLES{
                  display:none;}
                  }*/
/*@media only screen and (max-width:760px)
                 {#wrapper{
                 display:none;}*/
 /*@media screen and (max-width:760px)
                  {#faden{
                  display:none;}
                  }
 @media screen and (max-width:760px)
                  {#xxxxxx{
                  display:none;}*/
/*CSS Document
 a:link { text-decoration:none; font-weight:bold; color:#FF3300; }
 a:visited { text-decoration:none; font-weight:bold; color:#AF00FF; }
 a:hover { text-decoration:none; font-weight:bold;}
 a:active { text-decoration:none; font-weight:bold;1}
body             {
                 background-image: url("../grafik/hg_gruen.jpg");background-repeat:repeat-y;
                 }*/

@media screen and (max-width:760px)
                 {#hokus{
                 display:none;}
                 }

body             {
                 background-image: url("../grafik/hg_gruen.jpg");
                 background-repeat:repeat;
                 }

#wrapper         {
                 background-image:url("../grafik/fondo.gif");
                 background-repeat:repeat;
                 margin: 0 auto;
                 max-width:1040px;
                 width:100%;
                 height:auto;
                 border: 4px solid #FF7F00;/*Rand des wrapper*/
                 -moz-border-radius: 8px;
                 -webkit-border-radius: 8px;
                 -ms-border-radius: 8px;
                 border-radius: 8px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding: 10px 20px;
                 height: auto;
                 text-align:center;
                 }

.mitte           {
                 text-align:center;
                 }

#bigimage       {
                 margin:0px auto 10px auto;
                 max-width:98%;
                 height: auto;
                 width: auto;
                 /*border:3px solid #98bfd8;*/
                 }

.box1            {
                 display: inline;
                 text-align:center;
                 border:2px solid #FFFFFF;
                 border-radius:5px;
                 -moz-border-radius:5px;
                 -webkit-border-radius:5px;
                 -ms-border-radius:5px;
                 box-shadow: 0 0 5px 0px;
                 rgba (12, 3, 25, 0.8);
                 margin:3px;

                 }
.box2            {
                 display: inline-block;
                 text-align:center;
                 border:2px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#FFFFFF;
                 border-right-color:#000000;
                 border-bottom-color:#000000;
                 border-radius: 7px;
                 -moz-border-radius: 7px;
                 -webkit-border-radius: 7px;
                 -ms-border-radius: 7px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 margin-top:15px;
                 }

.foto1           {
                 border:2px solid #FFFFFF;/*border: 4px solid #FFFFFF;*/
                 border-top:#FFFFFF;
                 border-left-color:#FFFFFF;
                 border-right-color:#AFAFAF;
                 border-bottom-color:#5F5F5F;*/
                 -moz-border-radius: 7px;
                 -webkit-border-radius:7px;
                 -ms-border-radius: 7px;
                 border-radius: 7px;
                 box-shadow: 0 0 12px 0px;
                  rgba (12, 3, 25, 0.8);

                 }

#zaehler         {
                 background-image: url("../grafik/zaehler.png");
                 text-align:center;
                 margin:7px auto;
                 max-width:91px;
                 width: 100%;
                 height: 22px;
                 font-family: Bahnschrift,Arial,Tahoma;
                 font-weight: bold;
                 font-size: 11pt;
                 font-style: normal;
                 color: #FFFFFF;/*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);
                 }
hr               {
                 width:70%;
                 background-color:#008080;
                 height:5px;
                 }