﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Sysdrone Redersign */
/* Trimedia Oy */

/* Default fonts, colors & styling */
body {
	font-family: Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	background: url(../kuvat/background.png) repeat-x #F9F9F9 0px 0px;
}
a {
	color: #625f62;
	text-decoration: underline;
}
a:hover {
	color: #220f22;
	/*text-decoration: underline;*/
}
p {
	line-height: 1.5em;
	margin: 5px 0 15px 0;
}
h1 {
	color: #fd6500;
	font-size: 1.75em;
	line-height: 1.6em;
	margin: 4px 0;
}

h2 {
	color: #333;
	font-size: 1.2em;
	line-height: 1.8em;
}
h3 {
	color: #333;
	line-height: 1.8em;
}
h4 
{
	color: #333;
}

/* Wraps & Blocks */
#header-wrap {
}
#header {
	width: 960px;
	height: 105px;
	background: url(../kuvat/headerback.png) repeat-y;
	margin: 0px auto;
	padding: 0 13px;
}
#logo 
{

	height: 60px;
	width: 280px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#languagesContainer
{
	height: 15px;
}

#languages 
{
	position: relative;	
	text-align: right;
	top: 5px;	
	margin-right: 10px;
	font-size: 13px;
}

#menu-wrap {
}
#menu {
	width: 600px;
	margin: 28px 0 0 0px;
	height: 39px;
	font-size: 20px;
	letter-spacing: 5px;
	float: right

}
#menu ul {
	line-height:330px;
	float: right;
}
#menu ul float: left;: left{
	margin: 0 0 0 30px;
	text-transform:uppercase;
}
#menu ul li a {
	color: #625F62;
}
#submenu {
	width: 730px;
	font-size: 1em;
	letter-spacing: 2px;
	float: left;
	margin: 0 0 10px 0;
}
div#submenu ul {
	line-height: 40px;
	list-style: none;
	float: right;
	padding: 0px;
	margin: 0;
}
div#submenu ul li {
	float: left;
	margin:0;
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
	padding: 0px 20px 0px 20px;
	background: #eee;
}
div#submenu ul li#first {
	float: left;
	margin:0;
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
	border-left: 1px dotted #999;
	padding: 0px 20px 0px 20px;
	background: #eee;
}
div#submenu ul li.current {
	float: left;
	margin: 0;
	border-bottom: 0px;
	border-right: 1px dotted #999;
	padding: 0px 20px 0px 20px;
	background: #fff;
}
div#submenu ul li a {
	color: #666;
}
#content-wrap {
}
#content {
	width: 960px;
	background-image: url(../kuvat/headerback.png);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
}
#midwrap-left {
	background: url(../kuvat/mid-left.png) no-repeat center top;
}
#midwrap-right {
	background: url(../kuvat/mid-right.png) no-repeat right top;
}
#content-top {
	height: 170px;
	width: 960px;
	color: #fff;
	background-image: url(../kuvat/header-shadow.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
}

#content-topleft {
	width: 700px;
	margin: 20px 0 0 0;
	height: 150px;
	float: left;
}
#content-topleft p {
	font-size: 38px;
	line-height: 46px;
	margin:5px 15px 30px;
}

#content-topleft a {
	text-decoration: none;
}

#content-topleft p span a {
	color: #fff;
}


#content-topleft a:hover {
	text-decoration: underline;
}

#content-topleft small {
	font-size: 0.8em;
}
#content-topright {
	width: 220px;
	height: 150px;
	float: left;
}
#content-left {
	width: 220px;
	float: left;


}
#content-right {
	width: 730px;
	float: right;

}
#content-right h1, #content-right h2, #content-right h3, #content-right p {
	margin-left: 20px;
	margin-right: 20px;
}
#footer-wrap {
}
#footer {
	width: 960px;
	height: 60px;
	font-size: 0.8em;
	color: #333;
	background-image: url(../kuvat/header-shadow.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 13px;
}
/* Clears etc */
.clear {
	clear: both;
}
#footer ul  {
	color: #FFF;
	float: left;
	font-size: 1.0em;
	width: 280px;
	margin-right: 10px 15px 0 15px;
}
#content-right ul {
	font-size: 1.0em;
	list-style-type: disc;
	padding: 10px 10px 10px 20px;
	margin-left: 20px;
}
#content ul li {
	padding-bottom: 8px;
}
#content ul li a {
	color: #333;
}
/* Positioning, buttons etc. */
.floatleft {
	float: left;
	margin: 0 15px 10px 0;
}
.topbuttonfix {
	line-height: 58px;
	background: url(../kuvat/buttonback.png) no-repeat;
	padding: 0 0 0 30px;
}
.topbutton 
{
	font-size: 13px; 
	line-height: 58px;
	float: left;
	background: url(../kuvat/buttonback-right.png) no-repeat top right;
	display: block;
	width: 180px;
	padding: 0 30px 0 0;
	text-align: center;
}
.topbutton a {
	color: #333;
	line-height: 54px;
	font-size: 1.375em;
}
.topbutton a:hover {
	color: #61a512;
	text-decoration:none;
}

.pageimage 
{
	width: 230px;
}
	
.anchor
{	
	text-decoration: none;
	color: #333
}	

.anchor:hover {
	color: #333;
}

	
.floatImageContainer
{
	float: right;
	background-color: white;
	padding: 7px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}

#map
{
	margin-top: 15px;
}