@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fddee6;
	background-image: url(../images/taus.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.5em;
	color: #5E2466;
	padding-top: 0.6em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
.firstH1 {
	font-size: 1.5em;
	color: #5E2466;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
h2 {
	font-size: 1.2em;
	color: #5E2466;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
h3 {
	font-size: 1em;
	color: #5E2466;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.1em;
	padding-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
p {
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding: 0em;
}
.rakenne  #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.opetKaksipalsaaYlaVas {
	float: left;
	width: 393px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5E2466;
	padding-top: 15px;
	padding-right: 21px;
	margin-bottom: 20px;
}
.opetKaksipalsaaYlaOik {
	width: 393px;
	padding-top: 15px;
	float: right;
	padding-left: 21px;
	margin-bottom: 20px;
}
.opetKaksipalsaaYlaOik  li {
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left: -10px;
}
.opetKaksipalsaaYlaVas li {
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left: -10px;
}
.iframe {
	height: 350px;
	width: 350px;
}
.form {
	background-color: #FDDEE6;
	width: 830px;
}
.opetIngressi {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #5E2466;
	font-style: italic;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
.opetVaakaViiva {
	width: 830px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #612869;
	clear: both;
}
.opetimgFloatLeft {
	float: left;
	padding-right: 20px;
	padding-top: 5px;
}
.yhteysKaksipalsaaYlaVas {
	float: left;
	width: 395px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5E2466;
	padding-top: 10px;
	padding-right: 20px;
	margin-top: 30px;
}
.yhteysKaksipalsaaYlaOik {
	width: 370px;
	float: right;
	padding-left: 40px;
	margin-top: 30px;
}
.rakenne  #header {
	padding: 0px;
	margin: 0px;
	float: none;
	height: 288px;
	background-repeat: repeat-x;
	background-image: url(../images/headertaus2.gif);
}
.rakenne  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.rakenne  #navi {
	background-color: #FDDEE6;
}
#navi ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/navitaus.gif);
	background-color: #FDDEE6;
}
#navi li {
	float: left;
	display: block;
	text-align: center;
	color: #5E2466;
	font-size: 15px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 7px;
}
#navi li:hover {
	background-color: #FFFFFF;
}
#navi a {
	color: #5E2466;
	text-decoration: none;
	padding-right: 1px;
}
.rakenne  #mainContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent a {
	color: #5E2466;
}
.taulukkoIndexLevea     a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	decoration: none;
}
#mainContent a:hover {
	background: #FFFFFF;
	color: #FF99FF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.rakenne  #footer {
	background-image: url(../images/footer_backround.gif);
	height: 77px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #FDDEE6;
}
.rakenne  #footer  p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #5E2466;
	word-spacing: 0.1em;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	line-height: 1.8em;
}
.rakenne #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5E2466;
	word-spacing: 0.1em;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 1.8em;
}
.rakenne #footer a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	word-spacing: 0.1em;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 1.8em;
	text-decoration: none;
}
.aktiivinen {
	background-color: #FFFFFF;
}
.copyright {
	font-size: 0.7em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.taulukkoIndexTdLevea {
	text-align: left;
	width: 265px;
	
}
.taulukkoIndexLi {
	margin-left: -23px;
	padding-bottom: 5px;
}
.imgFloatLeft {
	float: left;
	padding-right: 20px;
	padding-top: 8px;
}
.indexkuvaFloatLeft {
	float: left;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-top: 7px;
	width: 390px;
}
.indexContentBlock {
	width: 830px;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5E2466;
	padding-bottom: 10px;
}
.indexContentBlockfirst {
	margin-bottom: 15px;
	width: 830px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.indexkuvatekstiFloatLeft {
	font-size: 0.9em;
	font-style: italic;
	float: left;
	width: 390px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#indexContentBlockOne {
	width: 830px;
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E2466;
	margin: 0px;
}
#indexContentBlockOne h1  {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif, Trebuchet, GillSans;
	font-size: 0.9em;
	color: #5E2466;
}
.lukujarjVarikoodikuva {
	padding-top: 1px;
	float: left;
	padding-right: 8px;
}
.ikaryhContentBlock {
	width: 830px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5E2466;
	padding-bottom: 20px;
	margin-top: 50px;
}
.uutisContentBlock {
	width: 830px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5E2466;
	padding-bottom: 15px;
	margin-top: 30px;
}
.table {
	margin: 0px;
	border: 2px solid #FFFFFF;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.table2 {
	margin: 0px;
	border: 2px solid #FFFFFF;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-align: left;
	text-indent: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.clearFloat {
	clear: both;
}
.flashFloatLeft {
	float: left;
	padding-top: 3px;
}
.input {
	color: #5E2466;
	background-color: #FDE5EC;
	display: block;
	width: 400px;
}
.form2 {
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding: 0em;
}
label {
	font-size: 0.9em;
	line-height: 2em;
}
