@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #e7e7e7;
}

a {
	text-decoration:none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#6666FF;
}

a:active {
	text-decoration:none;
	color:#6666FF;
}

a:link {
	color:#6666FF;
}

a:visited {
	color:#6666FF;
}

a:hover {
	color:#99CC33;
	text-decoration:underline;
}

div#logo {
	background-color: #000066;
	float: left;
	margin-left:15px; 
	margin-top: 15px; 
}

div#container {
	background-color: #000066;
	width: 100%;
	height: 57px;
}

div#otsikko {
        background-color: #000066;
        color: #FFFFFF;
        float: left;
        text-decoration: none;
        font: 18px Verdana, Arial, Helvetica, sans-serif; 
        margin-top: 26px;
        margin-left: 300px; 
        margin-right: 15px;
}


div#links {
	background-color: #000066;
	float: right;
	margin-top: 30px;
	margin-right: 15px;
}

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;
}
