@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/ylapalkki_jatko.jpg);
	background-repeat: repeat-x;
	background-color: #ebecec;
	behavior: url("scripts/csshover3.htc"); 
}

tdimage {background-image: url(images/ylapalkki.jpg);}

.otsikko {
	color: white;
	font-family: Verdana;
	padding-top: 9px;
	padding-right: 10px;
	font-size: 18;
}

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;
}