/* CSS Document */
 /*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 only screen and (max-width:760px)
         {#hokus{display:none;}
         }

@media only screen and (max-width:760px)
         {#ueber{display:none;}
         }

@media only screen and (max-width:760px)
         {#hr{display:none;}
         }

@media only screen and (max-width:760px)
         {#faden{display:none;}
         }

body     {
         background-image: url("../grafik/hg_braun.jpg");background-repeat:repeat;
         }

#bigimage
         {
         margin:0px auto 10px auto;
         max-width:98%;
         height: auto;
         width: auto;
         }

#wrapper {
         background-image: url("../grafik/papier.gif");background-repeat:repeat;
         margin: 0 auto;
         max-width: 85%;
         width: 100%;
         border: 4px solid #FFFFFF;/*Rand des wrapper*/
         -moz-border-radius: 8px;
         -webkit-border-radius: 8px;
         -ms-border-radius: 8px;
         border-radius: 8px;
         box-shadow: 0 0 10px 0px;
         rgba (12, 3, 25, 0.8);
         padding: 10px 20px;
         height: auto;
         text-align:center;
         }
.box1    {
         display: inline;
         text-align:center;
         border:3px solid;
         border-top-color:#FFFFFF;
         border-left-color:#FFFFFF;
         border-right-color:#000000;
         border-bottom-color:#000000;
         -moz-border-radius: 3px;
         -webkit-border-radius: 3px;
         -ms-border-radius: 3px;
         border-radius: 3px;
         box-shadow: 0 0 10px 0px;
         rgba (12, 3, 25, 0.8);
         }

                 }
.foto1   {
         border:2px solid #FFFFFF;/*border: 4px solid #FFFFFF;*/
         border-top:#FFFFFF;
         border-left-color:#FFFFFF;
         border-right-color:#AFAFAF;
         border-bottom-color:#5F5F5F;*/
         -moz-border-radius: 7px;
         -webkit-border-radius:7px;
         -ms-border-radius: 7px;
         border-radius: 7px;
         box-shadow: 0 0 12px 0px;
         rgba (12, 3, 25, 0.8);*/
         }


img hafoto{
      width: 100%;
      height: auto;
      }