/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited, .email {
color:#6dba07;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}


h1 { 			/* Sivujen otsikot */
display: block;
font-weight:normal;
font-size:18px;
padding-top:15px;
padding-left:20px;
text-transform: uppercase;
background-color:#ffffff;
/*background-image: url(../images/main.png);
background-repeat:repeat;          */
border-bottom: solid 0px #999999;
margin: 0px;
font-family: 'caviardreams';
}

H2 { 																	/* Sivujen alaotsikot */	
font-size: 110%;
font-weight:bold;
margin: 0px;
display: inline;
}

/* ----------------------------- Rakenteen tyylit ---------------------------------- */

img {
border: 0px;
}

html {
min-height: 100%;
height: auto;
overflow-y: scroll;
}

body, td {
/* Sivuston fonttityylit */
font-family:tahoma,sans-serif;
font-size:14px;
color:#000000;
font-weight:normal;
}

body { 															/* Sivuston tausta */
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#caf394;
/*background-image: url(../images/bg.jpg);
background-repeat:repeat-x;*/
}

.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%; 
}

.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
position: relative;
z-index: 1;
width: 100%;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color:transparent;
}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
background-color:transparent;
width: 100%;
background-repeat:no-repeat;
background-image: url(../images/pohja.png);
background-repeat:no-repeat;
}

.toppic { 												/* Yläpalkki */
height:80px;
background-color:transparent;
}

.mainbg {												/* Sisällön tausta */
height: 230px;
padding-top:10px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
background-color:#ffffff;
min-width:660px;
/*background-image: url(../images/main.png);
background-repeat:repeat;        */
}

.footerdiv td {
color:#000000;
font-size:14px;
font-weight:normal;
}

.footerdiv { 											/* Alapalkki */
width: 100%;
min-width: 843px;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
background-color:#feca6d;
border-top: solid 2px #ffffff;
border-bottom: solid 2px #ffffff;
text-align: center;
}

.footerdiv a:link, .footerdiv a:visited {
color:#000000;
text-decoration:none;
}

.footerdiv a:hover {
color:#ffffff;
text-decoration:none;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */

.navi a:link, .navi a:visited {
display: block;
font-size:17px;
color:#000000;
font-weight:normal;
text-decoration:none;
font-family: 'caviardreams';
}

.navi a:hover {
color:#ffffff;
text-decoration:none;
}

.lnavbg {   		 				     /* vasen 'palkki' */
width: 22%;
color:#000000;
border-right: solid 0px;
background-image: url(../images/valikko.png);
background-repeat: no-repeat;
background-position: top right;
}

.rnavbg {   		 				     /* vasen 'palkki' */
width: 22%;
color:#000000;
border-left: solid 0px;
/*
background-image: url(../images/lnavbg.jpg);
background-repeat:repeat-y;
*/
}

.navi {
margin-top: 10px;
width: 100%;

}

.navi td {
height:27px;
padding-left:40px;
padding-right:20px;
color:#FFFFFF;			      /* lnav-td:ssä olevien nav.nuolten väri */
font-weight:bold;
background-color: transparent;
text-align: right;
white-space:nowrap;
/*
background-image: url(../images/lnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}

.navi td { 	
border-bottom: solid 0px #cccccc;
}

.navi td.last {
border-bottom: solid 0px #999999;
}


/* Erillinen tyyli aktiivisen sivun linkeille */
/*.navi #active { background-color: #666666; }*/
.navi #active a:link, .navi #active a:visited, .navi #active  a:hover { color: #ffffff; }


/* ----------------------------- Muut tyylit  ---------------------------------- */

.borderpic {
border: solid 1px #cccccc;
}

.picdiv {
height: 230px;
border-top: solid 2px;
border-bottom: solid 2px;
background-color: #fecd77;
background-repeat: no-repeat;
background-position: left top;
}


img.imagemail {
vertical-align: bottom;
}

.toppic, .footerdiv, .lnavbg, .rnavbg, .picdiv, .mainbg {     /* sivun reunat (border) */      
border-color: #ffffff;
}

ul {
margin: 0px;
}

#laskuri {
font-size: 120%;
margin: 30px;
}
/* ----------------------------- Lomakkeen tyylit  ---------------------------------- */

input, select, textarea {
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
background-color:#ffffff;
border: dotted 1px #6dba07;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:400px;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#000000;
font-weight:bold;
background-color:#ffffff;
}