@charset "utf-8";
* { padding: 0px;
	margin: 0px;
	border: none;
}
html {
	height: 100%;
	}
body {background:url(kuvat/body_bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#575757;
	font-size:12px;
	height: 100%;
}
#container {
	width: 965px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

#navi1 {
	float:left;
	width: 470px;
	height: 36px;
	padding-top:114px;
	padding-left: 8px;
}
#header {
	float:left;
	width: 480px;
	height: 69px;
	padding-top: 81px;
	padding-right: 7px;
}
#vaihtuvakuva {
	float:none;
	clear:both;
	margin-left: 8px;
	width:949px;
	height: 304px;
	margin-bottom: 18px;
}
#content_wrapper{
	float:left;
	width: 635px;
}
#content {
	background-color: #ffffff;
	width:535px;
	margin-left: 8px;
	padding-top: 40px;
	padding-left: 44px;
	padding-right: 40px;
	padding-bottom: 50px;
	min-height: 193px;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	margin-bottom: 70px;
}
#content2 {
	background-color: #ffffff;
	width:866px;
	margin-left: 8px;
	padding-top: 40px;
	padding-left: 44px;
	padding-right: 40px;
	padding-bottom: 50px;
	min-height: 183px;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	margin-bottom: 70px;
}
#content2 img {
	padding-right: 14px;
	padding-bottom: 14px;
}
#content_right_wrapper {
	float:left;
	width: 310px;
	margin-left: 12px;
}
#content_right_bottom {
	height: 25px;
	width: 310px;
}
.content_right_background {
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	background-repeat:repeat-y;
	padding-bottom: 50px;
}
.rightimage {
	margin-bottom: 70px;
}
.footer, .push {
	height: 153px;
}
#footer {
	float:none;
	clear:both;
	background-image:url(kuvat/footer_bg.jpg);
	padding-top: 51px;
	height: 100px;
}
#footer_content{
	width: 965px;
	margin-left:auto;
	margin-right:auto;
}
#footer_left{
	float:left;
	width: 291px;
	height: 59px;
}
#footer_middle{
	float:left;
	width: 200px;
	padding-top: 10px;
	height: 49px;
}
#footer_right{
	float:left;
	width: 312px;
	padding-left: 162px;
	height: 59px;
}

h1 {
	font-size: 16px;
	color:#56a600;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_right_wrapper h1 {
	padding-left: 40px;
	padding-top: 44px;
}

p {padding-top: 2px;}
#content_right_wrapper p {
	padding-left: 40px;
}

a { text-decoration:none;
	color:#099;
}
#footer p {color:#888;}
#footer a { color:#888;
text-decoration:underline;}
#footer a:hover {color:#CCC;}


/* ----------- Navi 1 ----------- */

ul {list-style-type: none;}
#navi1 li {
	float:left;
	height: 36px;
}
#navi1 a {
	display:block;
}

.etusivu {
	width: 93px;
	height: 36px;
	background-image:url(kuvat/link_etusivu.png);
}
.etusivu_active {
	width: 93px;
	height: 36px;
	background-image:url(kuvat/link_etusivu_active.png);
	background-color: #fafafa;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
}
a.etusivu:hover {
	background:url(kuvat/link_etusivu_active.png);
	}
.tietoa {
	width: 87px;
	height: 36px;
	background-image:url(kuvat/link_tietoa.png);
}
a.tietoa:hover {
	background:url(kuvat/link_tietoa_active.png);
	}
.tietoa_active {
	width: 87px;
	height: 36px;
	background-image:url(kuvat/link_tietoa_active.png);
	background-color: #fafafa;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
}
.kuvagalleria {
	width: 140px;
	height: 36px;
	background-image:url(kuvat/link_kuvagalleria.png);
}
.kuvagalleria_active {
	width: 140px;
	height: 36px;
	background-image:url(kuvat/link_kuvagalleria_active.png);
	background-color: #fafafa;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
}
a.kuvagalleria:hover {
	background:url(kuvat/link_kuvagalleria_active.png);
	}
.otayhteytta {
	width: 137px;
	height: 36px;
	background-image:url(kuvat/link_otayhteytta.png);
}
.otayhteytta_active {
	width: 137px;
	height: 36px;
	background-image:url(kuvat/link_otayhteytta_active.png);
	background-color: #fafafa;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
}
a.otayhteytta:hover {
	background:url(kuvat/link_otayhteytta_active.png);
	}
	
/*LOMAKE*/
input.fields {
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #CCC;
	border-bottom:1px solid #ccc;
	width: 350px;
	height: 25px;
}
#content textarea {
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #CCC;
	border-bottom:1px solid #ccc;
	width: 350px;
}
input.buttons {
	padding: 3px;
	background-color:#ddd;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
