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

html, body {	
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	background: #8a8a8a url(images/tausta.png); 
	height: 100%;
	font-family: "MS Sans Serif", Arial, Verdana;
}

td {
	vertical-align: top;
	font-size: 13px;
	text-align: left;
}

li {
	font-size: 13px;
}
 
a {
	font-size: 13px;
	color: #4646db;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 22px;
	color: #000;
	font-weight: normal;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
}

h2 {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana;
}

h3 {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana;
}

h4 {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	line-height: 17px;
}

p {
	font-size: 13px;
	line-height: 16px;
}

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

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


#masterdiv {
	width: 815px;
	min-height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -407px;
	border-left: 2px solid #aeaeaf;
	border-right: 2px solid #aeaeaf;
}


#header {
	width: 815px;
	height: 245px;
	background: url(images/header.jpg) no-repeat;
	text-align: left;
}


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

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

.navtitle {
	font-weight: bold;
	font-size: 14px;
	margin-left: 13px;
}

.navlink {
	font-size: 14px;
	text-decoration: none;
	color: black;
	width: 155px;
	display: block;
	padding-left: 20px;
}

.navlink:hover {
	font-size: 14px;
	text-decoration: none;
	color: black;
	background: #a8a8a8;
}

#navsuomenparhaat {
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
}

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

#contents {
	width: 815px;
	position: relative;
	height: auto;
}

#leftbar {
	background: #dddddd;
	width: 175px;
	border-right: 1px solid #909090;
	height: 100%;
}

#content {
	background: #fff url(images/sisalto_tausta.png) repeat-x;
	width: 620px;
	height: 100%;
	padding: 10px;
}

#content_table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content_table td {
	
}

#googlemap {
	width: 600px;
	height: 330px;
}

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


#footer {
	width: 815px;
	height: 76px;
	position: relative;
	background: url(images/footer.jpg) no-repeat;
	position: absolute;
	bottom: 0px;
}

#iconnav {
	margin-top: 4px;
	margin-left: 10px;
}

#iconnav td {
	text-align: center;
	height: auto;
	padding: 0px 5px;
	line-height: 1.0;
}

#yhteystiedot {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 20px;
}

#copyright {
	font-size: 10px;
	color: #686872;
	position: absolute;
	right: 10px;
	top: 50px;
}

#copyright img {
	border: 0;
	vertical-align: middle;
}

#copyright a {
	font-size: 10px;
	color: #686872;
	text-decoration: none;
}

#copyright a:hover {
	font-size: 10px;
	color: #686872;
	text-decoration: underline;
}

/* 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;
}

.fullheight {
	height: 100%;
	min-height: 100%;
}
html>body  {height:auto}/*for mozilla */

.greybox {
	background: #ddd;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.greybox td {
	font-size: 12px;
}
