body {
	margin: 0 0 0 0;
	color:#4e453c;
	background-image:url(kuvat_layout/tausta_alasivu.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#ebebe6;
/*	min-width:700px; 
	max-width:1200px;*/
}

* {
padding:0;
margin:0;
}

hr
{
	height: 0;
	border: 0;
	border-top: 1px solid #dddddd; 
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;

}

#header{
	margin:0 20% 0 55px; /* nämä arvot eivät vaikuta leiskan toimivuuteen */
	padding-top:17px;
	padding-bottom:20px;
	text-align:right;
	background-image:url(kuvat_layout/eemilfi_korkea.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;	
	border-left:1px solid #707259;
	border-right:1px solid #707259;
	/*min-width:700px; */
	}

#stripe{
	margin:0 20% 0 55px; /* nämä arvot eivät vaikuta leiskan toimivuuteen */
	text-align:right;
	background-image:url(kuvat_layout/logo_eng.jpg);
	background-repeat:no-repeat;
	background-color:#e8e9da;	
	border-left:1px solid #707259;
	border-right:1px solid #707259;
	/*min-width:700px; */
}
#footer{
	background-color:#ffffff;
	margin:0 20% 0 55px; /* nämä arvot eivät vaikuta leiskan toimivuuteen */
	text-align:center;
	border-left:1px solid #707259;
	border-right:1px solid #707259;
	
	min-width:700px;
	background-image:url(kuvat_layout/alaliuku.gif);
	background-repeat:repeat-x;
	background-color:#ebebe6;
}
#container{
	background-color:#ffffff;
	overflow:hidden;
	margin:0 20% 0 55px; /* nämä arvot eivät vaikuta leiskan toimivuuteen */
	padding-left:232px; /* The width of the rail */
	border-left:1px solid #707259;
	border-right:1px solid #707259;
	/*min-width:488px; */
}
* html #container{
	height:1%; /* So IE plays nice */
}
#content{
	background-color:#ffffff;
	width:100%;
	border-left:232px solid #ffffff; /* The width and color of the rail */
	margin-left:-232px; /* Hat tip to Ryan Brill */
	float:right;
	padding-top:20px;

}
#navi{
	background-color:#ffffff;
	width:232px;
	float:left;
	margin-left:-232px;
	display:inline; /* So IE plays nice */
}
#navi img{
	margin-bottom:1px;
}
.kuva_oikea{
	margin-left:15px;
	margin-bottom:15px;
	float: right;
}

.kuva_vasen{
	margin-right:15px;
	float: left;
}

#marginaalit{
	margin-right:50px;
}


/*  TÄSTÄ ALKAVAT TEKSTITYYLIT  */
h1 {
font-family:Arial, Helvetica, sans-serif;
	font-size: 140%;
	color:#a25147;
	margin: 0 0 1em 0;
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:lowercase;
	font-variant:small-caps;
}



h2 {
	font-size: 110%;
	color:#393025;
	margin: 3.5em 0 1em 0;
}



h3 {		
	font-size: 100%;
	color:#393025;
	margin: 3.5em 0 1em 0;
}

h5 {
	font-size: 100%;
	color:#393025;
	margin: 3.5em 0 -0.5em 0; /*alunperin 3.5em...*/
}

h6 {
	font-size: 90%;
	color:#393025;
	margin: 3.5em 0 -1em 0;
}
 
 
p {margin: 1em 0;
line-height:150%;}

a:link {
	color: #a25147;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #67594a;
}
a:active {
	text-decoration: underline;
	color: #a25147;
}

.error{
	font-color:#000;
	font-size:16px;
}


.lisaa_elementti{
	border:2px solid #D4D4D4; 
	background-color:#E9E9E9;
	padding:10px 10px 0 10px;
	color:#4E453C;
}

.lisaa_valikko{
	border:1px solid #D4D4D4; 
	background-color:#DDDDDD;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	color:#8E8E8E;
}

.lisaa_valikko a:link, .lisaa_valikko a:active, .lisaa_valikko a:visited{
	color:#8E8E8E;
	text-decoration: none;
}



.elementti{
	border:2px solid #C5DADD; 
	background-color:#E2EDEF;
	padding:10px 10px 0 10px;
	color:#4E453C;
}

.elementti_valikko{
	border:1px solid #C5DADD; 
	background-color:#D0E3E6;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	color:#6A9DA4;
}

.elementti_valikko a:link,  .elementti_valikko a:active, .elementti_valikko a:visited{
	color:#6A9DA4;
	text-decoration: none;
}
.elementti_valikko a:hover{
	color:#4C787E;
	text-decoration: none;
}

.elementti_sisalto{
	background-color:#fff;
	padding:3px;
}

.elementti_sisalto a:link,  .elementti_sisalto a:active, .elementti_sisalto a:visited, .elementti_sisalto a:hover{
	color:#6A9DA4;
	text-decoration: none;
}

.elementti_tyyppi{
	font-size:11px;
	font-weight:bold;
}



#button {
	width: 212px;
	/*border-right: 1px solid #000;*/
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: arial;
	font-size:11px;
	background-color: #ffffff;
	color: #71706C;
	}
* html #button{
	width:178px; /* So IE plays nice */
}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #FFFFFF;
		margin: 0;
		}



	#button li a {
		display: block;
		padding: 5px 5px 5px 30px;
		/*border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;*/
		background-color: #e1e4d8;
		background-image:url(kuvat_layout/nuoli_harmaa.gif);
		background-repeat:no-repeat;
		color: #71706C;
		text-decoration: none;
		width: 100%;
		}
	#button li a.valittu {
		display: block;
		padding: 5px 5px 5px 30px;
		/*border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;*/
		background-color: #E1EEF1;
		background-image:url(kuvat_layout/nuoli_vaalsin_iso.gif);
		background-repeat:no-repeat;
		color: #71706C;
		text-decoration: none;
		width: 100%;
		}


	html>body #button li a {
		width: auto;
		}
	html>body #button li a.valittu {
		width: auto;
		}

	#button li a:hover {
		/*border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;*/
		background-image:url(kuvat_layout/nuoli_vaalsin.gif);
		background-repeat:no-repeat;
		background-color: #E1EEF1;
		color: #71706C;
		}


	#button li a.paivitys {
		display: block;
		padding: 5px 5px 5px 30px;
		/*border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;*/
		background-color: #F1F4F5;
		background-image:url(kuvat_layout/nuoli_vaalsin_iso.gif);
		background-repeat:no-repeat;
		color: #71706C;
		text-decoration: none;
		width: 100%;
		}


	html>body #button li a.paivitys {
		width: auto;
		}





a:link {
	color: #a25147;
	text-decoration: underline;
}
a:visited {
	color: #a25147;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #67594a;
}
a:active {
	text-decoration: underline;
	color: #a25147;
}

.pienidate{
	font-size:11px;
}

.kuvavalinta
{
	float:left;
	margin-right:20px;
}

#eemil_linkki_trans
{
 position:absolute;
 top:10px;
 left:52px;
 width:150px;
}
