@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Gill Sans MT, Arial, sans;
	font-size: 12px;
	color: #333333;
}
.style1 {
	font-family: "Gill Sans MT", Arial , sans;
	font-size: 24px;
	color: #333333;
}

#navigointi {
	font-family: "Gill Sans MT", Arial, sans;
	font-size: 12px;
	color: #333333;
	background-color: #FFCCCC;
	padding: 10px;
	position:absolute;
	left:40px;
	top:53px;
	width:90%;
	height:16px;
	z-index:4;
}

#navigointi2 {
	position:absolute;
	left:39px;
	top:143px;
	width:175px;
	height:521px;
	z-index:5;
	}

#otsikko {
	font-family: "Gill Sans MT", Arial, sans;
	font-size: 24px;
	color: #333333;
	position:absolute;
	left:39px;
	top:20px;
	width:259px;
	height:32px;
	z-index:3;
}
#teksti {
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#teosteksti {
	
	z-index:6;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #CCCCCC;
	font-family: "Gill Sans MT", Arial, sans-serif;
	text-decoration: none;
}
a.nav:link {
	text-decoration: none;
	color: #333333;
}
a.nav:visited {
	text-decoration: none;
	color: #333333;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:active {
	text-decoration: none;
	color: #CC0000;	
}

a.nav2:link {
	text-decoration: none;
	color: #999999;
}

a.nav2:visited {
	text-decoration: none;
	color: #666666;
}
a.nav2:hover {
	text-decoration: none;
	color: #FFCCCC;
}
a.nav2:active {
	text-decoration: none;
	color: #CC0000;	
}
.otsikko2 {
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFCCCC;
	position:absolute;
	left:40px;
	top:102px;
	width:125px;
	height:31px;
	z-index:3;
}

