body {
  margin: 10px;
  padding: 0;
  background: #ffffff;
  font: 100% "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #262626;
}
a {
  background: inherit;
  font: 100% "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #6f8554;
  text-decoration: underline;
}
a:hover {
  background: inherit;
  font: 100% "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #919191;
  text-decoration: none;
  cursor: pointer;
}
form {
  margin: 55px 0 25px 50px;
}
input, textarea {
  padding: 0 2px;
  background: inherit;
  border: 1px dotted #000000;
  font: 90% "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #805439;
}
h1 {
  margin: 2px 0 20px 0;
  background: inherit;
  text-align: left;
  font: 110% Georgia, "Times New Roman", serif;
  color: #805439;
  font-weight: bold;
  text-transform: uppercase;
}
h2, h3, h4 {
  margin: 20px 0 10px 0;
  background: inherit;
  text-align: left;
  font-size: 100%;
  color: #805439;
  font-weight: bold;
}
h2 a, h2 a:hover {
  background: inherit;
  font-size: 100%;
  color: #805439;
  font-weight: bold;
  text-decoration: none;
  cursor: text;
}
h3 {
  margin: 55px 0 -40px 75px;
}
h4 {
  margin: 60px 0 15px 75px;
}
i {
  font-family: Georgia, "Times New Roman", Times, serif;
}
p {
  margin: 0 0 10px 0;
  text-align: justify;
}
blockquote {
  margin: 0 200px 0 10px;
  background: inherit;
  font-size: 75%;
  color: #919191;
}


/* SIVURAKENNE */

#pohja {
  width: 700px;
  margin: 0 auto;
}
#ylaosa {
  padding: 0 0 10px 0;
}
#valikko {
  float: left;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: left;
}
#sisalto {
  float: right;
  width: 530px;
  padding: 5px 0 10px 15px;
  background: inherit;
  border-left: 1px dotted #000000;
  color: #161414;
}
#footer {
  clear: both;
  padding: 10px 0 0 3px;
  background: inherit;
  text-align: left;
  font: 75% "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #919191;
}


/* YLÄOSA */

#ylaosa img {
  padding: 0;
  border: 1px dotted #000000;
}


/* VALIKKO */

#valikko {
  list-style-type: none;
  line-height: 25px;
}
#valikko li a {
  padding: 0 0 0 14px;
  background: url(pallo.gif) no-repeat 0 6px #ffffff;
  text-decoration: none;
  font: 100% "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #262626;
}
#valikko li a:hover {
  background: url(pallo_hover.gif) no-repeat 0 6px;
  border-bottom: 1px dotted #6f8554;
}
#valikko li.aktiivinen {
  padding: 0 0 0 14px;
  background: url(pallo_hover.gif) no-repeat 0 6px;
  font-weight: bold;
}



/* SISÄLTÖ */

#karttainfo {
  padding: 0;
  text-align: center;
  font-size: 75%;
}
#lahde {
  margin: 25px 0 0 0;
  text-align: left;
  font-size: 75%;
}
.img_left {
  float: left;
  margin: 5px 10px 0 0;
  border: 1px solid #000000;
}
.img_right {
  float: right;
  margin: 5px 0 0 10px;
  border: 1px solid #000000;
}
.nappi {
  margin: 5px 5px 0 0;
  padding: 5px 13px 3px 13px;
  background: #6f8554;
  border: 1px outset #000000;
  font: bold 70% "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.noborder {
  border: none;
}



/* SIVUN ALKUUN -LINKKI */

#ylos {
  margin: 25px 0 0 0;
  background: inherit;
  text-align: right;
  font-size: 75%;
  color: #161414;
}
#ylos a {
  background: inherit;
  text-decoration: none;
  color: #6f8554;
}
#ylos a:hover {
  background: inherit;
  text-decoration: none;
  color: #161414;
}



/* TEKIJÄNOIKEUDET */

#footer a {
  background: inherit;
  text-decoration: none;
  color: #919191;
}
#footer a:hover {
  background: inherit;
  text-decoration: underline;
  color: #6F8554;
}



/* 404: FILE NOT FOUND */

#error {
  width: 500px;
  margin: 30px auto;
}
#error h1 {
  margin: 0 auto 15px auto;
  background: inherit;
  text-align: center;
  font: bold 110% Georgia, "Times New Roman", serif;
  color: #805439;
  text-transform: uppercase;
}
#error p {
  margin: 5px 0;
  text-align: center;
}
#error p img {
  margin: 15px auto;
  border: 1px solid #000000;
}

