
#rightzone {
	display: none;

}

div#rightarea {
	clear: left;
	width: 100%
}

div#rightarea div.linkbox {
float: left;
width: 137px;
margin-top: 5px;
}

div.linkbox_textbg {
width: 137px;
background-repeat: repeat-x;
position: absolute;
bottom: -1px;
}

div.linkbox_textbg a{
display: block;
padding: 0px;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 8px;
color: black;
text-decoration: none;
font-size: 7.5pt;
}

div.linkbox_separator {
display: block;
float: left;
width: 5px;
height: 10px;
}

div#leftarea {
	width: 100%;
	height: 100%;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}

div#leftarea_content {
	height: 100%;
    margin-right: 0px;
}

div#innercontent {
	float: left;
	width: 100%;
	/* TAUSTAKUVA SISÄLLÖLLE */
	background-position: top right; 
	background-repeat: no-repeat;
}	


div#innercontent div.innertext {

}

div#rightzone .innertext {
margin-left: 5px;
margin-right: 5px;
}

