
html, body {
	margin: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #494949;
	letter-spacing: 1px;
	height: 100%;
}

#wrapper {
	min-height:100%;
}

#preloader {
	float: left;
	width: 1px;
	height: 1px;
}

#preloader img {
	width: 1px;
	height: 1px;
}

h1 { 
	font-size: 11px; 
}

a {
	color: #494949;
	text-decoration: underline;
}

a:hover {
	color: #494949;
	text-decoration: none;
}

#container_1 {
	display: block;
	width: 960px;
	height: 100%;
	min-height: 635px;
	margin: 0 auto 0 auto;
	padding: 1px 3px 240px 3px;
	background-color: white;
	background-image: url(kuvat/tausta1.jpg);
	background-repeat: no-repeat;
	position: static;
	overflow: visible;
}

#container_2 {
	display: block;
	width: 960px;
	height: 100%;
	min-height: 635px;
	margin: 0 auto 0 auto;
	padding: 1px 3px 240px 3px;
	background-color: white;
	background-image: url(kuvat/tausta2.jpg);
	background-repeat: no-repeat;
	position: static;
	overflow: visible;
}

#container_3 {
	display: block;
	width: 960px;
	height: 100%;
	min-height: 635px;
	margin: 0 auto 0 auto;
	padding: 1px 3px 240px 3px;
	background-color: white;
	background-image: url(kuvat/tausta3.jpg);
	background-repeat: no-repeat;
	position: static;
	overflow: visible;
}

#container_4 {
	display: block;
	width: 960px;
	height: 100%;
	min-height: 635px;
	margin: 0 auto 0 auto;
	padding: 1px 3px 240px 3px;
	background-color: white;
	background-image: url(kuvat/tausta1.jpg);
	background-repeat: no-repeat;
	position: static;
	overflow: visible;
}

.logo {
	float: left;
	width: 208px;
	height: 54px;
	margin: 50px 0 0 40px;
	padding: 0px;
}

.kuvalinkki {
	float: left;
	clear: both;
	width: 160px;
	margin: 0 0 30px 0;
	padding: 0;
	border: 6px solid #fff;
}

#menu {
	width: 280px;
	height: 300px;
	clear: both;
	float: left;
	margin: 60px 0 0 30px;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu a {
	text-decoration: underline;
	display: block;
	padding: 6px 0 6px 14px;
	width: 160px;
	background-image: url(kuvat/menu_perus.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menu a:hover {
	text-decoration: none;
}

#menu li a#current
{
	color: #bd102e;
	text-decoration: none;
	background-image: url(kuvat/menu_valittu.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#sisalto {
	float: left;	
	width: 610px;
	margin: 60px 0 0 0;
	padding: 0 0 0 10px;
	border-width: 0 0 0 2px;
	border-style: solid;
	border-color: #494949;
}

#sisalto_kapea {
	float: left;
	width: 480px;
	margin: 60px 0 0 0;
	padding: 0 0 0 10px;
	border-width: 0 0 0 2px;
	border-style: solid;
	border-color: #494949;
}

#palsta_v {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#palsta_o{
	width: 40%;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	border-width: 0 0 0 2px;
	border-style: solid;
	border-color: #494949;
}

table
{
	width:100%;
	border-collapse: collapse;
}

#esitteet img {
	display: block;
	margin: 0 auto 0 auto;
	text-decoration: none;
	float: none;
	height: 123px;
	width: 90px;
	border: 1px solid #494949;
}

#esitteet td {
	width: 20%;
	height: 165px;
	text-align: center;
	vertical-align: top;
}

.valiviiva {
	width: 100%;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #494949;
}

.otsikko {
	text-align: left;
	height: 35px;
}

textarea, input {
	border: 1px solid #494949;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #494949;
	letter-spacing: 1px;
}

#footer {
	float: left;
	width: 900px;
	height: 55px;
	margin: 40px 30px 0 30px;
	padding: 4px 0 0 0;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #494949;
}

#tausta {
	width: 876px;
	height: 267px;
	padding: 0;
	margin: -267px 0 0 0;
	background-image: url(kuvat/kivitausta2.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

