body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: Georgia, "Times New Roman", Times, serif;

}

#framecontent{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 200px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
background-image:url(kuvia/fr_tausta.gif);
background-repeat:repeat-x;
color: white;
}


#maincontent{
position: fixed; 
top: 200px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 17px; /*Margins for inner DIV inside each DIV (to provide padding)*/
width: 1000px;
}

* html body{ /*IE6 hack*/
padding: 200px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid black; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #B2C071; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: black; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: black; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: black; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: black; /*Highlight red color theme*/
color: white;
}

div.menu {
	width: 150px;
	padding: 0 0 0 0;
	font-size:12px;
	}
div.menu ul {
    list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

div.menu li {
	border-bottom: 8px solid white;
	margin: 0;
	}
div.menu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #B2C071;
	color: #000000;
	text-decoration: none;
	width: 100%;
	}

div.menu li a:hover {
	
	}
	
div.menu .valittu a{ /** currently selected menu item **/
background-color: black; /*Highlight red color theme*/
	display: block;
	padding: 5px 5px 5px 0.5em;

	color: #000000;
	text-decoration: none;
	width: 100%;
color: white;
}

