/* IMPORT */
@import "reset.css";

html body div.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3f3f3f;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 62.5%;
	line-height: 1.4;
	background: url(../images/footer-bg.jpg) no-repeat #ff822f;
}

a {
	color: #ea6834;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 140%;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

h3 {
	font-size: 125%;
	font-weight: normal !important;
}

h4 {
	font-size: 110%;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

h3, h4, h5 {
	margin: 0 0 0.75em 0;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: normal;
}

p {
	margin: 0 0 1.0em 0;
	font-size: 105%;
}

ul.ul, ol.ol {
	margin: 0 0 1.25em 0;
	font-size: 1.1em;
}

ul.ul li, ol.ol li {
	margin: 0 0 0.25em 0;
	list-style-position:inside;
	position: relative;
	left: 10px;
}

ul.ul li {
	list-style-type: disc;
}

ol.ol li {
	list-style-type: decimal;
}

.hide {
	display: none !important;
}

.padding {
	height: 20px;
	clear: both;
}

* span.date {
	display: block;
	font-size: 14px;
	color: #888888;
	line-height: 1.2;	
}

strong {
	font-weight: bold;
}

.image_right {
	display: block;
	margin: 0 0 10px 15px;
	float: right;
}

.image_left {
	display: block;
	margin: 0 10px 15px 0;
	float: left;
}

.image_center {
	display: block;
	width: auto;
	margin: 0 auto 15px auto;
}

.image_normal {
	margin: 0 0 15px 0;
}

.hr {
	clear: both;
	height: 10px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 20px;
	clear: both;
}

hr {
	display: none;
}

.line-through {
	text-decoration: line-through;
}

.image_alt p {
	margin-bottom: 5px;
	font-size: 85%;
	font-family: Arial, sans-serif;
	color: #707070;
	line-height: 1.25;
	padding-top: 5px;
	clear: both;
}

#container {
	text-align: left;
	font-size: 125%;
}

#header {
	background: url('../images/header-bg.jpg') no-repeat 50% 0 #ff822f;
	border-bottom: 50px solid #ffffff;
	font-family: Arial, sans-serif;
}

#header-inner {
	width: 960px;
	margin: 0 auto 0 auto;
	height: 144px;
	position: relative;
}

#logo {
	width: 319px;
	height: 160px;
	display: block;
	float: left;
	position: relative;
	left: -13px;
}

#logo a {
	width: 319px;
	height: 160px;
	display: block;
	background: url(../images/logo-60-v.png) no-repeat;
	text-indent: -2000em;
}

#nav-lang {
	float: right;
	position: absolute;
	bottom: 20px;
	right: 0;
}

#nav-lang li {
	float: right;
	clear: right;
}

#nav-lang li a {
	text-decoration: none;
	color: #ffffff;
	line-height: 15px;
}

#nav-lang li a:hover {
	text-decoration: underline;
}

#nav {
	position: absolute;
	right: 0;
	top: 144px;
	width: 869px;
	border: 1px solid #ff822f;
	border-top: none;
	height: 21px;
}

#nav li {
	display: block;
	float: left;
	background: url(../images/nav-separate.png) no-repeat 0 55%;
	position: relative;
	z-index: 100;
	height: 20px;
}

#nav li a {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #444444;
	text-decoration: none;
	padding: 0 15px 0 16px;
}

#nav li a:hover {
	color: #EA6834 !important;
}

#nav li.current a {
	color: #000000;
	font-weight: bold;
}

#nav li ul {
	position: absolute;
	top: 20px;
	float: left;
	-moz-box-shadow: 1px 3px 5px #bfbfbf;
	-webkit-box-shadow: 1px 3px 5px #bfbfbf;
	box-shadow: 1px 3px 5px #bfbfbf;
}

#nav li ul li {
	background: #ffffff;
	float: none;
	top: 1px;
}

#nav li ul li a {
	padding: 0 15px 0 15px;
	border: 1px solid #ff822f;
	white-space: nowrap;
	float: none;
	font-size: 90%;
	font-weight: normal !important;
}

#content {
	background-color: #ffffff;
	border-bottom: 20px solid #ffffff;
}

#content-inner {
	width: 960px;
	margin: 0 auto 0 auto;
}

#main {
	float: left;
	width: 570px;
}

#path {
	display: block;
	height: 35px;
}

#path li {
	float: left;
	display: block;
	background: url(../images/icon_li_arrow.png) no-repeat 8px 50%;
	padding-left: 20px;
	color: #555555;
}

#column {
	float: right;
	width: 310px;
}

#column .box {
	padding: 10px 12px;
	border: 1px solid #ff822f;
	margin-bottom: 20px;
	font-size: 90%;
	color: #555555;
	-moz-box-shadow: 1px 3px 5px #bfbfbf;
	-webkit-box-shadow: 1px 3px 5px #bfbfbf;
	box-shadow: 1px 3px 5px #bfbfbf;
	clear: both;
}

#column .box h2 {
	margin-bottom: 0.2em;
}

#column .box p {
	margin: 0;
	font-family: Arial, sans-serif;
	line-height: 1.4;
}

#search {
	margin-bottom: 20px;
}

#search * {
	font-family: Arial, sans-serif;
	font-size: 105%;
	color: #555555;
}

#search label {
	display: block;
}

#search input {
	display: block;
	border: 1px solid #ff822f;
	border-right: 0;
	background: #ffffff;
	padding: 3px 4px;
	float: left;
	width: 251px;
	margin: 0;
	height: 1.2em;
}

#search button {
	display: block;
	float: left;
	background: #ff822f;
	border: none;
	color: #ffffff;
	height: 1.8em;
	width: 50px;
	text-align: center;
	float: right;
}

#gallery-thumbs {
	display: block;
	padding-top: 1px;
}

#gallery-thumbs li {
	display: block;
	float: left;
}

#gallery-thumbs li a {
	position: relative;
	left: -1px;
	top: -1px;
	margin: 0 5px 5px 0;
	display: block;
	border: 1px solid #ffffff;
}

#gallery-thumbs li a:hover {
	border-color: #555555;	
}

#gallery-thumbs li a img {
	display: block;
}

#footer {
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 12px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 95%;
	height: 100px;
}

#footer ul li {
	float: left;
	padding-left: 20px;
	background: url(../images/footer-separate.png) no-repeat 9px 55%;
}

#footer ul li a {
	color: #ffffff;
}

/* dl luettelot */

dl.dl {
	margin-bottom: 20px;
}

dl.dl dt {
	float: left;
	clear: left;
	display: block;
	width: 25%;
	padding-top: 5px;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}

dl.dl dd {
	padding-top: 5px;
	display: block;
	padding-left: 27% !important;
	font-size: 1.1em;
}

/* Taulukot */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.1em;
}

.table th {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
}
                
.table {
	border-bottom: 1px solid #ddd;
}

.table tr {
	background: #fff;
}
              
.table tr.even td {
	background: #f3f3f3;
}
                
.table td, .table th {
	padding: 10px;
	line-height: 1.3em;
}
  

