body {
 background-image: url('kuvat/tausta.png');
 background-repeat: repeat-x;
 background-color: #c2c2c2;
 font-family: Arial;
 color: #583c70;
 font-size: 12px;
 line-height: 1.8;
 letter-spacing: 0px;
 text-align: justify;
} 

a:link {
 color: #9c9c9c; 
 text-decoration: none; 
 font-weight: normal;
}


a:visited { 
 color: #9c9c9c; 
 text-decoration: none; 
 font-weight: normal;
}


a:active { 
 color: #9c9c9c; 
 text-decoration: none; 
 font-weight: normal;
}


a:hover { 
 color: #c3c2c0; 
 text-decoration: underline; 
 font-weight: normal;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	

/* TAULUKOT */

table.perus {
 width: 659px;
 position: absolute;
 top: 0px;
 left: 170px;

}

td.linkit {
 width: 659px;
 height: 26px;
 background-color: #ffffff;
}



td.main {
 width: 659px;
 height: 100%;
 background-color: #ffffff;
 padding: 15px;
}



.ylakuva {
 position: absolute;
 top: 0px;
 left: 20px;
}

/* TEKSTIT */

h1 { 
 font-size: 13px;
 font-family: 'Trebuchet MS';
 font-weight: bold;
 color: #6c3997;
 letter-spacing: 0px;
 text-align: left;
 text-indent: 15px;
}



.copy {
 padding: 5px 0px 0px 0px;
 border-top: 1px solid #c2c2c2;
 font-family: Arial, tahoma, sans-serif, verdana;
 color: #c2c2c2;
 font-size: 11px;
 line-height: 17px;
 text-align: left;
}