html, body {height:100%}
body,td,th {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	/*background-color: #E9EAEA;*/
	background-image: url(../gfx/kakola_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height:100%
}
#wrapper {
	margin: 0px auto;
	width: 703px;
	background-color: #fff;
	height:100%;
	min-height:100%;
}
#header {
	background-image: url(../gfx/kakola_header_bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 118px;
}
#header h1 {
	padding-top: 70px;
	padding-bottom: 0;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-style: italic;
	/*visibility: hidden;*/
}
/*
	CONTAINERS
*/
#topcontainer {
		clear: both;
		height: 40px;
		background-color: #fff;
	}
#en_se_navcontainer {
	float: left;
	width: 90%;
	text-align: left;
	margin-left: -20px;
	}
#navcontainer {
	float: left;
	/*width: 69%;*/
	text-align: left;
	margin-left: -20px;
	}
#searchcontainer {
	/*float: right;
	width: 29%;*/
	text-align: right;
	}

#content {
	padding: 20px 50px 0 0;
	background-color: #fff;

}
#innerContent {
	margin: 0px auto;
	width: 100%;
	text-align: left;
	background-image: url(../gfx/content_bg.png);
	background-position: top right;
	background-repeat: repeat-y;
	}
#innerContentLeft {
	width: 69%;
	float: left;
	background-color: #fff;
}

#innerContentRight {
	background-color: #CCDAE8;
	width: 184px;
	float: right;
	}
#innerContentRight div {
	margin: 0 5px 0 5px;
}
#footer {
	padding: 20px 0 0 0;

}
/* 
	LINKS
*/
a:link {
	color: #00468A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00468A;
}
a:hover {
	text-decoration: underline;
	color: #009AD5;
}
a:active {
	text-decoration: none;
	color: #009AD5;
}
a.bar:link,
a.bar:visited {
	color: #fff;
	text-decoration:none;
 }
a.bar:hover {
	color: #fff;
	text-decoration: underline;
}
/*
	HEADERS
*/
h1, p {
	margin: 0;
	padding-bottom: 1em;
}
h1 {
	text-indent: -999em;
}

h2 {
	background-color: #00468A;
	color: #fff;
	font-size: medium;
	margin: 0;
	padding: 0.1em 0 0.1em 0.5em;
	clear: both;
	margin: 0 0 1.2em 0;
}

h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}

/*
	NAVIGATION
*/
#navlist, #navlist ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navlist a {
	/*display: block;
	width: 10em;*/
}

#navlist li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #00468A;
	padding: 0 0.4em 0 0.4em;
}

#navlist li ul { /* second-level lists */
	position: absolute;
	background-color: #CCDAE8;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-weight: normal;
	margin-left: 0 !important;
	margin-left: -60px;
	border-bottom: 1px solid #00468A;
}
#navlist li li {
	border-right: 0px solid #fff;
	padding: 3px 2px;
}
#navlist li ul a {
	font-weight: normal;
}

#navlist li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#navlist li:hover ul ul, #navlist li.sfhover ul ul {
	left: -999em;
}

#navlist li:hover ul, #navlist li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*
	FORMS
*/
.findbox {
	width: 124px; 
	height: 20px;
	border: #939BA3 1px solid;
	background: #EEF2F5;
}

/* NewsLists
-----------------------------------*/
#newsListContainer { 
		margin: 0; 
		padding: 0 5px 0 5px; 
		text-align: left;
	}
#newsList { margin: 0; padding: 0;}
#newsList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 18px;
	background-image:url(../gfx/symb_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
	PRESS CENTER FRONTPAGE
*/
.date { color:#ccc; }
h3 {
	margin: 0;
	padding: 0;
	font-size: medium;
}
.leadingStory { 
	/*padding-top: 10px;*/
	margin: 0 0 10px 0;
	clear: both;
}

.newsTable {
	margin-top: 10px;
	border-top: 0px dotted #00468A;
	border-right: 0px dotted #00468A;
	border-left: 0px dotted #00468A;	
}
.leftColumn {
	padding: 10px;/*top right bottom left*/
}
.rightColumn {
	border-left: 0px dotted #00468A; 
	padding: 10px;/*top right bottom left*/}
.clearLooper {
	height: 1px;
	border-bottom: 0px dotted #00468A;
}
.attachments {
	background-color: #E5EEE6;
}
.printing {
	clear: both;
	}
.newsItem .pMsoNormal  {
	padding: 0;
	margin: 0;
	line-height: 1.0;
}
/* NewsFigures
-----------------------------------*/
.leadingStory .figure,
.newsItem .figure,
#innerContentLeft .figure {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 92%;
	color: #999;
	text-align: center;
	width: 220px;
	line-height: 1.0em;
}
.leadingStory .figure img.fig,
.newsItem .figure img.fig,
#innerContentLeft .figure img.fig {	
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	margin-top: 5px;
	padding: 5px;
	width:200px;
}

/* Kuvagalleria
-----------------------------------*/
.floatContainer {
	margin: 0 0 0 0;
	padding: 0;
	border: 0px solid #999999;
}
div.float {
	float: left;
	margin: .5em 0 0 10px;
	font-size: 92%;
	color: #999;
	text-align: center;
	width: 100px;
	height: 130px;
	line-height: 1.2em;
}
div.float p {
	margin: 0px;
	padding: 0px;
  text-align: left;
}
div.float img.ikoni {	
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	margin-top: 10px;
	padding: 5px;
}	

/*
	CUSTOM CLASSES
*/
.spacer,
.clear {
	clear: both;
}
#footer img {
	margin-right: 20px;
}
#footer .version {
	text-align: right;
	margin-right: 50px;
}