/* Tagien oletustyylit */
/***********************/

* {
padding: 0;
margin: 0;
}

body {	
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	background: #c9e2df url(images/tausta.jpg) repeat-x; 
	height: 100%;
	font-family: Trebuchet MS, Arial, Verdana;
}

td {
	vertical-align: top;
	font-size: 12px;
}

p {
	font-size: 12px;
	margin: 4px 0px;
}

h1 {
	margin: 8px 0px;
}

h2 {
	margin: 8px 0px;
}

a {
	color: #337bff;
	text-decoration: none;
}

a:hover {
	color: #337bff;
	text-decoration: underline;
}

/**** ID:n mukaan määritykset ****/
/*********************************/

/* Sivun yläosan määritykset */
/****************************/

#masterdiv {
	width: 950px; 
	height: 100%; 	
	position: relative;
}


#header {
	height: 203px;
	width: 100%;
	background: url(images/header.jpg) no-repeat;
	text-align: right;
}

#headernavi {
	position: absolute;
	width: 636px;
	height: 68px;
	left: 312px;
	top: 4px;
}

/* Navigaation määrittelyt */
/***************************/ 

#navigation {
	position: absolute;
	left: 494px;
}
#navigation #topspace {
	height: 10px;
}

/* Sisällön määrittelyt */
/************************/

#contents {
	width: 948px;
	position: relative;
}

/* Footerin ja muiden sivun loppuosien määrittelyt*/
/**************************************************/

#footer {
	width: 100%;
	height: 48px;
	position: relative;
	font-size: 11px;
	text-align: right;
	color: #546d6a;
}

/* Rakennetaulujen määrittelyt*/
/**************************************************/
/* 1-palstaisen taulurakenteen tyylit */
#structure_1
{
  width: 100%;
}
#structure_1 td.column1 
{
  width: auto;
  background: transparent;
  vertical-align: top;
}

/* 2-palstaisen taulurakenteen tyylit */
#structure_2
{
  width: 100%;
}
#structure_2 td.column1 
{
  width: 337px;
  height: 467px;
  background: url(images/kuplat.jpg) no-repeat;
  vertical-align: top;
}
#structure_2 td.column2
{
  width: auto;
  background: transparent;
  vertical-align: top;
}

/* 3-palstaisen taulurakenteen tyylit */
#structure_3
{
  width: 100%;
}
#structure_3 td.column1 
{
  width: auto;
  vertical-align: top;
}
#structure_3 td.column2
{
  width: 480px;
  vertical-align: top;
  
}
#structure_3 td.column3
{
  width: 200px;
  vertical-align: top;
}

/**** CLASS määritykset ****/
/***************************/

.bold {
	font-weight: bold;
}

.kuva_tryhma {
	float: left;
	margin: 0 10px 10px 0;
	border: 0;
}

.lista_tryhma {
	list-style: none;
	font-size: 11px;
	padding-left: 98px;
	*padding-left: 58px;
}
.lista_tryhma li {
	padding-left: 8px;
	background: url(images/linemarker.gif) 0px 8px no-repeat;
}

.sisalto {
	color: #546d6a;
}

.galleria_container {
	margin-bottom: 4px;
	cursor: pointer;
	width: 160px;
	float: left;
	height: 180px;
	margin: 4px;
}


.galleria_container  table {
	width: 100%;
	height: 100%;
}

.galleria_container  h2 {
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.galleria_container p {
	font-size: 12px;
	margin-top: 0px;
}

.galleria_container  ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.roundbox1 .tl {
	background: url(images/rb1/tl.png) no-repeat;
	height: 5px;
	width: 5px;
}
.roundbox1 .tc {
	background: url(images/rb1/tc.png) repeat-x;
	height: 5px;
}
.roundbox1 .tr {
	background: url(images/rb1/tr.png) no-repeat;
	height: 5px;
	width: 5px;
}
.roundbox1 .cl {
	background: url(images/rb1/cl.png) repeat-y;
	width: 5px;
}
.roundbox1 .cc {
	background: url(images/rb1/cc.png);
}
.roundbox1 .cr {
	background: url(images/rb1/cr.png) repeat-y;
	width: 5px;
}
.roundbox1 .bl {
	background: url(images/rb1/bl.png) no-repeat;
	height: 5px;
	width: 5px;
}
.roundbox1 .bc {
	background: url(images/rb1/bc.png) repeat-x;
	height: 5px;
}
.roundbox1 .br {
	background: url(images/rb1/br.png) no-repeat;
	height: 5px;
	width: 5px;
}

div.tuote_kuvalista_thumb {
  float: left; 
  margin: 0 6px 4px 0; 
  cursor: pointer; 
  width: 60px;
  height: 40px;
  overflow: hidden;
  border: 1px dashed #aaa;
}

div.tuote_kuvalista_thumb img { 
  width: 60px;
}

.link1 {
	display: block;
	color: white;
	font-size: 15px;
	padding: 8px 50px;
}

.link1:hover {
	background: #eee;
	color: black;
	text-decoration: none;
}