      body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background-color: #f29157;
        color: white;
        overflow-y: scroll;
      }

      #header {
        position: absolute;
        background-color: white;
        width: 100vw;
        height: 25vh;
        top: 0vh;
        text-align: center;
        padding: 1%;
        margin: auto;
        /*border: 5px solid green;*/
      }


      #logobox1 {
        position: absolute;
        left: 15vw;
        top: 0vh;  
        /* background-color: #239227; */
          width: 10vw;
          height: auto;
          padding: 1%;
          margin: 0%;
          /*border: 5px solid green;*/
      }

      #bild0 {
        width:100%;
        height: auto;
      }

      #logobox3 {
        position: absolute;
        left: 50vw;
        top: 2vh;  
        /* background-color: #239227; */
          width: 37vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          /*border: 5px solid green; */
      }


      #bild000 {
        
        width:100%;
        height:auto;
        
      }

      #menue{
        position: absolute;
        top: 25vh;
        background-color: #f29157;
        color:white;
        width: 100vw;
        text-align: center;
        padding: 1%;
        margin: auto;
        /*border: 5px solid green;*/
      }



        .box {
        width: 8vw;
        height: 2vh;
        font-size: 1vw;
        font-weight: bold;
        color:white;
        padding: 1%;
        background-color: #f29157;
        border: 2px solid white;
        display: inline-block;
        transition: background-color 0.5s;
        }

        .box:hover {
        background-color:grey;
        color: orange;
        cursor: pointer;
        text-decoration: underline;
        }


      #content {
        position: absolute;
        /*background-image: url("bilder/schuhe-im-wald-spiegel.jpg");*/
        background-color: white;
        width: 100vw;
        height: 200vh;
        padding: 1%;
        margin: auto; 
        top: 36%;
        /*border: 5px solid green;*/
      }

      #footer {
        position: fixed;
        background-color: #00a170;
        color: black;
        width: 100vw;
        height: 2vh;
        z-index: 12;
        text-align: center;
        padding: 1%;
        margin: auto;
        bottom: 0vh;
        /*border: 5px solid green;*/
      }     

      a.status:link {
        color: black;
        text-decoration: none;
      }
      a.status:visited {
        color: darkgrey;
      }
      a.status:hover {
        color: orange;
        text-decoration: underline;
        cursor: help;
      }
      a.status:active {
        color: blue;
      }

      .bildxd {
        
        width:100%;
        height:auto;
      }

      #box01 {
        position: absolute;
        left: 20vw;
        top: 5vh;
        /* background-color: #239227; */
          width: 9vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }

      #bild01 {
        
        width:100%;
        height:auto;
      }

        #textbox01 {
          position: absolute;
          left: 30vw;
          top: 13vh;
          font-size: 1vw;
          color: black;
          /* background-color: #239227; */
            width: 35vw;
            height: auto;
            padding: 1%;
            margin: 0%;
            border: 5px solid #00a170;
        }
        
        #pfeilbox01 {
          position: absolute;
          right: 24vw;
          top: 14.5vh;  
          width: 0vw;
          height: 0vh;                          
          border-style: solid;
          border-width: 2vw 0vh 2vw 10vw;
          border-color: transparent transparent transparent #00a170;
        }

      #downloadbox01 {
        position: absolute;
        right: 18vw;
        top: 13vh;
        /* background-color: #239227; */
          width: 7vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }

      #box02 {
        position: absolute;
        left: 20vw;
        top: 35vh;
        /* background-color: #239227; */
          width: 9vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }

      #bild02 {
        
        width:100%;
        height:auto;
      }

        #textbox02 {
          position: absolute;
          left: 30vw;
          top: 43vh;
          font-size: 1vw;
          color: black;
          /* background-color: #239227; */
            width: 35vw;
            height: auto;
            padding: 1%;
            margin: 0%;
            border: 5px solid #00a170;
        }
        
        #pfeilbox02 {
          position: absolute;
          right: 24vw;
          top: 44vh;  
          width: 0vw;
          height: 0vh;                          
          border-style: solid;
          border-width: 2vw 0vh 2vw 10vw;
          border-color: transparent transparent transparent #00a170;
        }

      #downloadbox02 {
        position: absolute;
        right: 18vw;
        top: 43vh;
        /* background-color: #239227; */
          width: 7vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }

      #box03 {
        position: absolute;
        left: 20vw;
        top: 65vh;
        /* background-color: #239227; */
          width: 9vw;
          height: 26vh;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }

      #bild03 {
        
        width:100%;
        height:auto;
      }

        #textbox03 {
          position: absolute;
          left: 30vw;
          top: 73vh;
          font-size: 1vw;
          color: black;
          /* background-color: #239227; */
            width: 35vw;
            height: auto;
            padding: 1%;
            margin: 0%;
            border: 5px solid #00a170;
        }
        
        #pfeilbox03 {
          position: absolute;
          right: 24vw;
          top: 74vh;  
          width: 0vw;
          height: 0vh;                          
          border-style: solid;
          border-width: 2vw 0vh 2vw 10vw;
          border-color: transparent transparent transparent #00a170;
        }

      #downloadbox03 {
        position: absolute;
        right: 18vw;
        top: 73vh;
        /* background-color: #239227; */
          width: 7vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }
      
      #box04 {
        position: absolute;
        left: 20vw;
        top: 95vh;
        /* background-color: #239227; */
          width: 9vw;
          height: 26vh;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }

      #bild04 {
        
        width:100%;
        height:auto;
      }

        #textbox04 {
          position: absolute;
          left: 30vw;
          top: 103vh;
          font-size: 1vw;
          color: black;
          /* background-color: #239227; */
            width: 35vw;
            height: auto;
            padding: 1%;
            margin: 0%;
            border: 5px solid #00a170;
        }
        
        #pfeilbox04 {
          position: absolute;
          right: 24vw;
          top: 104vh;  
          width: 0vw;
          height: 0vh;                          
          border-style: solid;
          border-width: 2vw 0vh 2vw 10vw;
          border-color: transparent transparent transparent #00a170;
        }

      #downloadbox04 {
        position: absolute;
        right: 18vw;
        top: 103vh;
        /* background-color: #239227; */
          width: 7vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }
      
      #box05 {
        position: absolute;
        left: 20vw;
        top: 125vh;
        /* background-color: #239227; */
          width: 9vw;
          height: 26vh;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }

      #bild05 {
        
        width:100%;
        height:auto;
      }

        #textbox05 {
          position: absolute;
          left: 30vw;
          top: 133vh;
          font-size: 1vw;
          color: black;
          /* background-color: #239227; */
            width: 35vw;
            height: auto;
            padding: 1%;
            margin: 0%;
            border: 5px solid #00a170;
        }
        
        #pfeilbox05 {
          position: absolute;
          right: 24vw;
          top: 134vh;  
          width: 0vw;
          height: 0vh;                          
          border-style: solid;
          border-width: 2vw 0vh 2vw 10vw;
          border-color: transparent transparent transparent #00a170;
        }

      #downloadbox05 {
        position: absolute;
        right: 18vw;
        top: 133vh;
        /* background-color: #239227; */
          width: 7vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }
      
      #box06 {
        position: absolute;
        left: 20vw;
        top: 155vh;
        /* background-color: #239227; */
          width: 9vw;
          height: 26vh;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }

      #bild06 {
        
        width:100%;
        height:auto;
      }

        #textbox06 {
          position: absolute;
          left: 30vw;
          top: 163vh;
          font-size: 1vw;
          color: black;
          /* background-color: #239227; */
            width: 35vw;
            height: auto;
            padding: 1%;
            margin: 0%;
            border: 5px solid #00a170;
        }
        
        #pfeilbox06 {
          position: absolute;
          right: 24vw;
          top: 164vh;  
          width: 0vw;
          height: 0vh;                          
          border-style: solid;
          border-width: 2vw 0vh 2vw 10vw;
          border-color: transparent transparent transparent #00a170;
        }

      #downloadbox06 {
        position: absolute;
        right: 18vw;
        top: 163vh;
        /* background-color: #239227; */
          width: 7vw;
          height: auto;
          padding: 0%;
          margin: 0%;
          border: 5px solid #00a170;
      }      