/* Tyylit */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	text-align: center;
	color:#333;
	line-height:18px;
	background:url(../img/content_bg.gif) top center;
	
}

img{
	border:0;}

p{
	margin:10px 0;
}
a, a:link, a:visited, a:active{
	font-family: arial;
	color: #000;
	text-decoration: underline;
	font-weight:bold;
}

table td{
	border:0;
	}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: arial !important;
	color: #000 !important;
	text-decoration: underline !important;
	font-weight:bold !important;
}
.mceContentBody{
	background:transparent !important;
	text-align: left !important;
	height:auto !important;
}


a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

strong.hakubold{
	text-transform:uppercase;
	font-size:11px;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-size: 24px;
	color: #74a914;
	font-weight:normal;
	line-height:28px;
	margin:4px 0 14px 0;
	padding:0;
}

h2 {
	font-size: 20px;
	color: #74a914;
	font-weight:normal;
}

h3 {
	font-size: 16px;
	color: #333333;
	margin:0 0 6px 0;
	font-weight:bold;
}

h4 {
	font-size: 14px;
	color: #333333;
	margin:0;
	text-transform:uppercase;
	font-weight:normal;
}

h5 {
	color: #333;
}

h6 {
	color: #333;
}





.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}

/* Oletusrakenne */

#wrapper{
	height:100%;
	width:100%;
	/*background:url(../img/content_bg.gif) top center;*/
	}
#wrapper2{
	height:100%;
	width:100%;
	background:url(../img/top_bg.png) repeat-x top center;
	}	

#header {
	height:50px;
	text-align: left;
	margin: 0 auto;
	width: 965px;
	position: relative;
	
}

#container {
	min-height: 100%;
	height:auto;
	text-align: left;
	margin: 0 auto;
	width: 965px;
	overflow:auto;
	padding-bottom:40px;
	/*margin-bottom: -258px;*/
	position: relative;
	
}

#container_bg{
	background:url(../img/ca_bg.png) repeat-y top center;
	
	}
	
.vali40{
	height:40px;
}

.vali34{
	height:34px;
}

.reunamargin{
	margin-left:32px;
	}

#logorivi{
	width:904px;
	height:120px;
	text-align:left;
}

#logo{
	position:absolute;
	top:24px;
	left:32px;
	}
	
#search{
	position:absolute;
	width:230px;
	top:56px;
	right:40px;
	}
	
#search input.kentta, .search2 input.kentta{
	border:0;
	padding:4px 0;
	font-size:13px;
	background:#eeeded;
	border-top:1px solid #848383;
	border-left:1px solid #848383;
	margin:3px 0;
	color:#727171;
	clear:both;
	width:100%;
	}
	
.search2{
	width:100%;
	}
	

input.search_nappi{
	border:0;
	cursor:pointer;
	background:url(../img/search_arr.gif) no-repeat top center;
	width:23px;
	height:23px;
	float:right;
	}
	

#nav{
	width:902px;
	position:relative;
	height:103px;
	text-align:left;
	margin-top:40px;
	margin-bottom:35px;
	background-color:#eeeeee;
}

ul#menu{
	list-style:none;
	margin:0;
	padding:0;
	width:902px;
	}
	
ul#menu li{
	float:left;
	width:147px;
	height:104px;
	margin:0 4px 0 0;
	
	}
	
ul#menu li img{
	border-bottom:1px solid #fff;
	margin-bottom:5px;
	}	
	
ul#menu li.vika{
	float:left;
	width:147px;
	height:104px;
	margin:0;
	}	
ul#menu li a, ul#menu li a:link, ul#menu li a:active, ul#menu li a:visited{
	display:block;
	background:#fff url(../img/menu_grey.gif) bottom center;
	height:100%;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	}
	
ul#menu li.aktiivinen a, ul#menu li.aktiivinen a:link, ul#menu li.aktiivinen a:active, ul#menu li.aktiivinen a:visited{
	display:block;
	background:#fff url(../img/menu_green.gif) bottom center;
	height:100%;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	}	
	
