/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

/* Yleiset */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000;
	background: #090 url(../images/bg.png);
	}
	
a {
	text-decoration: underline;
	color: #090;
	}
	
a:hover {
	text-decoration: none;
	color: #333;
	}
	
/* Rakenne */

#runko {
	width: 700px;
	margin: 0 auto;
	min-height: 55em;
	height: auto;
	_height: 55em;
	background: url(../images/middle.png) repeat-y 0 0;
	}
	
#halt {
	width: 490px;
	margin: 0 auto;
	}
	
#header {
	height: 200px;
	background: url(../images/header.png) no-repeat 0 0;
	}
	
#middle {
	min-height: 40em;
	height: auto;
	_height: 40em;
	}
	
#tyhjennys {
	clear: both;
	}
	
#bottom {
	height: 120px;
	background: url(../images/pohjanoteeraus.png) no-repeat 0 100%;
	}
	
/* Skipnavi */

#skipnavi {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-variant: small-caps;
	width: 200px;
	float: left;
	}
	
#skipnavi li {
	display: inline;
	}
	
#skipnavi li a {
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	padding: 5px;
	}
	
#skipnavi li a:hover {
	color: #666;
	text-decoration: underline;
	}

/* Logo */

#header h1 {
	margin: 0;
	padding: 0;
	}
	
#header h1 a {
	overflow: hidden;
	text-indent: -9000px;
	display: block;
	height: 58px;
	width: 390px;
	background: url(../images/vehkeet-ja-vekottimet-logo.png) no-repeat 0 0;
	float: left;
	margin: 0 0 5px 10px;
	}
	
/* Tunnari */

#header h2 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9000px;
	display: block;
	height: 18px;
	width: 330px;
	background: url(../images/vekkulit-vekottimet-pikkurahalla.png) no-repeat 0 0;
	float: left;
	margin: 0 0 0 45px;
	}
	
/* Sivun alalaidan propagandalinkit */

#propaganda {
	list-style: none;
	padding: 100px 0 0 0;
	margin: 0;
	font-variant: small-caps;
	text-transform: lowercase;
	}
	
#propaganda li {
	display: inline;
	}
	
#propaganda li a {
	padding: 5px;
	text-decoration: none;
	color: #666;
	}
	
#propaganda li a:hover {
	color: #000;
	}
	
/* Otsikkotekstit */

div#middle h3 {
	overflow: hidden;
	text-indent: -9000px;
	display: block;
	width: 490px;
	text-align: center;
	background-position: center;
	margin: 10px 0;
	}
	
#ela-jaa {
	height: 25px;
	background: url(../images/ela-jaa-hymysta-paitsi.png) no-repeat 0 0;
	}
	
#naggimaggara-on {
	height: 23px;
	background: url(../images/naggimaggara-on-hieno-sana.png) no-repeat 0 0;
	}
	
#no-daa {
	height: 22px;
	background: url(../images/no-daa-on-koolia-lahes.png) no-repeat 0 0;
	}
	
#superviihdyttava-vehje {
	height: 24px;
	background: url(../images/superviihdyttava-vehje.png) no-repeat 0 0;
	}
	
#suu-messingille {
	height: 24px;
	background: url(../images/suu-messingille.png) no-repeat 0 0;
	}
	
#tavaraa-jota {
	height: 25px;
	background: url(../images/tavaraa-jota-et-oikeasti-edes-tarvitse.png) no-repeat 0 0;
	}
	
#vempaimet-ja {
	height: 28px;
	background: url(../images/vempaimet-vitkuttimet-ja-naggimaggara.png) no-repeat 0 0;
	}
	
/* Kirjaimet */

p, address {
	line-height: 145%;
	margin: 10px 70px;
	color: #666;
	text-align: justify;
	}
	
#middle h2 {
	margin: 10px 0;
	text-align: center;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #666;
	}

/* hr */

hr {
	border: 1px solid #CCC;
	height: 1px;
	text-align: center;
	}
	
/* Yhteydenottolomake */

#yhteydenotto form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#yhteydenotto form {
	margin: 10px 70px 20px 70px;
	color: #666;
	}
	
#yhteydenotto form label,
#yhteydenotto form .tekstikentta {
	margin: 5px 0;
	}
	
#yhteydenotto form .tekstikentta {
	width: 100%;
	font: 1em "Courier New", Courier, mono;
	}
	
/* h4 */

h4 {
	text-align: center;
	border-bottom: 1px solid #CCC;
	margin: 30px 60px 10px 60px;
	padding-bottom: 5px;
	}