/* CSS Document */

/* OTSIKOT */

h1 {
	font-size: 130%;
	color:#c9c9cb;
		padding:0px;
	margin: 0px 0px 30px 0px;
	font-weight:normal;
	letter-spacing:0.1em;
	text-transform:none;
}

h1 a {	 color: #c9c9cb; text-decoration:none;}
h1 a:visited {	color: #c9c9cb; text-decoration:none;}
h1 a:hover {	color: #c9c9cb; text-decoration:none;}
h1 a:active {	color: #c9c9cb; text-decoration:none;}

 

h2 {
	font-size: 120%;	
	color: #9b9aa0;
	padding:0px;
	margin: 30px 0px 10px 0px;
		font-weight:bold;
		letter-spacing:0em;
}

h2 a {	 color:#9b9aa0; text-decoration:none;}
h2 a:visited {	color: #9b9aa0; text-decoration:none;}
h2 a:hover {	color: #9b9aa0; text-decoration:none;}
h2 a:active {	color: #9b9aa0; text-decoration:none;}

h3 {
	font-size: 120%;
	color: #ababad;
			padding:0px;
	margin: 30px 0px 20px 0px;
			font-weight:bold;
		letter-spacing:0em;
}

h4 {
	font-size: 110%;
	color:#ababad;
			padding:0px;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-size: 90%;
	color:#ababad;
				padding:0px;
	margin: -10px 0px 0px 0px;
	font-weight:normal;
}

h6 {
	font-size: 100%;
	color:#ababad;
				padding:0px;
	margin: 30px 0px -10px 0px;
}
 
 
 /* PERUSLINKIT */

a {	font-family:Arial, Helvetica, sans-serif;color: #000000; text-decoration:underline;}
a:visited {	color: #000000; text-decoration:underline;}
a:hover {	color: #000000; text-decoration:none;}
a:active {	color: #000000; text-decoration:underline;}




/* TEKSTIT */
 
#leipis {
position:absolute;
left:0px;
top:0px;
	font-size: 95%;
	padding-left: 0px;
	border: 0px;
	width: 370px;
	text-align:left;

}

#leipis a img {	font-family:Arial, Helvetica, sans-serif;color: #000000; text-decoration:underline; border:1px solid #000000;}
#leipis a:visited img {	color: #000000; text-decoration:underline; border:1px solid #000000;}
#leipis a:hover img {	color: #000000; text-decoration:none; border:1px solid #000000;}
#leipis a:active img {	color: #000000; text-decoration:underline; border:1px solid #000000;}

.en {color:#333333; text-indent: 25px;	background: url(img/base/en.png);
	background-position: 0 2px;
	background-repeat: no-repeat;}
.it {color:#666666; text-indent: 25px;	background: url(img/base/it.png);
	background-position: 0 2px;
	background-repeat: no-repeat;}
.fi {color:#999999; text-indent: 25px;	background: url(img/base/fi.png);
	background-position: 0 2px;
	background-repeat: no-repeat;}

p {padding:0px 0px 0px 0px; 
margin: 20px 0px 20px 0px;}

#ingressi  {padding:0px 0px 0px 0px; 
margin: 20px 0px 20px 0px;
font-weight:bold; 
font-style:italic;
 }

  
  
  /* TOOLTOP */
  
	#tooltip{
		background-color:#f5f5f5;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:1px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#tooltipShadow{
	   background-color:#dddddd;
	   border:0px;
		position:absolute;
				display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
