 /*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; }*/
body             {
                 background-image: url("../grafik/hg.jpg");
                 background-repeat:repeat-y;
                 }
#video           {
                 text-align: center;
                 margin: 0 auto;
                 max-width: 75%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 3px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#FFFFFF;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#5F5F5F;
                 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);
                 }
#wrapper         {
                 background:#D2B48C;
                 margin: 0 auto;
                 text-align: center;
                 max-width: 1050px;
                 width: 96%;
                 border: 4px solid #5F5F5F;
                 border-radius: 10px;
                 -moz-border-radius: 10px;

                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding: 4px;
                 height: auto;
                 }
#blfd            {
                 text-align: center;
                 margin: 0 auto 30px auto;
                 max-width: 100%;
                 width: 100%;
                 height: 100%;
                 width: auto;
                 height: auto;
                 }
.box1            {
                 display: inline-block;
                 text-align:center;
                 margin: 2% auto;
                 border:3px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#FFFFFF;
                 border-right-color:#5F5F5F;
                 border-bottom-color:#5F5F5F;
                 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);
                 max-width: 98%;
                 }
.box2            {
                 display: inline-block;
                 text-align:center;
                 margin: 1% 0.4%;
                 border:1px solid #FFDF00;
                 border-radius: 4px;
                 -moz-border-radius: 4px;
                 -webkit-border-radius: 4px;
                 -ms-border-radius: 4px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 max-width: 100%;
                 }
.text            {
                 display:block;
                 font-family: Seagull,Arial,Tahoma;
                 font-weight:bold;
                 font-size:14pt;
                 font-style:normal;
                 color:#FFFF00;
                 padding-bottom:1%;
                 }
