/* Style.css */


body				{ 
					font-family: Verdana, Arial, Helvetica, Times, serif;
					font-size: 12px;
					color: #000000;
					background-color: #FFFFFF;
					margin-left: 0%;
					margin-right: 0%;
					margin-top: 0px;
					}
.table				{
					padding: 0px;
					border-style: ridge;
					border-width: 1px;
					}
.maintable			{
					padding: 0px;
					border-style: solid;
					border-width: 1px;
					border-right: 1px;
					border-color: #8F4B24;
					}
.yhteystiedot		{
					font-family: Verdana, Arial, Helvetica, Times, serif;
					font-size: 10px;
					color: #ffffff;
					background-color: #8F4B24;
					height: 18px;
					}
.sivubanner			{
					background-image: url(../_img/vasenreuna.jpg);
					background-repeat: no-repeat;
					}

.ylabanner			{
	background-image: url(../_img/_banneri.jpg);
	background-repeat: no-repeat;
	text-align: right;
					}
h1					{
					font: 130% Verdana, Arial, Helvetica, sans-serif;
					color: #000000;
					font-weight: bold 
					}
h2					{font: 110% Verdana, Arial, Helvetica, sans-serif; color: #365895;}

.kentta70			{
					width: 70%;
					}
.kommentti100		{
					width: 100%;
					height: 123px;
					}


/*etusivulinkki*/
#meny				{
					width: 14em;
					margin: 0;
					padding: 0;
					list-style-type: none;
					font-family: Verdana, Arial, Helvetica, Times, serif;
					font-size: 8pt;
					}
#meny li			{margin-bottom: 0.25em;}
#meny a				{
					display: block;
					width: auto;
					height:90%;
					background: transparent url(../_img/tuning.jpg);
					border: 1px solid #E9E8E9;
					padding: 0.25em;
					text-decoration: none;
					}

#meny	a:link		{color: #333333;}
#meny	a:visited	{color: #333333;}
#meny	a:hover		{
				background: transparent url(../_img/tuning-over.jpg);
					border-bottom: 1px solid #E9E8E9;
					border-right: 1px solid #989798;
					border-top: 1px solid #989798;
					}
#meny	a#current	{background: #8F4B24; color: #000000;}


/*pystymenu*/
#meny2				{
					width: 14em;
					margin: 0;
					padding: 0;
					list-style-type: none;
					font-family: Verdana, Arial, Helvetica, Times, serif;
					font-size: 8pt;
					}
#meny2 li			{margin-bottom: 0.25em;}
#meny2 a				{
					display: block;
					width: auto;
					height:90%;
					background: transparent url(../_img/tuning.jpg);
					border: 1px solid #E9E8E9;
					padding: 0.25em;
					text-decoration: none;
					}

#meny2	a:link		{color: #8F4B24;}
#meny2	a:visited	{color: #333333;}
#meny2	a:hover		{
				background: transparent url(../_img/tuning-over.jpg);
					border-bottom: 1px solid #E9E8E9;
					border-right: 1px solid #989798;
					border-top: 1px solid #989798;
					}
#meny2	a#current2	{background: #8F4B24; color: #000000;}



/* vaakamenu */
#menycontainer ul			{
							float: left; 
							margin-left: 0; 
							padding-left: 0; 
							width: 100%;
							height: 20px;
							background: transparent url(../_img/tuning.jpg);
							border-bottom: 1px solid #FFFFFF;
							font-size: 8pt;
							}
#menycontainer li			{
							display: inline;
							}
#menycontainer ul a			{float: left;
							background: transparent url(../_img/tuning.jpg);
							text-decoration: none;
							padding: 0.3em 2em;} 
#menycontainer a:link		{color: #333333;}
#menycontainer a:visited	{color: #333333;}
#menycontainer a:hover		{background: transparent url(../_img/tuning-over.jpg);
							border-bottom: 1px solid #E9E8E9;
							}
#menycontainer a#current3	{background: #3B5182; color: #000000;}
 

