body {
	margin: 0 auto;
	padding: 0;
	background-color:#efefef;
	text-align: center;
	}

div.container  {
	width: 980px;
	margin: 0 auto;
	height: 100%;
}	

div.header {
	position: relative;
	width: 980px;
	height: 268px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

div.navi {
	position: relative;
	width: 980px;
	height: 30px;
	background-image:url(images/navi.png);
	background-repeat:no-repeat;
	padding-left: 61px;
	padding-right: 62px;
}

* Ylävalikko */

#menu {
	width: 857px;
	height: 30px;
	position: relative;
	top: 0px;
	float: left;
	background: transparent;
	margin: 0 auto;

}


#menu ul {
position: relative;
margin: 0;
padding: 0;
list-style: none;
left: 0px;
font-family: Georgia, Times;
}

#menu li {
float: left;
height: 30px;
margin: 0px;
padding: 0px 0px 0px 0px;
white-space: nowrap;
display: inline;
overflow: hidden;
outline:0;
}

#menu li a {
float: left;
display: block;
height: 30px;
width: 100%;
overflow: hidden;
outline:0;
text-indent: -9999px;
text-decoration: none;
}

#n1_lock, #n1_lock a { background:transparent url("images/navi/1a.png") 0 0 no-repeat; width:68px; background-position: 0 0; }
#n2_lock, #n2_lock a { background:transparent url("images/navi/2a.png") 0 0 no-repeat; width:112px; background-position: 0 0; }
#n3_lock, #n3_lock a { background:transparent url("images/navi/3a.png") 0 0 no-repeat; width:83px; background-position: 0 0; }
#n4_lock, #n4_lock a { background:transparent url("images/navi/4a.png") 0 0 no-repeat; width:81px; background-position: 0 0; }
#n5_lock, #n5_lock a { background:transparent url("images/navi/5a.png") 0 0 no-repeat; width:79px; background-position: 0 0; }
#n6_lock, #n6_lock a { background:transparent url("images/navi/6a.png") 0 0 no-repeat; width:65px; background-position: 0 0; }
#n7_lock, #n7_lock a { background:transparent url("images/navi/7a.png") 0 0 no-repeat; width:71px; background-position: 0 0; }
#n8_lock, #n8_lock a { background:transparent url("images/navi/8a.png") 0 0 no-repeat; width:101px; background-position: 0 0; }
#n9_lock, #n9_lock a { background:transparent url("images/navi/9a.png") 0 0 no-repeat; width:56px; background-position: 0 0; }
#n10_lock, #n10_lock a { background:transparent url("images/navi/10a.png") 0 0 no-repeat; width:107px; background-position: 0 0; }
#n11_lock, #n11_lock a { background:transparent url("images/navi/11a.png") 0 0 no-repeat; width:107px; background-position: 0 0; }

#n1, #n1 a { background:transparent url("images/navi/1a.png") 0 0 no-repeat; width:68px; background-position: 0 -30px;}
#n2, #n2 a { background:transparent url("images/navi/2a.png") 0 0 no-repeat; width:112px; background-position: 0 -30px;}
#n3, #n3 a { background:transparent url("images/navi/3a.png") 0 0 no-repeat; width:83px; background-position: 0 -30px;}
#n4, #n4 a { background:transparent url("images/navi/4a.png") 0 0 no-repeat; width:81px;background-position: 0 -30px; }
#n5, #n5 a { background:transparent url("images/navi/5a.png") 0 0 no-repeat; width:79px; background-position: 0 -30px;}
#n6, #n6 a { background:transparent url("images/navi/6a.png") 0 0 no-repeat; width:65px; background-position: 0 -30px;}
#n7, #n7 a { background:transparent url("images/navi/7a.png") 0 0 no-repeat; width:71px; background-position: 0 -30px;}
#n8, #n8 a { background:transparent url("images/navi/8a.png") 0 0 no-repeat; width:101px; background-position: 0 -30px;}
#n9, #n9 a { background:transparent url("images/navi/9a.png") 0 0 no-repeat; width:56px; background-position: 0 -30px;}
#n10, #n10 a { background:transparent url("images/navi/10a.png") 0 0 no-repeat; width:107px; background-position: 0 -30px;}
#n11, #n11 a { background:transparent url("images/navi/11a.png") 0 0 no-repeat; width:107px; background-position: 0 -30px;}

#n1 a:hover, #n2 a:hover, #n3 a:hover, #n4 a:hover, #n5 a:hover, #n6 a:hover, #n7 a:hover, #n8 a:hover , #n9 a:hover, #n10 a:hover, #n11 a:hover  { background-position: 0 0; }

/* Ylävalikko päättyy */

div.content {
	display: inline;
	float: left;
	width: 980px;
	height: auto;
	background-color: transparent;
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	margin: 0 auto;
}

div.content_left {
	display: inline;
	width: 530px;
	height: auto;
	background-color: transparent;
	text-align: left;
	float: left;
	margin: 30px 0 0 50px;
}	

div.content_wide {
	display: inline;
	width: 800px;
	height: auto;
	background-color: transparent;
	text-align: left;
	float: left;
	margin: 30px 0 0 50px;
}

