@import url(color_white/color.css);
@import url(fonts.css);

html {
	margin: 0px;
	padding: 0px;
	background: #f0f0f0 url(color_white/pics/bg.jpg) no-repeat center top;
}
body {
	margin: 0px;
	padding: 0px;
	background: #f0f0f0 url(color_white/pics/bg.jpg) no-repeat center top;
}
#wrapper {
	margin: 0 auto;
	width: 903px;
}
#wrapperCenter {

}
#wrapperContent {

}

/* Header
=========================================*/

#header {
	height: 150px;
	position: relative;
}
#logo {
	position: absolute;
	top: 1px;
	left: 30px;
}
#logo a img {
	border: 0px;
}

.loginFrame {
	position: absolute;
	right: 0;
	top: 65px;
	height: 40px;
	overflow: hidden;
}
.loginFrame p {
	padding: 0;
}
.loginFrame iframe {
	border: 0;
}

.topText {
width: 430px;
height: 94px;
float: right;
top: 1px;
position: relative;
margin-right: 35px;
overflow:hidden;
}

/* Top Navigation
=========================================*/
#nav {
	width: 883px;
	height: 45px;
	padding: 0px 0px 0px 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(color_white/pics/nav.png) no-repeat left top;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background: url(color_white/pics/navBorder.jpg) no-repeat right 2px;
	float: left;
}
#nav ul li a {
	display: block;
	float: left;
	line-height: 45px;
	padding: 0px 15px;
	text-decoration: none;
}
#nav ul li a:hover {
	
}
#nav ul li a.open {
	font-weight: bold;
	background: url(color_white/pics/navOpen.gif) no-repeat center 37px;
}

/* Toolbox
=========================================*/
#toolbox {
	float: right;
}

#prButton {
	display: none;
}
#sitemapButton img {
	padding-right: 5px;
}

/* Langbox
=========================================*/
#lang {
	position: absolute;
	right: 45px;
	top: 70px;
}

#lang A {
	color: #000;
	margin-left: 12px;
	text-decoration: none;
}

#lang A.open {
	display: none;	
}

#lang A:hover {
	color: #0060af;
}

#lang IMG {
	display: none;
}



/* Content
=========================================*/
#content {
	padding: 0px 20px 10px 20px;
	height: 500px;
	overflow: visible;
	overflow-x: hidden;
	position: relative;
}
html>body #content {
	height: auto;
	min-height: 500px;
	overflow: hidden;
}
#main {
	width: 500px;
	padding: 10px 100px 0px 0px;
	float: right;
	overflow-x: hidden;
}
#mainCenter {

}
#mainContent {

}
#column1 {
	width: 190px;
	float: left;
}
#column1Center {

}
#column1Content {

}
#column2 {
	display: none;
}
#column2Center {

}
#column2Content {

}
#clearDiv {
	clear: both;
}

/* Sub Navigation
=========================================*/
#subnav {
	padding-bottom: 10px;
}
#subnav ul {
	margin: 0px;
	padding: 20px 0px 10px 0px;
}
#subnav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	background: none;
}
#subnav ul li a {
	display: block;
	margin: 2px 0px;
	height: 29px;
	line-height: 29px;
	width: 166px;
	padding: 0px 5px 0px 17px;
	overflow: hidden;
	background: url(color_white/pics/navSub.png) no-repeat left top;
	cursor: pointer; /* ie6 */
	text-decoration: none;
}
#subnav ul li a:hover {
	text-decoration: underline;
}
#subnav ul li a.open {
	background: url(color_white/pics/navSubOpen.png) no-repeat left top;
}
/* sub */
#subnav ul li ul {
	padding: 5px 0px 10px 0px;
}
#subnav ul li ul li {
	
}
#subnav ul li ul li a {
	height: auto;
	line-height: 1.2em;
	width: 154px;
	padding: 0px 5px 0px 29px;
	background: url(color_white/pics/navSubArrow.gif) no-repeat 19px 5px;
}
#subnav ul li ul li a:hover {
	
}
#subnav ul li ul li a.open {
	background: url(color_white/pics/navSubArrow.gif) no-repeat 19px 5px;
	text-decoration: underline;
}
/* subsub */
#subnav ul li ul li ul {
	
}
#subnav ul li ul li ul li {
	
}
#subnav ul li ul li ul li a {
	width: 141px;
	padding: 0px 5px 0px 42px;
	background: url(color_white/pics/navSubArrow.gif) no-repeat 32px 5px;
}
#subnav ul li ul li ul li a:hover {
	
}
#subnav ul li ul li ul li a.open {
	background: url(color_white/pics/navSubArrow.gif) no-repeat 32px 5px;
}

/* Footer
=========================================*/
#footerContainer {
	position: relative;
	margin: 0 auto;
	width: 903px;
	padding: 10px 0px;
}
#footer {
	border-top: 1px solid #b5b5b5;
	color: #4a4a4a;
}
#footer div {
	display: inline;
	padding-right: 20px;
}
#footer div.siteInfoAddress {
	padding-right: 2px;
}
#copy {
	display: none;
}

/* Form
=========================================*/

INPUT.textInput,
INPUT.textInputWide {
	border: 0px;
	height: 16px;
	padding: 3px 10px;
}
TEXTAREA.textArea,
TEXTAREA.textAreaWide {
	border: 0px;
	height: 151px;
	padding: 10px;
}
INPUT.textInput {
	width: 164px;
	background: url(color_white/pics/textInput.png) no-repeat right top;
}
TEXTAREA.textArea {
	width: 164px;
	background: url(color_white/pics/textArea.png) no-repeat left top;
}
INPUT.textInputWide {
	width: 280px;
	background: url(color_white/pics/textInputWide.png) no-repeat right top;
}
TEXTAREA.textAreaWide {
	width: 280px;
	background: url(color_white/pics/textAreaWide.png) no-repeat left top;
}
INPUT.submit {
	border: 0px;
	width: 109px;
	height: 28px;
	line-height: 28px;
	padding-bottom: 2px;
	background: url(color_white/pics/submit.png) no-repeat center bottom;
	cursor: pointer;
	margin: 10px 0px;
}
INPUT.submit:hover {
	color: #666;
}


/* Buttons
=========================================*/

DIV.button {
	height: 30px;
	background: url(color_white/pics/buttonRight.png) no-repeat right top;
	float: left;
	margin: 10px 0px 10px 12px;
}
DIV.button a {
	display: block;
	background: url(color_white/pics/buttonLeft.png) no-repeat left top;
	padding: 0px 8px 0px 20px;
	text-decoration: none;
	color: #000;
	font: 12px/30px Arial, sans-serif;
	position: relative;
	left: -12px;
	float: left; /* ie fix */
}
DIV.button a:hover {
	text-decoration: underline;
}
/* Oikeaa reunaa nappulasta ei pysty klikata */
DIV.button INPUT {
	border: 0px;
	background: url(color_white/pics/buttonLeft.png) no-repeat left top;
	height: 30px;
	font: 12px/30px Arial, sans-serif;
	padding: 0px 8px 2px 20px;
	cursor: pointer;
	overflow: visible; /* fixes IE7 wide button */
	position: relative;
	left: -12px;
}
DIV.button INPUT:hover {
	color: #666;
}

/* Sitemap */
#pageList ul {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#pageList ul li {
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
	
/* really 
==========================*/
#really {
	padding: 0px 0px 0px 20px;
	float: right;
}
#really a {
	color: #ccc;
	display: inline-block;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}
#really a:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

