@charset "utf-8";
html, body {
	width: 100%;
	font: 100%/normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #6a6a6a;
	background: #FFFFFF url(images/bg.jpg);
	overflow-x: hidden;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
.h1_txt {
	display: inline;
	font-size: 100%;
}

h2 {
	font-size: 80%;
	font-weight: normal;
	padding: 0px;
	margin: 15px 0px 5px;
}

a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.header_div {
	color: #FFF;
	background: url(images/bg_header.jpg) no-repeat center bottom;
    background-size:cover;
	height: 450px;
	margin-bottom: 35px;
}
.logo_div {
	background: url(images/logo.png) no-repeat center center;
	text-align: center;
	height: 450px;
	line-height: 560px;
	font-size: 60%;
}
.sisalto {
	max-width: 990px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
.texti {
	text-align: justify;
	padding-bottom: 15px;
}

.line_div {
	height: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #d2d2d2;
}
.lineball {
	height: 10px;
	width: 20px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #FFFFFF;
}
.contact_osoite {
	font-size: 90%;
}
.contact_box {
	float: left;
	min-width: 220px;
}
.contact_photo {
	background: url(images/vera_taskinen.png) no-repeat center center;
	height: 200px;
	width: 200px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.contact_txt {
	height: 80px;
}
.contact_phone {
}
.cont_martti {
	background: url(images/martti_eskelinen.png) no-repeat center center;
}
.cont_georgeta {
	background: url(images/georgeta_eskelinen.png) no-repeat center center;
}




.right {  
	float: right;
	margin-left: 8px;
}
.left { 
	float: left;
	margin-right: 8px;
}
.clf { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
