/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#ffffff;
text-decoration:none;
}

div.yhteystiedot {
border:1px dashed #00b060;
width:200px;
padding:10px;
text-align:left;
}

a:hover {
color:#ffffff;
text-decoration:underline;
}


H1 { 			/* Sivujen otsikot */	
font-size: 120%;
font-weight:bold;
margin: 0px;
display: inline;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */

html {
min-height: 100%;
height: auto;
}

body { 															/* Sivuston tausta */
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:#0168a5;
background-image: url(../images/main.jpg);
background-repeat:repeat-x;
background-position:top;
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 100%;
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-repeat:no-repeat;
}

.toppic { 												/* Yläpalkki */
height:120px;
background-color:#015b90;
/*background-image: url(../images/toppic.jpg);
background-repeat:repeat-x;*/
}


.mainbg {	  		 	         /* sisällön tausta */
height: 300px;
padding-left: 5%;
padding-right: 5%;
padding-top: 30px;

background-image: url(../images/main.png);
background-repeat:repeat-x;
background-position:top;
}



.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: solid 0px;
text-align: center;
}


.footerdiv#toplnk {
	text-align: right;
}

.footerdiv a:link, .footerdiv a:visited {
color:#ffffff;
text-decoration:none;
}

.footerdiv a:hover {
color:#000000;
text-decoration:none;
}


/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


a.navi:link, a.navi:visited {
font-size:11px;
color:#ffa100;
font-weight:normal;
text-decoration:none;
}

a.navi:hover {
font-size:11px;
color: #00bb3f;
font-weight:normal;
text-decoration:none;
}


.navbg {
height:120px;
padding-bottom: 5px;
text-align: right;
background-image: url(../images/navibg.png);
background-repeat:repeat-x;
background-position:bottom;
}


.picnavdiv {
position:absolute;
left: 50px;
top:20px;
height:18px;
z-index:1;

}

.navpic, .navpic:active {            /* pikkukuvat (navpics) */
border-left: solid 1px #000000;
border-top: solid 1px #000000;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
}

.navpic:hover {
border-left: solid 1px #ffffff;
border-top: solid 1px #ffffff;
border-right: solid 1px #ffffff;
border-bottom: solid 1px #ffffff;
}

/* Erillinen tyyli aktiivisen sivun linkeille */
/*a#activel { color: #ffff00; }
#activep .navpic { border: solid 1px #ffff00; }*/

/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .navbg, .footerdiv, .navi {     /* sivun reunat (border) */      
border-color: #b6beb3;
}


.borderpic {
border: solid 1px #fedc3e;
}


.picdiv {
height:270px;
background-color: #ff8300;
background-repeat: no-repeat;
background-position: left;
border-top: solid 2px #00b060;
border-bottom: solid 2px #00b060;

}


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 #00b060;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */

height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#000000;
font-weight:bold;
background-color:#00b060;
}