ul#menu li a:hover{
	display:block;
	background:#fff url(../img/menu_green.gif) bottom center;
	height:100%;
	text-decoration: none;
	}
	
	
	

#content{
	position:relative;
	width:902px;
	text-align:left;
}

#left_column{
	margin:0;
	width:147px;
	float:left;
	}
	
#title_pikalinkit{
	background:#3c6349 url(../img/grad_3c6349.gif) repeat-y;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:6px 10px;
	}	
	
#left_column ul#pikalinkit_menu{
	list-style:none;
	margin:0;
	padding:0;
	}	
	
#left_column ul#pikalinkit_menu li{
	padding: 10px 0 10px 22px;
	border-bottom:1px solid #dfdfdf;
	background:url(../img/arr_green.gif) 5px 15px no-repeat;
	}
	
#left_column ul#pikalinkit_menu li.aktiivinen{
	padding: 10px 0 10px 22px;
	border-bottom:1px solid #dfdfdf;
	background:#ededed url(../img/arr_green_a.gif) 5px 15px no-repeat;
	}	
	
#left_column ul#pikalinkit_menu li#title_pikalinkit{
	background:#3c6349 url(../img/grad_3c6349.gif) repeat-y;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:6px 10px;
	}	
	
#left_column ul#pikalinkit_menu li a, #left_column ul#pikalinkit_menu li a:link, #left_column ul#pikalinkit_menu li a:hover, #left_column ul#pikalinkit_menu li a:active, #left_column ul#pikalinkit_menu li a:visited{
	color:#333333;
	text-decoration: none;
	font-weight:normal;
	display:block;
	
	}	
	
#content_area{
	margin:0 0 0 33px;
	width:462px;
	float:left;
	position:relative;
	
	}	
	
#right_column{
	margin:0 0 0 33px;
	width:226px;
	float:left;
	position:relative;
	}
	
	.section_title{
		padding:0;
		font-size:14px;
		margin:0;
		width:226px;
		height:86px;
		display:block;
	}
	.section_content{
		padding:6px 14px 16px 14px;
		font-size:11px;
		color:#fff;
		line-height:16px;
	}
	
	.section_content p{
		margin:0;
		padding:0;
		
		}		
	
.bgbutton1, .bgbutton3{
	background:#50765d url(../img/sivupalsta/bggreen.gif) repeat-x 0 0;
	}
	
.bgbutton2, .bgbutton4{
	background:#7b7b7b url(../img/sivupalsta/bggrey.gif) repeat-x 0 0;
	}	
	
.sivupalstan_nosto{
	border:1px solid #cfcfcf;
	background:#e0e1e2 url(../img/sivupalsta/left_bg.gif) repeat-x 0 0;
	}	
.sivupalstan_nosto .padd{
	padding:10px;
	}	
	
.sivupalstan_nosto h3{
	color:#74a914;
	font-weight:normal;
	font-size:18px;
	
	}

p.title_sb{
	padding: 24px 0px 0 88px;
	margin:0;
	font-size:16px;
	}	
	
.gretxt{
	color:#90bf11;
	}	
.grtxt{
	color:#333;
	}

.section_content a, .section_content a:link, .section_content a:active, .section_content a:visited{
	color:#fff;
	font-size:11px;
	}
	
#info{
	 border:1px solid #99b2a2;
	 position:absolute;
	 top:0;
	 left:0;
	 width:224px;
	 cursor:pointer;
	 background:#50765d url(../img/1button_bg.gif) repeat-x;
	}
	
#button1{
	 border:1px solid #99b2a2;
	 position:absolute;
	 top:0;
	 left:0;
	 width:224px;
	 height:77px;
	 cursor:pointer;

	 background:#50765d url(../img/1button_bg.gif) repeat-x;
	}
	
#button2{
	 border:1px solid #99b2a2;
	 position:relative;
	 top:80px;
	 left:0;
	 width:224px;
	 height:77px;
	 cursor:pointer;

	 background:#50765d url(../img/1button_bg.gif) repeat-x;
	}		
	
