
body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
/*	background: #EEEEEE url(../testi/images/background.jpg) no-repeat;
	#2C78C7 url(images/body.jpg) no-repeat; */
	background: #EEEEEE url(images/bg_green2.jpg) repeat;
	font-size: 100%;
}

#containeri {
	position: relative;
	margin: 5% auto 0 auto;
	width: 700px;
/*	border: #ccc 1px solid; */
}

#headeri {
	background:  url(images/ylareuna_tekstein.gif) no-repeat;
	width: 700px;
	height: 90px;
	margin: 0;
	padding: 0;
	}
	
#logo {
	background:  url(images/logo.jpg) no-repeat;
	width: 700px;
	height: 180px; 
	margin: 0;
	padding: 0;
}
#valikko {
	background: white no-repeat;
	width: 700px;
	height: 40px; 
	margin: 0px 0px 0 0px;
	padding: 0; 
}
#sisalto {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	background: white  no-repeat;
		
}

#left-column {
	display: inline;
	float: left;
	width: 130px;
	margin: 40px 25px 0 5px;
	padding: 0;
}

#right-column {
	display: inline;
	float: right;
	width: 480px;
	margin: 15px 30px 0 25px; 
	padding: 0;
}

#footnote {
	clear: both;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 120px;
	margin: 0 auto 0 auto;
	background: url(images/alareuna.gif) no-repeat;
}

#footnote p {
	display: inline;
	float: left;
	width: 100%;
	margin: 76px 0 0 0;
	padding: 0;
	text-align: center;
	color:  #808080;
	font-size: 10px;
	font-family: verdana;
}

#footnote p.mediasprea {
	margin: 14px 0 0 0;
	font-size: 10px;
	color: #66ABFF;
	text-align: center;
}

#footnote a:link, #footnote a:visited,  #footnote a:active  {
	color: silver;
	text-decoration: none;
}

#footnote a:hover {
	text-decoration: none;
	color: gray;
}


/*** Navigointi */
#valikko ul {
	display: inline;
	float: left;
	margin: 10px 0 0 150px;
	padding: 0;

}

#valikko ul li {
	display: inline;
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	color: #B3B3B3;
	letter-spacing: 0.05em;

}

#valikko ul li a:link, #valikko ul li a:visited, #valikko ul li a:active {
	color: #00479E;
	padding: 0 0 0 15px;
	background: url(images/laatikko.gif) no-repeat 0% 50%;
	text-decoration: none;
}

#valikko ul li a:hover, #valikko #active  {
	color: #CC33CC;
	background: url(images/laatikko.gif) no-repeat 0% 50%;
	text-decoration: none;
}

#left-column ul li a:link, #left-column ul li a:visited, #left-column ul li a:active {
	color: #00479E;
	text-decoration: none;
}

#left-column ul li a:hover, #left-column #active   {
	color: #CC33CC;
	text-decoration: none;
}

/*** sisällön tyylit */ 
a, a:link, a:visited, a:active {
	color: #00479E;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

p {
	font-size: 12px;
	margin: 0 0 1em 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	font-family: arial;
	color: #003399;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	letter-spacing: 0.03em;
}

h2 { 
	font-size: 14px;
	margin: 0;
	padding: 4px 0 4px 0;
	color: black;
	font-weight: bold;
}

#sisalto ul, .sisalto ol {
	margin: 0 0 10px 25px;
	padding: 0;
}

#sisalto ul li {
	margin: 0;
	padding: 0 0 0 5px;
	font-weight: normal; 
	font-family: arial; 
	font-size: 12px; 
	line-height: 1.3em;
	list-style: disc; 
}

#sisalto ol li {
	margin: 0;
	padding: 0 0 0 5px;
	font-weight: normal; 
	font-family: arial; 
	font-size: 12px; 
	line-height: 1.3em;
} 


