body {
	background-color: #f5f5f5;
	font-family: Verdana, Arial;
}


#header {
	position: relative;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 150px;
	border: solid 15px #fff;
}
#taustakuva {
	position: absolute;
	z-index: -2;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 150px;
}
#taustakuva img {
	width: 900px;
	height: 150px;
}
#overlay {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 150px;
}

#h1 {
	visibility: hidden;
}
#fcom_logo {
	position: absolute;
	z-index: 1;
	width: 150px;
	height: 132px;
	left: 0px;
	top: -77px;
}


#suomi {
	position: absolute;
	z-index: 1;
	width: 153px;
	height: 250px;
	right: 5px;
	top: -75px;
}

h1 {
	position: absolute;
	z-index: -1;
	margin: 0px;
	left: 20px;
	top: -20px;
}
h2 {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 90px;
	font-size: 36px;
	font-weight: normal;
	color: #0066bb;
	text-shadow: 	-1px 0 #ccc,
					0 1px #ccc,
      				1px 0 #ccc, 
      				0 -1px #ccc, 
      				2px 2px 5px #333;
	
}

#content {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #fff;
	border: solid 15px #fff;
}

.tri-laatikko {
	display: table-cell;
	width: 300px;
	height: 310px;
}
.tri-laatikko-content {
	width: 270px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	background-color: #eeeef5;
	color: #000;
	box-shadow: 2px 2px 5px #555;
}
.tri-laatikko-content:hover {
	box-shadow: 1px 1px 3px #555;
}

.tri-laatikko a { text-decoration: none; color: #000; }
.tri-laatikko img { width: 270px; height: 150px; }
.tri-laatikko h3 { margin: 5px; }
.tri-laatikko p { margin: 5px; }


#footer {
	position: relative;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	font-size: 10px;
}
#footer .cop {
	vertical-align: top;
	margin-right: 240px;
	color: #aaa;
}
#footer a {
	color: #55a;
	text-decoration: none;
}	
#share {
	position: absolute;
	top: 10px;
	right: -25px;
}

img {
	border: none;
}
 
#lafs {
	position: absolute;
	z-index: 3;
	top: -62px;
	left: 180px;
	text-decoration: none;
	font-size: 10px;
	color: #006699;
}
#lafs img {
	position: relative;
	left: 15px;
	top: -25px;
	vertical-align: middle;
}

.mapbutton {
	position: absolute;
	z-index: 3;
}
	

