body {
  background-color: black;
  font-family: Arial;
  font-size: 10pt;
}

#sivu {
  position: relative;
  width: 900px;
  min-height: 500px;
  margin: auto;
  z-index: 1;
}

#navi {
  background-color: black;
  color: white;
  height: 35px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

a.linkki {
  text-decoration: none;
  font-size: 12pt;
  color: #ffffff;
  /*margin: 0 1em 0 0;*/
  padding: 1em 0.5em 1em 0.5em;
  line-height: 25pt;
}

a.linkki:hover {
  background-color: #ffffff;
  color: black;
}

#sisalto {
  background-color: white;
  padding: 1em;
  min-height: 350px;
  z-index: 2;
}

#teksti {
  max-width: 60%;
}

#teksti a {
  color: #444444;
  text-decoration: underline;
}
#teksti a:visited {
  color: #444444;
}
#teksti a:hover {
  color: #444444;
}

/* kuvien overlay sisällön päälle oikeaan yläreunaan */
#splash {
  z-index: 3;
  position: absolute;
  right: -12%;
  top: -5%;
  width: 500px;
  height: 500px;
}

#map-small {
  display: none;
}

/* ---- mobiiliversion muutokset ---- */
@media only screen and (max-width: 768px) {
  #splash {
    display: none;
  }
  #sivu {
    width: 95%;
  }
  #teksti {
    max-width: 100%;
  }
  #map-big {
    display: none;
  }
  #map-small {
    display: block;
		overflow: hidden;
  }
}

table {
  border-spacing: 20px 0px;
}

/* ------------- KUVAT ---------------- */

img#logo {
  display: block;
  padding-bottom: 5px;
	height: 30vw;
  max-height: 280px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

img#hiukset {
  z-index: 4;
  position: relative;
  left: 50px;
  top: 30vh;
  overflow: hidden;
}

img#sk {
  z-index: 3;
  position: relative;
  top: -33px;
  left: 200px;
}

/*
img#alennus {
  z-index: 4;
}
*/

#footer {
  margin-top: 0.5em;
}

#footer a {
  color: white;
}
