/* CSS Document
writer: Sari Mantila, Mainostoimisto Aada Ky
pmv: 28.10.2008
email: sari.mantila@aada.fi
web: www.aada.fi
------------------------------------------------- */

/* Layout */
*{
	top: 30px;
	position:absolute center;
	
}
body {
	background-color: #0098C5;
	background-image: url(img/bg_katto.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
}
/* Typografia */
.leipis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-style: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 100px;
	padding-left: 50px;
}

.otsikko {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	font-style: normal;
	text-align: left;
	padding-right: 0px;
	font-weight: normal;
	top: 30px;
	padding-top: 50px;
	padding-left: 50px;
}

a:link {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #0080A6;
}

a:active {
	text-decoration: none;
	color: #0080A6;
}
.osoite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
}
