/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#teksti a:link {
	color: #000000;
	text-decoration: underline;
}
#teksti a:visited {
	text-decoration: underline;
	color: #000000;
}
#teksti a:hover {
	text-decoration: underline;
	color: #000000;
}
#teksti a:active {
	text-decoration: underline;
	color: #000000;
}
.vasentausta {
	background-color: #ffec96;
}
.ylatausta {
	background-image: url(kuvat/ylatausta.gif);
	background-repeat: repeat-x;
}
.linkkipalkki {
	padding-top: 20px;
}
.paalinkki {
	background-color: #FFFFFF;
	padding-left: 5px;
}
.info {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 9px;
}
.teksti {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.toppad {
	padding-top: 10px;
}

.etusivu {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.otsikko {
	font-size: 16px;
	font-weight: bold;
}
.lomake {
	font-family: verdana;
	font-size: 10px;
	color: #385B5D;
	border: 1px solid #F2D60D;
}
.lomake_virhe {
	font-family: verdana;
	font-size: 10px;
	color: #385B5D;
	border: 1px solid #F2D60D;
	background-color: #fbbbc4;
}