html,body {
	height: 100%;
	font-family: sans-serif;
	font-size: 12px;
	background: #FFFFFF url('w.png') repeat-x top left;
	/* #F0E68C */
}

textarea,input {
	font-family: sans-serif;
	font-size: 12px;
}

a:link { color: #293141; text-decoration: underline; }
a:visited { color: #293141; text-decoration: underline; }
a:active { color: #293141; text-decoration: underline; }
a:hover { color: #1a1c22; text-decoration: none; }

table {
	width: 100%;
/*	height: 100%;*/
}

img {
	border: 1px solid #f6f2ef;
}

img:hover {
	border: 1px solid #293141;
}

pre {
	font-family: sans-serif;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

td {
	vertical-align: top;
}

hr {
	border: 1px;
	height: 1px;
}

td#reunus {
/*	border: 1px solid black;*/
	width: 150px;
/*	background-color: #F1F1F1;*/
	background: url('rl.png') repeat-y top right;
	text-align: center;
	border-color: #293141;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
}

.img {
	border: 0;
	margin: 0.1cm;
	zoom: 1;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.img:hover {
	zoom: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.img img {
	border: 1px solid #f6f2ef;
}

.img img:hover {
	border: 1px solid #293141;
}

.img a:link { color: #293141; text-decoration: none; }
.img a:visited { color: #293141; text-decoration: none; }
.img a:active { color: #293141; text-decoration: none; }
.img a:hover { color: #293141; text-decoration: none; }

td#asetukset {
/*	border: 1px solid black;*/
	width: 150px;
/*	background-color: #FFFFFF;*/
	background: url('rr.png') repeat-y top left;
	text-align: center;
	border-color: #293141;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
}

.asnap {
	border: 0;
	width:150px;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.asnap li {
	background-color: #ffffff;
	border: 1px solid #293141;
	margin: 0.1cm;
	padding: 0.1cm;
}
.asnap li:hover {
	background-color: #f6f2ef;
}

.asnap a:link { color: #293141; text-decoration: none; }
.asnap a:visited { color: #293141; text-decoration: none; }
.asnap a:active { color: #293141; text-decoration: none; }
.asnap a:hover { color: #1a1c22; text-decoration: underline; }

.asnap a#acti {
	zoom: 1;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.asnap a#acti:hover {
	zoom: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#otsikko {
	height: 100px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font: 1.5em sans-serif;
	border:1px solid #293141;
/*	background-color: #809F78;*/
	background: url('o.jpg') no-repeat top center;
}

.oik {
	text-align: right;
	border: 0;
}

.cen {
	background-color: #f6f2ef;
	text-align: center;
	border: 0;
	padding: 0.1cm 0cm;
	zoom: 1;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.cen:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.cen a:link { color: #293141; text-decoration: none; }
.cen a:visited { color: #293141; text-decoration: none; }
.cen a:active { color: #293141; text-decoration: none; }
.cen a:hover { color: #1a1c22; text-decoration: underline; }

td#sisalto {
	text-align: left;
}

td#info {
	text-align: right;
	font: 0.8em sans-serif;
	height: 25px;
}

div {
	border: 1px solid #293141;
}

.dotsi {
	font-size: 1.1em;
	border: 0;
	background-color: #293141;
	color: #ffffff;
	/* B3DFA7 */
	cursor: pointer;
	cursor: hand;
	margin-top: 0.1cm;
	padding: 0.1cm 0.2cm;
	zoom: 1;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.dotsi:hover {
	background-color: #1a1c22;
}

.texter {
	display:none;
	margin-bottom: 0.5cm;
	padding: 0cm 0.5cm;
	background-color: #ffffff;
}

.dcomm {
	border: 0;
	background-color: #293141;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
	margin-top: 0.1cm;
	padding: 0.1cm 0.2cm;
	zoom: 1;
}

.dcomm:hover {
	background-color: #1a1c22;
}

.comment {
	display:block;
	margin-bottom: 0.5cm;
	padding: 0cm 0.5cm;
	background-color: #ffffff;
}

#komform {
	padding: 0cm 0.5cm;
	border: 0;
	margin: 0cm 0.5cm;
	display:none;
	
}

@media print {
.texter {display:block;}
}