@charset "utf-8";
/* CSS Document */



body.talvi
{
background-color: black;
background-image: url(images/taus_aurinko.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-clip: border-box;
background-origin: padding-box;
background-size: cover;
}

body.lumitie
{
background-color: black;
background-image: url(images/taus_lumitie.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-clip: border-box;
background-origin: padding-box;
background-size: cover;
}

body.ruska
{
background-color: black;
background-image: url(images/taus_ruska.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-clip: border-box;
background-origin: padding-box;
background-size: cover;
}

body.repo
{
background-color: black;
background-image: url(images/taus_repo.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-clip: border-box;
background-origin: padding-box;
background-size: cover;
}

body.jaa
{
background-color: black;
background-image: url(images/taus_jaa.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-clip: border-box;
background-origin: padding-box;
background-size: cover;
}


body.mylly
{
background-color: black;
background-image: url(images/taus_myllykoski.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-clip: border-box;
background-origin: padding-box;
background-size: cover;
}

body.kiuta
{
background-color: black;
background-image: url(images/taus_kiuta.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-clip: border-box;
background-origin: padding-box;
background-size: cover;
}


.active_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
.unactive_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}


a:link {color: #85855E; text-decoration: none}
a:visited {color: #85855E; text-decoration: none}
a:active {color: white; text-decoration: none}
a:hover {color: #85855E; text-decoration: underline}

a:link.unactive_link {color: #b3a881; text-decoration: none}
a:visited.unactive_link {color: #b3a881; text-decoration: none}
a:active.unactive_link {color: #b3a881; text-decoration: none}
a:hover.unactive_link {color: #b3a881; text-decoration: underline}

a:link.active_link {color: #b3a881; text-decoration: none}
a:visited.active_link {color: #b3a881; text-decoration: none}
a:active.active_link {color: #b3a881; text-decoration: none}
a:hover.active_link {color: #b3a881; text-decoration: underline}

.leipateksti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
}

table.sisalto {
	/*background-color: #FFF;*/
    padding:15px; 
	border: 0px;
	border-spacing:none;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px 0px 0px;
	border-style: hidden hidden hidden hidden;
	border-collapse: collapse;
	
}

td.transparent {
	background-color: transparent;
	border:none;
	
	}

tr.valko {
	background-color: #FFF;
	border:none;
	/*padding:15px;*/
	
}

tr.musta {
	background-color:black;
	border:none;
	vertical-align: center;
	padding:15px;
	
}

tr.harmaa {
	background-color:lightgrey;
	border:none;
	/*vertical-align: center;
	padding:15px;*/
	
	
}
/*
table, td, th
{
border:0px solid green;
border-spacing: 0px 0px 0px 0px;
}*/