@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ececec;;
	margin-top:50px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:50px;

}
.spaxer {
	display: inline-block; /*sets hasLayout - required for IE*/
	clear:both;
	height:0px;
	}
.spaxer {
	display:block;
}
#main {
	width:100%;
	background-color:#fff;
	
}
#keskitetty{
	margin-left:auto;
	margin-right:auto;
	width:966px;
	padding-bottom:10px;
	
}

#logorivi {
	width: 966px;
	margin-top: 15px;
	padding-top: 15px;
	clear: both;
}
#logo {
	float: left;
	width: 465px;
}
#fi {
	float: right;
	width: 21px;
	margin-right: 10px;
}
#en {
	float: right;
	width: 26px;
	margin-right: 10px;
}
#ge {
	float: right;
	width: 21px;
	margin-right: 25px;
}
#lippumusa {
	float: right;
	width: 130px;
	margin-right: 0px;
}
#lippu {
	float: right;
	width: 130px;
	margin-right: 0px;
}
#musa {
	float: right;
	width: 65px;
	margin-right: 25px;
	margin-top: 30px;
}
#navirivi {
	width: 966px;
	background-image: url(kuvat/bg_ylanavi.jpg);
	height:35px;
	clear: both;
}
ul {
	font-family: Arial, Verdana;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	ul li {
	display: block;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
	}
.sivunnimi{
	height: 34px;
	}
	li ul { display: none; }
		
	ul li a {
		display: block;
		text-decoration: none;
		color: #ffffff;
		padding: 0px 1px 0px 1px;
		margin-left: 1px;
		white-space: nowrap;
	}
		
		
	li:hover ul {
	display: block;
	position: absolute;
	background: #707070;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 4px;
	
	}
	li:hover li { 
		float: none;
		font-size: 11px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	li:hover li a:link { color: #ffffff;
							text-decoration: none;}	
	li:hover li a:hover { color: #f2f2f2; 
							text-decoration: none;}
	li:hover li a:visited { color: #dfdfdf; 
							text-decoration: none;}



#sisalto {
	display: inline-block; /*sets hasLayout - required for IE*/
	width: 964px;
	background-image: url(kuvat/bg_etusivu.jpg);
	background-repeat:no-repeat;
	clear: both;
	margin-top:20px;

	margin-bottom:15px;
}
#yhteys {
	clear: both;
	width: 966px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #636363;
	padding-left: 50px;
}

#yhtVas {
	float: left;
	width: 190px;
}

#yhtOik {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
	text-decoration: underline;
}

#viiva {
	width: 966px;
	height: 5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000;
	margin-bottom: 10px;
}