/* CSS Document */

@font-face {
    font-family: 'Font 1';
    src: url('font1/font1.eot');
    src: url('font1/font1.eot') format('embedded-opentype'),
         url('font1/font1.woff') format('woff'),
         url('font1/font1.ttf') format('truetype'),
         url('font1/font1.svg#AvenirBook') format('svg');
}

body
{
	text-align: left;
	background-color: #ffffff;
}

#container2
{
	max-width: 1092px;
	text-align: right;
}

#container
{
	width: 783px;
	text-align: left;
	margin-right: auto;
	position: relative;
	margin-left: auto;
	z-index: 1;
}

#otsikko
{
	z-index: 2;
	position: absolute;
	top: 17px;
	left: 22px;
}

#ylapalkki
{
	z-index: 1;
	margin-left: -154px;
	width: 937px;
	height: 138px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.backslider .bs-preload {
	background: #777777;
}

#Table_01
{
	position: absolute;
	width: 783px;
	z-index: 1;
	top: 90px;
}

#text_background
{
	background-image: url(kuvat/taustakuva.png);
	background-repeat: no-repeat;
	background-position: 0px 48px;
}

#paaotsikko
{
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

#paaotsikko H1
{
	font-family: 'Font 1';
	font-size: 61px;
	font-weight: bold;
	font-style: normal;
	color: #56770d;
	margin-bottom: 5px;
	border-bottom: 0;
	padding-bottom: 0;
	display: block;

	letter-spacing: 16px;
	
}

.kirjain
{
	color: #6e990f;
	display: inline;
	
}

.oy
{
	font-size: 40px;
	display: inline;
	
}

#alaotsikko
{
	display: inline;
	margin: 0;
	padding: 0;
}


#alaotsikko H1
{
	font-family: 'Font 1';
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	color: #3e5709;

	margin-bottom: 5px;
	border-bottom: 0;
	padding-bottom: 0;
	display: inline;
	
}

.text_spacing
{
	width: 730px;
	padding-left: 26px;
}

.text
{
	font-family: Arial;
	color: #555555;
	line-height: 140%;
	font-size: 13px;
	font-style: normal;
}

.text_padding
{
	padding-top: 79px;
}

.text_yhteystiedot
{
	font-family: Helvetica, Arial;
	color: #2f2f2f;
	line-height: 140%;
	font-size: 12px;
}

.pikkukuva
{
	float: left;
	width: 118px;
	height: 118px;
	border: #5c5c5b 1px solid;
}

.pikkukuva_border
{

}

.yhteystiedot
{
	float: left;
	width: 223px;
	text-align: right;
	padding-left: 12px;
	padding-top: 12px;
}

.column_2
{
	width: 350px;
	float: left;
	height: 110px;
}

#lbi
{
	float: none;
	vertical-align: top;
	width: 200px;
	padding-left: 26px;
}

a:visited, a:link
{
	font-family: Helvetica, Arial;
	color: #2f2f2f;
	line-height: 140%;
	font-size: 12px;

}

a:hover, a:active
{
	font-family: Helvetica, Arial;
	color: #222222;
	line-height: 140%;
	font-size: 12px;

}

#lbi a:visited, #lbi a:link
{
	font-family: Helvetica, Arial;
	color: #7c7c7c;
	line-height: 140%;
	font-size: 12px;

}

#lbi a:hover, #lbi a:active
{
	font-family: Helvetica, Arial;
	color: #222222;
	line-height: 140%;
	font-size: 12px;

}

/* KEN BURNS */

		/* set some style for thumb containers */
		.slider {
			width: 120px;
       		height: 120px;
       		float: left;
       		overflow: hidden;
		}

		/* make shadow less thumbnail smaller (shadow is 36px) */
		.noShadow .peKenBurns {
			height: 120px;
		}

		/* set border size to 8px */
		.peKenBurns .peKb_slides {
			padding: 1px;
			background-color: #5c5c5b;
			/* customize rounder border (not supported in ie < 9) */
			-moz-border-radius: 0px; 
			-webkit-border-radius: 0px; 
			border-radius: 0px;
		}
		
		/* caption font */
    	.peKenBurns .peKb_slides .peKb_caption h1 {
    		font-family: Arial;
    		font-size: 11px;
    		color: #FEFEFE;
    	}
		
		/* caption padding */
		.peKenBurns .peKb_slides .peKb_caption .peKb_real{
			padding: 10px;
    	}
    	
    	/* caption margins */
    	.peKenBurns .peKb_slides .peKb_caption {
			margin: 0px 5px 5px 5px;
		}	
		
		/* caption background */
    	.peKenBurns .peKb_slides .peKb_caption .peKb_background {
    		background-color: #202020;
    	}
