       body {
         font-family: Helvetica,Arial,sans-serif;
         font-size: 13pt;
         color: rgb(255, 255, 255);
         /* margin:20px 20px 20px 250px; width:35em; border:1px solid orange; */
         background-color: rgb(51, 51, 51);
         background-image:url(hintergrundLeer.jpg);
         background-repeat: no-repeat;
         background-position: top center;
         background-attachment:fixed;
         padding:0px;
				/* text-align:center; */
        }
        h1 {
        	font-size: 20pt;
					font-weight: normal;
					font-style: normal;
          }
        #blackorange {
        	position:absolute;
          top: 50px;
	        right: 50px;
/*          left:12px; */
          /* right: 0px; */
/*          height:auto; */
          z-index:2;
          text-align: right;
          }
        #blackorange[id] {
					position:fixed;
/*          left: 12px; */
/*          right: 12px;
          width: 100%; */
          }
        #logoleft {
        	position:absolute;
          top:50px;
          left:50px;
          text-align: left;
          z-index:2;
          }
        #logoleft[id] {
        	position:fixed;
          }
        #LogoSize {
					 width: 230px;
           height: 170px;
           z-index:2;
           border: solid 0px;
           /* vspace: 0px; '*/
           }
        #VuMeter{
        	position:absolute;
          left:12px;
          /* right: 0px; */
          width: 440px;
          bottom: 90px;
          height:300px;
          z-index:2;
          text-align: center;
          /* valign: bottom; */
          }
        #gallery {
        	position:absolute;
          top:200px;
          left:12px;
          right: 0px;
          width: 100%;
          height:450px;
          z-index:2;
          text-align: center;}
        #gallery[id] {
        	position:fixed;
          top:200px;
          left:12px;
          right: 0px;
          height:450px;
          z-index:2;
          text-align: center;}

        #galleryLeft {
        	position:absolute;
          top:60px;
          left:5%;
          width: 15%;
          height:450px;
          z-index:2;
          text-align: left;}
        #galleryLeft[id] {
        	position:fixed;
          top:60px;
         	width: 15%;
          height:450px;
          z-index:2;
          text-align: left;}

        #galleryRight {
        	position:absolute;
          top:60px;
          right:5%;
          width: 15%;
          height:450px;
          z-index:2;
          text-align: right;}
        #galleryRight[id] {
        	position:fixed;
          top:60px;
          width: 15%;
          height:450px;
          z-index:2;
          text-align: right;}

        #thumb { border: solid 2px black ; width: 160px; height: 107px;
        		/* vspace: 5px; */
            background-color: 0}
        #header{ position:absolute; top:25px; left:auto; width:422px; height:200px; z-index:1; text-align: center;}
        #menu{ position:absolute; left:12px; right: 0px; bottom: 148px; height:80px; z-index:2; text-align: center;
         /* valign: bottom; */
         }
        #bandpic {
        	position: absolute;
           right:10px;
           top: 5%;
           z-index:2;
           text-align: right;
				}
        #bandpic[id] {
        	position: fixed;
           top: 200px;
				}
	      #logobox {
        	 position:absolute;
           left:10px;
           right:10px;
           top: 320px;
           z-index:2;
           text-align: center;
	      }
	      #logobox[id] {
        	position: fixed;
          margain: center
          top: 150px;
				}
        #menuLine {
        	 position:absolute;
           left:12px;
           right: 0px;
           bottom: 20px;
           height:80px;
           width: 100%;
           z-index:2;
           text-align: center;
           }
         #menuLine[id] {
         	position: fixed;
          }
        #menutext{ position:absolute; left:12px; right: 0px; bottom: 76px; height:80px; z-index:2; text-align: center;
                  /* valign: bottom; */
        }
        #menutextlower{
        	position:absolute;
          left:12px;
          width: 600px;
          bottom: 50px;
          height:80px;
          z-index:2;
          text-align: center;
          /* valign: bottom; */}
        #BigLogo { position:absolute; top:150px; left:10px; width:150px; height:150px; z-index:1; }
/*        #boxnormal { width: 60px; height: 60px; z-index:2; border: solid 0px;
        } */
        #boxnormal { width: 40px; height: 40px; z-index:2; border: solid 0px;
        }
        #boxsmall  { width: 60px; height: 60px; z-index:2; border: solid 0px;         		/* vspace: 5px; */
        }
        #pagetext { position:absolute; top:600px; left:20px; width:400px; height:auto; z-index:2; background-color: 0; text-align: left;}
        #box5 { position:absolute; top:100px; left:10px; width:80px; height:80px; z-index:2; }
        #box6 { position:absolute; top:60px; left:50px; width:90px; height:90px; z-index:-1; }
        #maintext {
					/* position:relative;
          top:25%;
          left:5%; */
          position:fixed;
          left: 70px;
					top: 200px;
          /* right: 30%; */
          height:auto;
          z-index: 1;
          }
        #maintext[id] {
          top:200px;
          left: 60px;
          }
				#aussenbox {
	        width:75%; /*bestimmt die Breite der Box*/
	        border:0px solid gray; /*kann auch entfallen*/
	        margin:auto;
	        margin-top:50px; /*50px Abstand von oben; auch %-Angaben möglich*/
	        height:auto; /*Gesamthöhe der Box; möglich sind auch feste Angaben*/
	        text-align:left; /*Ausrichtung der Elemente innerhalb der Box*/
	        }
	      #zentriert {
	        position:absolute;
	        top:50%;
	        left:50%;
	        width:30em;
	        height:20em;
	        margin-left:-15em;
	        margin-top:-10em;
	      }