/* CSS LVI-Suunnittelu J Ketonen */

td.first {
	border-right: thin dotted;
	border-color: #000000;
	border-width: 1px;
	background: #FFFFFF url("images/fading_background_121.png") repeat-x;
}

body {
	/*background: #FFFFFF url("images/background.jpg") repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
}

p.misc {
	font-size: 12px;
}

#listheader {
	float: inherit; 
}

#listheader ul {
	text-align: left; 
	margin: 0; 
	padding: 0;
}

#listheader li {
	display: inherit;
	font-size: 13px;
	font-weight: bold;
}

#bodylist {
	float: left; 
}

#bodylist ul {
	text-align: left; 
	margin: 0; 
	padding: 0;
}

#bodylist li {
	font-size: 12px;
	margin-left: 1.9em;
	font-weight: normal;
	display: list-item;
}

.dott {
	border-left: thin dotted;
	border-top: thin dotted;
	border-color: #000000;
	border-width: 1px;
}

.tala {
	font-size: 12px;
	padding: 0.2em;
	background: #FFFFFF url("images/fading_background_121.png") repeat-x;
}

/*
table, td {
	border-color: #c60;
}*/


td {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

p.yhteys {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

td.mitta {
	border-bottom: thin dotted;
	border-right: thin dotted;
	border-left: thin dotted;
	border-color: #000000;
	border-width: 1px;
	background-color: #FFCC66;
}

#mitta_bg {
	background: #FFFFFF url("images/fading_background_121.png") repeat-x;
	z-index: 1;
}

td.yhteys {
	border-left: thin dotted;
	border-right: thin dotted;
	border-bottom: thin solid;
	border-color: #000000;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF url("images/fading_background_122.png") repeat-x;
}

td.linkki {
	border-top: thin dotted;
	border-bottom: thin solid;
	border-color: #000000;
	border-width: 1px;
	background: #FFFFFF url("images/fading_background_122.png") repeat-x;
}

td.linkki a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

td.linkki a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

td.sisalto {
	border-bottom: thin solid;
	border-left: thin dotted;
	border-color: #000000;
	border-width: 1px;
	padding-top: 0.3em;
}

td.sisalto h4 {
	font-family: Arial, Helvetica, sans-serif;
}

td.arskamoon {
	border-left: thin dotted;
	border-right: thin solid;
	border-bottom: thin solid;
	border-color: #000000;
	border-width: 1px;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	background-color: #009900;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

th.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom: thin dotted;
	border-left: thin dotted;
	border-color: #000000;
	border-width: 1px;
}

#main-navi {
	float: left; 
	width: 150px;
}

#main-navi ul {
	list-style: none; 
	text-align: right; 
	margin: 0; 
	padding: 0;
}

#main-navi li {
	display: inline;
}

#main-navi a {
	color: #000; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em; 
	font-weight: bold; 
	display: block; 
	padding: 0px 8px 0px 0px;
}

#main-navi a span {
	color: #708BBF;
}

#main-navi #current-page, #main-navi a:hover {
	background: #c00; 
	color: #000000;
}

#fade {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	background-color: rgb(x,y,z);
}

img.x {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1
}
	



