
/*****************************************
 * blue: #0397d6;
 * bannerName: 
 * 
 ****************************************/

html {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	border: 0px; /* ie6 */
	background-color: #fff;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font: .75em Arial, sans-serif;
	border: 0px; /* ie6 */
	background-color: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	overflow: visible;
	position: relative;
}

html>body #wrapper {
	height: auto;
	min-height: 600px;
	overflow: hidden;
}

#header {
	height: 91px;
	overflow: hidden;
	position: relative;
}

#top {
	padding: 2px 20px 0px 20px;
	width: 400px;
	height: 38px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
}

a.print {
	display: block;
	float: right;
	padding: 15px 0px;
	margin-right: 35px;
	color: #fff;
}

a.sitemap {
	display: block;
	padding: 15px 0px;
	float: right;
	margin-right: 19px;
	color: #fff;
}

a.loginButton {
	display: block;
	clear: left;
	float: left;
	padding: 2px 0px 3px 15px;
	margin: 10px 0 0 35px;
	color: #fff;
	width: 132px;
	background: url(bg/loginButton.jpg) no-repeat left top;
}

/* search */

.search {
	white-space: nowrap;
	height: 30px;
	padding: 0px 0px 0px 0px;
	clear: right;
	float: right;
}

.search input.searchstring {
	width: 192px;
	height: 19px;
	padding: 7px 10px 0px 40px;
	border: 0px;
	font: 12px Arial, sans-serif;
	color: #747474;
	background: url(bg/search.jpg) no-repeat right top;
	overflow: hidden;
}

#footerContent .search input.searchstring {
	padding: 5px 10px 0px 40px;
	background: url(bg/searchFooter.jpg) no-repeat right top;
}

.search input.searchButton {
	height: 24px;
	padding: 0px 10px 0px 10px;
	font: 12px/20px Arial, sans-serif;
	border: 0;
	background: none;
	cursor: pointer;
	color: #000;
	text-align: left;
}

#footerContent .search input.searchButton {
	color: #fff;
}

#search input.searchButton:hover {
	
}

a#logo {
	position: absolute;
	left: 28px;
	top: 2px;
}


#nav {
	height: 89px;
	overflow: hidden;
	background: url(bg/nav.jpg) no-repeat left top;
}

/* navTop */

#navTop {
	height: 31px;
	padding: 0px 0px 0px 10px;
}

/* Valikko */

#navTop ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#navTop ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	background: url(bg/navSep.gif) no-repeat right top;
}

#navTop ul li.open {
	background: url(bg/navTopLeftOpen.jpg) no-repeat left top;
}

#navTop ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	line-height: 31px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #fff;
}

#navTop ul li a:hover {
	color: #e2e2e2;
}

#navTop ul li a.open {
	color: #fff;
	background: url(bg/navTopRightOpen.jpg) no-repeat right top;
}

#langs {
	padding: 3px 10px 0px 0px;
	float: right;
	height: 30px;
}

#langs a {
	color: #fff;
	margin: 0px 3px;
	padding: 0px 0px 0px 20px;
}

#langs a.fi {
	background: url(bg/fi.jpg) no-repeat left center;
}

#langs a.en {
	background: url(bg/en.jpg) no-repeat left center;
}

#langs a.se {
	background: url(bg/se.jpg) no-repeat left center;
}

#langs a.ee {
	background: url(bg/ee.jpg) no-repeat left center;
}

#langs a.nl {
	background: url(bg/nl.jpg) no-repeat left center;
}

#langs a.lv {
	background: url(bg/lv.jpg) no-repeat left center;
}

#langs a.de {
	background: url(bg/ch.jpg) no-repeat left center;
}
#langs a.de2 {
	background: url(bg/de.jpg) no-repeat left center;
}


/* content */

#content {
	clear: both;
	margin: 0px;
	padding: 10px 0px 30px 0px;
	height: 400px;
	overflow: visible;
	background: url(bg/content.gif) no-repeat left top;
}

html>body #content {
	height: auto;
	min-height: 400px;
	overflow: hidden;
}

/* banner */
#banner {
	width: 700px;
	float: right;
	margin: 0px 20px 10px 0px;
	height: 0px;
	
}



/* column2 */

#column2 {
	padding: 10px 20px;
	width: 260px;
	float: right;
	height: 200px;
	margin-top: 10px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

html>body #column2 {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}



/* Main */

#main {
	width: 410px;
	margin: 10px 0 0 0;
	padding: 10px 5px 20px 50px;
	float: left;
	height: 100px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

html>body #main {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}




/* column1 */

#column1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 212px;
	float: left;
	height: 20px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
	position: relative;
}

