html
{
	height:100%;
}
.nextbutton a:link, .nextbutton a:visited
{
	display: block;
	padding: .2em .5em;
	background-color: #03F;
	color: #fff;
	border: 1px solid #006;
	width: 11em;
	text-decoration: none;
	text-align: center;
}

.nextbutton a:hover, .nextbutton a:active
{
	background-color: #fff;
	color: #006;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
	font-family: 'Telex', sans-serif;
	color: #000;

	background: #F8F8F8;  /* for non-css3 browsers */

	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#D0D0D0');  for IE */
	background: -webkit-gradient(linear, left top, right top, from(#F8F8F8), to(#D0D0D0));
	background: -moz-linear-gradient(left,  #F8F8F8,  #D0D0D0); /* for firefox 3.6+ */

}

a:link { color: #036; }
a:visited { color: #066; }

a:hover, a:active
{
	color: #036;
	background-color: #fff;
}

div#yla_palkki
{
	color: #000033;
}

div#yla_palkki h1
{
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 2.3em;
	font-weight: normal;
}

div#vasen_palkki
{
}

div#oikea_palkki
{
	background-image: url(oikea_palkki_kuva.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

div#vasen_valikko
{
	float: left;
	width: 150px;
	height: 110%;
	padding-top: 2em;

	background: #A8A8A8; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType='1', startColorstr='#A8A8A8', endColorstr='#F8F8F8'); /* for IE */
	background: -webkit-gradient(linear, left top, right top, from(#A8A8A8), to(#F8F8F8));
	background: -moz-linear-gradient(left,  #A8A8A8,  #F8F8F8); /* for firefox 3.6+ */
	
	background-repeat: repeat-y;
}

div#vasen_valikko ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#vasen_valikko ul li { margin-top: 4px; }

#vasen_valikko ul li a
{
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #000;
	background-image: url(nav_base.jpg);
	background-repeat: repeat-y;
}

#vasen_valikko ul li a:hover
{
	color: #fff;
	background-color: #ccc;
	background-image: url(nav_base2.jpg);
	background-repeat: repeat-y;
}

div#oikea_info
{
	float: right;
	width: 160px;
	margin: 0;
	padding: 2em 10px 0 0;
	color: #333;
}

div#oikea_info h3
{
	margin-top: 0;
	color: #333;
	padding: .2em;
	background-image: url(oikea_info_base.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

div#peruskappale
{
	margin-left: 190px;
	margin-right: 200px;
	height: 100%;
}

div#peruskappale h2
{
	font-size: 2.1em;
	color: #0061AF;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}

div#peruskappale { line-height: 150%; }

#cleardiv
{
	clear: both;
	height: 1em;
}

div#footer
{
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: right;
}

div#footer ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#footer li
{
	display: inline;
	margin-right: 1em;
}
