body, html {
	margin: 0px; padding: 0px;
	font-family: Verdana,serif;
	color: #222222;
}
html {
	overflow: scroll;
}
body {
	background-color: #9cc4e6;
	margin-bottom: 60px;
}
#container {
	position: relative;
	margin-top: 40px;
	width: 776px;
	text-align: left;
}
#containerBg {
	background-color: #ffffff;
}
#topTop {
	height: 20px;
}
#logoLeft {
	position: absolute;
	left: -14px; top: 20px;
	width: 41px; height: 121px;
	background-image: url('../images/logoLeft.jpg');
	background-repeat: no-repeat;
	z-index: 2;
}
#logoTop {
	position: absolute;
	left: -14px; top: 0px;
	width: 150px; height: 20px;
	background-image: url('../images/logoTop.jpg');
	background-repeat: no-repeat;
	z-index: 2;
}
#logoLink {
	position: absolute;
	left: -14px;
	top: -20px;
	width: 180px; height: 180px;
	z-index: 3;
}
#logoLink img {
	border: 0px;
}
#top {
	position: relative;
	height: 191px;
}
#linksbg, #links {
	position: absolute;
	left: 0px; top: 0px;
	width: 146px;
	height: 400px;
}
#linksbg {
	background-image: url('../images/linkBarBg.png');
	background-repeat: repeat-x;
}
#middleContainer {
	position: relative;
}
#middleContainerBg {
	width: 1px; height: 430px;
	float: left; 
}
#contents {
	position: relative;
	clear: none;
	margin-left: 146px;
	min-height: 400px;
	font-family: Verdana,serif;
	color: #222222;
	padding: 20px;
	border-right: 2px solid #d4d4d4;
	padding-right: 35px;
}
#footer {
	position: relative;
	clear: both;
	width: 100%; height: 20px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	font-size: 0.6em;
	text-align: center;
	padding-top: 4px;
	color: #a5a5a5;
}
h1, h2, h3 {
	margin-bottom: 1.1em;
}
h1 {
	font-family: "Times New Roman","Times",sans-serif;
	color: #2e4886;
	font-size: 1.3em;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman","Times",sans-serif;
	color: #222222;
	font-size: 1.1em;
	font-weight: normal;
}
h3 {
	font-family: Verdana,serif;
	color: #2e4886;
	font-size: 1.0em;
	font-weight: normal;
}
h4 {
	font-family: "Times New Roman","Times",sans-serif;
	color: #222222;
	font-size: 1em;
}
p, td p {
	margin-top: 1em;
	font-size: 0.8em;
}
#languages {
	position: absolute;
	background-color: #fdfdfe;
	top: 1px;
	right: 9px;
	width: 85px;
	height: 14px;
	font-size: 0.6em;
	padding-top: 5px;
}
#languages a {
	color: #a5a5a5;
	text-decoration: none;
}
#languages .lang {
	float: left;
	color: #000000;
}
#languages .notFirst {
	margin-left: 8px;
}
#languages .lBg {
	position: absolute;
	left: -9px; top: 0px;
	width: 9px; height: 19px;
	background-image: url('../images/inLangLeft.gif');
	background-repeat: no-repeat;
}
#languages .rBg {
	position: absolute;
	right: -9px; top: 0px;
	width: 9px; height: 19px;
	background-image: url('../images/inLangRight.gif');
	background-repeat: no-repeat;
}
#languages .lContents {
	width: 100%;
}
#topLinks {
	position: absolute;
	bottom: 0px;
	height: 27px;
	left: 146px;
}
#links .link {
	font-size: 0.70em;
	position: relative;
	width: 146px;
	height: 28px;
	background-image: url('../images/leftLink.gif');
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#links .link a {
	display: block;
	padding-top: 0.60em;
	padding-bottom: 0.60em;
	text-indent: 16px;
	width: 100%;
}
#links .selected {
	background-image: url('../images/leftLink_selected.gif');
}
#links .selected .linkContent {
	text-indent: 16px;
	padding-top: 0.60em;
}
#topLinks .link {
	font-size: 0.8em;
	float: left;
	position: relative;
	width: 126px;
	height: 27px;
	background-image: url('../images/topLink.png');
	background-repeat: no-repeat;
}
#topLinks .link a {
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#topLinks .selected {
	background-image: url('../images/topLink_selected.png');
}
#topLinks .selected .linkContent {
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
a, a:active, a:visited, a:hover {
	color: #a5a5a5;
}
#links a, #topLinks a {
	text-decoration: none;
}
#links a, #topLinks a {
	color: #a5a5a5;
}
#links .selected a, #topLinks #selected a {
	color: #222222;
}
/*#links a:link, #links a:active, #topLinks a:link, #topLinks a:active {
	color: #222222;
}
#links a:hover, #topLinks a:hover {
	color: #222222;
}
#links a:visited, #topLinks a:visited {
	color: #222222;
}*/
#dicodehealthLogo {
	position: absolute;
	top: -20px; right: 6px;
	width: 102px; height: 16px;
	background-image: url('../images/dicodehealth_logo.gif');
	background-repeat: no-repeat;
}
#contents table td {
	padding: 10px;
}
#contents .img {
	margin-bottom: 5px;
	margin-top: 30px;
}
#contents .img .caption {
	font-size: 0.8em;
}
#contents table.vtop td {
	vertical-align: top;
	padding-left: 0px;
}
#contents table.tight td {
	padding: 0px;
}
#contents table.tight td p {
	margin-top: 0px;
}
#contents table.full {
	width: 95%;
}
#contents ul {
	padding-left: 15px;
}
#contents li {
	font-size: 0.8em;
	margin-left: 10px;
}
span.smaller {
	font-size: 0.85em;
}
.kuvaustable h3 {
	font-family: "Times New Roman","Times",sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.siteNotice {
	font-size: 0.85em;
	font-style: italic;
}
sup {
	font-size: 0.6em;
	color: black;
}
.tutkimuskeskusImg {
	margin-top: -23px;
}
.potilasImg {
	margin-top: -23px;
}
.laakeyritysImg {
	margin-top: -23px;
}
.noteAdd {
	background-color: #FFFFCC;
}
.noteModify {
	background-color: #FFFF55;
}
.noteWrong {
	background-color: #CCFFFF;
}
