/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#0000FF;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}


H1 { 			/* Sivujen otsikot */	
font-size: 120%;
font-weight:bold;
margin: 0px;
display: inline;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */
html {
min-height: 100%;
height: auto;
}

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:#efefef;
/*background-image: url(../images/bg.jpg);
background-repeat:repeat-x;*/
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 780px; /* 750px */
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: 1px solid #cccccc;

}

.toppic { 												/* Yläpalkki */
height:120px; /* 100px */
width: 100%;
background-color:#c1c7c3;

background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
}

.tiedot { 												/* Yläpalkki */
background-color:#c1c7c3;
padding-left:10px;
padding-bottom:10px;
}


.mainbg {												/* Sisältö */
padding-left:20px;
padding-right:20px;
padding-top: 20px;
padding-bottom: 120px;
background-color:#c0c7c3;
height: 300px;
background-image: url(../images/main.jpg);
background-repeat:no-repeat;
background-position:bottom;
}


.footerdiv { 											/* Alapalkki */
width: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
color:#000000;
font-size:11px;
font-weight:normal;
background-color:#ffffff;
border: solid 1px;
text-align: center;
}

.footerdiv a:link, .footerdiv a:visited {
color:#999999;
text-decoration:none;
}

.footerdiv a:hover {
color:#000000;
text-decoration:none;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
display: block;
font-size:11px;
color:#cc3333;
font-weight:bold;
text-decoration:none;
}

.navi a:hover {
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

/*.navi #active a:link,  .navi #active a:visited, .navi #active  a:hover { color: yellow; }*/ /* Erillinen tyyli aktiivisen sivun linkille */


.navi {   		 				       /* navigoinnin tausta */
height:22px;
background-color:#ffffff;
border-top: solid 1px;
border-bottom: solid 1px;
text-align: center;
background-image: url(../images/navi.jpg);
background-repeat:repeat-x;
}

.navi td {
height:22px;
padding-left:8px;
padding-right:8px;
background-color: transparent;
border-right: solid 1px #cccccc;
/* 
background-image: url(../images/topnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}

/*.navi #active { background-color: black; }*//* Erillinen tyyli aktiivisen sivun linkin taustalle*/

.navi td.last { 					 		
border-right: solid 0px #cccccc;
}


/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .topnavbg, .footerdiv, .footertd, .navi {     /* sivun reunat (border) */      
border-color: #cccccc;
}


.borderpic {
border: solid 1px #cccccc;
}

.contentpic {
border: solid 1px #ffffff;
margin-left:20px;
}


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 #000000;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:350px;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#000000;
font-weight:bold;
background-color:#cccccc;
}
