@charset "utf-8";
.leipäteksti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.kaavake {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}



#topnav ul { padding:0px; margin:0px;
}
#topnav ul li {
height:35px;
width:152px;
list-style:none;
margin-bottom:8px;
}
#topnav ul li a {
	display:block;
	color:#000;
	height:35px;
	font-stretch:narrower;
	font-family: "Verdana";
	font-size: 10px;
	line-height: 22px;
	background-image:url(images/bg1.jpg);
	text-transform: uppercase;
	padding-top: 4px;
	padding-left: 6px;
	text-align:center;
	text-decoration:none;
	background-repeat:no-repeat;
}
#topnav ul li a:hover{
	display:block;
	color:#000;
	height:35px;
	font-stretch:narrower;
	font-family: "Verdana";
	font-size: 10px;
	line-height: 22px;
	background-image:url(images/bg2.jpg);
	text-transform: uppercase;
	background-repeat:no-repeat;
	padding-top: 4px;
	padding-left: 6px;
    text-align:center;
	text-decoration:none;
}