/*CSS Document
 a:link { text-decoration:none; font-weight:bold; color:#FF3300; }
 a:visited { text-decoration:none; font-weight:bold; color:#AF00FF; }
 a:hover { text-decoration:none; font-weight:bold;}
 a:active { text-decoration:none; font-weight:bold;1}*/

@media only screen and (max-width:768px)
                 {#carree {display:none;}
                 }
body             {
                 background-image: url("../grafik/wrapper_mob.png");
                 background-repeat: repeat;
                 text-align: center;
                 }
#blfd            {
                 margin: 0 auto 30px auto;
                 max-width: 100%;
                 width: 100%;
                 height: 100%;
                 width: auto;
                 height: auto;
                 }
#titel           {
                 text-align:center;
                 max-width: 100%;
                 width: 100%;
                 height: 100%;
                 width: auto;
                 height: 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);
                 margin-top:15px;
                 }
#video           {
                 text-align: center;
                 margin: 1% auto;
                 max-width: 100%;
                 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, 1px, 0px;
                 rgba (0, 0, 0, 0.8)
                 }
.box1            {
                 display: inline;
                 text-align:center;
                 border:2px solid #FFFFFF;
                 border-radius:5px;
                 -moz-border-radius:5px;
                 -webkit-border-radius:5px;
                 -ms-border-radius:5px;
                 box-shadow: 0 0 5px 0px;
                 rgba (12, 3, 25, 0.8);
                 margin:3px;
                 }
.box2            {
                 display: inline-block;
                 text-align: center;
                 margin: 0 6px;
                 max-width: 100%;
                 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;
                 }
.foto1           {
                 border:2px 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);
                 }
