@import url('search_field.css'); 

html,body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px !important;
}

.push {
	clear: both;
	height: 24px;
}

body {
	background: #ECECEC;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #686868;
}
a:link, a:visited, a:hover, a:active {
	color: #686868;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.error {
	color: #c00;
}

#main_container {
	background: none;
	width: 960px;
	margin: 0 auto 0 auto;
}

#content_container {
	background: none;
	width: 960px;
	margin: 0 auto 0 auto;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#main_image, #main_image_shadow {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}


#top {
	width: 960px;
	height: 98px;
	text-align: left;
}

#top_left {
	float: left;
	text-align: left;
	width: 400px;
}

#top_right {
	float: right;
	text-align: right;
	width: 560px;
}

#top_left img {
	margin: 52px 0 0 44px;
}

#language_menu {
	float: right;
	background: url("../images/top_menu_fill.gif") repeat-x;
	width: auto;
	height: 29px;
	text-transform: uppercase;
	color: #F0F0F0;
	padding:0;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 30px;
}

#language_menu span {
	float: left;
}

#language_menu .contact {
	display: block;
	line-height: 26px;
}

#language_menu .divider {
	display: block;
	background: #fff;
	width: 1px;
	height: 6px;
	margin: 10px 10px 0 10px;
}

#language_menu_left {
	background: url("../images/top_menu_left.gif") no-repeat;
	width: 30px;
	height: 29px;
	float: left;
}

#language_menu_right {
	background: url("../images/top_menu_right.gif") no-repeat;
	width: 29px;
	height: 29px;
	float: left;
}

#language_menu img {
	border: 0;
	margin: 0;
	padding: 0 3px 0 3px;
	vertical-align: middle;
	vertical-align: -10%;
}

#language_menu .flags div {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	padding: 6px 10px 0 10px;
	height: 21px;
	border-right: 1px solid #F0F0F0;
}

#language_menu div.language_flags {
}

#language_menu div.country_flags {
	margin-right: 10px;
}

#language_menu a:link, #language_menu a:visited, #language_menu a:hover, #language_menu a:active {
	color: #F0F0F0;
}

#image_container {
/*	background: url("../images/main_image_header.gif") top left no-repeat;*/
	background: url('../images/sisa_main_image_shadow.gif') 0px 195px no-repeat;
	height: 225px;
	width: 683px;
	padding: 0;
}

#image_container .main_image {
	height: 225px;
	width: 683px;
	padding: 0;
}

#image_corners {
/*	background: url("../images/image_corners.png") top left no-repeat;*/
	height: 238px;
	width: 683px;
	padding: 0;
}

#navi {
	width: 960px;
	background: url("../images/sisa_navi_bg.gif") top left repeat-x;
	height: 30px;
	text-transform: uppercase;
	border: 0;
	margin: 0;
	padding: 0;
}

/* NAVIGATION MENU */


#navi a:link, #navi a:visited, #navi a:hover, #navi a:active {
	color: #C0C0C0;
}

#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi ul li {
	float: left;
	background: url("../images/navi_button_bg.gif") top left no-repeat;
	height: 23px;
	padding: 7px 20px 0 20px;
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

#navi ul li.nowidth {
	float: left;
	background: url("../images/navi_bg_new.gif") top left repeat-x;
	width: auto;
	height: 23px;
	padding: 7px 20px 0 20px;
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

#navi ul li.first {
	background: url("../images/navi_etusivu.gif") top left no-repeat;
	margin: 0;
	padding: 7px 20px 0 45px;
	text-align: left;
}

#navi ul li.first_nowidth {
	background: url("../images/navi_etusivu_new.gif") top left no-repeat;
	margin: 0;
	padding: 7px 20px 0 45px;
	width: auto;
	text-align: left;
}
/*
#navi ul li.secondlast {
	width: 100%;
}
*/

#navi_shadow {
	display: block;
	height: 15px;
	width: 960px;
	margin-bottom: 10px;
}

#content_boxes {
	width: 960px;
	margin: 0;
}


/*CONTENT BOX-HOLDERS */

#left_box {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
}

#right_box {
	width: 710px;
	float: right;
	text-align: left;
	padding: 0;
	margin: 0;
}
/*LEFT BOX CONTENT */

#left_box ul {
	margin: 22px 0 0 27px;
	padding: 0;
	list-style-type: none;
}

#left_box ul li {
	width: 190px;
	text-align: left;
	background: url("../images/sisa_subnavi_bg.gif") 0px 6px no-repeat;
	padding: 0 0 8px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

#left_box ul li ul {
	margin: 10px 0 0 5px;
	padding: 0;
	list-style-type: none;
}

