

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	color: #656565;
}

#wrapper {
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#footer {
	background-image:url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	position: static; 
	bottom: 0;
	width: 100%;
	height: 103px;
}

#frame {
	width: 941px;
}

p{
	margin:10px 5px 5px 5px;
	color: #656565;
	font-family: Arial, helvetica;
	/*text-align: justify;*/
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #212121;
	text-decoration: none;
}

/* 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: #212121 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background-image:none;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

/*a.button {
	display: block;
	background-image:url(../img/box_grey.jpg);
	padding: 3px;
	color: #ffffff;
}*/

img {
	border: 0px;
}

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: 18px;
	color: #4f4f4f;
	font-family: trebuchet ms;
	font-weight: none;
}

h2 {
	font-size: 14px;
	color: #656565;
	font-family: trebuchet ms;
}

h3 {
	font-family: trebuchet ms;
	font-size: 14px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


td.box_top {
	padding: 0px;
	margin: 0px;
	background-image:url(../img/box_top.gif); 
	background-repeat: no-repeat;
	background-position: top;
	height:13px; 
	width: 181px;
}
td.box_content {
	background-color: #dedfdd;
	padding: 7px;
	padding-left: 20px;
	padding-right: 5px;
	width: 100%;
}
td.box_bottom {
	padding: 0px;
	margin: 0px;
	background-image:url(../img/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:13px; 
	width: 181px;
}


td.nostot_top {
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom: 0px;
	margin: 0px;
	background-image:url(../img/nosto_top.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px; 
	width: 183px;
}
td.nostot_content {
	margin: 0px;
	background-image:url(../img/nosto_content.jpg); 
	background-position: top left;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 170px;
	height: 226px;
}
td.nostot_bottom {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin: 0px;
	background-image:url(../img/nosto_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:21px; 
	width: 183px;
}

.merkkilista{
	float: left;
	text-align: center;
	width: 230px;
}

/*
	Slideshow
*/

#slides {
	width:941px;
	height: 321px;
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:941px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container {
    width:941px;
    height:321px;
  }
.slides_container div {
width:941px;
height:321px;
display:block;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:941px;
	height:321px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:950px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	height: 12px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/slider/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

