@charset "UTF-8";

/* Määritellään oletusmarginaalit ja fontit
*/
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	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: #efefef;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#sisalto1 {
	display: block;
	float: left;
	width: 573px;
	background-color: #efefef;
}
#sisalto2 {
	display: block;
	float: left;
	width: 267px;
	background-color: #aaaaaa;
	height: 100%;
}

#kuvagalleria1 {
	display: block;
	float: left;
	width: 460px;
	background-color: #efefef;
}
#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: #38b9dc;
	font-size: medium;
}
h1 {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: x-large;
	font-weight: normal;
	color: #38b9dc;
}
#sisalto2 h1 {
	color: #ffffff;
}
#sisalto2 p {
	color: #111111;
}
body {
	background-color: #ffffff;
}
#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: 168px;
	color: #ffffff;
	background-color: #60412c;
	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: 168px;
	color: #ffffff;
	background-color: #38b9dc;
	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;
}

