@charset "UTF-8";
/* CSS Document */
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
DIV.kontaineri { 
	width: 940px;
	float: left;
	background: #FFFFFF;
	margin-left: 20px;
} 
DIV.vasenpalkki {
    position: fixed;
	float: left; 
	width: 210px; /* since this element is floated, a width must be given */
	background: #FFFFFF;
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	border: 1px solid #FFFFFF;
}

DIV.oikeapalkki {
	float: right; 
	width: 165px; /* since this element is floated, a width must be given */
	background: #FFFFFF;
	padding: 5px 0px; /* top and bottom padding create visual space within this div */
	border: 1px solid #FFFFFF;
}

DIV.keskipalkki {
    width: 545px;
 	margin: 0px 170px 0px 210px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left: 6px;
	background: #FFFFFF ;
	border: 1px solid #FFFFFF;
	color: #000000;
	background-image: url( "pix/bg-larchforestbanner1.jpg" );
	background-repeat: no-repeat;
	
	
} 

DIV.agitaulukko {
    border: 1px black;
    height: 120px;
    overflow: auto;
}

/* Vasemman reunan uutisotsikot */
DIV.uutisruutu {
    padding: 5px; 
    text-align: left;
    margin: 5px; 
	background: #c8c8ff;
}
A:link.rss    {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: normal; font-size: 9pt; line-height: 12pt; display: block; }
A:visited.rss {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: normal; font-size: 9pt; line-height: 12pt; display: block; }
A:hover.rss   {font-family: arial, helvetica; color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 9pt; line-height: 12pt; background: #000080; display: block; }

H1 {font-family: Arial, Helvetica; color: #000080; font-weight: bold; font-style: italic; font-size: 50px; line-height: 50pt; text-decoration: none;}
H3 {font-family: Arial, Helvetica; color: #000080; font-weight: bold; font-style: italic; font-size: 20px; text-decoration: none;}
H4 {font-family: Arial, Helvetica; color: #000080; font-weight: bold; font-style: italic; font-size: 14px; line-height: 14px; text-decoration: none; margin-top: 5px}


A:link             {font-family: Arial, Helvetica; color: #000080; font-size: 10pt; text-decoration: underline; }
A:visited          {font-family: Arial, Helvetica; color: #000080; font-size: 10pt; text-decoration: underline; }
A:hover            {font-family: Arial, Helvetica; color: #FF0000; font-size: 10pt; text-decoration: underline; }

/* Vasemman reunan linkit */
A:link.linkki1    {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; display: block;}
A:visited.linkki1 {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; display: block;}
A:hover.linkki1   {font-family: arial, helvetica; color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; background: #000080; display: block;}

/* Vasemman reunan lippulinkit */
A:link.lippu    {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; }
A:visited.lippu {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; }
A:hover.lippu   {font-family: arial, helvetica; color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; }

/* Kuvagallerian linkit */
A:link.linkki3    {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; }
A:visited.linkki3 {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; }
A:hover.linkki3   {font-family: arial, helvetica; color: #FF0000; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; }

/* Oikean reunan linkit */
A:link.linkki2    {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; display: block;}
A:visited.linkki2 {font-family: arial, helvetica; color: #000080; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; display: block;}
A:hover.linkki2   {font-family: arial, helvetica; color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt; background: #000080; display: block;}


FONT.teksti                {font-family: arial, helvetica; color: #000000; text-decoration: none; font-size: 11pt; line-height: 13pt;}
FONT.kuvacopyteksti        {font-family: arial, helvetica; color: #000000; text-decoration: none; font-size: 9pt; line-height: 13pt;}
TD                         {font-family: arial, helvetica; color: #000000; text-decoration: none; font-size: 10pt; line-height: 13pt;}
A:link.tekstilinkki        {font-family: arial, helvetica; color: #000000; text-decoration: underline; font-size: 11pt; line-height: 13pt;}
A:visited.tekstilinkki     {font-family: arial, helvetica; color: #000000; text-decoration: underline; font-size: 11pt; line-height: 13pt;} 
A:hover.tekstilinkki       {font-family: arial, helvetica; color: #FFFFFF; text-decoration: underline; font-size: 11pt; line-height: 13pt; background: #000000;}
 
FONT.yhteystiedot {font-family: arial, helvetica; color: #FF0000; text-decoration: none; font-weight: bold; font-size: 10pt; line-height: 11pt;}
FONT.copyright    {font-family: arial, helvetica; color: #000080; text-decoration: none; font-size: 10pt; line-height: 11pt;}
FONT.kuvateksti   {font-family: Arial, Helvetica; color: #000080; font-weight: bold; font-style: italic; font-size: 14px; line-height: 18px; text-decoration: none;}




