@charset "utf-8";
.page {
	margin: 0m;
}
#mainContent {
	float: left;
	background-color: rgba(255,255,255,1);
}
#mobiiliValikko {
	display: none; /* Tämä sääntö tulee olla kaikille medioille */
	position: fixed;
	z-index: 1000;
	background-color: rgba(36,36,36,0.5);
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0;
	font-size: 1.3em;
	padding-top: 60px;
	line-height: 50px;
	height: auto;
}
#mobiiliValikko ul li a{
	background-color: rgba(14,104,177,1);
	width: 96%;
	display: block;
	text-align: center;
	margin: 2%;
	color: rgba(255,255,255,1);
	text-decoration: none;
}
#mobiiliValikko ul li a:hover{
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
}
#avaaValikko {
	position: fixed;
	top: 0px;
	z-index: 1001;
	background-color: rgba(239,239,239,1);
	border: thin solid rgba(204,204,204,0.7);
	padding: 10px;
	font-size: 1.2em;
	color: rgba(0,0,0,1);
	right: 10px;
}

header.main {
	float: left;
	height: auto;;
	width: 100%;
	background-position: center;
	background-color: rgba(36,36,36,1);
	padding-top: 40px;
}
header.main img{
	width: 100%;
}
nav.main a {
	display: none;
}
section.main {
	margin: 0%;
}
section.main p {
	padding-bottom: 1em;
	font-size: 1em;
}
section.main article.left h3 {
	font-family: 'Open Sans', sans-serif;
	color: rgba(14,104,177,1);
	font-weight: 600;
	font-size: 1em;
	padding-top: 1em;
}
section.main article.left img{
	width: 50%;
}
section.main article {
	margin: 5%;
	display: 100;
	float: left;
}
section.main ul {
	padding-bottom: 1em;
}
section.main ul li {
	margin-bottom: 0.3em;
	margin-left: 2em;
	list-style-position: outside;
	color: #000;
	list-style-type: circle;
}
section.main article.left img {
	margin-top: 2%;
}	
section.main article.right {
	width: 90%;
	float: left;
	margin: 5%;
}
section.main article.right h2 {
	background-color: rgba(14,104,177,1);
	color: rgba(255,255,255,1);
	font-size: 1.2em;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: 400;
}
section.main article.right p {
	background-color: rgba(242,242,242,1);
	font-size: 0.9em;
	padding-top: 2%;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 2%;
}
section.main article.right p .korostus {
	font-size: 1em;
	font-weight: 600;
	color: rgba(0,105,183,1);
}
section.main article.right ul li {
	font-size: 0.9em;
	margin-bottom: 0.3em;
	margin-left: 2em;
	list-style-position: outside;
	color: #000;
	list-style-type: disc;
}
footer.main {
	background-color: #0E68B1;
	width: 100%;
	display: block;
	float: left;
	background-position: bottom;
	background-attachment: fixed;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
footer.main p{
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;
}
footer.main a{
	color: #FFFFFF;
}
footer.main .copyright {
	font-size: 0.8em;
	color: rgba(255,255,255,1);
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
footer.main .copyright a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
footer.main .copyright a:hover {
	color: rgba(255,255,255,1);
	text-decoration: underline;
}
