
@media only screen and (max-width:900px)
                 {#carree {display:none;}
                 }
body             {
                 background-image:url("../grafik/hg_amrum.jpg");
                 background-repeat: repeat-y;
                 margin: 0 auto;
                 text-align: center;
                 }
#blfd            {
                 margin: 0 auto 30px auto;
                 max-width: 100%;
                 width: 100%;
                 height: 100%;
                 width: auto;
                 height: auto;
                 }
#titel           {
                 text-align:center;
                 margin: 0 auto 20px auto;
                 border: 2px solid #FFFFFF;
                 border-radius: 7px;
                 -moz-border-radius: 7px;
                 -webkit-border-radius: 7px;
                 -ms-border-radius: 7px;
                 box-shadow: 0 0 1px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
#carree          {
                 margin: 10px 25px;
                 border: 2px solid #FFFFFF;
                 border-radius: 6px;
                 -moz-border-radius: 6px;
                 -webkit-border-radius: 6px;
                 -ms-border-radius: 6px;
                 box-shadow: 0 0 3px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
#wrapper         {
                 background-image:url("../grafik/wrapper.png");
                 background-repeat:repeat;
                 margin: 0 auto;
                 max-width:1040px;
                 width:100%;
                 height:auto;
                 border: 2px solid black;
                 -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;
                 }
#video           {
                 text-align: center;
                 margin: 1% auto;
                 max-width: 800px;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 2px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#DFDFDF;
                 border-right-color:#4F4F4F;
                 border-bottom-color:#1F1F1F;
                 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)
                 }
.box1            {
                 display: inline-block;
                 text-align:center;
                 margin: 3px;
                 border: 2px solid #FFFFFF;
                 border-radius: 5px;
                 -moz-border-radius: 5px;
                 -webkit-border-radius: 5px;
                 -ms-border-radius: 5px;
                 box-shadow: 0 0 1px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.box2            {
                 display: inline-block;
                 text-align: center;
                 margin: 6px;
                 max-width: 91px;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 2px solid #FFFFFF;
                 border-radius: 5px;
                 -moz-border-radius: 5px;
                 -webkit-border-radius: 5px;
                 -ms-border-radius: 5px;
                 box-shadow: 0 0 1px 0px;
/*                 rgba (12, 3, 25, 0.8);  */
                 }
#nav             {
                 text-align: center;
                 }