html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #812D89;
	font-size: 76%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden; /* */
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

#content {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 100px;
	bottom: 100px;
	left: 200px;
	right: 0;
	font: Tahoma;
	color: White;
	background: #812D89;
	background-image: url(images/kokeilu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}

* html #content {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	z-index: 3;
	border-top: 100px solid #fff;
	border-bottom: 100px solid #fff;
	border-left: 200px solid #fff;
	background: #812D89;
	background-image: url(images/kokeilu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	scrollbar-3dlight-color: ;
	scrollbar-arrow-color: #F7B7FD;
	scrollbar-base-color: #F7B7FD;
	scrollbar-track-color: #F7B7FD;
	scrollbar-darkshadow-color: ;
	scrollbar-face-color: #812D89;
	scrollbar-highlight-color: ;
	scrollbar-shadow-color: ;
}


#head {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	background: #812D89 url(images/tausta_yla.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1em;
	z-index: 5;
	overflow: hidden;
	color: #fff;
}
#foot {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	font-size: 1em;
	z-index: 5;
	overflow: hidden;
	background: url(images/tausta_ala2.jpg) #812D89;
	color: #fff;
	background-repeat: no-repeat;
}

#left {
	position: absolute;
	left: 0;
	top: 100px;
	bottom: 100px;
	width: 200px;
	background: #812D89;
	z-index: 4;
	overflow: auto;
}

* html #left {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 100px solid #fff;
	border-bottom: 100px solid #fff;
	color: #fff;
}
.img_etu {margin-left: 25px;}
#content p {margin-left: 27px; color: White; width: 80%; text-align: justify;}
#content h2{margin-left: 25px; color: White;}
#content h3{margin-left: 25px; color: White;}
#foot p{ margin-top: 55px; color: Black;}
#head p{ margin-top: -100px; margin-right: 10px; color: Black; text-align: right;}
#head img{
	margin-left: 5px;
}
.bold {font-size:1.2em; font-weight:bold;}

dd {display:none;}
dl{ margin-top: 8px; background-color: #812D89;}
.lft{ float: left;}
.rgt{ float: right;}
a, a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#fff;
  }

a:hover {
  color:#ccc; 
  text-decoration:none;
  }
table.taulu{
	margin-left: 25px;
	width: 500px;
	font-size: 1em;
	color: white;
	border: solid 1px white;
}
td.taulu{
	color: #fff;
	border: solid 1px white;
	text-align: center;
}