#left_box ul li ul li {
	width: 190px;
	text-align: left;
	background: url("../images/sisa_subsubnavi_bg.gif") 0px 6px no-repeat;
	padding: 0 0 3px 10px;
	margin-bottom: 0;
	border-bottom: 0;
	font-weight: normal;
	text-transform: none;
}

#left_box ul li.last {
	border-bottom: 0;
}

#left_box ul li a {
}

#newsbox {
	margin-bottom: 30px;
	padding-left: 17px;
}

#newsbox ul {
	margin: 12px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}

#newsbox ul li {
	width: 186px;
	text-align: left;
	background: url("../images/subnavi_bg.gif") 0px 3px no-repeat;
	padding: 0 0 9px 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
	font-weight: bold;
}

#newsbox ul.archive li {
	background: none;
	padding-left: 0;
}

/*RIGHT BOX CONTENT */

#text_holder a:link, #text_holder a:visited, #text_holder a:hover, #text_holder a:active {
	color: #B34A12;
	text-decoration: underline;
}

#text_holder a:hover {
	text-decoration: none;
}

#text_holder {
	width: 597px;
	background: url("../images/sisa_text_bg.gif") top left repeat-y;
	float: left;	
	margin: 12px 0 0px 0;
	padding: 0 73px 20px 40px;
}

#text_holder h1 {
	margin-top: 0;
	font-size: 20px;
}

#text_holder h2 {
	font-size: 16px;
}

#text_holder li {
	margin-left: 30px;
}

#tyotehtavat {
	width: 240px;
	float: right;
}

#tyotehtavat ul {
	margin: 12px 0 0 17px;
	padding: 0;
	list-style-type: none;
}

#tyotehtavat ul li {
	width: 190px;
	text-align: left;
	background: url("../images/tyotehtavat_bg.gif") 0 4px  no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
	font-weight: bold;
}

#tyotehtavat ul li a {
}

#tyotehtavat div {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 25px 0 0 17px;
	font-weight: bold;
}

#tyotehtavat ul li {
	background-position: 2px 4px;
	padding-left: 14px;
}

#tyotehtavat div.links {
	margin-top: 15px;
}

#tyotehtavat div.links ul {
	margin: 0;
}

#tyotehtavat div.links ul li {
	background: url("../images/subnavi_bg.gif") no-repeat 0 3px;
	padding: 0 0 0 14px;
	text-transform: none;
	letter-spacing: 0;
	border: 0px none;
}

.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.fileattachments {
	margin: 0px 0 0 17px;
	padding: 0;
	list-style-type: none;
}

ul.fileattachments li {
	background: url("../images/tyotehtavat_bg.gif") 0 4px  no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
}

#footer {
	background: url("../images/footer.gif") top left no-repeat;
	width: 919px;
	height: 17px;
	padding: 7px 41px 0 0;
	margin: 0 auto 0 auto;
	clear: both;
	text-align: right;
	color: white;
	font-size: 11px;
}

#footer span {
	margin: 0;
	padding: 0 5px 0 5px;
	height: 10px;
	border-right: 1px solid #FFFFFF;
}

#footer span.last {
	border-right: 0;
	padding-right: 0;
}

#footer a {
	color: white;
}
/* NEWS */

#news_spot .otsikko {
	font-size: 18px;
}

#news_spot .paivays {
	font-size: 11px;
}

ul.news_list {
	list-style-type: none;
}

ul.news_list li {
	background: url("../images/subnavi_bg.gif") 0px 3px no-repeat;
	padding: 0 0 0 14px;
}
#search_results a {
	font-weight: bold;
}

#search_results div.news_content, #search_results div.jobs_content, #search_results div.pages_content {
	padding: 0 0 0 10px;
}

.search_result_date {
	margin: 0 0 0 5px;
	font-size: smaller;
}

.page_preview {
	margin: 2px 0 15px 5px;
}

/* NEWS END */
/* KUVAGALLERIA */
#image_gallery div {
	float: left;
	width: 140px;
	padding: 0;
}

#image_gallery img {
	border: 1px solid #CDCDCD;
	display: block;
}

#image_gallery img:hover {
	border: 1px solid #CDCDCD;
	display: block;
}


#image_header {
	color: #891220;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
}

h5 {
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	line-height: 10px;
	color: #989898;
	font-weight: normal;
	width: auto;
}


h4 {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	width: auto;
	text-align: center;
	color: #5494de;
	font-size: 12px;
	line-height: 12px;
}
/* END KUVAGALLERIA */

/* LOMAKKEET */
#feedback tr {
	margin: 5px 0 5px 0;
}

#wage_calculator .input_field {
	background: yellow;
}
/* END LOMAKKEET */