/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#c3c3c3;
text-decoration:none;
}

a:hover {
color:#ffffff;
text-decoration:none;
}


H1 { 			/* Sivujen otsikot */	
font-size: 130%;
font-weight:bold;
margin: 0px;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */
html {
min-height: 100%;
height: auto;
}


body { 		
font-family:verdana,arial,helvetica,sans-serif;		/* Sivuston fonttityylit */
font-size:12px;
color:#ffffff;
font-weight:normal;
													
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#000000;													/* Sivuston tausta */
background-image: url(../images/bodybg.jpg);
background-repeat:repeat-x;
background-position: top;
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
margin-top: 0px;
width: 100%;

/* Sivuston keskitys */
/*width: 840px;
margin-left: auto;		
margin-right: auto;*/

background-repeat:no-repeat;
background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;
}

.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: 300px;
padding-left:30px;
padding-right:70px;
padding-top: 45px;
background-color:transparent;

}

.footerdiv { 											/* Alapalkki */
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
font-size:11px;

font-weight:bold;
text-align: center;

height:20px;
color:#c3c3c3;
font-weight:normal;
background-color: transparent;
border-top: 3px double #49914e;
}


/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
display: block;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
padding: 4px;
}

.navi a:hover {
color:#000000;
}

.navi b {
color:#49914e;	                   
font-size:10px;
font-weight:bold;
}

.navi {   		 				       /* navigoinnin tausta */
width: 21%;
padding-top: 5px;
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:23px;
cursor: pointer;
background-color: #bfdac0;
border: 1px solid #49914e;
background-image: url(../images/lnavtdbg.jpg);
background-repeat:repeat-x;


}

.navi td:hover, .navi td.last:hover {
cursor: pointer;
background-image: url();
}


/* Erillinen tyyli aktiivisen sivun linkeille */
/*.navi #active { 
background-color: #666666; 
background-image: url(); 
}
.navi #active a:link,  .navi #active a:visited, .navi #active  a:hover { color: #ffff00; }
*/
/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .navbg, .navi {     /* sivun reunat (border) */      
border-color: #49914e;
}


.borderpic {
border: solid 1px #49914e;
}

.contpic {
display: block;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
border: 1px solid #49914e;
}

img.imagemail {
vertical-align: bottom;
}


/* ----------------------------- 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 #49914e;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:95%;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#ffffff;
font-weight:bold;
background-color:#49914e;
}