html>body #column1 {
	height: auto;
	min-height: 20px;
	overflow: hidden;
}


#column1Text {
	margin-top: 40px;
	padding: 0;
	background: url(bg/column1Bg.gif) repeat-y left top;
}

#column1TextTop {
	background: url(bg/column1Top.gif) no-repeat left top;
	padding: 0 20px 20px 20px;
	height: 100px;
	overflow: visible;
	position: relative;
}

html>body #column1TextTop {
	height: auto;
	min-height: 100px;
}

#column1TextBottom {
	height: 10px;
	background: url(bg/column1Bottom.gif) no-repeat left bottom;
}

#column1 #column1TextTop h1 {
	text-align: center;
	color: #fff;
	padding-top: 10px;
	background: url(bg/column1Title.gif) #000 no-repeat left top;
	position: relative;
	top: 5px;
	left: -15px;
	width: 201px;
}

a.redButton {
	display: block;
	width: 130px;
	line-height: 25px;
	text-align: center;
	background: url(bg/readMore.gif) no-repeat center top;
	color: #fff;
}

a.redButton:hover {
	color: #fff;
	text-decoration: none;	
}
	



/* navSub */

#navSub {
	padding-bottom: 10px;
}

#navSub ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navSub ul li {
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
	display: block;
	width: 211px;
	background: url(bg/subnavBgTop.gif) no-repeat left 2px;
}

#navSub ul li.open {
	background: url(bg/subnavBgTopOpen.gif) no-repeat left 2px;
}

#navSub ul li a {
	margin: 0px 0px 0px 0px;
	padding: 7px 20px 8px 22px;
	display: block;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	background: url(bg/subnavBgBottom.gif) no-repeat left bottom;
}

#navSub ul li a:hover {
	text-decoration: underline;
}

#navSub ul li a.open {
	color: #000;
}


/* Ala-alavalikko */

#navSub ul li ul {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	background: url(bg/subnavBg.gif) repeat-y right top;
}

#navSub ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	background: url(bg/subnavBg.gif) repeat-y right top;
}

#navSub ul li ul li.open {
	background: none;
}

#navSub ul li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 30px;
	background: none;
}

#navSub ul li ul li a.open {
	text-decoration: none;
	background: url(bg/subnavOpen.gif) no-repeat 18px 6px;
	color: #000;
}

#navSub ul li ul li a:hover {
	text-decoration: underline;
}

/* Ala-ala-alavalikko */

#navSub ul li ul li ul {
	margin: 0px;
	padding: 5px 0px;
	background: none;
}

#navSub ul li ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navSub ul li ul li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 45px;
	font-weight: normal;
}

#navSub ul li ul li ul li a.open {
	
}

#navSub ul li ul li ul li a:hover {
	
}

.column1Text {
	padding: 10px 0px;
}






/*Peruselementit*/


a {
	outline: none;
	color: #c9252b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
	font-family: serif, Arial, Tahoma;
}

h2 {
	padding: 7px 0px 2px 0px;
	margin: 0px;
	color: #000;
	font-size: 1.3em;
}

h3 {
	padding: 5px 0px 2px 0px;
	margin: 0px;
	color: #E2292F;
	font-size: 1em;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
	clear: both;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}


.hidden {
	display: none;
}

a.button {
	display: block;
	width: 113px;
	height: 30px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	background: url(bg/button.jpg) no-repeat left top;
}

a.button160 {
	display: block;
	width: 160px;
	height: 30px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	background: url(bg/button160.jpg) no-repeat left top;
}

a.buttonGif {
	display: block;
	width: 105px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background: url(bg/buttonGif.gif) no-repeat left top;
	cursor: pointer;
}

input.button {
	width: 113px;
	height: 30px;
	padding-bottom: 6px;
	color: #fff;
	text-align: center;
	background: url(bg/button.jpg) no-repeat left top;
	border: 0px;
	cursor: pointer;
}

#footerContent {
	padding: 15px 0px;
	height: 10px;
	overflow: visible;
	background-color: #1d1d1d;
	color: #fff;
}

html>body #footerContent {
	height: auto;
	min-height: 10px;
	overflow: hidden;
}


#footerContent, 
#footerContent h1, 
#footerContent h2, 
#footerContent h3 {
	color: #fff;
}

#footerContent a {
	position: relative;
	left: -9px;
	color: #818181;
	padding: 0 0 0 10px;
	background: url(bg/footerLink.gif) no-repeat 4px 3px;
}

#footerContent h1 {
	font-weight: normal;
}

#footerContent #contentText {
	width: 650px;
	float: left;
	overflow-x: hidden;
}


/* footer */

#footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	overflow: hidden;
	height: 70px;
	background: #000;
	color: #fff;
}

