﻿html,body {
  margin: 0;
  padding: 0;
  height: 100%;
  }

body {
  text-align: center;
  
  background-position: left top;
  background-repeat: repeat;
  padding-top:0;
  padding-bottom: 0;
  padding-left:0;
  padding-right: 0;
}

#kokosivu  {
  /*navigoinnin absoluuttista asettelua varten*/  
  position: relative;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align:center;
  min-height: 100%;
  /*seur 2 riviä vanhemmille selaimille, säilytä järjestys*/
  height: auto!important;
  height: 100%;
}
	

#logo {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 800px;
  height: 150px;
  background-color: rgb(255,255,255);
}

#navigaatio {
  position: absolute;
  /*jos valikossa myös palvelut, niin silloin top: 355px;*/
  top: 390px;
  width: 100px;
  height: 500px;
  padding-top: 5px;
  padding-left: 50px;
}

#sisalto {
  position: absolute;
  top: 220;
  /*tyhjää tilaa sivupalkille*/
  margin-left: 235px;
  width: 565px;
  height:330px;
  border: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: rgb(255,255,255);
}

#sisalto ul li  {
  display: inline;
}

#sivupalkki  {
  /*#sivupalkki vasempaan reunaan*/
  position: absolute;
  top: 220px;
  left: 0;
  padding-top: 30px;
  width: 235px;
  height: 320px;
  background-image:url(Sivukukka.jpg);
}
/*#sivupalkki ul li  {
  display: inline;
}*/

h1 {
  font-family: calibri;
  font-size: 22pt;
  color: black;
  line-height: 1.8;
}

dt{
  font-family: calibri;
  font-size: 14pt;
  color: black;
  font-weight: bold;
  line-height: 1.5;
}

/*#talha  {
  list-type: disc;
  color: rgb(2,124,199)
}*/

p{
  font-family: calibri;
  font-size: 14pt;
  color: black;
  font-weight: bold;
  line-height: 1.5;
}

p1{
  font-family: calibri;
  font-size: 14pt;
  color: black;
  font-weight: bold;
  line-height: 3.5;
}

.vari  {
  font-family: calibri;
  font-size: 14pt;
  color: rgb(0,0,0);
  font-weight: bold;
  line-height:1.5;
}

/*.vari1  {
  font-family: calibri;
  font-size: 14pt;
  color: black;
  font-weight: bold;
  line-height: 2.0;
}*/