@charset "utf-8";
@media screen and (max-width:500px) /*Der Blaue Faden verschwindet */
                 {#blfd{
                 display:none;}
                 }


 /*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; }*/

body             {
                 background-image:url("../grafik/hg-index-a.jpg");
                 background-repeat: repeat-x;
/*                 background-attachment:fixed;*/
                 }
/*#wrapper         {
                 background: #A6D2FF;
                 margin: 0 auto;
                 max-width: 500px;
                 width: 100%;
                 border: 6px solid #FFFF00;
                 -moz-border-radius: 10px;
                 -webkit-border-radius: 10px;
                 -ms-border-radius: 10px;
                 border-radius: 10px;
                 box-shadow: 0 0 5px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding: 4px;
                 height: auto;
                 text-align:center;
                 }*/
#iwrapper         {
                 background-color:#C04000;
                 text-align:center;
                 margin: 0 auto;
                 max-width: 96%;
                 width: 1000px;
                 height: auto;
                 border: 6px solid #000000;
                 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);
                 }
/*#archivtext      {
                 background-color:red;
                 max-width:1000px;
                 width:100%;
                 height:auto;
                 }*/
.item01          {
                 font-family: Bahnschrift;
                 font-weight: bold;
                 font-size: 12pt;
                 font-style: normal;
                 color: #FFFF00;
                 }
/*#foto            {
                 margin: 0 auto;
                 max-width: 750px;
                 width: 100%;
                 -moz-border-radius: 10px;
                 border-radius: 10px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 }*/
.box1            {
                 display: inline;
                 text-align:center;
                 border:0px solid #000000;
                 border-radius:3px;
                 -moz-border-radius:3px;
                 -webkit-border-radius:3px;
                 -ms-border-radius:3px;
                 box-shadow: 0 0 5px 0px
                 rgba (12, 3, 25, 0.8);
                 margin:5px 5px;
                 }
#counter         {
                 display: block;
                 text-align:center;
                 border:3px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#FFFFFF;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#5F5F5F;
                 width: 125px;
                 height: 28px;
                 background-color: #800000;/*Hintergrund*/
                 text-decoration: none;
                 margin: auto;
                 }
.counter         {
                 display:block;
                 font-family: 'ArialRounded MT Bold',Tahoma;
                 font-weight: bold;
                 font-size: 14px;
                 font-style: normal;
                 color: #FFFF00;/*Schriftfarbe*/
                 padding-top:5px;
                 }