#footer img {
	float: right;
}

.footerInnerContent {
	width: 1000px;
	margin: 0 auto;
}


/* really */

#really {
	padding: 5px 0px 0px 0px;
	text-align: left;
}

#really a {
	color: #909090;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}

#really a:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}








/* search results */

#searchResults h1 {
	margin-bottom: 5px;
}

#searchResults p {
	margin: 0;
	padding: 3px 0;
}

#searchResults th {
	margin: 0;
	padding: 3px 30px 3px 0;
	text-align: left;
}

#searchResults td {
	margin: 0;
	padding: 3px 30px 3px 0;
}





/* tabNav */


#tabNav {
	height: 30px;
	width: 450px;
	overflow: hidden; 
	background: url(bg/projectNav.jpg) no-repeat left bottom;
}

#tabNav ul {
	margin: 0;
	padding: 0px 0px 0px 15px;
}

#tabNav ul li {
	margin: 0px 1px 0px 1px;
	padding: 0;
	list-style-type: none;
	float: left;
	text-align: center;
	background: url(bg/tabNavRight.jpg) no-repeat right top;
}

#tabNav ul li.tabOpen {
    background: url(bg/tabNavRightOpen.jpg) no-repeat right top;
}

#tabNav ul li a {
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	font-size: 12px;
	padding: 0px 10px;
	text-decoration: none;
	display: block;
	color: #fff;
	background: url(bg/tabNavLeft.jpg) no-repeat left top;
}

#tabNav ul li a:hover {
	text-decoration: underline;
}

#tabNav ul li a.tabOpen {
	font-weight: normal;
	text-decoration: none;
    background: url(bg/tabNavLeftOpen.jpg) no-repeat left top;
    border: none;
    color: #000;
}




/* #tabNav javascriptin kanssa */

/* Tämän sisällä sekä nav että tavarat */
#tabContainer {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	position: relative;
	overflow: visible;
	height: 100px;
}

html>body #tabContainer {
	height: auto;
	min-height: 100px;
}

.tabData {
	padding: 10px 20px;
}




/* overlib */

.hover {
	cursor: crosshair;
}

#hover {
	width: 308px;
	height: 161px;
	padding: 20px;
	background: transparent url(bg/bubble.png) no-repeat left top;
	font-size: 11px;
}

#hover h1, #hover p {
	margin: 0px;
	padding: 2px 0px;
}





/* news */

#newsBox {
	padding: 10px 20px;
	width: 260px;
	float: right;
	background: url(bg/content.gif) no-repeat right top;
	margin-top: 10px;
}

#newsBox h1 {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	font-weight: normal;
}

p.newsItem {
	padding: 0px 0px 10px 0px;
}

p.newsItem a {
	font-weight: normal;
}

span.newsDate {
	
}







/* sitemap */

#sitemap {
	
}

#sitemap ul {
	padding: 2px 20px;
	margin: 0px;
}

#sitemap ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sitemap ul li a {
	padding: 0px 0px 0px 8px;
	background: url(bg/arrow.gif) no-repeat left center;
}

#sitemap ul li ul {
	
}



#main form {
	position: relative;
	background: url(bg/formBg.gif) repeat-y left top;
	padding: 0px 30px 0px 30px;
}

.formNoBorders {
	background: none !important;
}

#main form .formTop {
	padding-top: 5px;
	position: relative;
	left: -30px;
	height: 16px;
	width: 368px;
	background: url(bg/formBgTop.gif) no-repeat left top;
}

#main form .formBottom {
	position: relative;
	top: 10px;
	left: -30px;
	height: 16px;
	width: 368px;
	background: url(bg/formBgBottom.gif) no-repeat left top;
}

#main form input,
#main form textarea {
	margin: 0 0 8px 0;
	border: 1px #d4d4d4 solid;
	background: url(bg/formText.gif) repeat-x left top;
}

#main form .submit {
	margin: 0;
	border: 0;
	width: 196px;
	height: 25px;
	cursor: pointer;
	background: url(bg/formSubmit.gif) repeat-x left top;
	color: #fff;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
}

#main form h3 {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
	font-family: serif, Arial, Tahoma;

}



#header,
#nav,
#frontTop,
#column1,
#column2,
#footerContent,
#really
{
	display: none;
}

#content {
	margin: 0;
	padding: 0;
	border: 0;
}

#main {
	float: none !important;
	margin: 0;
	padding: 5px;
	width: 600px;
}

#footer {
	width: 600px;
	margin: 0;
	padding: 20px 0 0 0;
}

#footer table {
	margin: 0;
	width: auto;
}

#footer img.footerLogo {
	display: none;
}



