 /*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; }*/
@media screen and (max-width:1080px) /*Der Blaue Faden verschwindet */
                 {#blfd{
                 display:none;}
                 }
@media screen and (max-width:876px) /*Die Überschrift verschwindet*/
                 {#titel{
                 display:none;}
                 }
@media screen and (max-width:1080px) /*Die text verschwindet*/
                 {.text{
                 display:none;}
                 }
body             {
                 background-image: url("../grafik/neuer-hgr.png");
                 background-repeat:repeat;
                 }
#wrapper         {
                 background-image: url("../grafik/klinker.png");
                 background-repeat:repeat;
                 margin: 0 auto;
                 text-align: center;
                 max-width: 1000px;
                 width: 94%;
                 height: auto;
                 border: 5px 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);
                 padding:10px;
                 }
#iwrapper        {
                 background-image: url("../grafik/klinker.png");
                 background-repeat:repeat;
                 margin: 8% auto 0 auto;
                 text-align:center;
                 max-width: 1000px;
                 width: 96%;
                 height: auto;
                 border: 5px 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);
                 padding:10px;
                 }
.foto1            {
                 display: inline-block;
                 margin: 1% auto;
                 text-align: center;
                 max-height: 450px;
                 height: 100%;
                 max-width: 100%;
/*                 max-height: 450px;
                 height: 100%;
                 max-width: 96%;*/
                 border: 2px 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);
                 }
.foto2           {
                 display: inline-block;
                 margin: 1% 3%;
                 text-align: center;
                 border: 2px 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);
                 }
#uebers          {
                 display: inline-block;
                 margin: 1% 3%;
                 text-align: center;
                 max-width: 770px;
                 width: 96%;
                 border: 2px 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);
                 }
#klein           {
                 margin:5% auto;
                 }
.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 3px 0px;
                 rgba (12, 3, 25, 0.8);
                 margin: 2px 3px;
                 }
.box2            {
                 display: inline;
                 text-align:center;
                 border: 2px solid #FFFFFF;
                 border-radius: 3px;
                 -moz-border-radius: 3px;
                 -webkit-border-radius: 3px;
                 -ms-border-radius: 3px;
                 box-shadow: 0 0 3px 0px
                 rgba (12, 3, 25, 0.8);
                 padding:2px;
                 margin:3px;
                 }
#zaehler         {
                 display: inline-block;
                 background-image: url("../grafik/zaehler.png");
                 background-repeat:no-repeat;
                 text-align:center;
                 margin: 0 auto 5px auto;
                 max-width:111px;
                 width: 96%;
                 height: auto;
                 color: #FFFFFF;
                 border:2px solid #FFFFFF;
                 border-radius:5px;
                 -moz-border-radius:5px;
                 -webkit-border-radius:5px;
                 -ms-border-radius:5px;
                 box-shadow:0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 font-family: Arial,Tahoma,Trebuchet;
                 font-weight: bold;
                 font-size: 13px;
                 padding:5px 0 3px 0;
                 }
.text            {
                 font-family:ArialRounded MT Bold,Tahoma;
                 font-weight:normal;
                 font-size:11pt;
                 font-style:normal;
                 color:#FFFF00;
                 }