 /*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:1080px)
                 {#bfd{
                 display:none;}
                 }
@media screen and (max-width:1080px)
                 {#balken-1{
                 display:none;}
                 }
@media screen and (max-width:1080px)
                 {#balken-2{
                 display:none;}
                 }
@media screen and (max-width:1080px)
                 {#bild{
                 display:none;}
                 }
@media screen and (max-width:1080px)
                 {#uebers{
                 display:none;}
                 }*/
@media screen and (max-width:760px)
                 {#carree1{
                 display:none;}
                 }
@media screen and (max-width:760px)
                 {#carree2{
                 display:none;}
                 }

body             {
                 background-image: url("../grafik/hg.jpg");
                 background-repeat: repeat;
                 text-align: center;
                 }
#titel           {
                 text-align: center;
                 margin: 0 auto;
                 max-width: 100%;
                 width: 96%;
                 width: auto;
                 height: auto;
                 border: 3px solid #FF7F7F;
                 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);
                 }
#blfd            {
                 text-align: center;
                 margin: 0 auto 30px auto;
                 max-width: 100%;
                 width: 100%;
                 height: 100%;
                 width: auto;
                 height: auto;
                 }
#video           {
                 text-align: center;
                 margin: 1% auto;
                 max-width: 98%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 4px solid #FF7F7F;
                 border-radius: 10px;
                 -moz-border-radius: 10px;
                 -webkit-border-radius: 10px;
                 -ms-border-radius: 10px;
                 box-shadow:0, 0, 10px, 0px;
                 rgba (0, 0, 0, 0.8)
                 }
.box2            {
                 display: inline-block;/*Fotos*/
                 text-align: center;
                 margin: 0 1%;
                 max-height: 89px;
                 width: auto;
                 height: auto;
                 border: 2px solid #FF7F7F;
                 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);
                 }
.box3            {
                 display: inline-block; /*nav-tasten*/
                 text-align:center;
                 margin:0 auto;
                 max-width:91px;
                 width:100%;
                 height:auto;
                 border:3px solid #FF0000;
/*                 border-top-color:#FFFFFF;
                 border-left-color:#FFFFFF;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#5F5F5F;*/
                 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:0 1%;
                 }
.text            {
                 display:inline-block;
                 font-family: Seagull,Arial,Tahoma;
                 font-weight:bold;
                 font-size:14pt;
                 font-style:normal;
                 color:#FFFF00;
                 margin-bottom:4px;
                 }
