@font-face {
  font-family: URWImperial;
  src: url('URWImperialT_Bold_Oblique.ttf');
}
  
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	background-color: #ECECEE;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #aaa;
	text-decoration: none;
}

#container {
  width:990px;
  margin-left:auto;
  margin-right:auto;
}

#lang_box{
  position:absolute;
  width:200px;
  height:20px;
  padding: 5px;
  padding-left:5px;
  border-left:2px solid #ccc;
  border-right:2px solid #ccc;
  border-bottom:2px solid #ccc;
  background:#eee;
  margin-left: 768px;
  margin-top: -2px;
} 

#content {
  /*border:1px solid black;*/
  margin-top: 18px;
  padding: 20px;
  background-image: url('images/content.jpg');
  background-repeat: no-repeat;
  min-height: 360px;
}
img { border: none; } 

#uutiset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/*line-height: 17px;*/
	width: 210px; 
	height: 240px; 
	overflow: auto; 
	padding-right: 5px;
}
.scroll-pane .jScrollPaneTrack {
	background: #ccc;
}
.scroll-pane .jScrollPaneDrag {
	background: #bbb;
}

.teksti {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-top:20px;
	padding-left:80px;
	padding-right:10px;
}
.teksti_lomake {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top:20px;
	padding-left:30px;
}
.slide {
	border: 1px solid #FFF;
	width:640px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 25px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
h1 {
	font-size: 15px;
	color: #333;
}
h2 {  
  font-family: URWImperial,sans-serif;
  font-style: italic;
  color: #990000;
  /*width:auto;*/
  font-size:31px;
  margin-top:0px;
}
.h2_hr{
  border:0;
  border-bottom: 2px solid #a7a7a6;
  width: 200px;
  text-align:left;
}
h4 {
  font-family: URWImperial,sans-serif;
  background-image:url('images/yht.gif');
  width:130px;
  color: white;
  text-transform:uppercase;
  text-align:center;
  font-size:14px;
}
a:active {
	color: #900;
}

.info {
	position: relative;
	height: 10px;
	vertical-align: middle;
}
.infoboksi {
	display: none;
	position: absolute;
	top: -20px;
	left: 20px;
	width: 250px;
	padding: 5px;
	background-color: white;
	border: 1px solid red;
}

.sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	text-indent: 10px;
	list-style-position: outside;
	list-style-image: url(arrow.gif);
	list-style-type: disc;
	padding: 15px;
	margin: 2px;
}

.comments {  
	left: -9001px;
	position: fixed;
	
}

.linkit {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 200px;
}
.linkit a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:2px;
	margin:0;
	border-bottom: 1px solid #666;
}

.linkit a:hover {
	color: white;
	text-decoration: none;
	background-color: #999;
}

.linkit a.here {
	color: #900;
	font-weight: bolder;	
}
 
.linkit a.here_2 {
	color: #555;
	padding-left: 18px;
	font-size:11px;
	font-style: italic;
}
.linkit a.here_3 {
	color: #900;
	padding-left: 18px;
	font-size:11px;
	font-weight: bold;	
}
 
.contact_table{
  font-size:12px;
  line-height:160%;
}
.contact_table td{
  width: 160px;
}

/*--tools--*/
ul.flags{
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}
ul.flags li{
	float:left;
	list-style:none;
	display:inline;
}
ul.flags a{
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}
ul.flags a.lang_fi{background:url(images/fi.jpg) no-repeat;}
ul.flags a.lang_en{background:url(images/en.jpg) no-repeat;}
ul.flags a.lang_ru{background:url(images/ru.jpg) no-repeat;}
ul.flags a.lang_se{background:url(images/se.jpg) no-repeat;}

.login_link{
  height:36px;
  text-align:right;
  padding-right:4px;
  padding-top:5px;
}
.login_link a {
  font-size: 12px;
  font-family: Arial;
  font-weight:bold;
  color: #666;
  text-decoration: none;
}
.login_link a:hover {
  text-decoration:underline;
  color: #888;
}

