/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#58861b;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}


.pagetitle { 			/* Sivujen otsikot */
font-weight:bold;
font-size:12pt;
padding-top:2px;
padding-bottom:3px;
padding-left:20px;
height:21px;
color:#000000;
background-color:transparent;
border-bottom: dashed 1px #7cb038;
margin: 0px;
}

/* ----------------------------- Rakenteen tyylit ---------------------------------- */
html {
min-height: 100%;
height: auto;
}

body, td {
/* Sivuston fonttityylit */
font-family:arial,helvetica,verdana,sans-serif;
font-size:14px;
color:#000000;
font-weight:normal;
}

body { 															/* Sivuston tausta */
/* Sivuston fonttityylit */
font-family:arial,helvetica,verdana,sans-serif;
font-size:11px;
color:#000000;
font-weight:normal;

margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#ffffff;
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
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.jpg);
background-repeat:no-repeat;
}

.toppic { 												/* Yläpalkki */
height:80px;
background-color:transparent;
}


.mainbg {												/* Sisällön tausta */
height: 330px;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
background-color:transparent;
}

.footerdiv td {
color:#000000;
font-size:12px;
font-weight:bold;
}

.footerdiv { 											/* Alapalkki */
width: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
background-color:transparent;
border-top: dashed 1px #999999;
text-align: center;
}

.footerdiv a:link, .footerdiv a:visited {
color:#000000;
text-decoration:none;
}

.footerdiv a:hover {
color:#7cb038;
text-decoration:none;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */

.navi a:link, .navi a:visited {
display: block;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

.navi a:hover {
font-size:12px;
color:#7cb038;
font-weight:bold;
text-decoration:none;
}

.lnavbg {   		 				     /* vasen 'palkki' */
width: 22%;
color:#000000;
border-right: dashed 1px;
/*
background-image: url(../images/lnavbg.jpg);
background-repeat:repeat-y;
*/
}

.rnavbg {   		 				     /* vasen 'palkki' */
width: 22%;
color:#000000;
border-left: dashed 0px;
/*
background-image: url(../images/lnavbg.jpg);
background-repeat:repeat-y;
*/
}

.navi {
margin-top: 0px;
width: 100%;

}

.navi td {
height:24px;
padding-left:40px;
padding-right:10px;
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 #999999;
}

.navi td.last {
border-bottom: solid 0px #999999;
}


/* Erillinen tyyli aktiivisen sivun linkeille */
/* .navi #active { background-color: #000000; }
.navi #active a:link, .navi #active a:visited, .navi #active  a:hover { color: #ffff00; } */


/* ----------------------------- Muut tyylit  ---------------------------------- */

.borderpic {
border: solid 1px #cccccc;
}

.picdiv {
height: 200px;
border-top: solid 0px;
border-bottom: solid 0px;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
}


img.imagemail {
vertical-align: bottom;
}

.toppic, .footerdiv, .lnavbg, .rnavbg, .picdiv, .mainbg {     /* sivun reunat (border) */      
border-color: #7cb038;
}


#laskuri {
font-size: 120%;
margin: 30px;
}
/* ----------------------------- Lomakkeen tyylit  ---------------------------------- */

input, select, textarea {
font-family:arial,helvetica,verdana,sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
background-color:#ffffff;
border: dashed 1px #7cb038;
}

.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;
}