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

* {
	padding: 0;
	margin: 0;
}

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

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

ul {
	margin-left: 20px;
}

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

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

a.no-hover:hover {
	text-decoration: none;
}

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

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

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

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

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

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

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


#masterdiv {
	width: 919px;
	min-height: 100%;
	margin-left: 60px;
}


#header {
	width: 919px;
	height: 176px;
	text-align: left;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}

#header_text {
	position: absolute;
	left: 380px;
	top: 80px;
	width: 360px;
	color: white;
}


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

#navigation {
	width: 225px;
	position: relative;
	background: url(images/navitausta.png) repeat-y;
}
#navigation_bottom {
	width: 225px;
	height: 23px;
	position: relative;
	background: url(images/navitausta_alaosa.png) no-repeat;
}

#verkkokauppa {
	padding-left: 25px;
}
.nav, .nav ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	
}
.nav li {
	padding-left: 6px;
	height: 22px;
}
.nav li a {
	font-size: 14px;
	text-decoration: none;
	color: black;
	width: 206px;
	height: 22px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	padding-top: 3px;
}

.nav li a:hover {
	font-size: 14px;
	text-decoration: none;
	color: black;
	background: url(images/osoitin.png) no-repeat;
}

.nav li li {
	padding-left: 6px;
}
.nav li .submenu {
	font-size: 12px;
	text-decoration: none;
	color: black;
	width: 206px;
	height: 22px;
	font-weight: normal;
	display: block;
	padding-left: 26px;
	padding-top: 3px;
}

.nav li .submenu:hover {
	font-size: 12px;
	text-decoration: none;
	color: black;
	background: url(images/osoitin.png) no-repeat;
}

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

#contents {
	width: 900px;
	position: relative;
	height: auto;
	padding: 0 9px;
	background: url(images/contents.jpg) repeat-y;
}

#contents_bg {
	width: 880px;
	position: relative;
	height: auto;
	padding: 0 10px;
	background: url(images/contents_bg.jpg) no-repeat;
}

#ajankohtaista {
	width: 919px;
	position: relative;
	padding-left: 1px;
	padding-bottom: 30px;
	background: url(images/footer.jpg) no-repeat bottom left;
}


#ajankohtaista #teksti {
	width: 595px;
	height: 150px;
	margin-left: 300px;
	left: 200px;
}

#ajankohtaista_kuva {
	position: absolute;
	top: 28px;
	left: 120px;
}

#leftbar {
	width: 175px;
	height: 100%;
}

#content {
	width: 620px;
	height: 100%;
	padding: 10px;
}

#content_left {
	float: left; 
	width: 175px;
	margin-top: 20px;
}

#content_right {
	float: left; 
	width: 330px; 
	margin-top: 20px;
	margin-left: 45px; 
	line-height: 20px;	
}

#button_top_right {
	position: absolute;
	right: 20px;
	top: 4px;
}


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


#footer {
	width: 919px;
	position: relative;
	background: url(images/contents.jpg) repeat-y;
}

#kukat {
	width: 82px;
	height: 288px;
	position: absolute;
	left: 0;
	top: 270px;
	background: url(images/kukat.png) no-repeat;
}

#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: auto;
  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;
}

.videolinkki {
	color: #ac381d;
	font-size: 11px;
	text-decoration: none;
}

.videolinkki:hover {
	color: #aaa;
	font-size: 11px;
	text-decoration: none;
}

.videolinkki  img {
	vertical-align: middle;
}