html
{
height:100%;
	
}
body {
background-color:#F2F1F8; 
background-image: 
url('../kuvat/ylataus.jpg');
background-repeat: repeat-x;
margin:0; 
padding:0; 
height:100%; /* this is the key! */ 
}

a {
	text-decoration: underline;
	color: #00A8E9;
}

a:hover {
	text-decoration: none;
	color: #838383;}

#menu1 {
position:absolute;
top:140px;
left:0px;
width: 150px;
float:left;
}

#menu1 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu1 a
{
color: #fff;
text-decoration: none;
font-size: 14px;
display: block;
padding: 3px;
width: 150px;
background-color: #686C7A;
border-bottom: 1px solid #eee;
}

#menu1 a:link, #menu1 a:visited
{
color: #EEE;
text-decoration: none;
}

#menu1 a:hover
{
background-color: #00BEE4;
color: #fff;
}

#menu1 li a#current
{
border-bottom: 3px solid #DAD6B7;
background: #00BEE4;
}
img { border: none; }
 p {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	padding-top:2em;
	padding-right:20em;
	padding-bottom:0em;
	padding-left: 25px;
	}
	
span.blue {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;color:#000099;font-weight:bold}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000099;
	padding:25px;
}


	
p.tekstit{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	padding-top:2em;
	padding-right:20em;
	padding-bottom:0em;
	padding-left: 20px;
}


div.otsikko
{
	position:absolute;
	z-index:6;
	left: 170px;
	top: 0px;
	width:800px;
	height:100px;
	margin:0px;
	border:1px solid gray;
	background:#FFF url(../kuvat/otsikkokuva.jpg);
}
div.tekstit
{  
	position:absolute;
	width:800px;
	min-height:500px;
	height:100%;
	display: table;
	z-index:3;
	left: 170px;
	top: 140px;
	border: 0px solid gray;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-color: #e1e1e1;
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000099;
	padding-left:25px;
	padding-bottom:0px;
	padding-top:10px;
}

#kielet{
position:absolute;
height:150px;
width:150px;
left:20px;
top:50px;
}

#logo{
position:fixed; 
right:-1px; 
width:70px; 
height:100%; 
z-index:1;
background:url(../kuvat/logosin.gif); 
background-repeat: repeat-y; 
border: 0px none #000000;
}