body {
	font: normal 62.5%/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1b1b1f;
	text-align: center;
	background: white url('images/bg-body.gif') repeat-x top left;
}

.green { color: #2fa828; }
.black { color: #1b1b1f; }

/************************************
 * Basic elements
 *
 ************************************/

p {
}

a {
	outline: none;
	text-decoration: none;
}
a:link
{
	color: #2fa828;	
}

a:visited
{
	color: #2fa828;	
}

a:hover
{
	text-decoration: underline;	
}
a:active
{
	color: #2fa828;	
}

h1, h2, h3 {
	color: #2fa828;
	font-weight: normal;
}

h1 {

	font-size: 18px;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;

}

h3 {
	font-size: 13px;
	font-weight: bold;
}

sub {
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
    font-size: smaller;
}
   
sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    font-size: smaller;
}

ul {
	
}

ol {
	
}

li {
	
}

/************************************
 * Layout
 *
 ************************************/


#wrapper {
	text-align: left;
	position: relative;
	height: 100%;
}

#page {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 966px;
	background: transparent url('images/bg-container.gif') repeat-y top left;
}


#header {
	width: 966px;
	margin: 0 auto;
	background-color: transparent;
	position: relative;
	height: 110px;
	z-index: 1000;
}

	#header-logo {
		position: absolute;
		top: 3px;
		left: 56px;
	}
	
	#print-logo {
		display: none;
	}
	#search {
		float: right;
	}
	
#navigation {	
	width: 966px;
	margin: 0 auto;
	position: relative;
	z-index: 1200;
	height: 37px;
}

#container {
	z-index: 10;
	position: relative;	
}

#content {
	background: transparent url('images/bg-content.gif') no-repeat top left;
	padding: 12px 28px 24px 60px;
	min-height: 400px;
	height: auto !important;
	height: 400px;	
	
}

body.id-1 #content {
	padding: 20px 20px 24px 28px;
}

#breadcrumbs {
	font-size: 1.1em;
	margin: 6px 0 14px 0;
}
#breadcrumbs, #breadcrumbs a {
	color: #77767a;
}

#breadcrumbs a.B_currentCrumb {
	color: #2fa828;	
	font-weight: bold;
}


#content p, #sidebar p, #content li, #sidebar li {
	font-size: 13px;
}

#content td p, #content td, #sidebar td, #sidebar td p, #content li p, #sidebar li p {
	font-size: 13px;
}
#content ul {
	margin-left: 12px;
}

#content td, #content th, #sidebar td, #sidebar th {
	padding: 1px;
}

table {
	border-collapse: collapse;
}

th, th p {
	text-align: left;
	font-weight: normal;
	font-size: 13px;
}

td {
	padding: 1px;
	vertical-align: top;
}

td p {
	margin: 0;
	padding: 0;
}
ol {
	
}

#content ul li {
	padding-left: 14px;
	background: url('images/link-square-orange.gif') no-repeat 0 4px;
	zoom: 1;
}

#content li ul li {
	font-size: 1em;
	margin: 0.2em 0;
}

#main {
}

#frontpage-col1 {
	float: left;
	width: 600px;
	border-right: 1px solid #2fa828;
}
	
#frontpage-col2 {
	float: right;
	width: 300px;
}


h2.heading-news {
	background: white url('images/heading-uutiset.gif') no-repeat top left;
	width: 299px;
	height: 37px;
}

h3.heading-partners {
	background: white url('images/heading-yhteistyokumppanit.gif') no-repeat top left;
	width: 299px;
	height: 37px;
}

h2.heading-news span,
h3.heading-partners span {
	display: none;
}

#sidebar-news {
	background-color: #f7fbf6;
	margin-bottom: 20px;
	padding: 16px;
}
#footer {
	height: 98px;
	background: transparent url('images/bg-footer.gif') no-repeat top left;
	width: 966px;
	margin: 0 auto;
	padding-bottom: 24px;
}


/************************************ 
 * News
 *
 ************************************/

div.news-item {
}

div.news-item-short {
}

div.news-item-full, div.news-item-short {
	margin-bottom: 24px;
}

div.news-item-full {
	width: 600px;
}

div.news-item-full h2 {
	font-size: 18px;
	margin-bottom: 0;
}

div.news-date p {
	margin-bottom: 1.2em;
}
div.news-item-short p.date {
	margin-bottom: 0.3em;
}
div.news-item h2 {
}

div.news-item-short h3 {
}

div.news-item p {
}


/************************************ 
 * Pagination
 *
 ************************************/

div.pagination {
	text-align: center;
	margin: 1em 0;
	padding: 2em 2em 0.6em;
}

div.pagination span.left {
	width: 40%;
	float: left;
	text-align: left;
}

div.pagination .ditto_off {
	color: #e0e0e0;
}

div.pagination span.right {
	width: 40%;
	float: right;
	text-align: right;
}

/************************************ 
 * Fixes and special cases
 *
 ************************************/


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.hidden {
	display: none;
} 
 
