/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited, .email {
color:#3588cc;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}


H1 { 			/* Sivujen otsikot */	
font-size: 24px;
font-weight:normal;
margin: 0px;
display: inline;
font-family: 'pusab';
}

H2 { 																	/* Sivujen alaotsikot */	
font-size: 110%;
font-weight:bold;
margin: 0px;
display: inline;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */

img {
border: 0px;
}

html {
min-height: 100%;
height: auto;
overflow-y: scroll;
}

body, td {
font-family:tahoma,sans-serif;		/* Sivuston fonttityylit */
font-size:14px;
color:#000000;
font-weight:normal;
}

body { 													
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#ffffff;													/* Sivuston tausta */
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
background-position: top;
}

.bg {           /* Koko taustan peittävä taustakuva (images/bg.jpg) */
display: none; /* ota käyttöön -> poista tämä rivi */
position:fixed; 
top:0; left:0; 
width:100%; 
}

.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
position: relative;
z-index: 1;
margin-top: 0px;
width: 100%;

/* Sivuston keskitys */
/*width: 840px;
margin-left: auto;		
margin-right: auto;*/

background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;
}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
width: 880px;
background-color:transparent;
border: 0px solid #cccccc;

}

.toppic { 												/* Yläpalkki */
height:150px;
}


.mainbg {	  		 	            /* sisällön tausta */
height: 430px;
padding-left:30px;
padding-right:50px;
padding-top: 75px;
background-color:transparent;
}

.footerdiv td {
font-size:14px;
font-weight:normal;
color:#000000;
}

.footerdiv { 											/* Alapalkki */
width: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 5px;
margin-top: 0px;
height:20px;
text-align: center;

background-color: transparent;
border-top: 2px solid #50a0e1;
}

.footerdiv a:link, .footerdiv a:visited {
color:#3588cc;
text-decoration:none;
}

.footerdiv a:hover {
color:#000000;
text-decoration:none;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
display: block;
font-size:14px;
color:#000000;
font-weight:normal;
text-decoration:none;
font-family: tahoma;
padding: 8px;
}

.navi a:hover {
color:#ffffff;
}

.navi b {
color:#477500;	                   
font-size:10px;
font-weight:bold;
}

.navi {   		 				       /* navigoinnin tausta */
width: 18%;
padding-top: 20px;
text-align: center;

background-color:transparent;
background-image: url(../images/lnavbg.gif);
background-repeat:repeat-y;
background-position: top center;
}

.navi div, .navi div.last {

cursor: pointer;
background-color: transparent;
border: 0px solid #999999;
background-image: url(../images/lnavtdbg.png);
background-repeat:no-repeat;
background-position: center;
margin-bottom: 4px;
height:36px;
}

/*.navi div:hover, .navi div.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: #666666;
}


.borderpic {
border: solid 1px #cccccc;
}

.contpic {
display: block;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
border: 1px solid #cccccc;
}

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: dotted 1px #3588cc;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:480px;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#000000;
font-weight:bold;
background-color:#ffffff;
}