body {
	margin: 0;
	border: 0;
	padding: 0;
	color: #000;
	background-color: #b3bcc5;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: top;
}

div {
	margin: 0;
	border: 0;
	padding: 0;
/*	margin: 1em; */
	color: #213864;
	background-color: #fff;
}

dl {
	margin-top: 0;
}
dt {
	color: #7400a0;
	background-color: #fff;
	font-weight: bold;
	float: left;
	width: 50%;
	border-bottom: 1px solid #A5BFD6;
}
dd {
	margin-bottom: 1em;
	border-bottom: 1px solid #A5BFD6;
}
dl.normal dt {
	float: none;
	border: 0;
}
dl.normal dd {
	border: 0;
	margin: 0 2em;
}

a {
	color: #223765;
	background-color: transparent;
}
a:hover {
	color: #019bde;
	background-color: transparent;
}

p.breadcrumb {
	margin: -10px 0 0 0;
	border: 0;
	padding: 0;
	color: #999;
	background-color: #fff;
	text-align: right;
	font-size: smaller;
}
p.breadcrumb a {
	color: #999;
	background-color: #fff; 
}
p.breadcrumb a:hover {
	color: #444;
	background-color: #fff; 
}
p.nobr {
	margin-bottom: 0;
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}
p, h1, h2, h3 {
	margin-top: 0;
}
p.info {
	color: #f00;
	background-color: transparent;
}

h1 { font-size: 1.7em; }
h2 {
	margin-bottom: 0;
	font-size: 1.3em;
}
h3 { font-size: 1.2em; }
h4 {
	margin: 0;
	font-size: 10pt;
}
small { margin: 0; }

.right {
	float: right;
	margin-left: .5em;
	text-align: right;
}

.border {
	border: 1px solid #223765;
}

div#wrap {
	width: 899px; /* IE5.0 would need 901px */
	padding: 0;
/*	min-height: 500px; */
	min-width: 400px;
/* centers the element: */
	margin-left: auto;
	margin-right: auto;
/* centers the element: */
	font-family: Verdana, sans-serif;
	font-size: .8em;
	color: #000;
	background-color: #fff;
	border: 1px solid #223765;
}

div#header {
	margin: 0;
	border-bottom: 3px solid #223765;
	padding: 0;
}
div#header div {
	float: right;
	margin: 0 0 -10px 0;
	padding-top: 10px;
	height: 60px;
}
div#header div a {
	margin-right: 5px;
	text-decoration: none;
	font-size: 7.5pt;
	color: #223765;
	background-color: #fff;
}
div#header div a:hover {
	color: #019bde;
	background-color: #fff;
}
div#header div a img {
	margin-right: 11px;
	border: 1px solid #000;
}
div#header div form {
	margin-top: 12px;
	margin-bottom: 0;
	padding-right: 20px;
}
div#header div form select {
	font-size: 9pt;
}

div#topnav {
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
	width: 899px;
	height: 198px;
}
div#topnav div {
	margin: 0;
	border-right: 1px solid #223765;
	padding: 0;
	width: 149px;
	height: 198px;
	float: left;
}
div#topnav div#last {
	border: 0;
}
div#topnav div a {
	display: block;
}
div#topnav div a img {
	display: block;
}
div#topnav div a:hover {
	color: #000;
	background-color: #019bde;
}

div#content {
	border-top: 3px solid #223765;
	background: url('img/left/lines.png') top left repeat-y;
	clear: both;
}
div#content div.rimages {
	float: right;
	width: 250px;
}

#leftnav {
	margin: 0;
	padding: 0;
	width: 178px;
	float: left;
	font-size: 8pt;
	text-align: left;
	background-color: #019bde;
/*	position: fixed; /*works with firefox/opera*/
}
#leftnav ul {
	margin: 0;
	padding: 0;
}
#leftnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftnav li div {
	border-bottom: 1px solid #fff;
}
#leftnav li div a {
	display: block;
	text-decoration: none;
}
#leftnav li a:hover {
	color: #000;
	background-color: #019bde;
}
#leftnav li div.active {
	border-bottom: 1px solid #fff;
	color: #611759;
	background-color: #019bde;
}
#leftnav li div img {
	border-bottom: 2px solid #019bde;
}
#leftnav li li a {
	width: auto;
	height: auto;
/*	border-bottom: 1px solid #fff; */
	padding: 2px 0 2px 35px;
	color: #fff;
	background-color: #029bdf;
}
#leftnav li li a:hover {
	background-color: #41b4e7;
	color: #fff;
	text-indent: 0;
}
#leftnav li li div.active {
	border-bottom: 1px solid #fff;
	padding: 2px 0 2px 35px;
	color: #fff;
	background-color: #029bdf;
	font-weight: bold;
}
#leftnav li li li a {
	border-bottom: 1px solid #029bdf;
	padding: 1px 0 1px 35px;
	margin: 0;
	color: #223765;
	background-color: #fff;
	font-size: 7pt;
}
#leftnav li li li a:hover {
	color: #223765;
	background-color: #c0e6f8;
}
#leftnav li li li div.active {
	border-bottom: 1px solid #029bdf;
	color: #611759;
	background-color: #fff;
}
#leftnav a.banner {
	display:block;
}
#leftnav a.banner img {
	margin:10px 0 6px 4px;
}
/*
#leftnav a.active {
	display: block;
	color: #fff;
	background-color: #9e3683;
	text-decoration: none;
	font-weight: bold;
}
*/
#center {
	margin: 0 0 0 179px;
	padding: 10px 5px 10px 8px;
	width: 521px;
	min-height: 300px;	/*works with firefox/opera*/
}

