/*
 *	CSS tyylit:			Mikael Kundert
 *	Sivuston toteutus:	Mikael Kundert
 */

body
{
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 18px;
	
	margin: 0px;
}
h2
{
	font-size: 16px;
	
	margin: 4px 0px 4px 0px;
}
h3, h4, h5
{
	font-size: 14px;
	
	margin: 4px 0px 4px 0px;
}

/* OMAT TYYLIT */

#container
{
	margin-left: auto;
	margin-right: auto;
	
	width: 799px;
}

#top
{
	width: 799px;
	height: 100px;
	
	margin: 0px; padding: 0px;
}

#content
{
	width: 799px;
	
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	
	margin: 0px; padding: 10px 16px 0px 16px;
}

#navigation
{
	width: 163px;
	margin: 0px; padding: 0px;
	
	text-align: right;
	
	line-height: 20px;
}

#bodytext
{
	width: 594px;
	margin: 0px; padding: 0px 5px 0px 5px;
}

#bottom
{
	width: 775px;
	height: 23px;
	
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	
	font-size: 9px;
	text-align: right;
	
	margin: 0px; padding: 0px 24px 0px 0px;
}

.ots1		{font-size: 12pt; font-weight:bold; background:silver;}
.ots2		{font-size: 10pt; font-weight:bold; background:silver;}
.ots3		{font-size: 8pt; background:silver;}
.ots4		{font-size: 8pt; font-weight:bold; background:silver;}
.ots5		{font-size: 8pt; font-weight:bold;}
.ots6		{font-size: 8pt;}
.teksti		{font-size: 8pt;}
.teksti_c	{font-size: 8pt; text-align=center}
.hinta		{font-size: 8pt;}
.hinta_c	{font-size: 8pt; text-align=center}
.nb 		{border:none;}
.vali		{font-size: 1pt; background:silver; padding:0;}