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