/* BODYN JÄRJESTELY */
	body{ 
/*	background-color: #ece8e8;
 */ 

	background-image: url(./images/background.jpg);


/*	background-attachment: fixed; */
}
/* BODYN JÄRJESTELY END */
/* NAVIGAATION LINKKIEN TOIMINTA */

	a:link.navi{
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
	color: black;
	font-size: 90%; /* KOKO N. 12 */
	text:-align: center;	
}
	a:visited.navi{
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
	color: black;
	font-size: 90%; /* KOKO N. 12 */
	text:-align: center;	
}
	a:active.navi{
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 90%; /* KOKO N. 12 */
	text:-align: center;	
}
	a:hover.navi{
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	/* background: #FFFFFF; */
	/* color: #2f2f2f; */
	font-size: 90%; /* KOKO N. 12 */
	text:-align: center;	
}
/* NAVIGAATIO LINKKIEN TOIMINTA END */
/* OTSIKKO JÄRJESTELMÄ */

	.H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-size: 150%;
}	
	.H2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
}
	.H3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
/* OTSIKKO JÄRJESTELMÄ END */
/* TEKSTIN ASEMOINTI */
	.normaaliteksti{
	font-family: Verdana, arial;
	font-size: 70%;
	margin-left: 50px;
}
 	.yhteydenotto{
	font-family: Verdana, arial;
	font-size: 80%;
	margin-left: 50px;
}

	.valiotsikko{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	margin-left: 20px;
}
	.kuvateksti{
	font-family: Verdana, arial;
	font-size: 55%; /* KOKO N. 9 */
	text-align: center;
}
	.sivuvalitsin{
	font-family: Verdana, arial;
	font-size: 70%; /* KOKO N. 10 */
	text-align: center;
}
/* TEKSTIN ASEMOINTI END */
/* NAVIGOINTI PALKKI */
	.navigaatio{
	text-align: center; 
	border-style: solid;
	border-width: 1px;
	width: 68,5em;
	line-height: 2em;
	background-color: #efefef;
	font-size: 80%; /* TÄMÄ KOKO VAIKUTTAA MYÖS LINKKIEN KOKOON */
}
/* NAVIGOINTI PALKKI END */
/* COPYRIGHT RIVISTÖ */
	.lastline{
	text-align: center;  
	font-family: Verdana;
	font-size: 55% 
}
/* COPYRIGHT RIVISTÖ END */
	table{
	width:100%; 

}
	.topframe{
	margin-top: 1em;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	width: 48em;
}
	.mainframe{
	width:48em;
	
}
	.sisalto{
	margin-top: 0em;
	width: 48em;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
}