div#rightcol {
	width: 178px;
	float: right;
	overflow: hidden;
}
div#rightcol img {
	border-bottom: 2px solid #019bde;
}
div#rightcol a {
	display: block;
	position: relative;
	text-decoration: none;
}
div#rightcol a:hover {
	color: #000;
	background-color: #019bde;
}
div#rightcol div.active {
	color: #611759;
	background-color: #019bde;
}
div#rightcol div.content {
	padding: 10px 10px;
}
div#rightcol div.content a {
	display: inline;
	text-decoration: underline;
	color: #019bde;
}
div#rightcol div.content a:hover {
	color: #7400a0;
	background-color: #fff;
}
dl.news dt {
	margin: 0;
	border: 0;
	float: none;
	width: auto;
}
dl.news dd {
	margin: 0 0 2em 0;
	border: 0;
}
dd.yritys {
	margin: 0 0 1em 1em;
	color: #999;
	background-color: #fff;
}

div#white {
	border-bottom: 1px solid white;
	width: 178px;
	clear: both;
	color: #000;
	background-color: #0192da;
}
div#footer {
	border-bottom: 1px solid #223765;
	padding: .3em 0;
	text-align: center;
	color: #fff;
	background-color: #223765;
}
div#footer p {
	margin: 0;
	padding: 0;
}
div#footer a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
div#footer a:hover {
	color: #019bde;
	background-color: transparent;
}

form#ref {
	margin: 0;
	padding: 0;
	width: 300px;
}
form#ref fieldset {
	margin: 0;
}
form#ref select {
	margin-bottom: 1em;
	width: 20em;
	display: block;
}
form#ref input {
	padding: .2em;
}

table {
	font-size: 8pt;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}
tr.even {
	color: #213864;
	background-color: #f0f0ff;
}
tr.odd {
	color: #213864;
	background-color: #f5f5ff;
}

table.contacts {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
table.contacts td {
	padding-bottom: .5em;
	color: #7400a0;
	background-color: transparent;
}

div.org {
	width:521px;
	height:283px;
	background:url('img/org/org_light.png') no-repeat;
	font-family:Arial, sans-serif;
}
div.org a {
	padding: 5px 7px;
	width: 208px;
	height: 43px;
	position: relative;
	display: block;
	color: #223765;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	float: left;
}
div.org a:hover {
	color: #029bdf;
	background-color: transparent;
}
div.org a.top {
	width: 211px;
	height: 54px;
	left: 147px;
	top: -1px;
	float: none;
}
div.org p {
	margin: 0;
	font-size: 9pt;
}
div.org div {
	margin: 0;
	padding: 0;
	width: 258px;
	height: 55px;
	position: relative;
	color: #fff;
	background-color: transparent;
	overflow: hidden;
}
div.org div p {
	margin-top: 8px;
}
div.org div p.l {
	margin: 0;
	padding: 12px 0 0 5px;
	font-size: 7pt;
	color: #000;
	background-color: transparent;
	float: left;
}
div.org div p.r {
	margin: 0;
	padding: 12px 4px 0 0;
	font-size: 7pt;
	color: #000;
	background-color: transparent;
	float: right;
}
div.org div.l1 {
	top: 13px;
	left: 0px;
}
div.org div.r1 {
	top: -42px;
	left: 262px;
}
div.org div.l2 {
	top: -21px;
	left: 0px;
}
div.org div.r2 {
	top: -76px;
	left: 262px;
}
div.org div.l3 {
	top: -55px;
	left: 0px;
}
div.org div.r3 {
	top: -110px;
	left: 262px;
}
div.org div.l4 {
	top: -89px;
	left: 0px;
}

div.orga {
	font-family: Arial, sans-serif;
}
div.orga h1 {
	margin: 0;
	padding-top: 18px;
	position: relative;
	top: 0px;
	left: 147px;
	width: 225px;
	color: #fff;
	background-color: transparent;
	text-align: center;
}
div.orga a {
	margin-top: 1px;
	margin-left: 1px;
	padding: 15px 5px;
	width: 213px;
	height: 23px;
	display: block;
	color: #fff;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	font-size: 11pt;
	float: left;
}
div.orga a:hover {
	color: #029bdf;
	background-color: transparent;
}
div.orga a.right {
	margin-left: 73px;
}
div.orga div.org_top {
	width: 521px;
	height: 76px;
	background: url('img/org/dark_top.png') no-repeat;
}
div.orga div.org_middle {
	width: 521px;
	height: 76px;
	background: url('img/org/dark_middle.png') no-repeat;
}
div.orga div.org_bottom {
	width: 521px;
	height: 55px;
	background: url('img/org/dark_bottom.png') no-repeat;
}

fieldset {
	margin: 0 0 1em 0;
	padding: 1em;
}
fieldset div {
	float: left;
	width: auto;
}
label {
	margin: 0;
	padding: 0;
	display: block;
}
input {
	margin: 0 20px .5em 0;
	padding: 1px;
	width: 15em;
}
input.submit {
	width: auto;
}
textarea {
	width: 489px;
}

div.radio label {
	margin: 0 1em 0 .5em;
	padding: 0;
	display: inline;
}
div.radio input {
	margin: 0;
	width: auto;
}

div.check label {
	margin: 0;
	padding: 0 0 .2em 0;
}
div.check input {
	margin: 0 1em 0 0;
	padding: 0 0 .2em 0;
	width: auto;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

div#brochures a img {
	margin-right: 10px;
	border:6px outset #b33e96;
}
div#brochures a:hover img {
	border:6px inset #b33e96;
}

