* {
background-color: transparent; 
}

/* ----------------------------- Sisällön tyylit ---------------------------------- */
a:link, a:visited, .email {
color:#0d4812;
text-decoration:none;

}

a:hover {
color:#000000;
text-decoration:none;
}


H1 { 																	/* Sivujen otsikot */	
font-size: 20px;
font-weight:normal;
margin: 0px;
display: inline;
}

H2 { 																	/* Sivujen alaotsikot */	
font-size: 12px;
font-weight:bold;
margin: 0px;
display: inline;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */
html {
min-height: 100%;
height: auto;
overflow-y: scroll;
}

body, td { 												/* Sivuston fonttityylit */
font-family:Cambria,tahoma,sans-serif;
font-size:16px;
color:#000000;
font-weight:normal;
}

body { 															/* Sivuston tausta */
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#C4E6CB;

background-image: url(../images/body.jpg);
background-repeat:repeat-x;
background-position: top left;
}


.bg {           /* Koko taustan peittävä taustakuva (images/bg.jpg) */
display: none; /* ota käyttöön -> poista tämä rivi */
position:fixed; 
top:0; left:0; 
width:100%; 
}

.leftdiv {
display: block;
position: absolute;
width: 200px;

margin-left: -206px;
margin-top: 0px;
text-decoration: none;
background-color: #ffffff;

}

.rightdiv {
display: block;
position: absolute;
width: 200px;

margin-left: 902px;
margin-top: 0px;
text-decoration: none;
background-color: #ffffff;
}

.leftdiv img
{
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff;
opacity: 1;



}

.leftdiv img:hover
{
opacity: 0.8;

}

.rightdiv img
{
border-left: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-right: 2px solid #ffffff;



opacity: 1;
}

.rightdiv img:hover
{
opacity: 0.8;
}
.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */


width: 900px;


position: relative;
z-index: 1;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color:#ffffff;

background-position: left 50px;

background-repeat:no-repeat;
/*background-image: url(../images/mainbg.png);
background-repeat:repeat;*/
border-left: 2px solid #489650;
border-right: 2px solid #489650;
border-bottom: 2px solid #489650;

}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
/*background-color:#40ae49;*/
background-color:transparent;
width: 100%;
border: 0px solid #cccccc;
background-image: url(../images/pohja.png);
background-repeat:no-repeat;
}

.toppic { 												/* Yläpalkki */
height:125px; /* 100px */
width: 100%;
background-color:transparent;
}


.mainbg {												/* Sisältö */
padding-left:60px;
padding-right:60px;
padding-top: 20px;
padding-bottom: 20px;
background-color:transparent;
height: 400px;
border: 0px solid #cccccc;

}

.footerdiv td {
color:#353531;
font-size:14px;
font-weight:normal;
}

.footerdiv { 											/* Alapalkki */
width: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
background-color:transparent;
border-top: solid 0px;
text-align: center;
}

.footerdiv a:link, .footerdiv a:visited {
color:#5e5e4c;
text-decoration:none;
}

.footerdiv a:hover {
color:#353531;
text-decoration:none;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
  display: table-cell;
  vertical-align: middle;
height:35px;
width: 140px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
background-color: #3cad48;
padding: 10px;


-moz-border-radius: 16px;
border-radius: 16px;
border: 2px solid #ffffff;

-moz-box-shadow: 0px 0px 5px #39A444;
-webkit-box-shadow: 0px 0px 5px #39A444;
box-shadow: 0px 0px 5px #39A444;

font-size: 14px;
font-family: arial, sans-serif;


}

.navi a:hover {
color:#ffffff;
text-decoration:none;

background-color: #2E8F3B;

-moz-box-shadow: 0px 0px 1px #39A444;
-webkit-box-shadow: 0px 0px 1px #39A444;
box-shadow: 0px 0px 1px #39A444;
}

.navi #active a:link,  .navi #active a:visited, .navi #active  a:hover { color: #3cad48;
background-color: #FFFFFF;
border: 2px solid #2C8B39;

-moz-box-shadow: 0px 0px 0px #39A444;
-webkit-box-shadow: 0px 0px 0px #39A444;
box-shadow: 0px 0px 0px #39A444;
 } /* Erillinen tyyli aktiivisen sivun linkille */


.navi {   		 				       /* navigoinnin tausta */
display: table;

background-color:transparent;
border-left: solid 0px;
border-right: solid 0px;
border-top: solid 0px;
text-align: center;

padding-left: 15px;
padding-right: 15px;

border-spacing: 4px;

/*
background-image: url(../images/topnavbg.png);
background-repeat:repeat-x;
*/
}

.navi td {



/* 
background-image: url(../images/topnavtdbg.png);
background-repeat:repeat-x; 
*/
}

.navi td:hover {

}

.navi td:hover a {
color: #ffffff;
cursor: pointer;
}

/*.navi #active { background-color: #efefef; }/* Erillinen tyyli aktiivisen sivun linkin taustalle*/

.navi td.last { 					 		
border-right: solid 0px #cccccc;
}


/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .topnavbg, .footerdiv, .footertd, .navi {     /* sivun reunat (border) */      
border-color: #aaa8a0;
}


.borderpic {
border: solid 3px #aaa8a0;
}

.contentpic {
border: solid 0px #cccccc;
margin-left: 20px;
margin-bottom: 20px;
}


img.imagemail {
vertical-align: bottom;
}

#laskuri {
font-size: 120%;
margin: 30px;
}
/* ----------------------------- Lomakkeen tyylit  ---------------------------------- */

input, select, textarea {
font-size:11px;
font-weight:normal;
color:#353531;
background-color:#ffffff;
border: solid 2px #aaa8a0;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:450px;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#353531;
font-weight:bold;
background-color:#ffffff;
}