      body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background-image: url("homepage/bilder/background1.JPG");
        color: white;
        overflow-y: scroll;
      }

      #header {
        position: relative;
        background-color: darkgreen;
        color: #fff;
        width: 95vw;
        text-align: center;
        padding: 1%;
        margin: auto;
        /* border: 5px solid green; */
      }

      #logobox1 {
        position: absolute;
        left: 2%;
        top: 48%;  
        /* background-color: #239227; */
          width: 7%;
          height: auto;
          padding: 1%;
          margin: 1%;
          /* border: 5px solid green;   */
      }

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

      #logobox2 {
        position: absolute;
        right: 2%;
        top: 48%;  
        /* background-color: #239227; */
          width: 7%;
          height: auto;
          padding: 1%;
          margin: 1%;
          /* border: 5px solid green; */   
      }


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



        .box {
        width: 35%;
        font-size: 14px;
        font-weight: bold;
        color: white;
        padding: 1%;
        margin: 1%;
        background-color: green;
        border: 1px solid white;
        display: inline-block;
        transition: background-color 0.5s;
        }

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


      #content {
        position: relative;
        width: 95vw;
        height: 110vh;
        padding: 1%;
        margin: auto; 
        top: 0%;
        /* border: 5px solid green; */
      }

      #footer {
        position: static;
        background-color: darkgreen;
        color: #fff;
        width: 95vw;
        text-align: center;
        padding: 1%;
        margin: auto;
        bottom: 0%;
        /* border: 5px solid green; */
      }     

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


      #box1 {
        position: absolute;
        left: 0%;
        top: 0%;  
        /* background-color: #239227; */
          color: white;
          width: 95%;
          height: auto;
          padding: 1%;
          margin: 1%;
          /* border: 5px solid green; */
      }

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

      #box2 {
        position: absolute;
        left: 0%;
        top: 35%;  
        /* background-color: #239227; */
          color: white;
          width: 45%;
          height: auto;
          padding: 1%;
          margin: 1%;
          /* border: 5px solid green; */
      }

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

      #box3 {
        position: absolute;
        left: 50%;
        top: 35%;  
        /* background-color: #239227; */
          color: white;
          width: 45%;
          height: auto;
          padding: 1%;
          margin: 1%;
          /* border: 5px solid green; */
      }

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

      #box4 {
        position: absolute;
        left: 50%;
        top: 60%;  
        /* background-color: #239227; */
          color: white;
          width: 40%;
          height: auto;
          padding: 1%;
          margin: 1%;
          /* border: 5px solid green; */
        }

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

      #box5 {
        position: absolute;
        left: 0%;
        bottom: 0%;  
        /* background-color: #239227; */
          color: white;
          width: 45%;
          height: auto;
          padding: 1%;
          margin: 1%;
          /* border: 5px solid green; */
        }

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

      #box6 {
        position: absolute;
        left: 0%;
        top: 100%;  
        /* background-color: #239227; */
          color: white;
          width: 100%;
          padding: 1%;
          margin: 1%;
          /* border: 5px solid green; */
        }