div.infoboksi {
	display: inline;
	width: 250px;
	height: auto;
	background-color: #fff;
	text-align: left;
	float: left;
	border: 1px solid #989898;
	margin: 20px 0 20px 0;
}

div.infoboksi_seurat {
	display: inline;
	width: 300px;
	height: auto;
	background-color: #fff;
	text-align: left;
	float: left;
	border: 1px solid #989898;
	margin: 0 0 20px 10px;
}

div.tulokset {

	position: relative;
	width: 214px;
	background-color: transparent;
	left: 730px;
	top: 100px;
	float: left;
	padding: 0;
	margin: 0 auto;
	
}

div.tulokset_linkki {

	width: 160px;
	text-align: right;
}


div.tulokset_header {
	
	position: relative;
	width: 214px;
	height: 32px;
	background-color: transparent;
	background-image:url(images/tiedotteet_header_header.png);
	background-repeat:no-repeat;
}

div.tulokset_content{
	
	position: relative;
	width: 214px;
	height: auto;
	background-color: transparent;
	background-image:url(images/tiedotteet_header_content.png);
	background-repeat:repeat-y;
	padding: 0;
	margin: 0 auto;
}

div.tulokset_footer{
	
	position: relative;
	width: 214px;
	height: 21px;
	background-color: transparent;
	background-image:url(images/tiedotteet_header_footer.png);
	background-repeat:no-repeat;
}

div.sidebar{
	display: inline;
	width: 311px;
	height: auto;
	background-color: transparent;
	padding: 0;
	margin: 30px 26px 20px 40px;
	float: left;
	
}

div.sidebar_linkki {
	width: 291px;
	text-align: left;
	margin: 0 auto;
	padding-left: 25px;
	;

}

div.sidebar_header_harmaa {
	
	position: relative;
	width: 311px;
	height: 33px;
	background-color: transparent;
	background-image:url(images/sidebar_header_harmaa.png);
	background-repeat:no-repeat;
}

div.sidebar_header_sininen {
	
	position: relative;
	width: 311px;
	height: 32px;
	background-color: transparent;
	background-image:url(images/sidebar_header_sininen.png);
	background-repeat:no-repeat;
}

div.liitot_content{
	
	position: relative;
	width: 311px;
	height: auto;
	background-color: transparent;
	background-image:url(images/tiedotteet_liitot_content.png);
	background-repeat:repeat-y;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

div.sidebar_footer{
	
	position: relative;
	width: 311px;
	height: 22px;
	background-color: transparent;
	background-image:url(images/sidebar_footer.png);
	background-repeat:no-repeat;
}


div.seurat_content{
	
	position: relative;
	width: 311px;
	height: auto;
	background-color: transparent;
	background-image:url(images/tiedotteet_seurat_content.png);
	background-repeat:repeat-y;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

li {
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size:12px;
	color:#5a5a5a;
	line-height:14px;
	list-style-type: none;
	margin-left: 15px;
	list-style-image: url(images/link_bullet.png);

}
	
p {
	width: 530px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size:12px;
	color:#5a5a5a;
	line-height:18px;
	


}

.infoboksi p {
	width: 250 px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size:12px;
	color:#5a5a5a;
	line-height:18px;
	padding: 0px 10px 0px 10px;


}

.tulokset p {
	width: 200px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size:10px;
	color:#7b9817;
	text-transform: uppercase;
	font-weight: bold;
	line-height:11px;
	padding-left: 35px;
	margin: 0 auto;

}

.sidebar p {
	width: 260px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight: bold;
	color:#3d9ec2;
	text-transform: uppercase;
	line-height:18px;
	padding-left: 20px;
	margin: 0 auto;

}

.sidebar_header_harmaa p, .sidebar_header_sininen p {
	width: 260px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size:10px;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	line-height:18px;
	padding-top: 8px;
	padding-right: 13px;
	margin: 0 auto;

}




h1 {
	width: 530px;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size:16px;
	color:#799616;
	line-height:18px;

}

.infoboksi h1 {
	width: 250px;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size:14px;
	color:#799616;
	line-height:18px;
		padding: 0px 10px 0px 10px;

}
	
td,input,textarea,select {
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px;
	color:#545454;
	line-height:18px;
	
	}

a {
	text-decoration: none;
	color:#3d9ec2;

	}

a:hover {
	text-decoration:underline;
	color:#7b9817;
	}
	
.tulokset_content a {
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	line-height: 13px;
	text-transform: lowercase;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
	color:#989898;

	}

.tulokset_content a:hover {
	color:#7b9817;
	}
	
.sidebar_linkki a {
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	line-height: 13px;
	text-transform: lowercase;
	font-weight: normal;
	text-decoration: none;
	color:#989898;

	}

.sidebar_linkki a:hover {
	color:#7b9817;
	text-decoration: underline;
	}

.sidebar_pieni p {
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	line-height: 13px;
	text-transform: lowercase;
	font-weight: normal;
	text-decoration: none;
	color:#989898;

	}
	
.sidebar_pieni2 p {
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
	color:#989898;

	}
	

hr {
	border: 0;
	width: 260px;
	color: #989898;
	background-color: #989898;
	height: 1px;
}

img.content {
	float: left;
	display: inline;
	border: 4px solid #98b827;
	margin: 20px 10px 20px 0 ;

}

img {border-style: none;}