/*////////////////////////////////////////////////////////////
		CSS-resetti
( http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ )  
////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;	padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {	outline: 0;}

/* remember to highlight inserts somehow! */
ins {	text-decoration: none;}
del {	text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;	border-spacing: 0;}

        /* /Meyer */

html {
	background: url(ylaliuku.png) repeat-x #ccc;
}

body {
	background: #fff;
	border: #ddd solid 2px;
	color: #555;
	font-family: Georgia, serif;
	width: 80%;
	margin: 3em auto;
	padding-bottom: 2em;
}

div {
	background: url(laatikkoliuku.png) 0 100% repeat-x #fff;
	border: #82c13c solid 2px;
	width: 17em;
	margin: 1em 3em;
	padding-bottom: 1.5em;
}

h1 {
	font-size: 2.5em;
	padding: 1.5em 2em 2.1em 1.5em;
	text-indent: -9999px !important;
	text-indent: 0px;
}

h1 span {
	color: #74af3a;
}

h1 .liuku {
	background: url(paaotsikkoliuku.png) repeat-x;
	display: block;
	position: absolute;
	width: 8em;
	height: 40px;
}

h3 {
	background: url(otsikkoliuku.png) repeat-x #9cf539;
	color: #fff;
	font-size: 1.1em;
	margin-bottom: .6em;
	padding: .2em .5em;
}

img {
	position: absolute;
	top: 3em;
	left: 5em;
	visibility: visible !important;
	visibility: hidden;
}

ul {
	padding: 0 .9em;
	list-style: none;
}

li a {
	color: #777;
	display: block;
	font-size: .95em;
	text-decoration: none;
	padding: 0 0 .2em .3em;
}

li a:hover {
	color: #82c13c;
}

li p {
	display: none;
}

li:hover > p {
	display: block;
	position: absolute;
	color: #999;
	border-top: #999 dashed 1px;
	font-size: .8em;
	padding-left: 11em;
	margin-left: 10em;
	padding-top: .2em;
	margin-top: -.2em;
	text-align: right;
	width: 10em;
}

li,
p {
	font-family: Arial, sans-serif;
}

#kieli a {
	position: absolute;
	top: .5em;
	right: .5em;
	color: #fff;
	border: #fff solid 2px;
	font-size: .7em;
	font-weight: bold;
	padding: .5em;
	text-decoration: none;
}

#kieli a:hover {
	text-decoration: underline;
}

#foot {
	background: transparent;
	font-size: .75em;
	position: relative;
	bottom: -8em;
	border: none;
	margin: 0 auto;
	width: 98%;
}

#foot a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

.vinkki {
	border-bottom: #ccc solid 1px;
	font-family: Georgia, serif;
	font-size: .8em;
	text-align: right;
	width: 90%;
	margin: auto;
}
