/*Kaikki yleispätevät CSS:t*/

body 
	{
    padding: 0px;
    margin: 0px;
	background:url('/img/index_bg.jpg') repeat-x;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

img 
	{
	border:0px none;
	}

#container 
	{
	width:962px;
	background-color:#ffffff;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	border:solid red 0px;
	}
	
/* MENU */

#haku
{
	width:290px;
	height:50px;
	padding:10px 0 0 0;
	float:right;
	font-size:11px;
}

.hae
{
	color:#1a547d;
}

.mista
{
	color:#0d8d00;
}

.textfield
{
	border:none;
	width:120px;
	margin:0 10px 8px 2px;
}

#menucontainer 
{
	text-align: center;
	display: block;
	width: inherit;
	padding: 0px;
	white-space: nowrap;	
}

#menu
{
	display: inline-block;
	padding:0px;
	margin: 0px;
	text-align: center;
	height: 63px;
}

#menu li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height:63px;
}

#menu li a
{
	font-size:12px;
	color: #004478;
	display: inline-block;
	font-weight:bold;
	height: 23px;
	padding: 20px 13px;
	background: transparent url('/img/menuItemBackground.png') no-repeat top left;
}

#menu li a.first
{
	background-position: top right;
}

/*
THIS IS ORIGINAL
#menucontainer 
{
	text-align: center;
	margin:0px auto;
	padding: 0px;	
}

#menu
{
	display: block;
	padding:0 0 0 10px;
	margin: 0px;
	margin: 0px auto;
	width: 952px;
	height: 63px;
	font-weight:bold;
	background: url('/img/menu_bg.png');
}

#menu li
{
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	height:63px;
}

#menu li a
{
	font-size:12px;
	color: #004478;
	display: block;
	float: left;
	display: block;
	height: 23px;
	padding: 20px 12px ;
	background: transparent url('/img/menu_eroitin.png') no-repeat top left;
}

#menu li a.first
{
	background-image: none;
}
*/
a
{
	text-decoration:none;
	color:#004478;
}

a:hover
{
	text-decoration:underline;
}


#header
{
	background: url('/img/header_bg.jpg') no-repeat;
	height:151px;
}

h1, h2, h3, h4
{
	font-weight: normal;
	font-size: 20px;
	letter-spacing:2px;
}

h1{
	line-height: 1;
}

#newsMonthList {
	margin:0px;
	padding:0px;
	margin-top: 8px;
	display: block;
	} 
#newsMonthList li {
	display: inline;
	padding-right:10px;
}

/* SITEMAP */
#sitemap li, #sitemap a
{
	font-family: arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #383737;
	padding: 0px;
	margin: 0px;
	border: none;
}

#sitemap ul
{
	padding: 0px;
	margin: 0px;
	display: block;
}

#sitemap ul ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 13px;
	padding-left: 13px;
	display: block;
}

#sitemap li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
}



#sitemap a span
{
	display: none;
}


#sitemap .closedNode,
#sitemap .openNode,
#sitemap .emptyNode,
#sitemap .fileLink
{
	padding-left: 13px;
	border: none;
	text-decoration: none;

}



#sitemap a.closedNode
{
	background: url('/img/sitemap/sitemap_plus.gif') no-repeat 0% 50%;

}


#sitemap a.openNode
{
	background: url('/img/sitemap/sitemap_minus.gif') no-repeat 0% 50%;

}

#sitemap a.fileLink
{
	padding-left: 0px;
	width: 9px;
	height: 9px;


	background: url('/img/sitemap/sitemap_linkki.gif') no-repeat 100% 50%;

}
