/* Yleiset */
html, body { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #585858;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #307a39;
	margin-top: 15px;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4fa059;
	line-height: normal;
	margin-top: 18px;
	margin-bottom: 6px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	margin-top: 0;
}
p { margin-top: 0; }
a:link, a:visited {
	color: #4fa059;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Layout */
div#top {
	display: block;
	background-color: #386dad;
	background-image: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
	position: relative;
	overflow: hidden;
	margin-bottom: 3px;
}
div#banneri {
	height: 126px;
	width: 760px;
	background-image: url(../img/banneri.jpg);
	background-repeat: no-repeat;
}
div#navi {
	height: 18px;
	line-height: 18px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #12521a;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	text-transform: uppercase;
}
div#container {
	width: 760px;
}
div#container-tarjoukset { width: 800px; }
div#uutiset {
	width: 116px;
	padding: 15px 10px 65px 10px;
	background-color: #dcecde;
	background-image: url(../img/bg_vasen.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: normal;
}
div#sisalto-index {
	width: 335px;
	padding-left: 22px;
	padding-bottom: 30px;
	float: left;
}
div#sisalto, div#sisalto-kosm, div#sisalto-tarjoukset {
	width: 500px;
	padding-left: 22px;
	padding-bottom: 30px;
	float: left;
}
div#sisalto-kosm p, div#sisalto-kosm h2 { width: 360px; }
div#sisalto-kosm img { float: right; }
div#sisalto-tarjoukset { width: 555px; }
div#oikeapalsta {
	width: 136px;
	float: right;
}
div#vasenpalsta {
	width: 210px;
	float: left;
}
div#viidentahden {
	width: 210px;
	height: 48px;
	background: url(../img/viidentahdenapteekki.gif) no-repeat;
	margin-bottom: 2px;
}
div#aukiolo {
	width: 177px;
	padding: 18px 15px 19px 18px;
	margin-bottom: 15px;
	background-color: #4fa059;
	background-image: url(../img/bg_vihrea.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #fff;
}
div#kalenteri, div#kalenteri-sis {
	width: 210px;
	color: #12521a;
}
div#kalenteri-sis { width: 188px; padding-left: 22px; }

/* Navi */
div#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 12px;
}
div#navi li {
	float: left;
	padding-right: 4px;
}
div#navi a:link, div#navi a:visited {
	color: #fff;
	text-decoration: none;
}
div#navi a:hover {
	text-decoration: underline;
}
span.navi-act { font-weight: bold; }

/* Kalenteri */
.tyhja { 
	background-color: #e6ece6; 
	font-size: 10px; font-family: Tahoma; 
} 
.normi { 
	background-color: #c1d2c3; 
	font-size: 10px; font-family: Tahoma; 
} 
.tanaan { 
	background-color: #719775; 
	font-size: 10px; font-family: Tahoma; 
	border: 0px solid #FF0000; 
}
div#kalenteri a:link, div#kalenteri a:visited, div#kalenteri-sis a:link, div#kalenteri-sis a:visited {
	color: #12521a;
}
div#kalenteri a:hover, div#kalenteri-sis a:hover { text-decoration: underline; }

/* Muut */
.nosto { font-weight: bold; }
.kuvateksti { font-size: 10px; line-height: normal; padding-top: 4px; }
.uutiset-pvm {
	padding-top: 12px;
	font-weight: bold;
}
.copyright { color: #7b7b7b; font-weight: bold; }
a.uutislinkki:link, a.uutislinkki:visited {
	color: #000;
	text-decoration: none;
}
a.uutislinkki:hover, a.uutislinkki:active {
	text-decoration: underline;
}