@charset "utf-8";
/* CSS Document */

body {
	background-color: #e6e6e7;
}
.top {
	background-color: #f0f0f1;
}
.otsikko {
	color: #D72F35;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding-right: 20px;
	padding-top: 25px;
	font-size: 16px;
	font-weight: bold;
}
.linkit {
	background-image: url(images/line_bg.gif);
  background-repeat: repeat-x;
	color: #111111;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	height: 40px;
	padding-right: 20px;

}
a:link {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #111111;
	text-decoration: none;
}
a:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #111111;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D72F35;
}

div#sflink {
	padding: 5px;
	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;
}