/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited, .email {
color:#c25b00;
text-decoration:none;
}

a:hover {
color:#ffffff;
text-decoration:none;
}

H1 { 			                        /* Sivujen otsikot */	
font-size: 20px;
font-family: tahoma;
font-weight: bold;
margin: 0px;
display: inline;
color:#;
}

H2 { 															/* Sivujen alaotsikot */	
font-size: 110%;
font-weight:bold;
margin: 0px;
display: inline;
}


#toplnk {                         /* Mobiililinkin tyyli */
	text-align: right;
}

#toplnk a:link, #toplnk a:visited {
color:#000000;
text-decoration:none;
font-size: 11px;
}

#toplnk a:hover {
color:#000000;
text-decoration:none;
}
/* ----------------------------- Rakenteen tyylit  ---------------------------------- */

html {
min-height: 100%;
height: auto;
overflow-y: scroll;
}

body, td {
font-family:tahoma,sans-serif;				/* Sivuston fonttityylit */
font-size:13px;
color:#000000;
font-weight:normal;
}

body { 															/* Sivuston tausta */
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#ffffff;

background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
background-position: top left;
}

.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;
width: 100%;
min-width: 600px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color:transparent;

background-image: url(../images/pohja.jpg);
background-repeat: no-repeat;
background-position: top left;
}

.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:transparent;
background-image: url(../images/toppic.jpg);
background-repeat:repeat-x;

}


.mainbg {	  		 	         /* sisällön tausta */
min-height: 300px;
padding-left: 5%;
padding-right: 5%;
padding-top: 60px;
}

.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;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
font-size:11px;
color:#c25b00;
font-weight: bold;
text-decoration:none;
}

.navi a:hover {
color: #000000;
text-decoration:none;
}


.navbg {
height:120px;
padding-bottom: 0px;
text-align: right;
}

.navi {
/*text-align: left;*/
}

/* Viivojen väri */
/*.navbg td { 
color: #000000;
}*/


.picnavdiv {
/*display: none;*/ /* Piilota pikkukuvat */
position:absolute;
left: 50px;
top:20px;
height:18px;
z-index:1;
min-width: 600px;
}

.navpic, .navpic:active {            /* pikkukuvat (navpics) */
border: solid 1px #cccccc;
}

.navpic:hover {
border: solid 1px #999999;
}

/* Erillinen tyyli aktiivisen sivun linkeille */
a#activel { color: #000000; }
#activep .navpic { border: solid 1px #000000; }

/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .navbg, .footerdiv, .navi {     /* sivun reunat (border) */      
border-color: #b6beb3;
}


.borderpic {
border: solid 1px #cccccc;
}


.picdiv {
height:270px;
background-color: transparent;
background-repeat: no-repeat;
background-position: left;
border-top: solid 0px #cccccc;
border-bottom: solid 0px #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: solid 1px #999999;
margin-bottom: 20px;
}

.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:#cccccc;
}