body {
	margin: 0;
	padding: 0;
	background: #037edb;
}
a {
	color:#444444;
}
#main {
	width: 818px;
	min-height: 540px;
	margin: 0 auto;
	padding: 0 57px 30px 57px;
	background: url('background-top.png') repeat-y;
	position: relative;
}

#infobar_wrapper {
	position: absolute;
	top: 0;
	right: 60px;
	width: 235px;
	height: 537px;
	z-index: 1;
}

#infobar {
        width: 235px;
        height: 537px;
        background: url('tausta-palkki.png') no-repeat;
}

#infocontent {
	padding: 10px 15px 0px 20px;
	position: relative;
}

#infotop {
	text-align: right;
	height: 100px;
}

#infobottom {
	margin-top: 58px;
}

#logo {
	padding-top: 10px;
	width: 292px;
	height: 88px;
	background: url('logo.png') no-repeat;
	background-position: bottom left;
}

#nav_wrapper {
	position: relative;
	z-index: 2;
}

#nav {
	width: 768px;
	height: 50px;
	padding-top: 6px;
	margin-top: 14px;
	background: url('palkka.png') no-repeat;
	padding-left: 50px;
}

#nav div.item {
	margin: 0 10px;
	width: auto;
	white-space: nowrap;
	float: left;
	height: 38px;
}

#nav div.link {
	float: left;
	height: 30px;
	padding: 8px 5px 0px 5px;
}

#nav div.link_selected {
	background-image:url('active-button-middle.png');
	float: left;
	height: 30px;
	padding: 8px 5px 0px 5px;
	font-family: verdana, sans-serif;
	font-size: 17px;
	color: #ffffff;
}

#nav div.link a, #nav div.link a:active, #nav div.link a:visited {
	font-family: verdana, sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

#nav div.link a:hover {
	text-decoration: underline;
}

#nav div.left {
	float: left;
	width: 14px;
	height: 30px;
	padding-top: 8px;
}

#nav div.left_selected {
	background-image:url('active-button-left.png');
	float: left;
	width: 14px;
	height: 30px;
	padding-top: 8px;
}

#nav div.right {
	float: left;
	width: 14px;
	height: 30px;
	padding-top: 8px;
}

#nav div.right_selected {
	background-image:url('active-button-right.png');
	float: left;
	width: 14px;
	height: 30px;
	padding-top: 8px;
}

#content
{
	margin: 10px 0px 25px 15px;
	width: 480px;
	font-family:arial;
	font-size: 11px;
	color: #444444;
	
}

#content h1
{
	font-family: verdana, sans-serif;
	font-size: 15px;
	color: #444444;
	font-weight: bold;
}

#content div.item {
	margin-top: 10px;
}

#content div.item div.icon {
	width: 70px;
}

#content div.item div.desc {
	float: right;
	width: 400px;
}

.clear {
	clear: both;
}

#content div.item div.desc h2 {
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #ff5500;
}

#content div.item div.desc p {
	margin-top: 0;
}

#footer {
	width: 932px;
	margin: 0 auto;
	padding-top: 45px;
	background: url('background-bottom.png') no-repeat;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #bdbdbd;
}

#footer a, #footer a:visited, #footer a:active {
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #bdbdbd;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#login {
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

#login a, #login a:active, #login a:visited {
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
}

#login a:hover {
	text-decoration: none;
}

#login select, #login input {
	background-color: #F8FFE3;
	font-size: 11px;
	font-family: sans-serif;
}

#login select {
	margin-bottom: 10px;
	width: 150px;
}

#login input {
	margin-bottom: 3px;
	width: 116px;
	height: 19px;
	padding: 4px 5px 0 5px;
	background: url('login-box.png');
	border: 0;
	color: #B5B9A8;
}

#login img {
	margin-bottom: -5px;
	margin-right: 5px;
}

.tiedote {
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tiedote .date {
	color: #FE9D2C;
	font-weight: bold;
}

.tiedote .desc {
	color: #B0D9F9;
	text-align: justify;
}

.tiedote .desc p {
	margin: 0;
}

.tiedote .more {
	margin-top: 1px;
}

.tiedote img {
	margin-right: 3px;
}

.tiedote .more a, .tiedote .more a:active, .tiedote .more a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.orange {
	color:#FE9D2C;
}
.red_bold {
	margin-top:2px;
	font-size:18px;
	font-weight:bold;
	color:#D81E14;
}
.tiedote .more a:hover {
	text-decoration: underline;
}

a.black:link, a.black:visited {
	color:#000000;
	text-decoration:underline;
}


a.orange:link, a.orange:visited {
	color:#FE9D2C;
	text-decoration:underline;
}

#feedback-form-1 label {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	vertical-align:super;
}
#feedback-form-1 #input {
	width: 200px;
	height: 19px;
	padding: 4px 5px 0 5px;
	background: url('input_long-white.png');
	border: 0;
	color: #333333;
}
#feedback-form-1 #submit {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
	width: 89px;
	height: 20px;
	padding: 1px 30px 0px 0px;
	background: url('submit.png');
	border: 0;
	font-size:12px;
	color: #333333;
	font-weight:bold;
	font-style:oblique;
}
#feedback-form-1 textarea {
	margin-bottom: 3px;
	width: 290px;
	height: 140px;
	padding: 5px 5px 6px 5px;
	background: url('textarea-white.png');
	border: 0;
	color: #333333;
}


