 /*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:750px)
                {#eins{display:none;}}
@media screen and (max-width:800px)
                {#xxxx{display:none;}}
@media screen and (max-width:800px)
                {#xxxx{display:none;}}

body             {
                 background-image: url("../grafik/hg.jpg");
                 background-repeat: repeat;
                 background-attachment: fixed;
                 }
#wrapper         {
                 /*background-color:#BACCDA;rgb 186,204,218*/
                 background: url("../grafik/wrapper.png");
                 background-repeat: no-repeat;
                 background-size: cover;
                 text-align: center;
                 margin: 0 auto;
                 max-width: 1000px;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border:4px solid #FFFFFF;
                 -moz-border-radius:10px;                                                                                                                                        -webkit-border-radius:10px;
                 -ms-border-radius:10px;
                 border-radius:10px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
#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 #FFDF00;
                 -moz-border-radius:10px;
                 -webkit-border-radius:10px;
                 -ms-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;
                 }
.titel           { /*Titel*/
                 display: inline-block;
                 text-align: center;
                 margin: 25px auto;
                 max-width: 100%;
                 width: 90%;
                 width: auto;
                 height: auto;
                 }
.wp              {
                 margin: 10px 25px;
                 }
#blfd            {
                 margin: 0 auto 30px auto;
                 max-width: 100%;
                 width: 100%;
                 height: 100%;
                 width: auto;
                 height: auto;
                 }
.foto            {
                 display:inline-block;
                 margin:0 auto;
                 max-width:98%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 3px solid #FFFFFF;
                 border-radius: 8px;
                 -moz-border-radius: 8px;
                 -webkit-border-radius: 8px;
                 -ms-border-radius: 8px;
                 box-shadow: 0 0 4px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.box1            { /*Überschrift*/
                 display: inline-block;
                 text-align: center;
                 margin: 8px;
                 max-width: 100%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 2px solid #FFFFFF;
/*                 border-top-color: #4F4F4F;
                 border-left-color: #000000;
                 border-right-color: #FFFFFF;
                 border-bottom-color: #D8D8D8;*/
                 border-radius: 6px;
                 -moz-border-radius: 6px;
                 -webkit-border-radius: 6px;
                 -ms-border-radius: 6px;
                 box-shadow:0, 0, 3px, 0px;
                 rgba (0, 0, 0, 0.8);
                 }
.box2            {/*Navigationstasten, kein box2a vonnöten! */
                 display: inline-block;
                 text-align: center;
                 margin: 5px 5px;
                 max-width: 100%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 2px solid #FFFFFF;
                 border-radius: 4px;
/*                 border-top-color: #4F4F4F;
                 border-left-color: #000000;
                 border-right-color: #FFFFFF;
                 border-bottom-color: #D8D8D8;*/
                 -moz-border-radius: 4px;
                 -webkit-border-radius: 4px;
                 -ms-border-radius: 4px;
                 box-shadow:0, 0, 2px, 0px;
                 rgba (0, 0, 0, 0.8);
                 }
#zaehler         {
                 display: inline-block;
                 background-image: url("../grafik/zaehler.png");
                 background-repeat:no-repeat;
                 text-align:center;
                 margin: 1% auto;
                 border:3px solid #FFFFFF;
                 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);
                 width: 89px;
                 height: 22px;
                 font-family:Arial,Tahoma,Trebuchet;
                 font-weight:bold;
                 font-size:13px;
                 font-style:italic;
                 color: #FFFFFF;/*Schriftfarbe*/
                 padding-top:4px;
                 }
.text            {
                 display:inline-block;
                 font-family: Arial,bahnschrift,Tahoma;
                 font-weight:bold;
                 font-size:10pt;
                 font-style:normal;
                 color: #000000;
                 }