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

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

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

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

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


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

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

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

      .box1 {
      width: 10%;
      height: 15%;
      font-size: 16px;
      font-weight: bold;
      color: white;
      padding: 1%;
      background-color: green;
      border: 2px solid white;
      display: inline-block;
      transition: background-color 0.5s;
      }

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





  #albumheader {
    background-color: darkgreen;
    color: #fff;
    width: 1440px;
    text-align: center;
    padding: 1%;
    margin: auto;
    border: 5px solid green;
    }


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

  #footer {
      position: static;
      background-color: darkgreen;
      color: #fff;
      width: 1440px;
      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;
  }

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


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

  