h3.ty{
	background: url(../img/office.gif) no-repeat 8px 2px;
	padding:14px 0 0 76px;
	font-size:18px;
	font-weight:normal;
	line-height:16px;
	height:57px;
	}	
	
.b_padd{
	padding:14px;
	color:#fff;
	}
	
.b_padd a, .b_padd a:link{
	color:#fff;
	border-color:#fff;
	font-size:11px;
	}

.clearfloat {

	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

.uutis_txt{
	font-size:11px;
	border-bottom:1px solid #c7df88;
	padding:20px 0;
	}
	
h3.uutinen{
	margin:0 0 0 0;
	font-weight:bold;
	font-size:12px;
	}	
	
.uutiskuva{
	float:left;
	width:120px;
	}	
	
.uutiskappale{
	line-height:15px;
	}
	
.valia{
	padding-left:120px;
	}	
.valia2{
	margin-left:120px;
	}	
	
.caption2{
	padding-left:120px;
	}	
	
.green_arr{
	padding:0 0 0 16px;
	background:url(../img/arr_green_circ.gif) 0 3px no-repeat;
	}
	
.green_arr2{
	padding:0 0 0 16px;
	background:url(../img/arr_green_circ.gif) 120px 3px no-repeat;
	}	
	
.green_arr a, .green_arr a:link, .green_arr a:active, .green_arr a:visited, .green_arr a:hover, .green_arr2 a, .green_arr2 a:link, .green_arr2 a:active, .green_arr2 a:visited, .green_arr2 a:hover{
	color:#000;
	padding:0 2px 0px 2px;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px solid #000;
	}	
	
.green_arrS, .green_arrS a, .green_arrS a:link, .green_arrS a:active, .green_arSr a:visited, .green_arrS a:hover{
	color:#000;
	padding:0 2px 0px 2px;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	}
	
.grey_arrS, .grey_arrS a, .grey_arrS a:link, .grey_arrS a:active, .grey_arSr a:visited, .grey_arrS a:hover{
	color:#000;
	padding:0 2px 0px 2px;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	}		
	
strong.green{
	color:#74a914;
	font-size:11px;
	font-weight:normal;}	

#footer {
	background:#436e52;
	position: relative;
	clear:both;
	background:url(../img/footer_bg.gif) top center;
}


#alavalikko{
	width:720px;
	height:20px;
	position:absolute;
	top:0px;
	left:0px;
	color:#666666;
	}

ul#alalinkit_menu{
	list-style:none;
	
	}
	
ul#alalinkit_menu li{
	float:left;
	}
	
ul#alalinkit_menu li a{
	color:#666666;
	font-size:11px;
	text-decoration:none;
	
	}	


#footer_content{
	background:url(../img/footer_sh.png) no-repeat top center;
	width:965px;
		text-align: left;
	margin: 0 auto;
	height:258px;
	position:relative;
	text-align:left;
	
}

#footer_relative{
	background:url(../img/footer_sh.png) no-repeat top center;
	width:965px;
		text-align: left;
	margin: 0 auto;
	height:258px;
	position:relative;
	text-align:left;
	
}

#footer_laatikko{
	width:720px;
	height:110px;
	position:absolute;
	top:80px;
	left:130px;
	}
	
#footer_laatikko strong, #footer_laatikko b{
	font-size:13px;
	}	
	
#footer_copy{
	width:720px;
	height:20px;
	position:absolute;
	top:200px;
	left:130px;
	text-align:center;
	color:#fff;
	font-size:10px;
	}	
	
.f_laatikko{
	
	width:160px;
	height:90px;
	margin:0 20px;
	float:left;
	font-size:10.5px;
	color:#fff;
	line-height:15px;
	}	
	
.f_valiviiva{
	width:70px;
	height:90px;
	float:left;
	background:url(../img/alaviiva.gif) no-repeat top center;
	}	
	
.f_laatikko_vika{
	
	width:140px;
	height:90px;
	margin:0 20px;
	float:left;
	font-size:10.5px;
	color:#fff;
	line-height:15px;
	}	


