@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #b2b2b2 url(images/bg.gif) repeat-y left top;	
}

img {
	border: none;
}

span.otsikko{
	float:right; 
	vertical-align: middle; 
	color: #FFFFFF; 
	font-weight: bold;
	font-family: arial; 
	font-size: 18px;  
	padding-top: 8px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 20px;
}

div#lang{
	float: right;
	padding-right: 33px;
	padding-top: 5px;
}

a.lang{
	padding-left: 30px;
	margin-top: 8px;
	vertical-align: middle; 
	color: #FFFFFF; 
	font-weight: 800; 
	font-family: arial; 
	font-size: 13px; 
	text-decoration: none;
}


div#lines {
	
	background: #E5EAF0 url(images/liukuvari.png) repeat-y left top;
	position: absolute;
	top: 63px;
	right: 0px;
	width: 269px;
	height: 536px;
	z-index: -1;
}

div#logo {
	background: #921936 ; /*url(images/topbg.gif) repeat-x left top;*/
	height: 24px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#langsel {
	width: 100%;
	height: 25px;
	background: #515154 url(images/liukuvari.png) repeat-y left top;
}


div#sflink {
	padding: 0px;
	text-align: right;
}

div.sf {
	background-image: url(images/logo_small_grey.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
}

div.sf:hover {
	background-image: url(images/logo_small_color.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
	outline: none;
}
