@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	text-align: center;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #303135;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
	margin-left: 280px;
}
h3 {
	color: #FFFFFF;
	font-size: 1.1em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	color: #FFFFFF;
	font-size: 0.9em;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #FFFFFF;
	margin: 5px;
	font-weight: bold;
	font-size: 1em;
}
img {
	text-decoration: none;
	border: 2px solid #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a:hover img {
	border: 2px solid #666666;
}
.hinta {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.5em;
	margin-left: 10em;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#clear {
	clear:both;
}
#header {
	height: 100px;
	background-color: #515255;
	position: relative;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -10000px;
	position: absolute;
}
#header ul {
	margin: 0;
	padding: 0;
	position:absolute;
	left: 0px;
	list-style: none;
	bottom: 0px;
}
#header ul li {
	float: left;
}
#header ul a {
	padding: 0 1.2em;
 font-size: 1 .em;
	line-height: 1.5em;
	text-decoration: none;
	color:#fff;
	float: left;
	display: block;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #000000;
	border-left-color: #FFF;
	background-color: #666;
}
#header ul a:hover {
	background-color:#000000;
}
#logo {
	position: relative;
	height: 60px;
	width: 185px;
	background-image: url(ak_logo.gif);
	background-repeat: no-repeat;
	left: 10px;
	top: 10px;
}
#etusivu #etusivuLink a, #haakuvat #haakuvatLink a, #lapsikuvat #lapsikuvatLink a, #yokuvat #yokuvatLink a, #muutkuvat #muutkuvatLink a, #hinnasto #hinnastoLink a, #yhteystiedot #yhteystiedotLink a {
	background-color:#333333;
}
#etusivu #etusivuLink a:hover, #lapsikuvat #lapsikuvatLink a:hover, #yokuvat #yokuvatLink a:hover, #muutkuvat #muutkuvatLink a:hover, #hinnasto #hinnastoLink a:hover, #yhteystiedot #yhteystiedotLink a:hover {
	cursor: default;
}
#mainContent {
	width: 846px;
	background-color: #999999;
	position: relative;
	overflow: hidden;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #000000;
	border-left-color: #FFF;
	height: 470px;
}
#mainContent table {
	width: 410px;
	margin-right: 3px;
	margin-bottom: 25px;
	margin-left: 3px;
}
#mainContent #hinnasto1Tbl {
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent #hinnasto2Tbl {
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent #hinnasto3Tbl {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
#mainContent #hinnasto1Tbl tr:hover {
	background: #6c6c6c;
}
#mainContent #hinnasto2Tbl tr:hover {
	background:#6c6c6c;
}
#mainContent #hinnasto2Tbl tr.odd:hover {
	background:#999999;
}
#yhteystiedot #container #mainContent p {
	font-size: 0.9em;
	margin: 20px;
}
#yhteystiedot #container #mainContent img {
	float: right;
	margin-right: 100px;
	margin-bottom: 20px;
	position: absolute;
	left: 343px;
	top: 49px;
}
#muuhaa {
	background-color: #999999;
	position: relative;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #000000;
	border-left-color: #FFF;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFF;
	text-align: center;
	padding: 0;
	margin: 0;
}
#muuhaa img {
	margin: 10px;
}
#footer {
	background-color: #515255;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0;
	height: 55px;
}
#footer p {
	margin: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	color: #CCCCCC;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
.subf_item {
	float: left;
	width: 230px;
	margin-left: 15%;
	position: relative;
	display: block;
	margin-bottom: 15px;
	height: 79px;
}
.subf_item a:hover {
	text-decoration: none;
	background-color: #333333;
}
.subf_thumb {
	float: left;
	width: 60px;
	margin-right: 10px;
	position: relative;
	height: 75px;
}
.subf_desc {
	float: left;
	width: 150px;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.subf_desc a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
.subf_desc a:hover {
	color: #000000;
	text-decoration: none;
}
.subf_thumb img {
	position: relative;
	width: 60px;
	height: 75px;
}
a:hover .subf_item {
	background-color: #666666;
}
div#content {
	color:#FFFFFF;
	text-align:center;
	background:#999999;
	margin:0px 0px 0px;
	padding: 0px 0px 25px;
	border-right: 4px solid #000;
	border-left: 4px solid #000;
}
#muuhaa a img {
	height: 90px;
	width: 65px;
}
