/* CSS Document, Jokivartiset */
/* Code by Mika Ylisaukko-oja 2003 */

body {
	font-family: Georgia, "Courier New", "MS Sans Serif";
	color: #374E6D;
	background-color: #EDF0F5;
	margin:0;
	padding:0;
}

/* teksti */

p {
	font-size: 90%;
	text-align: left;
	margin: 10px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
p.kuvateksti {
	font-size: 80%;
	text-align: center;
}
h2 {
	font-size: 90%;
	margin-left: 10px;
	margin-top: 10px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-left: 4px;
}

/* SUBMENU */

div.submenu {
	margin-bottom: 10px;
	height: 50px;
	letter-spacing: 1px;
	padding-left: 4px;
}

h4 {
	float:left;
	text-align: left;
	font-size: 90%;
	margin-left: 10px;
}

h3 {
	float: right;
	text-align: right;
	font-size: 70%;
	text-transform: uppercase;
	margin-right: 10px;
}

/* muut elementit */

table.kehys {
	border: 2px #374E6D solid;
}
table.hiihtovalikko {
	background-color: #D3E3F9;
	border: 1px solid #FFFFFF;
}
td p {
	text-align: left;
}
.title {
	background-color: #75B2F0;
	background-image: url("title.jpg");
	background-position: center;
	background-repeat: repeat-x;
}

.blueleft {
	BACKGROUND-COLOR: #AEBDD6;
	background-image: url("emotr.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.blueright {
	BACKGROUND-COLOR: #AEBDD6;
	background-image: url("euro.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main {
	background-color: #EDF0F5;
	border: 1px #FFFFFF solid;
	vertical-align: top;
}

a:link {
	color: #7D8CA4;
	background: transparent none repeat;
	text-decoration: none;
}
a:visited {
	color: #7D8CA4;
	text-decoration: none;
}
a:active {
	color: #7D8CA4;
	text-decoration: none;
}
a:hover {
	color: #374E6D;
	text-decoration: underline;
}

/* ALAREUNA */
td.ala {
	background-color: #CAD9EA;
	background-image: url("footertausta.jpg");
	background-repeat: repeat;
}
p.footer {
	color: #BDC8DC;
	font-size: 70%;
	text-align: center;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.footerurl {
	color: #BDC8DC;
	background: transparent none repeat;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}
a.footerurl:link {
	color: #BDC8DC;
	text-decoration: none;
}
a.footerurl:visited {
	color: #BDC8DC;
	text-decoration: none;
}
a.footerurl:active {
	color: #BDC8DC;
	text-decoration: none;
}
a.footerurl:hover {
	color: #E6E5EB;
	text-decoration: none;
}