/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

@import url("typo.css");
@import url("extrat.css");

/* Yleiset */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 0.85em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(../images/tausta.jpg) no-repeat 50% 0px;
	text-align: center;
	}
	
a {
	text-decoration: underline;
	color: #06f;
	}
	
a:hover {
	text-decoration: underline;
	color: #c00;
	}
	
/* Rakenne */

div#rakenne {
	text-align: left;
	margin: 0 auto 50px auto;
	width: 750px;
	}
	
div#keskiosa {
	background: #000 url(../images/keskiosa.png) repeat-y 50% 0;
	min-height: 30em;
	}
	
div#sivupalkki {
	background: url(../images/navi.png) no-repeat 100% 0;
	float: left;
	width: 208px;
	display: inline;
	margin-left: 8px;
	min-height: 300px;
	}

div#sisalto {
	float: right;
	width: 520px;
	display: inline;
	margin-right: 10px;
	}
	
div#ylaosa {
	height: 325px;
	background: #000 url(../images/loistavasta-ideasta.png) no-repeat 50% 100%;
	position: relative;
	}
	
div#alaosa {
	background: url(../images/alaosa.png) no-repeat 50% 0;
	position: relative;
	height: 70px;
	}
	
div#ylaosa p {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 192px;
	width: 443px;
	padding: 0;
	background: url(../images/megaprint2.png) no-repeat 0 0;
	position: absolute;
	top: -0px;
	left: -285px;
	}
	
div#ylaosa div#raidat {
	display: block;
	position: absolute;
	top: 0;
	right: -300px;
	background: url(../images/raidat.png) no-repeat 0 0;
	height: 150px;
	width: 299px;
	}
	
div#ylaosa form {
	padding: 0;
	position: absolute;
	bottom: 252px;
	right: 20px;
	background: url(../images/haku.png) no-repeat 0 0;
	padding: 5px 0;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	}
	
div#ylaosa form label {
	padding-right: 5px;
	color: #fff;
	}
	
div#ylaosa form input {
	border: 0;
	background: #fff;
	color: #000;
	width: 100px;
	}
	
div#ylaosa form input:focus,
div#ylaosa form input:active {
	background: #ffc;
	color: #000;
	}
	
/* Navigaatio */

div#sivupalkki ul {
	list-style: none;
	padding: 0;
	font-size: 1.15em;
	font-weight: lighter;
	}
	
div#sivupalkki ul li a {
	display: block;
	padding: 2px 5px 2px 50px;
	margin-top: 8px;
	text-decoration: none;
	background: url(../images/navi-a.png) no-repeat 0 50%;
	color: #000;
	width: 110px;
	}
	
div#sivupalkki ul li#aktiivinen a,
div#sivupalkki ul li a:hover,
div#sivupalkki ul li a:focus,
div#sivupalkki ul li a:active {
	background: #9dc545 url(../images/aktiivinen.png) no-repeat 100% 50%;
	outline: none;
	}
	
/* Alaosa */

div#alaosa ul {
	background: none;
	color: #fff;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 30px;
	bottom: 20px;
	}
	
div#alaosa ul li {
	display: inline;
	margin-right: 10px;
	}
	
div#alaosa ul li strong {
	display: block;
	margin: 0 auto;
	text-align: center;
	}
	
div#alaosa ul li address {
	font-size: 1em;
	padding: 0;
	margin: 0;
	display: inline;
	}
	
div#alaosa p {
	position: absolute;
	left: 10px;
	bottom: -30px;
	color: #000;
	padding: 0;
	}
	
/* !!! */
.img-right{
	float: right;
	margin: 15px 25px 15px 15px;
	border: 1px solid gray;
}
.img-right-2{
	float: right;
	margin: 5px 25px 15px 15px;
	border: 1px solid gray;
}
.img-right-3{
	float: right;
	margin: 5px 25px 15px 15px;
}

.img-left{
	float: left;
	margin: -15px 5px 5px 25px;
}

.img-block{
	margin: 0px 5px 15px 45px;
	border: 0px solid gray;
}
