/*
    18.11.2011 - rakennettu / build
    07.12.2011 - muokattu viimeksi / last modified
*/

html {
  background-color: #dea579;
}

body {
  color: #000000;
  font: normal 0.9em Verdana, Myriad, Helvetica, Arial, sans-serif;
  margin: 40px auto;
}

#sivu {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
}

#ylaosa {
  height: 222px;
  text-align: center;
  background-image: url('imgs/banneri_yla.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
}

#ylaruoho {
  margin-top: 43px; /* POISTA TÄMÄ RIVI JOS NAVIPALKKI HALUTAAN KUVAN PÄÄLLE */
  height: 75px;
  background-image: url('imgs/heinat_yla.jpg');
  background-position: 0% 0%;
  background-repeat: repeat-x;
}

.yksiPalsta {
  width: 920px;
  margin: 20px auto;
}

.vasenPalsta {
  width: 240px;
  float: left;
  margin: 20px 10px 20px 40px;
  clear: left;
}

.oikeaPalsta {
  width: 640px;
  float: right;
  margin: 20px 40px 20px 10px;
}

#alaosa {
  clear: both;
  height: 40px;
  padding-top: 120px;
  text-align: center;
  color: #ffffff;
  background-color: #25408f;
  background-image: url('imgs/heinat_ala.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
}


/* <Navivalikko> */
#navipalkki {
  position: absolute;
  width: 1000px;
  height: 45px;
  text-align: center;
/* KUVAN PÄÄLLÄ
  margin-top: 177px;*/
  margin-top: 220px;
  background-color: #25408f;
/*  border: 1px solid #000000;*/
}

#navi, .nimi {
  font: bold 1.1em Verdana, Arial, sans-serif;
  padding-left: 0;
}

#navi li {
  display: inline;
}

#navi li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 30px 0 0;
}

#navi li a:hover {
  color: #92df2f;
}

#s_index a[href='index.php'],
#s_tuotteet a[href='tuotteet.php'],
/*#s_kaytetyt a[href='tuotteet.php'],*/
#s_tarjoukset a[href='tarjoukset.php'],
#s_rahoitus a[href='rahoitus.php'],
/*#s_toimintatavat a[href='toimintatavat.php'],*/
#s_arvot a[href='arvot.php'] {
  color: #dea579 !important;
}
/* </Navivalikko> */


a:link, a:visited {
  color: #3a7adb;
  text-decoration: none;
}

a:active {
  color: #ff0000;
}

a:hover {
  color: #92df2f;
}

a.alinavi:link, a.alinavi:active, a.alinavi:visited {
  color: #ffffff;
}

a.alinavi:hover {
  color: #ecc832;
}

a.posti:link, a.posti:active, a.posti:visited {
  color: #ffffff;
  text-decoration: none;
}

a.posti:hover {
  color: #ffff00;
}

a.huom:link, a.huom:active, a.huom:visited {
  color: #ff0000;
  font-weight: bold;
}

a.huom:hover {
  color: #cc3440;
  text-transform: uppercase;
}

table {
  width: 100%;
  border: 0;
}

/* Googlen kartta */
iframe {
  border: 0;
}

.keskitys {
  text-align: center;
}

.oikea {
  text-align: right;
}

.vasen {
  text-align: left;
}

.teho {
  color: #ff0000;
}

img {
  border-style: none;
}

img.oikea {
  float: right;
}

img.vasen {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  color: #25408f;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }

h1.otsikko {
/*  text-align: center;*/
  letter-spacing: 3px;
}

#designer {
  position: relative;
  width: 1000px;
  clear: both;
  margin: 0 auto 10px auto;
  background-color: transparent;
}
.vasenLohko {
  left: 0;
  padding: 10px 10px 10px 5px;
  float: left;
}
.oikeaLohko {
  left: 50%;
  padding: 10px 0 10px 10px;
  float: right;
}
