/* ----------------------------- 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  ---------------------------------- */

body { 															/* Sivuston tausta */
/* Sivuston fonttityylit */
font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;

margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#444444;
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
}


.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:#ffffff;
border: solid 0px #efefef;
}


.mainborder {									/* sisällön taustan reuna */
padding: 20px;
background-color: #000000;
background-image: url(../images/mainbg.jpg);
background-repeat:no-repeat;
}

.footerdiv { 											/* Alapalkki */
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
font-size:11px;
color:#FFFFFF;
font-weight:normal;
text-align: center;

background-color:#0000000;
border-top: solid 0px #666666;
border-bottom: solid 0px #666666;
}


/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
font-size:11px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

.navi a:hover {
font-size:12px;
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/topnavbg.jpg);
background-repeat:repeat-x;
}

.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 1px #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 #cccccc;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:400px;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#000000;
font-weight:bold;
background-color:#cccccc;
}