/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 0.85em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
	color: #036;
	}
	
a {
	text-decoration: underline;
	color: #06f;
	}
	
a:hover {
	text-decoration: underline;
	color: #690;
	}
	
div#rakenne {
	text-align: left;
	margin: 3% auto;
	width: 50%;
	}
	
br.tyhjennys,
div#sisalto,
div#alaosa {
	clear: both;
	}
	
h1, h2, h3, h4, h5, h6 {
	padding: 0 0 10px 0;
	line-height: 140%;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	display: block;
	clear: both;
	}
	
p, address, ul, ol, dl, table, form {
	padding: 0 0 10px 0;
	letter-spacing: normal;
	font-size: 0.9em;
	line-height: 180%;
	}

form ul {
	padding: 10px 0 0 0;
	list-style: none;
	font-size: 1em;
	}

form ul li {
	display: inline;
	}
	
form ul li input,
form ul li select,
form ul li button,
form ul li label {
	padding: 5px;
	cursor: pointer;
	}

form ul li select,
form ul li input {
	margin-right: 10px;
	padding: 7px 5px;
	width: 255px;
	}
	
form ul li label {
	padding-left: 0;
	}
	
h1 a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 70px;
	width: 270px;
	background: #fff url(../images/painolaskuri.png) no-repeat 0 0;
	}
	
h2 {
	padding: 20px 0;
	margin-bottom: 20px;
	background: #fff url(../images/pisteet.png) repeat-x 0 100%;
	}
	
div#alaosa p {
	margin-top: 20px;
	padding-top: 20px;
	background: #fff url(../images/pisteet.png) repeat-x 0 0;
	}

div#sisalto p {
	padding-top: 20px;
	font: oblique 1.2em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}

div#sisalto p em {
	text-transform: lowercase;
	}