 /*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; }*/

html            {
                 background-image: url("../grafik/hg.jpg");
                 background-repeat:repeat;
                 }
#uebers          {
                 text-align:center;
                 }
#wrapper         {
                 /*background:#997054;*/
                 background-image: url("../grafik/gras.jpg");
                 background-repeat:repeat;
                 margin: 0 auto;
                 text-align:center;
                 max-width: 1050px;
                 width: 96%;
                 border: 3px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#CDCDCD;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#000000;
                 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: 4px;
                 height: auto;
                 }
#iwrapper        {
                 background:Tan;/*#4FABBA;
                 /*background: url("../grafik/hg-pad22.jpg");background-repeat:repeat;*/
                 margin: 0 auto;
                 text-align:center;
                 max-width: 48%;
                 border: 4px solid #5F5F5F;
                 -moz-border-radius: 10px;
                 border-radius: 10px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding: 0 60px;
                 height: auto;
                 text-align:left;
                 }
#uebers          {
                 margin:2% auto;
                 }
.foto            {
                 display:inline-block;
                 margin:0px auto 0px auto;
                 border:3px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#CDCDCD;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#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);
                 max-width:98%;
                 }
.box1            {
                 display: inline-block;
                 text-align:center;
                 margin: 0 1%;
                 border:3px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#CDCDCD;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#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);
                 max-width: 98%;
                 }
.box2            {
                 display: inline-block;
                 text-align:center;
                 width:74px;
                 max-width: 98%;
                 height:auto;
                 border:2px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#CDCDCD;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#000000;
                 border-radius: 4px;
                 -moz-border-radius: 4px;
                 -webkit-border-radius: 4px;
                 -ms-border-radius: 4px;
                 box-shadow: 0 0 4px 0px;
                 rgba (12, 3, 25, 0.8);
                 margin: 1% 1%;
                 }

.linkeS  {width:8%; float:left; margin:1% 1% 1% 1%;}
#mitteS  {width:80%; float:left; margin:0% 0% 1% 0%;text-align:center;}
.rechteS {width:8%; float:right; margin:1% 1% 1% 1%;}

#zaehler         {
                 display:inline-block;
                 background-image:url("../grafik/zaehler.png");
                 background-repeat:no-repeat;
                 text-align:center;
                 margin:1% auto 0 auto;
                 border:3px solid;
                 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);
                 border-top-color:#FFFFFF;
                 border-left-color:#CDCDCD;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#000000;
                 width: 91px;
                 height: 22px;
                 font-family: Arial,Comic Sans MS,Tahoma,Trebuchet;
                 font-weight: bold;
                 font-size: 13px;
                 font-style: normal;
                 color: #FFFF00;/*Schriftfarbe*/
                 padding-top:4px;
                 }
.text    {display:block;
         font-family: Seagull,Arial,Tahoma;
         font-weight:bold;
         font-size:14pt;
         font-style:normal;
         color:#FFFF00;
         padding-bottom:1%;
         }
.datum   {
         margin-left:20px;
         text-align:left;
         line-height:25px;
         font-family: Seagull,Arial,Tahoma;
         font-weight: bold;
         font-size: 16px;
         font-style: normal;
         color: #A02020;/*Schriftfarbe*/
         }