@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
/*	-webkit-user-select: none;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;	
/*	background: url('../images/background.png') repeat fixed;*/
}

strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

ots {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: rgba(98, 98, 98, 0.93);
}

#container {
	width: 700px;
	position: relative;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
	background: repeat-y #ffffff;
	height: 100%;
	overflow: auto;
}

#logo {
}

#navigation {
	display:  flex;
	color: rgb(72, 144, 247);
	font-weight: 700;
	text-transform: lowercase;
	font-size: 16px;
	padding: 10px 10px 30px 10px;
	justify-content: space-between;
}

#tietosuojaseloste {
	margin: 100px 0 30px 0;
	font-size: 13px;
}

#text {
	text-align: left;
	position: relative;
	padding-top: 10px;
}

iframe {
	width: 100%;
}

a:link {
	color: #4890f7;
	text-decoration:none;
	transition: 0.2s;
}	/* unvisited link */

a:visited {
	color: #4890f7;
}	/* visited link */

a:hover {
	color: #c1d9fb;
}	/* mouse over link */

a:active {
	color: #00009e;
}	/* selected link */