/* Core CSS Document */

body {
margin: 0;
padding: 0;
background: url(/images/core/bg.jpg) repeat-x #a9c203;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 76%;
}

img {
border: 0;
}

p {
margin: 0.7em 0;
}

h1 {
font-size: 130%;
color: #3b7112;
}

ul {
list-style-type: square;
}

a {
color: #003399;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#wrapper {
width: 760px;
margin: 0 auto;
background: #ffffff;
border: 5px solid #ffffff;
}

#logo {
float: left;
}

#lang_select {
font-family: Tahoma;
font-size: 11px;
color: #999999;
padding: 10px 0;
width: 500px;
text-align: right;
float: right;
}

#lang_select a {
color: #999999;
text-decoration: none;
}

#lang_select a:hover {
text-decoration: underline;
}

#header {
width: 760px;
height: 200px;
background: url(/images/core/header.jpg) no-repeat;
clear: both;
}

/* VALIKKO */

#laatikkovalikko {
width: 760px;
height: 120px;
}

#laatikkovalikko .img {
float: left;
padding-bottom: 1px;
}

#nav-menu {
padding: 0;
float: right;
}

#nav-menu ul {
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li {
margin: 0 0 6px 0;
display: inline;
}

#nav-menu li a {
background: #ffffff;
height: 2em;
line-height: 2em;
float: right;
border: 0em solid #999999;
color: #333333;
text-decoration: none;
padding-left: 15px;
font-family: Tahoma;
font-size: 11px;
}

#nav-menu li a:hover {
background: #ffffff;
color: #333333;
text-decoration: underline;
}

/* Hide from IE5-Mac \*/
#nav-menu li a {
float: none;
}
/* End hide */

/* LASKURI */

#right {
width: 210px;
margin-left: 20px;
float: right;
}

#laskuri {
width: 180px;
padding: 15px;
background: url(/images/core/bg.laskuri.jpg) no-repeat;
float: right;
font-family: Tahoma;
font-size: 11px;
text-align: center;
margin-top: 10px;
}

/* SISÄLTÖ */

#content {
width: 730px;
padding: 25px 15px;
margin: 2px 0;
float: right;
color: #333333;
}

/* FOOTER */

#footer {
width: 760px;
padding: 10px 0;
border-top: 3px solid #999999;
clear: both;
font-family: Tahoma;
font-size: 11px;
color: #666666;
text-align: center;
}

#footer a {
color: #666666;
font-weight: bold;
text-decoration: none;
}

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

/* TUOTELUETTELO */

.accordion {
	width: 520px;
	/*border-bottom: solid 1px #c4c4c4;*/
}
.accordion h3 {
	/*background: #e9e7e7;*/
	padding: 7px 0;
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	color: #003399;
	/*border: solid 1px #c4c4c4;*/
	/*border-bottom: none;*/
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #f0f0f0;
}
.accordion p {
	/*background: #f7f7f7;*/
	margin: 0;
	padding: 10px 0 15px 0;
	/*border-left: solid 1px #c4c4c4;*/
	/*border-right: solid 1px #c4c4c4;*/
}
.accordion a {
	color: #666;
	text-decoration: none;
}
.accordion a:hover {
	color: #06C;
	text-decoration: underline;
}