body {
   background-color: Lavender;
}

#container {
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  background-color:white;
}

#header {
  top: 0px;
  position: absolute;
}


#content {
  background-color: white;
  position: absolute;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  color:blue;
}

.button {
  position: relative;
  background: url("pildid/nupp.png") no-repeat;
  width: 80px; 
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
  color: blue;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.button:hover {
  background: url("pildid/nupp_kohal.png") no-repeat;
}


@media only screen and (max-width:319px)  {
  #container {
    width: 260px;
  }

  #header {
    width: 220px;
    height: 200px;
    background: url("pildid/260/pais.png") no-repeat;
  }

  #content h1 {
    font-weight: bold;
    font-size: 14px;
  }

  #content h2 {
    font-weight: bold;
    font-size: 12px;
  }

  #content {
    top: 200px;
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  #content p, li {
    font-size: 11px;
  }

  #menucontainer {
    position: relative;
    top: 90px;
    float: left;
  }

  .button {
      float:top;
  }

  .yles {
    float: right;
    font-size: 11px;
    text-decoration: none;
  }

}

@media only screen and (min-width:320px) and (max-width:767px)  {
  #container {
    width: 320px;
  }

  #header {
    width: 320px;
    height: 317px;
    background: url("pildid/320/pais.png") no-repeat;
  }

  #content h1 {
    font-weight: bold;
    font-size: 16px;
  }

  #content h2 {
    font-weight: bold;
    font-size: 14px;
  }

  #content {
    top: 270px;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
 
  #content p, li {
    font-size: 12px;
  }

  #menucontainer {
    position: relative;
    top: 150px;
    float: right;
  }

  .button {
      float:top;
  }

  .yles {
    float: right;
    font-size: 12px;
    text-decoration: none;
  }
}

@media only screen and (min-width:768px) and (max-width:959px)  {
  #container {
    width: 760px;
  }
  
  #header {
    width: 760px;
    height: 270px;
    background: url("pildid/760/pais.png") no-repeat;
  }

  #content h1 {
    font-weight: bold;
    font-size: 20px;
  }

  #content h2 {
    font-weight: bold;
    font-size: 16px;
  }

  #content {
    top: 200px;
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  #content p, li {
    font-size: 14px;
  }

  #menucontainer {
    position: relative;
    top: 160px;
    float: right;
  }

  .button {
    float: left;
  }

  .yles {
    float: right;
    font-size: 14px;
    text-decoration: none;
  }

}

@media only screen and (min-width:960px) {
  #container {
    width: 960px;
  }

  #header {
    width: 960px;
    height: 220px;
    background: url("pildid/960/pais.png") no-repeat;
  }

  #content h1 {
    font-weight: bold;
    font-size: 20px;
  }

  #content h2 {
    font-weight: bold;
    font-size: 16px;
  }

  #content {
    top: 220px;
    width: 920px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  #content p, li {
    font-size: 14px;
  }

  #menucontainer {
    position: relative;
    top: 160px;
    float: right;
  }

  .button {
    float: left;
  }

  .yles {
    float: right;
    font-size: 14px;
    text-decoration: none;
  }
}


a:link {
  color:blue;
}

a:visited {
  color:blue;
}

.lae {
  text-decoration:none;
  color: blue;
  font-weight: bold;
}
