 /*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/neuer_hg.gif");
                 background-repeat: no-repeat;
                 background-size: cover;
                 }
#wrapper         {
                 background-image: url("../grafik/wrapper.png");
                 background-repeat: no-repeat;
                 background-size: cover;
                 margin: 0 auto;
                 max-width: 900px;
                 width: 96%;
                 border: 6px solid #FFFFFF;
                 -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-image: url("../grafik/wrapper.png");
                 background-repeat: no-repeat;
                 background-size: cover;
                 margin: 0 auto;
                 max-width: 900px;
                 width: 96%;
                 border: 6px solid #FFFFFF;
                 -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;
                 }
#foto            {
                 display: inline-block;
                 text-align: center;
                 margin: 0 auto;
                 border: 4px solid;
                 border-top-color: #F0F0F0;
                 border-left-color: #DFDFDF;
                 border-right-color: #4F4F4F;
                 border-bottom-color: #6F6F6F;
                 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);
                 }
#titel           {
                 display: inline-block;
                 text-align: center;
                 margin: 10px auto;
                 border: 3px solid;
                 border-top-color: #F0F0F0;
                 border-left-color: #DFDFDF;
                 border-right-color: #4F4F4F;
                 border-bottom-color: #6F6F6F;
                 border-radius: 4px;
                 -moz-border-radius: 4px;
                 -webkit-border-radius: 4px;
                 -ms-border-radius: 4px;
                 box-shadow: 0 0 1px 0px
                 rgba (12, 3, 25, 0.8);
                 }

.box1    {
         display: inline;
         text-align:center;
         border:3px solid;
         border-top-color:#FFFFFF;
         border-left-color:#FFFFFF;
         border-right-color:#5F5F5F;
         border-bottom-color:#5F5F5F;
         }
.box2            {
                 display: inline-block;
                 text-align: center;
                 margin: 0 5px;
                 border: 2px solid;
                 border-top-color: #F0F0F0;
                 border-left-color: #DFDFDF;
                 border-right-color: #4F4F4F;
                 border-bottom-color: #6F6F6F;
                 border-radius: 4px;
                 -moz-border-radius: 4px;
                 -webkit-border-radius: 4px;
                 -ms-border-radius: 4px;
                 box-shadow: 0 0 1px 0px
                 rgba (12, 3, 25, 0.8);
                 }
.box3            {
                 display: inline-block;
                 text-align:center;
                 margin: 6px;
                 border:3px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#FFFFFF;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#5F5F5F;
                 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);
                 }
#zaehler         {
                 display: inline-block;
                 background-image: url("../grafik/zaehler.png");
                 background-repeat: no-repeat;
                 text-align:center;
                 margin:1% auto;
                 max-width:111px;
                 width:100%;
                 height: 21px;

                 border: 2px solid;
                 border-top-color: #F0F0F0;
                 border-left-color: #DFDFDF;
                 border-right-color: #4F4F4F;
                 border-bottom-color: #6F6F6F;
                 border-radius: 4px;
                 -moz-border-radius: 4px;
                 -webkit-border-radius: 4px;
                 -ms-border-radius: 4px;
                 box-shadow: 0 0 2px 0px;

                 font-family: Arial,Tahoma,Trebuchet;
                 font-weight: bold;
                 font-size: 12px;
                 font-style: normal;
                 color: #000000;
                 padding-top:4px;
                 }
.text            {
                 font-family:ArialRounded MT Bold,Tahoma;
                 font-weight:normal;
                 font-size:11pt;
                 font-style:normal;
                 color:#FFFF00;
                 }