/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#b6b6b6;
text-decoration:none;
}

a:hover {
color:#ffffff;
text-decoration:none;
}


H1 { 			/* Sivujen otsikot */	
font-size: 120%;
font-weight:bold;
margin: 0px;
display: inline;
color: #ffffff;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */
html {
min-height: 100%;
height: auto;
}

body, td {
/* Sivuston fonttityylit */
font-family:tahoma,verdana,arial,helvetica,sans-serif;
font-size:14px;
color:#ffffff;
font-weight:normal;
}

body { 															/* Sivuston tausta */
margin-top:15px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#093c7a;
/*background-image: url(../images/bg.jpg);
background-repeat:repeat-x;*/
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 900px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color:transparent;
}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
background-color:transparent;
width: 100%;
border: 0px solid #cccccc;

background-image: url(../images/pohja.png);
background-position: top center;
background-repeat: no-repeat;
}

.toppic { 												/* Yläpalkki */
height:120px;
background-color:transparent;

}


.mainbg {	  		 	            /* sisällön tausta */
height: 300px;
padding-left:30px;
padding-right:30px;
padding-bottom: 25px;
padding-top: 15px;
background-color:transparent;
border: solid 0px #efefef;
}


.mainborder {									/* sisällön taustan reuna */
padding: 0px;
background-color:transparent;

background-image: url(../images/mainbg.jpg);
background-repeat: repeat-y;
background-position: top center;
}

.footerdiv td {
color:#000000;
font-size:12px;
font-weight:bold;
}

.footerdiv { 											/* Alapalkki */
height: 40px;
width: 100%;
padding-left: 18px;
padding-right: 18px;
padding-top: 8px;
padding-bottom: 10px;
margin-top: 0px;
background-color:transparent;
border-top: solid 0px;
text-align: center;

background-image: url(../images/footer.jpg);
background-repeat:no-repeat;
}

.footerdiv a:link, .footerdiv a:visited {
color:#093c7a;
text-decoration:none;
}

.footerdiv a:hover {
color:#000000;
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: #093c7a;
font-weight:bold;
text-decoration:none;
}


.navi {   		 				       /* navigoinnin tausta */
background-color:transparent;
border-top: solid 0px;
border-bottom: solid 0px;
text-align: center;
padding-left:25px;
/*
background-image: url(../images/topnavbg.jpg);
background-repeat:repeat-x;
*/
}

.navi td {
height: 40px;
padding-right:20px;
background-image: url(../images/navi.jpg);
background-repeat:no-repeat;
background position: top center;
}


.navi td.last {	 		
border-right: solid 0px #666666;
}

/* Erillinen tyyli aktiivisen sivun linkeille */
/*.navi #active { background-color: #666666; } */
.navi #active a:link,  .navi #active a:visited, .navi #active  a:hover { color: #093c7a; }

/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .navbg, .footerdiv, .navi {     /* sivun reunat (border) */      
border-color: #666666;
}


.borderpic {
border: solid 1px #cccccc;
}

.picdiv {
height: 165px;
background-repeat: no-repeat;
background-position: center top;
}


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:#e1e0e0;
border: dotted 1px #ffffff;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:280px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:520px;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#000000;
font-weight:bold;
background-color:#e1e0e0;
}