body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-image: url("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: 50%;  
  /* 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: 50%;  
  /* 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: 280vh;
  padding: 2%;
  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: orange;
  text-decoration: none;
}
a.status:visited {
  color: darkgrey;
}
a.status:hover {
  color: white;
  text-decoration: underline;
  cursor: help;
}
a.status:active {
  color: blue;
}

#textbox1 {
  text-align: center;
  position: absolute;
  left: 1%;
  top: 0%;  
  background-color: #23922750;
    color: white;
    width: 100%;
    padding: 0%;
    margin: auto;
    /* border: 5px solid green; */

}

#box1 {
  position: absolute;
  left: 40%;
  bottom: 20%;  
  background-color: #23922770;
    color: white;
    width: 53%;
    height: auto;
    padding: 1%;
    margin: 1%;
    /* border: 5px solid green; */
}

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

#box2 {
  position: absolute;
  left: 3%;
  bottom: 1%;  
  background-color: #23922770;
    color: white;
    width: 90%;
    height: auto;
    padding: 1%;
    margin: 1%;
    /* border: 5px solid green; */
}

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

#box3 {
  position: absolute;
  left: 5%;
  top: 8%;  
  background-color: #23922750;
    font-weight: bold;
    font-size: 16px;
    color: white;
    width: 80%;
    height: auto;
    padding: 1%;
    margin: 1%;
    border: 5px solid green;
}



#box4 {
    position: absolute;
    left: 5%;
    top: 34%;  
    background-color: #23922750;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: 80%;
    height: auto;
    padding: 1%;
    margin: 1%;
    border: 5px solid green;
  }



  #box6 {
    position: absolute;
    left: 3%;
    bottom: 20%;  
    background-color: #23922770;
      color: white;
      width: 30%;
      height: auto;
      padding: 1%;
      margin: 1%;
      /* border: 5px solid green; */
    }


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

/* img {
  opacity: 0.7;
} */