﻿body {
	font-family: Arial, "Times New Roman";
	background-color: #ffffff;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

a:hover {
	color: #720000;
}

td {
	padding-right: 100px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

li {
	display: block;
}

li a {
	display: block;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-weight: bold;
}

li a:hover:not(.active) {
	background-color: #720000;
	color: #ffffff;
}

li a.active {
	color: #ffffff;
	background-color: #444444;
}

.sivuotsikko {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-weight: bold;
}

.content {
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

#header {
	width: 500px;
	height: auto;
	background-color: transparent;
	border: none;
	text-align: center;
}

.headerloc {
	margin-left: auto;
	margin-right: auto;
}

#navi {
	width: 500px;
	height: auto;
	background-color: none;
	border: none;
}

.naviloc {
	margin-left: auto;
	margin-right: auto;
}

#maincontainer {
	width: 500px;
	height: auto;
	background-color: transparent;
	border: none;
}

.maincontainerloc {
	margin-left: auto;
	margin-right: auto;
}

#leftcontainer {
	width: 100%;
	height: 15%;
	background-color: #444444;
	border-top: 1px solid #000000;
}

.leftcontainer {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: transparent;
	border: none;
	bottom: 0;
}

#facebook {
	position: relative;
	width: 76px;
	height: 76px;
	margin: auto;
	margin-left: 27.5%;
	padding-right: 80px;
	padding-top: 10px;
}

#facebook:hover {
	filter: contrast(125%);
}

#instagram {
	position: relative;
	width: 76px;
	height: 76px;
	margin: auto;
}

#instagram:hover {
	filter: contrast(125%);
}

#jaloviina {
	width: 96px;
	height: 96px;
	margin-left: 55px;
	opacity: .05;
}

#jaloviina:hover {
	opacity: .5;
	transition: 1.5s;
}

#rightcontainer {
	width: auto;
	height: 100%;
	background-color: transparent;
	border: none;
	padding-top: 60px;
	padding-right: 40px;
	z-index: -1;
}

.rightcontainerloc {
	position: fixed;
	top: 0; bottom: 0; right: 0;
}

.coop {
	display: block;
	opacity: 0.5;
	margin: auto;
}

#vesileima {
	opacity: 0.05;
	z-index: -1;
	width: 480px;
	height: 480px;
}

.vesileimaloc {
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}

#hide {
	display: none;
}