/*Aluemäärittelyt*/

div#top {
	
	height: 100px;
	width:100%;
	
	 
	background:url(kuvat/otsikkotausta3.png);
	background-repeat:repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #ffd685;
	border-top: 1px solid #ffd685;
	border-right: 1px solid #ffd685;
	text-align:center;
}



div#navi {
	
	display:none;
}




div#vasen {
display:none;
}

	
div#oikea {
	
width:100%;

border: none !important;
z-index:1;


}




div#tunniste {
	border-top-style:dotted;
	border-top-width:1px;
	margin-left:30%;
	margin-right:30%;
	border-top-color:gray;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:2px;
}

/*------------------------------------------------------------------------------------------*/


/*HTML-muotoilut*/

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	letter-spacing:0.2em;
	padding-top:10px;
	padding-bottom:2px;
	color: #004b42;
	height:20px;
	text-shadow: silver 2px 2px;
	border-bottom: 1px dotted #004b42;
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:center;
	margin-right:10px;
	margin-bottom:50px;
	
}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	letter-spacing:0.1em;
	padding-top:10px;
	color: gray;
	border-bottom: 1px solid #ffd685;
	text-align:left;

	
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom:-10px;
	border-bottom:solid 1px gray;
	letter-spacing:0.1em;
	margin-top:40px;
	color: black;
	text-align:left;
	
	
}

p {
	font-family: geneva, arial, sans-serif;
	font-size:10pt;
	line-height: 1.3em;
	text-align:left;
	color: black;
	margin-left:70px;
	margin-right:30px;

}

ul.lista {
	font-family: geneva, arial, sans-serif;
	font-size:10pt;
	line-height: 1.5em;
	color: black;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;

}

ul.suorat {
	font-family: geneva, arial, sans-serif;
	font-size:80%;
	line-height: 1.5em;
	color: #5C5C5C;
	margin-bottom:20px;

}

dl {
	font-family: geneva, arial, sans-serif;
	font-size:80%;
	line-height: 1.5em;
	color: #333333;
	margin-bottom:20px;
	}
	
dt {
margin-top:20px;
font-weight:bold;

}	

ul.lista li {
margin-bottom:6px;
}



ol {
	font-family: geneva, arial, sans-serif;
	font-size:90%;
	line-height: 1.5em;
	text-align:justify;
	color: #5C5C5C;
	

}
			
			
body {
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
}


.uraotsikko {
text-align:left;
border:none;
margin-bottom:20px;
margin-top:30px;
letter-spacing:normal;

}

.small {
font-size:9pt;
color:gray

}

.osoitteet {
margin-bottom:30px;
border-bottom: 1px dotted gray;
margin-left:30px;

}










/*Linkkien tyylit*/


a:link {
	color:#0066CC;
	text-decoration:none;
}


a:visited {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	border-bottom: 1px dotted navy;

}


div#navi a:link {
	color:#FFFFFF;
	text-decoration:none;
}



div#navi a:visited {
	color:#FFFFFF;
	
}

div#navi a:hover {
	color:#ffd685;
	text-decoration:none;
	border-bottom: 0px;
}








	

