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

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

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


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

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */

body { 															/* Sivuston tausta */
/* Sivuston fonttityylit */
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#ffffff;
font-weight:normal;

margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#333333;
background-image: url(../images/bodybg.jpg);
background-repeat: repeat-y;
background-position: center;
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 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: 0px solid #cccccc;
background-repeat:no-repeat;
}

.toppic { 												/* Yläpalkki */
height:120px;
background-color:#ffffff;
background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;
}


.mainbg {	  		 	            /* sisällön tausta */
height: 300px;
padding-left:20px;
padding-right:20px;
padding-bottom: 20px;
padding-top: 15px;
background-color: transparent;
border: solid 0px #adadad;
}


.mainborder {									/* sisällön taustan reuna */
padding: 20px;
background-color: #EFEFEF;
background-image: url(../images/contbg.jpg);
background-repeat: repeat-y;
}

.footerdiv { 											/* Alapalkki */
padding-left: 8px;
padding-right: 8px;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-align: center;

background-color:#333333;
border-top: solid 0px #666666;
border-bottom: solid 0px #666666;
background-image: url(../images/footerbg.jpg);
background-repeat: no-repeat;
background-position: bottom;
height: 40px;
}


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


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

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


.navi {   		 				       /* navigoinnin tausta */
background-color:#000000;
border-top: solid 0px;
border-bottom: solid 0px;
text-align: center;
background-image: url(../images/navbg.jpg);
background-repeat: no-repeat;
background-position: top;
}

.navi td {
height:22px;
padding-left:20px;
padding-right:20px;
border-right: solid 0px #666666;
/* 
background-image: url(../images/topnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}


.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: #ffff00; }*/

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


.toppic, .navbg, .footerdiv, .navi {     /* sivun reunat (border) */      
border-color: #666666;
}


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

.picdiv {
height: 145px;

background-repeat: no-repeat;
background-position: left top;
}


img.imagemail {
vertical-align: bottom;
}


/* ----------------------------- 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 #444444;
}

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

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

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