* { padding: 0; margin: 0; }

A:link {
	text-decoration: none;
	color: #6666ff;
}
A:visited {
	text-decoration: none;
	color: #6666ff;
}
A:active {
	color: #6666ff;
}
A:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6666ff;
}

body {
	font-family: Verdana;
	font-size: 10px;
	background-color: #000000;
	background-image: url(../kuvat/pohja/pohja_10.gif);
	background-repeat: repeat-y;
	color: #cccccc;
	line-height: 14px;
}
#otsikko {
	position:absolute;
	width:609px;
	height:460px;
	z-index:1;
	background-image: url(../kuvat/pohja/otsikko.gif);
	background-repeat: no-repeat;
	visibility: visible;
}
#valikko {
	position:absolute;
	width:560px;
	height:32px;
	z-index:1;
	visibility: visible;
	left: 50px;
	top: 460px;
}
#content {
	position:absolute;
	width:489px;
	height:500px;
	z-index:1;
	visibility: visible;
	left: 185px;
	top: 539px;
	overflow: visible;
	font-family: Verdana;
	font-size: 10px;
}
#laskuri {
	position:absolute;
	left:943px;
	top:1px;
	width:20px;
	height:20px;
	z-index:2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	right: 0px;
	bottom: auto;
	overflow: hidden;
}

.otsikko {
	color: #6666FF;
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	text-transform: uppercase;
}

