/* CSS Document */
body {
	height:100%;
	margin:0;
	padding:0;
	font: 11px/16px "Lucida Sans unicode", serif;
	text-align:center;
	color:#222;
	background-color:#fff;
}
html {height:100%;}
/************** Linkit */
a:link, a:visited {color:#194495; text-decoration:none;}
a:hover {
	background-color:#B9CEDE;
	text-decoration:none;
	color:#333;
}
/************** Tekstimuotoilut */
h2 {
	font:18px/22px "Lucida Sans unicode", serif;
	font-weight: normal;
	margin:0 0 2px 0;
	color:#5B7B94;
}
h2 a { text-decoration: none; }
h4 {
	color:#5B7B94;
	font:14px/18px "Lucida Sans unicode", serif;
	font-weight:bold;
	margin:0 0 22px 0;
	border-bottom:1px solid #B9CEDE;
}
h5 {
	color:#5B7B94;
	font:12px/14px "Trebuchet MS", serif;
	font-weight:bold;
	margin:0 0 2px 0;
}
ol li {
	margin-bottom:5px;
}
/************** Elementit */
#Container {
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:761px;
	text-align:left;
	background-color:#fff;
	border-left:1px solid #B9CEDE;
	border-right:1px solid #B9CEDE;
	background-image:url(../images/bg-viiva.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
#Header {
	position:absolute;
	top:3px;
	width:761px;
	height:244px;
	background-image:url(../images/banneri.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#fff;
}
#logo {
	margin-left:28px;
	margin-top:21px;
	margin-bottom:15px;
}
#logo a {
	background-color: transparent;
}
#logo img {
	border:none;
}
#RightBar {
	margin-top:265px;
	margin-right:5px;
	float:right;
	width:175px;
}
#RightBar #Uutiset {
	width:165px;
	margin-top:20px;
}
#Content {
	margin:265px 0 0 30px;
	width:500px;
}
#Teksti {
	width:440px;
}
.aukioloajat {
	border-collapse: collapse;
	margin-top:10px;
	width:35%;
}
.aukioloajat td {
	border:1px solid #fff;
	padding:4px;
	background-color:#D9E8F3;
	width:45%;
	vertical-align:top;
}
#yhteystiedot {
	float:left;
	width:162px;
	vertical-align:bottom;
}
#yhteystiedot #top {
	background-image:url(../images/top-round.gif);
	background-repeat:no-repeat;
	background-color:#E7CFD1;
}
#yhteystiedot #top div {
	padding-left:10px;
	padding-top:10px;
}
#bottom {
	background-image:url(../images/bottom-round.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	height:10px;
}
/************** MENU */
#Menu {
	position:absolute;
	top:217px;
	width:552px;
	height:24px;
	background-image:url(../images/menukurvi.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#Menu ul {
	padding-top:0;
	padding-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	float:left;
	width:370px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background-color:#F4F1EE;
}
#Menu ul li { 
	display:inline;
	float:left;
}
#Menu ul li a {
	color:#666;
	text-decoration:none;
	background-color:transparent;
	float:left;
	text-align:center;
	line-height:24px;
	padding-left:18px;
	padding-right:18px;
}
#Menu ul li a:hover {
	background-color:#B9CEDE;
	color:#222;
}
#Menu ul .selected {
	color:#222;
	background-color:#B9CEDE;
	text-decoration:none;
	float:left;
	text-align:center;
	line-height:24px;
	padding-left:18px;
	padding-right:18px;
}
/************ UUTISET */

#Uutiset ul {
	margin: 0; 
	padding: 0;
}

#Uutiset li {
	margin-left: 0;
	margin-bottom: 10px;
}

.uutiset-pvm {
	font-family:"Lucida Sans unicode", serif;
	font-size:11px;
	font-weight:normal;
	color:#4A6A82;
	padding-top:8px;
	padding-bottom:2px;
}
a.uutiset-linkki {
	font-family:"Lucida Sans unicode", serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#A87912;
}
a.uutiset-linkki:hover {
	font-family:"Lucida Sans unicode", serif;
	font-size:11px;
	font-weight:normal;
	background-color:#fff;
	text-decoration:underline;
	color:#A87912;
}
.uutiset-copy {
	font-family:"Lucida Sans unicode", serif;
	font-size:10px;
	font-weight:normal;
	color:#4A6A82;
}
/************ AJANKOHTAISTA TYYLIT */
.teksti {
	font: 12px/16px "Lucida Sans unicode", serif;
	color:#762C43;
}
.teksti-bold {
	font: 12px/16px "Lucida Sans unicode", serif;
	color:#762C43;
	font-weight: bold;
}
.h4 {
	color:#762C43;
	font:13px/17px "Lucida Sans unicode", serif;
	font-weight:bold;
}
/************ TOTEUTUS TYYLIT */
.toteutus {
	padding-left:30px;
	color:#ccc;
}
a.toteutuslink {color:#ccc;}
a.toteutuslink:hover {color:#ccc;background-color:#fff}

