/* ----------------------------- Sisällön tyylit  ---------------------------------- */
img.kuva {
float:right;
}


td.hallit {
border: 1px solid #92e4ff;
padding-left:20px;
padding-top:10px;
padding-bottom:10px;
padding-right:20px;
margin:5px;
}

a:link, a:visited {
color:#067aa1;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}


H1 { 			/* Sivujen otsikot */	
font-size: 120%;
font-weight:bold;
margin: 0px;
display: inline;
color:#067aa1;
}

.mainbg img {
max-width: 100%;
height: auto;
    transition: all 0.1s ease-in-out 0s;
    
}


/* ----------------------------- Rakenteen tyylit  ---------------------------------- */
html {
min-height: 100%;
height: auto;
}

body, td {
font-family:calibri,verdana,arial,helvetica,sans-serif;		/* Sivuston fonttityylit */
font-size:16px;
color:#000000;
font-weight:normal;

}

body { 													
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#ffffff;													/* Sivuston tausta */
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
background-position: left top;
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
margin-top: 0px;
width: 1150px;
background-image: url(../images/bodybg.jpg);
background-repeat:no-repeat;
background-position: left top;

margin-left: auto;
margin-right: auto;

}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
width: 850px;
background-color:transparent;
border: 0px solid #cccccc;


}

.toppic { 												/* Yläpalkki */
height:150px;
}


.mainbg {	  		 	            /* sisällön tausta */
height: 400px;
padding-left:30px;
padding-right:70px;
padding-top: 85px;
background-color:transparent;
}

.footerdiv td {
font-size:15px;
font-weight:none;

color:#8b9294;
}

.footerdiv { 											/* Alapalkki */
width: 96%;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
height:20px;
text-align: center;

background-color: transparent;
border-top: 3px double #067aa1;
}

.footerdiv a:link, .footerdiv a:visited {
color:#8b9294;
text-decoration:none;
}

.footerdiv a:hover {
color:#000000;
text-decoration:none;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
display: block;
font-size:15px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
padding-bottom: 2px;
}

.navi a:hover {
color:#000000;
}

.navi b {
color:#477500;	                   
font-size:10px;
font-weight:bold;
}

.navi {   		 				       /* navigoinnin tausta */
width: 190px;
padding-top: 80px;
text-align: center;
background-color:transparent;
/*background-image: url(../images/lnavbg.gif);
background-repeat:repeat-y;
background-position: top center;*/

}

.navi td, .navi td.last {
height:25px;
cursor: pointer;
background-color: transparent;
border: 0px solid #477500;
background-image: url(../images/navi.png);
background-repeat:no-repeat;
padding-left:20px;


}

.navi td:hover, .navi td.last:hover {
cursor: pointer;
background-image: url(../images/navi_1.png);
}



.navi #active { 
background-color: transparent; 
background-image: url(../images/navi_2.png);
}
.navi #active a:link,  .navi #active a:visited, .navi #active  a:hover { color: #e5e5e5; }
*/
/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .navbg, .navi {     /* sivun reunat (border) */      
border-color: #666666;
}


.borderpic {
border: solid 1px #cccccc;
}

.contpic {
display: block;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
border: 0px solid #b8e573;
}

img.imagemail {
vertical-align: bottom;
}

#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: solid 1px #cccccc;
}

.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:#cccccc;
}