html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #eee url(/ksv/kerrostalo/graf/bg_body.gif) repeat-x top; 
}
img {
	border: none;
}
ul {
	list-style: inside square;
	margin-left: 0;
}
ul.topmargin {
	margin-top: 1em;
}
ul.taso2 {
	margin-left: 1.5em;
}
ul.tietopankki {
	list-style-type: none;
	margin-left: 1.5em;
}
ul.kortti {
	list-style: outside disc;
	margin-left: 2em;
}

#bg, #bg1 {
	position: relative;
	width: 960px;
	min-height: 400px;
	margin: 0 auto;
	padding: 0;
	background: url(/ksv/kerrostalo/graf/bg.gif) repeat-y;
}
#bg0 {
	position: relative;
	width: 960px;
	margin-top: 0px;
	padding-top: 0px;
	background: url(/ksv/kerrostalo/graf/bg_top.gif) no-repeat top;
}
#bg1 {
	background: url(/ksv/kerrostalo/graf/bg_bottom.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 30px;
}
#cont {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 150px;
	margin-top: 0px;
	background: #74b164;
	color: #000;
}
#header_print {
	display: none;
}
#headbar {
	width: 900px;
	height: 14px;
	padding: 1px 0;
	background: #000;
	font-size: 10px;
	color: #fff;
}
#headbar .left {
	float: left;
/*	width: 160px; */
	text-align: left;
	padding-left: 32px;
}
#headbar .right {
	float: right;
/*	width: 160px; */
	text-align: right;
	padding-right: 32px;
	text-transform: uppercase;
}
#content {
	float: left;
	width: 520px;
	min-height: 400px;
	padding: 2em 30px 4em 30px;
}
#footer {
	position: relative;
	clear: both;
	width: 900px;
	height: 14px;
	padding: 1px 0;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#footer .left {
	float: left;
	width: 160px;
	text-align: left;
	padding-left: 10px;
}
#footer .right {
	float: right;
	width: 160px;
	text-align: right;
	padding-right: 10px;
}
#footer a {
	color: #fff;
}

a {
	color: #527d46;
	text-decoration: none;
}
a:hover {
	color: #74b164;
}

#navi {
	float: left;
	width: 160px;
	min-height: 180px;
	margin-top: 0px; 
	padding-top: 2em;
	padding-bottom: 4em;
	color: #000;
	background: #74b164;
	border-bottom: 1px solid #527d46;
}
#navi .item {
	border-bottom: 1px solid #527d46;
}
#navi .item1, #navi .item2 {
	border-top: 1px solid #527d46;
	border-bottom: 1px solid #527d46;
}
#navi .item2 {
	margin-top: 2em;
}
#navi a {
	display: block;
	font-size: 11px;
	padding: 3px 10px 3px 20px;
	text-decoration: none;
	color: #fff;
}
#navi a:hover {
	background: url(/ksv/kerrostalo/graf/bghover.gif) repeat-y left;
}
#navi a.menu1 {
	background: #84c971;
}
#navi a.menu1:hover {
	background: #84c971 url(/ksv/kerrostalo/graf/bghover.gif) repeat-y left;
}

#margCont {
	float: right;
	width: 150px;
	min-height: 72px;
	margin-top: 139px;
	margin-right: 10px;
	color: #000;
	background: transparent;
	font-size: 11px;
}
.marg {
	padding: 0em 5px 0.5em 5px;
	margin-bottom: 1em;
	background: #ffe595;
	border: 1px solid #fbc03d;
}
#margCont ul li{
	list-style-type: disc;
}
#margCont p {
	margin: 0.5em 0;
}

div.fL, div.fR, div.fC {
	padding-bottom: 1em;
	font-size: 10px;
}
div.fL {
	position: relative;
	top: 2em;
	padding-bottom: 3em;
	float: left;
	margin-right: 12px;
}
div.fR {
	position: relative;
	top: 2em;
	padding-bottom: 3em;
	float: right;
	margin-left: 10px;
}
div.fC {
	width: 100%;
	text-align: center;
}
div.fCpudotus {
	width: 100%;
	text-align: center;
	margin-top: 2em;
}

div.fLtasa {
	padding-bottom: 1em;
	float: left;
	margin-right: 12px;
}
div.fRtasa {
	padding-bottom: 1em;
	float: right;
	margin-left: 10px;
}


a.valinta {
	display: block;
	clear: both;
	margin: 1em;
	margin-bottom: 0em;
}
a.valinta img {
	vertical-align: top;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
a.valinta:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.julk {
	font-size: x-small;
	color: #000;
}

#linkit li {
	list-style: disc inside;
	margin-left: 50px;
	color: #527d46;
}
#linkit li:hover {
	color: #74b164;
}
#linkit ul {
	padding-bottom: 1em;
	border-bottom: 1px solid #527d46;
}
#linkit ul.noborder {
	padding-bottom: 1em;
	border-bottom: none;
}

#w3 {
	text-align: center;
}
#label {
	float: right;
	text-align: right;
	font-size: 10px;
	padding: 1px 5px;
	border: 1px solid #527d46;
}

div.story {

}
div.story ul {
	list-style: outside disc;
	margin-left: 2em;
}
li.helsinki-sisennys {
}
li.normaali {
}
li.otsikko-1 {}
li.otsikko-2 {}
li.otsikko-3 {
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 0.25em;
}
ol.word-imported-list-1 {}
ol.word-imported-list-2 {
	margin-left: 0;
	list-style: none;
	border-bottom: 1px solid #527d46;
}
ol.word-imported-list-3 {
	margin-left: 0;
	list-style: none;
	border-bottom: 1px solid #527d46;
}
ol.word-imported-list-4 {}
ol.word-imported-list-5 {}
p.helsinki-sisennys {
	margin-bottom: 0;
}
p.hki-normaali {
}
p.normaali {
}
p.otsikko-1 {}
p.otsikko-2 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 1em;
}
p.otsikko-3 {
	font-size: 105%;
	font-weight: bold;
}









