/*@/*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/meer_gross.jpg");
                 background-repeat:repeat;
                 text-align: center;
                 }
#wrapper         {
                 background-image: url("../grafik/hg3.jpg");
                 background-repeat:repeat;
                 text-align:center;
                 margin: 0 auto;
                 max-width: 900px;
                 width: 96%;
                 width: auto;
                 height: auto;
                 border: 2px solid black;
                 border-radius: 8px;
                 -moz-border-radius: 8px;
                 -webkit-border-radius: 8px;
                 -ms-border-radius: 8px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding: 10px 20px;
                 }
#iwrapper        {
                 background-image: url("../grafik/papier.gif");
                 background-repeat:repeat;
                 margin: 0 auto;
                 width: 400;
                 max-width: 70%;
                 border: 4px solid #FFFFFF;/*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;
                 }
#blfd            {
                 margin: 0 auto 20px auto;
                 max-width: 100%;
                 width: 96%;
                 width: auto;
                 height: auto;
                 }
#titel           {
                 margin: 2% auto;
                 max-width: 100%;
                 width: 96%;
                 width: auto;
                 height: auto;
                 border: 2px solid;
                 border-top-color: #F2F200;
                 border-left-color: #FFFF8A;
                 border-right-color: #AEAE00;
                 border-bottom-color: #959500;
                 border-radius: 5px;
                 -moz-border-radius: 5px;
                 -webkit-border-radius: 5px;
                 -ms-border-radius: 5px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
#foto            {
                 text-align:center;
                 margin: 1% auto 0 auto;
                 max-width: 100%;
                 width: 96%;
                 width: auto;
                 height: auto;
                 border: 3px solid;
                 border-top-color: #F2F200;
                 border-left-color: #FFFF8A;
                 border-right-color: #AEAE00;
                 border-bottom-color: #959500;
                 border-radius: 7px;
                 -moz-border-radius: 7px;
                 -webkit-border-radius:7px;
                 -ms-border-radius: 7px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.box1            {
                 display: inline;
                 text-align:center;
                 margin: 10px;
                 max-width: 100%;
                 width: 96%;
                 width: auto;
                 height: auto;
                 border: 2px solid;
                 border-top-color: #F2F200;
                 border-left-color: #FFFF8A;
                 border-right-color: #AEAE00;
                 border-bottom-color: #959500;
                 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.8);
                 }
.box2            {
                 display: inline;
                 text-align:center;
                 margin: 6px;
                 max-width: 100%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 2px solid;
                 border-top-color: #F2F200;
                 border-left-color: #FFFF8A;
                 border-right-color: #AEAE00;
                 border-bottom-color: #959500;
                 border-radius: 5px;
                 -moz-border-radius: 5px;
                 -webkit-border-radius: 5px;
                 -ms-border-radius: 5px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
#zaehler         {
                 background-image: url("../grafik/zaehler.png");
                 text-align: center;
                 margin: 5px auto;
                 padding: 2px 0;
                 max-width: 90px;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 2px solid;
                 border-top-color: #F2F200;
                 border-left-color: #FFFF8A;
                 border-right-color: #AEAE00;
                 border-bottom-color: #959500;
                 -moz-border-radius: 5px;
                 -webkit-border-radius: 5px;
                 -ms-border-radius: 5px;
                 border-radius: 5px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.8);
                 font-family: Arial;
                 font-weight: bold;
                 font-size: 11pt;
                 font-style: normal;
                 color: #FFFFFF;
                 }