

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #43443B;
  background-image: url('images/tausta.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
  
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}





.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}



/* ULKOASU */
.pohja
{
  overflow: hidden;
  min-width:23px;
  min-height:23px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 900px;
}


.pohja-body
{
  position: relative;
  z-index: 0;
  margin: 2px;
}

.pohja-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  background-image: url('images/pohja-s.png');
}

.pohja-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 11px;
  height: 11px;
}

.pohja-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -11px;
  width: 22px;
  height: 22px;
  background-image: url('images/pohja-s.png');
}

.pohja-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 11px;
}

.pohja-bl div
{
  position: absolute;
  z-index: -1;
  top: -11px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url('images/pohja-s.png');
}

.pohja-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 11px;
  height: 11px;
}

.pohja-br div
{
  position: absolute;
  z-index: -1;
  top: -11px;
  left: -11px;
  width: 22px;
  height: 22px;
  background-image: url('images/pohja-s.png');
}

.pohja-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 11px;
  right: 11px;
  height: 11px;
}

.pohja-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background-image: url('images/pohja-h.png');
}

.pohja-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 11px;
  right: 11px;
  height: 11px;
}

.pohja-bc div
{
  position: absolute;
  z-index: -1;
  top: -11px;
  left: 0;
  width: 100%;
  height: 22px;
  background-image: url('images/pohja-h.png');
}

.pohja-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 11px;
  left: 0;
  width: 11px;
  bottom: 11px;
}

.pohja-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 22px;
  height: 100%;
  background-image: url('images/pohja-v.png');
}

.pohja-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 11px;
  right: 0;
  width: 11px;
  bottom: 11px;
}

.pohja-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -11px;
  width: 22px;
  height: 100%;
  background-image: url('images/pohja-v.png');
}

.pohja-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 11px;
  left: 11px;
  right: 11px;
  bottom: 11px;
  background-image: url('images/pohja-c.png');
}


.pohja
{
  margin-top: 10px ;
}


/* YLAPALKKI */
div.ylapalkki
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 896px;
  height: 300px;
}

div.ylapalkki-png
{
  position: absolute;
  z-index:-2;
  top: 0;
  left: 0;
  width: 896px;
  height: 300px;
  background-image: url('images/ylapalkki.png');
  background-repeat: no-repeat;
  background-position: left top;
}


div.ylapalkki-jpeg
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 896px;
  height: 300px;
  background-image: url('images/ylapalkki.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}




/* VALIKKO*/


.valikko a, .valikko a:link, .valikko a:visited, .valikko a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.valikko, .valikko ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.valikko li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.valikko li:hover
{
  z-index: 10000;
  white-space: normal;
}

.valikko li li
{
  float: none;
}

.valikko ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.valikko li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.valikko li li:hover>ul
{
  top: 0;
  left: 100%;
}

.valikko:after, .valikko ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.valikko, .valikko ul
{
  min-height: 0;
}

.valikko ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.valikko ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}



.nav
{
  position: relative;
  margin: 0  auto;
  width: 896px;
  height: 33px;
  z-index: 100;
}

.valikko
{
  padding: 0px 0px 0px 0px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 33px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 896px;
  right: 0;
}


.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}


.valikko ul li
{
  clear: both;
}

.valikko a , .valikko a span
{
  height: 33px;
  display: block;
}


.valikko a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}
.valikko a span span
{
  font-family: "Lucida Console", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0 22px;
  margin: 0 0px;
  line-height: 33px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}


.valikko a:hover span span
{
  color: #F5970A;
  background-position: left -33px;
}

.valikko li:hover a span span
{
  color: #F5970A;
  background-position: left -33px;
}
/* MIKSI EI NÄY */

.nav .separator
{
  display: block;
  width: 2px;
  height: 33px;
  background-image: url('images/item-separator.png');
}


