/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#000000;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}

H1 { 			/* Sivujen otsikot */	
font-size: 120%;
font-weight:bold;
margin: 0px;
display: inline;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */

body { 															/* Sivuston tausta */
/* Sivuston fonttityylit */
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#384c19;
font-weight:normal;

margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#d6da7c;
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-position: center top;
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 780px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color:transparent;
}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
background-color:#ffffff;
width: 100%;
border: 1px solid #ffffff;
border-top: 0px;
}

.toppic { 												/* Yläpalkki */
height:178px;
width: 100%;
background-color:#ffffff;

background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;
}


.mainbg {												/* Sisällön tausta */
padding-left:15px;
padding-right:10px;
padding-top: 10px;
padding-bottom: 10px;
background-color:#ffffff;
height: 330px;
}



.footerdiv { 											/* Alapalkki */
width: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 5px;
color:#999999;
font-size:11px;
font-weight:normal;
background-color:#ffffff;
border: solid 1px;
text-align: center;
}

.footerdiv a:link, .footerdiv a:visited {
color:#999999;
text-decoration:none;
}

.footerdiv a:hover {
color:#000000;
text-decoration:none;
}


/* ----------------------------- Navigoinnin tyylit ---------------------------------- */

.navi a:link, .navi a:visited {
font-size:11px;
color:#ffffff;
font-weight:normal;
text-decoration:none;
}

.navi a:hover {
font-size:11px;
color:#ffffff;
font-weight:normal;
text-decoration:none;
}


.lnavbg {   		 				     /* vasen 'palkki' */
width: 23%;
background-color:#384c19;
color:#000000;
border-right: dotted 1px;
/*
background-image: url(../images/lnavbg.jpg);
background-repeat:repeat-y;
*/
}
.navi {
margin-top: 5px;
width: 100%;
}


.navi td {
height:22px;
padding-left:10px;
padding-right:10px;
color:#ffffff;				      /* lnav-td:ssä olevien nav.nuolten väri */
background-color: #384c19;
/*
background-image: url(../images/lnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}


.navi td { 	
border-top: solid 1px #ffffff;
}

.navi td.last {
border-top: solid 1px #ffffff;
border-bottom: solid 1px #ffffff;
}



/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .contleft, .contright, .topnavbg, .footerdiv, .footertd, .topnav {     /* sivun reunat (border) */      
border-color: #ffffff;
}


.borderpic {
border: solid 1px #ffffff;
}

.contentpic {
margin-top: 10px;
border: solid 1px #ffffff;
}


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;
font-weight:bold;
color:#000000;
background-color:#cccccc;
}