/* CSS Document */

html,body {
	min-height: 100%;
	height: 100%;
}
body {
	background-color: #FAF7ED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}
body,td,th,p,div,form,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
a:link,a:visited,a:active {
	color:#006699;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #3399CC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align:left;
	padding: 0px;
	margin: 0px;
}
h1 {
	color: #066E81;
}
table.etusivu {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/bg_etusivu.gif);
	background-repeat: repeat-y;
}
table.layout {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/bg_table.gif);
	background-repeat: repeat-y;
}
td.main {
	padding:5px 20px 0px 10px;
/* 	width:480px; */
	text-align:left;
	vertical-align: top;
}

td.etusivu {
	font-size:11px;
	padding:5px 20px 0px 10px;
	text-align:left;
	width: 345px;
}

td.ajankohtaista {
	font-size:11px;
	padding:0px 15px 0px 15px;
	text-align:left;
	width: 335px;
}

td.footer {
	height: 117px;
	width: 730px;
	background-image: url(images/footer.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding:0px 25px 0px 25px;
}
td.footer td, td.footer th, td.footer p, td.footer div {
	color: #FFFFFF;
	line-height:normal;
}

td.footer_home {
	height: 117px;
	width: 730px;
	background-image: url(images/footer_home.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding:0px 25px 0px 25px;
}
td.footer_home td, td.footer_home th, td.footer_home p, td.footer_home div {
	color: #FFFFFF;
	line-height:normal;
}
