html, body
{
	background-color: #f3f3f3;
	font-family: arial;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	border: 0;
	overflow: hidden;
	line-height: 1.4em;
	height: 100%; 
	max-height: 100%; 
}

a.otsikko:link {color: #000000; background-image: url('otsikko_bg.png'); background-repeat: repeat;}     
a.otsikko:visited {color: #000000; background-image: url('otsikko_bg.png'); background-repeat: repeat;}  
a.otsikko:hover {color: #000000; font-size:120%;}
a.otsikko:active {color: #000000} 

a.kuva:link {color: #f3f3f3; text-decoration: none; border: none;}     
a.kuva:visited {color: #f3f3f3; text-decoration: none; border: none;}  
a.kuva:hover {color: #f3f3f3; text-decoration: none; border: none;}
a.kuva:active {color: #f3f3f3; text-decoration: none; border: none;} 

p.small {line-height: 90%;}

#kehys_vasen, #kehys_oikea{
position: absolute; 
top: 0px; 
left: 0px; 
right: 0px;
width: 20px;
height: 100%;
overflow: hidden;
background-color: #E6ECF9;
}

#kehys_oikea{
position: absolute;
left: auto;
right: 0; 
width: 20px; 
overflow: hidden; 
}

#kehys_ylin, #kehys_alin{
position: absolute;
top: 0px; 
left: 20px; 
right: 20px; 
width: 100%;
height: 20px; 
overflow: hidden; 
background-color: #E6ECF9;
color: #000000;
font-size: 1.2em;
font-weight: bold;
font-style: italic;
}

#kehys_alin{
top: auto;
height: 20px; 
bottom: 0;
overflow: hidden; 
}

#kehys_otsikko{
position: relative;
text-decoration: none;
font-size: 0.9em;
z-index: 4;
top: 50px;
left: 40px;
right: 40px;
padding: 10px;
height: 30px;
overflow: hidden;
color: #000000;
}

#kehys_main{
position: absolute; 
padding: 20px;
top: 80px; 
bottom: 20px; 
left: 20px; 
right: 300px; 
height: 70%;
width: auto;
z-index: 5;
overflow-x: none;
overflow-y: auto;
}

#kehys_sivu{
position: absolute; 
padding: 20px;
top: 80px; 
bottom: 20px; 
left: auto; 
right: 20px; 
height: 70%;
width: auto;
z-index: 5;
overflow-x: none;
overflow-y: auto;
}


.tablecenter
{ 
margin-left: auto;
margin-right: auto;
text-align: center;
}

.tableright
{ 
margin-left: auto;
margin-right: auto;
text-align: right;
line-height: 0.5;
}


