html, body{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/tausta_3.gif);
	background-color: #c6a8b5;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align:center;
}
#tunkki{
	border-color: #895881;
	border-style: solid;
	border-width: 10px;
	width: 800px;
	height: 550px;
	text-align: left;
	background-color: #414141;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -275px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
#main{
	padding-right: 20px;
	color: #f9f9f9;
	line-height: 16px;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: left;
	margin-left: 30px;
	text-align: left;
	height: 410px;
	width: 420px;
	overflow: auto;
}
#otsikko{
	background-image: url(images/otsikko_tausta.gif);
	padding: 10px;
	background-color: #717171;
	color: #ececec;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: 60px;
	margin: 20px;
}
#oikea{
	margin-right: 20px;
	float: right;
	width: 290px;
	height: 410px;
}
h1, h2, h3{
	text-transform: uppercase;
	color: #895881;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4{
	text-transform: uppercase;
	color: #895881;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menulevel1     { margin-left: -5px; margin-bottom: 0; margin-right: 0; margin-top: 0; color: #bfbfbf; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding-top: 10px; padding-bottom: 10px; padding-left: 0 }
.menulevel1 LI       { border-right-color: #e5e5e5; border-right-style: solid; border-right-width: 2px; white-space: nowrap; list-style-type: none; display: inline; margin-left: 0; padding-right: 5px; padding-left: 5px }
.menulevel1 a     { text-decoration: none; color: #e5e5e5; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold }
.menulevel1 a:link,.menulevel1 a:visited { text-decoration: none; color: #e5e5e5 }
.menulevel1 a:active,.menulevel1 a:hover      { text-decoration: none; color: #bfbfbf }
.edit {
	background-color: white;
	font-size: 8pt;
	color: black;
	background: buttonface;
}
textarea {
	width: 98%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}
a {
	color: #bfbfbf;
}
td{ 
	color: #f9f9f9;
	line-height: 16px;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: left;
}
