body
{
 font-family: arial, verdana, helvetica;
 font-size: 1.0em;
 background-color: #5294C4;
 color: #000000;
 margin: 0px;
 padding: 0px;
 padding-bottom: 7px;
 text-align: center;
 background-image: url('../images/taustakuva.gif');
 background-repeat: repeat-x;
}

td
{
 font-size: 0.8em;
}

table
{
 padding-left: 15px;
}

hr
{
 margin-left: 15px;
}

h1
{
 margin-left: 0px;
 font-size: 0.9em;
 text-align: left;
 color: #2D658D;
}

h2
{
 margin-left: 0px;
 font-size: 0.9em;
 text-align: left;
 color: #2D658D;
}

h3
{
 margin-left: 0px;
 font-size: 0.8em;
 margin-bottom: 5px;
 text-align: left;
 color: #2D658D;
}

h4
{
 margin-left: 0px;
 font-size: 0.8em;
 text-align: left;
 color: #2D658D;
}

h5
{
 margin-left: 0px;
 font-size: 0.8em;
 text-align: left;
 color: #2D658D;
}

h6
{
 margin-left: 0px;
 font-size: 0.8em;
 text-align: left;
 color: #2D658D;
}

p
{
 font-size: 0.8em;
 color: #000000;
 padding-left: 15px;
 margin-right: 10px;
 margin-top: 14px;
 margin-bottom: 14px;
 line-height: 160%;
 text-align: left;
 font-weight: normal;
}

p.nuoli
{
 font-size: 0.8em;
 color: #000000;
 padding-left: 15px;
 margin-right: 10px;
 margin-top: 14px;
 margin-bottom: 14px;
 line-height: 160%;
 background-image: url('../images/nuoli02.gif');
 background-repeat: no-repeat;
 text-align: left;
 font-weight: normal;
}

div.toteutus
{
 font-size: 0.8em;
 color: #FFFFFF;
 text-align: center;
 font-weight: bold;
 padding-bottom: 5px;
}

/*Sisällön pääkehys, jonka sisällä on kaksi sisältöaluetta*/
div#frame 
{
 width: 744px;
 margin-right:auto;
 margin-left:auto;
 margin-top:0px;
 padding:0px;
 text-align:left;
 background-image: url('../images/sisalto_tausta2.gif');
 background-repeat: repeat-y;
}

/*Sisällön pääkehys, jonka sisällä on kaksi sisältöaluetta*/
div#emptyframe 
{
 width: 744px;
 margin-right:auto;
 margin-left:auto;
 margin-top:0px;
 padding:0px;
 text-align:left;
}

/*Sisällön pääkehyksen vasen sisältöalue, jossa pystyteksti*/
div#contentleft 
{
 width:24px;
 height: 196px;
 padding:0px;
 margin: 0px;
 background-color: #5294C4;
 background-image: url('../images/sivuteksti.gif');
 background-repeat: no-repeat;
 float:left;
}

/*Sisällön pääkehyksen keskimmäinen sisältöalue*/
div#contentcenter 
{
 width:697px;
 margin: 0px; 
 padding: 0px;
 float:left;
 text-align: left;
 /*background-image: url('../images/sisalto_tausta.gif');*/
 background-repeat: repeat-y;
}

/*Sisältöalue*/
div#content 
{
 width:520px;
 margin: 0px;
 margin-left: 73px;
 padding-top: 20px;
 text-align: left;
}

/*Yläosan linkkialue*/
div.links_top
{
 text-transform: uppercase;
 font-family: arial, verdana, helvetica;
 padding-left: 80px;
 padding-top: 38px;
 font-size: 0.7em;
 padding-bottom: 10px;
 font-weight: bold;
}

/*Yläosa*/
div.top_bar
{
 margin: 0;
 padding: 0;
 width: 744px;
 height: 66px;
 background-color: #FFFFFF;
 background-image: url('../images/ylaosa_tausta.gif');
 background-repeat: no-repeat;
 text-align: left;
}

/*Yläpalkki, jossa sivuston pääkuva*/
div.top_bar2
{
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 134px;
 text-align: center;
}

/*Yläpalkin alaosa, jossa tervetuloa-teksti*/
div.top_bar3
{
 margin: 0;
 padding: 0;
 width: 744px;
 height: 49px;
 background-color: #FFFFFF;
 background-image: url('../images/tervetuloa.gif');
 background-repeat: no-repeat;
 text-align: left;
}

/*Sivun alareuna*/
div.bottom_bar
{
 margin: 0;
 padding: 0;
 width: 744px;
 height: 50px;
 background-color: #FFFFFF;
 background-image: url('../images/alaosa.gif');
 background-repeat: no-repeat;
 text-align: left;
}

/*Myynti- tai ostoilmoituksen laatikko*/
div.ilmo
{
 font-size: 0.8em;
 color: #000000;
 border: 1px;
 border-style: solid;
 border-color: #AAAAAA;
 margin: 15px;
 padding: 0px;
 background-color: #FFFFFF;
 font-weight: normal;
}

/*Ilmoituslaatikon otsikkorivi*/
div.ilmo_otsikko
{
 padding: 4px;
 font-weight: bold;
 background-color: #E1E1E1;
 border: 0px;
 border-style: solid;
 border-color: #AAAAAA;
 border-bottom-width: 1px;
 
}

/*Ilmoituslaatikon sisältöalue*/
div.ilmo_sisalto
{
 padding: 4px;
 background-color: #FFFFFF;
}

/*Lisätietoja -linkin alue*/
div.lisaa
{
 float: right;
}

a:link		{color:#2B7EBB; text-decoration:none; font-weight: bold;}
a:visited 	{color:#2B7EBB; text-decoration:none; font-weight: bold;}
a:active	{color:#2B7EBB; text-decoration:underline; font-weight: bold;}
a:hover  	{color:#2B7EBB; text-decoration:underline; font-weight: bold;}

.control {
font-family: arial, verdana, helvetica;
 font-size: 0.8em;
}

.link 
{
 text-transform: uppercase;
 font-family: arial, verdana, helvetica;
 padding-left: 0px;
 padding-top: 38px;
 font-size: 0.7em;
 padding-bottom: 10px;
 font-weight: bold;
}

.lang_fi
{
	margin-left: 70px; 
	text-transform: none;
}

.lang_en
{
	margin-left: 90px; 
	text-transform: none;
}

