@charset "UTF-8";

/* Määritellään oletusmarginaalit ja fontit
*/
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: 0px;
}
#kaare {
	display: block;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	display: block;
	float: left;
	width: 840px;
}
#main {
	display: block;
	float: left;
	width: 840px;
	background-color: #e6f5f2;
}
#sisalto1 {
	display: block;
	float: left;
	width: 573px;
	background-color: #e6f5f2;
}
#sisalto2 {
	display: block;
	float: left;
	width: 267px;
	background-color: #3b8f8f;
	height: 100%;
}

#kuvagalleria1 {
	display: block;
	float: left;
	width: 460px;
	background-color: #e6f5f2;
}
#kuvagalleria2 {
	display: block;
	float: right;
	width: 380px;
	height: 100%;
}
#valikko {
	display: block;
	float: left;
	height: 40px;
	width: 840px;
	background-color: #222222;
	font-weight: lighter;
}
p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 14px;
}
h2 {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
	color: #2d888b;
	font-size: medium;
}
h1 {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: x-large;
	font-weight: normal;
	color: #2d888b;
}
#sisalto2 h1 {
	color: #ffffff;
}
#sisalto2 p {
	color: #111111;
}
body {
	background-color: #a2a9ab;
}
#aloituskuva {
	display: block;
	float: left;
	height: 240px;
	width: 840px;
}
#valikko ul li {
	display: block;
	float: left;
	list-style-type: none;
}
#valikko ul li a {
	display: block;
	float: left;
	height: 32px;
	width: 210px;
	color: #ffffff;
	background-color: #396b6b;
	padding-top: 8px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
#valikko ul li a:hover {
	display: block;
	float: left;
	height: 32px;
	width: 210px;
	color: #ffffff;
	background-color: #2d888b;
	padding-top: 8px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	
}
#sisalto2 h2 {
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
a:hover {
	text-decoration: none;
}
a {
	text-decoration: underline;
}
#sisalto1 ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 14px;
}

#kaare #main #kuvagalleria1 img {
	margin: 8px;
}
#kaare #main .kuvagalleria2 {
	margin-top: 95px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#luettelo {
	font-size: 9px;
}