.valikko ul a
{
  display:block;
  text-align: center;
  white-space: nowrap;
  height: 22px;
  width: 202px;
  overflow:hidden;
  line-height: 22px;
  margin-right: auto;


  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;

  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

.nav ul.valikko ul span, .nav ul.valikko ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.valikko ul a, .valikko ul a:link, .valikko ul a:visited, .valikko ul a:hover, .valikko ul a:active, .nav ul.valikko ul span, .nav ul.valikko ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 22px;
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.valikko ul ul a
{
  margin-left: auto;
}

.valikko ul li a:hover
{
  color: #F5970A;
  border-color: #E6E4E7;
  background-position: 0 -22px;
}

.valikko ul li:hover>a
{
  color: #F5970A;
  border-color: #E6E4E7;
  background-position: 0 -22px;
}

.nav .valikko ul li a:hover span, .nav .valikko ul li a:hover span span
{
  color: #F5970A;
}

.nav .valikko ul li:hover>a span, .nav .valikko ul li:hover>a span span
{
  color: #F5970A;
}


.contentLayout
{
  margin-bottom: 0px;
  width: 896px;
  position: relative;
}


.Post
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Post-body
{
  position: relative;
  z-index: 0;
  margin: 10px;
}


.Post
{
  margin: 10px;
}


/* KUVAT */
a img
{
  border: 0;
}


.img2 img, img.img2
{
  border: 1px solid #CED58B;
  margin: 1em;
}

.img3 img, img.img3
{ float: right;
border: 1px solid #CED58B;
margin: 5px;
margin-left: 10px; }



/* TAULUKOT*/

.taulukko, table.taulukko
{
  border-collapse: collapse;
  margin: 1px;
  width:850px;
}

.taulukko, table.taulukko .taulukko tr, .taulukko th, .taulukko td
{
  background-color:Transparent;
}

.taulukko th, .taulukko td
{
  padding: 10px;

  vertical-align: top;
  text-align: center;
}

.selostus, table.selostus
{
  border-collapse: collapse;
  margin: 1px;
  width: 650px;
}



.selostus td
{
  padding: 0px;
  vertical-align: top;
  width: 300x;
}


.Postheadericon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #585E22;
}

.Postheadericon-wrapper, .Postheadericon-wrapper a, .Postheadericon-wrapper a:link, .Postheadericon-wrapper a:visited, .Postheadericon-wrapper a:hover
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #585E22;
}

.Postheader a:link
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
  color: #697029;
}

.Postheader a:visited, .Postheader a.visited
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
  color: #697029;
}

.Postheader a:hover, .Postheader a.hovered
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
  color: #7B832F;
}

/* TYYLIMAAREET */
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #383C16;
}

.PostContent
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #383C16;
}


a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #E18B09;
}


a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #E18B09;
}


a:visited, a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #000000;
}


a:hover, a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #000000;
}



h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


.iotsikko
{
  font-family:Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
  font-variant: small-caps;
  padding-bottom: 20px;
}

.kotsikko {
  font-family:  Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

.otsikot
{
  font-family:  Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #383C16;

}

.bold	{ font-weight: bold; }

.kursivoitu	{ font-style: italic; }

.etuviiva	{
	width: 50%;
	color: #CED58B;
}

.kuvateksti {
 font-size: smaller; 
}

/* LISTAT */

ul
{
  list-style-type: none;
  color: #1C1E0B;
  margin:0;
  padding:0;
}

li
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}




/* ALAPALKKI */
.alapalkki
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 896px;
  margin: 5px auto 0px auto;
}

.alapalkki .alapalkki-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 8px;
  text-align: right;
}

.alapalkki .alapalkki-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/alapalkki.png');
  width: 896px;
  height: 100px;
  bottom:0;
  left:0;
}



.alapalkki .alapalkki-text p
{
  margin: 0;
}

.alapalkki .alapalkki-text
{
  display:inline-block;
  color:#383C16;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.alapalkki .alapalkki-text a:link
{
  text-decoration: none;
  color: #7B832F;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.alapalkki .alapalkki-text a:visited
{
  text-decoration: none;
  color: #27290F;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.alapalkki .alapalkki-text a:hover
{
  text-decoration: none;
  color: #928F20;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.sivu-alapalkki, .sivu-alapalkki a, .sivu-alapalkki a:link, .sivu-alapalkki a:visited, .sivu-alapalkki a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#F59D19;
}

.sivu-alapalkki
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#B4BF4F;
}

.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 895px;
}



