/*
** Ekovihreät ry style sheet for CSS2-capable browsers.
** Keijo Luoto 2007 - http://koivuharju.fi
*/

body {
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 10pt;
   margin: 5px 0px 5px 5px;
   padding: 1px;
   border: 0px solid #000080;
   width: 735px;
}

img.tekstikuva {
   padding: 0px 0px 2px 10px;
}

p {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10pt;
   color: rgb(120,80,70);
   text-align: left;
   line-height: 1.5em;
   padding: 2px 0px 2px 5px;
}

table {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 1em;
   color: #000080;
   text-align: left;
}

p.ingressi {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10pt;
   color: #000080;
   text-align: center;
   line-height: 1.5em;
   padding: 2px 5px 2px 5px;
   font-weight: bold;
}

p.sp {
   text-align: center;
}


p.pieni {
    font: 8pt arial, verdana, helvetica, sans-serif;
    color: #EEEEEE;
    text-align: center;
}

p.paluu {
    font: 9pt arial, verdana, helvetica, sans-serif;
    color: #EEEEEE;
    text-align: right;
    line-height: 0.9em;
}

p.vasen {
    font: 10pt arial, verdana, helvetica, sans-serif;
    color: #EEEEEE;
}

p.keskitys {
    text-align: center;
}

td.teksti {
    background: #FFFFFF;
    padding: 2px 5px 2px 10px;
    width: 580px;
}

td.vasen {
    background: rgb(14,110,62);
    padding: 5px 10px 5px 10px;
    border: 1px rgb(14,110,62);
    width: 152px;
}

td.oikea {
    font: 9pt arial, verdana, helvetica, sans-serif;
    background: rgb(242,243,237);
    padding: 1px 0px 1px 1px;
    width: 1px;
}

/* Navigaatiopalkki  */
/* Osien järjestyksen vaihtaminen voi johtaa väärään toimintaan  */

div.tabs {
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: #66CC66;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding: 0.5em 0em 0em 0em;
    white-space: nowrap;
    font-size: 10pt;
    text-align: center;
}

div.tabs a {
    /* linkit normaalitilassa */
    background: transparent;
    border-color: #66CC66;
    border-width: 1px;
    border-style: solid solid none solid;
    color: #000080;
    margin-right: 0.5em;
    padding: 0em 1.5em;
    font-weight: normal;
    text-transform: lowercase;
}

div.tabs a:visited {
	/* käydyt linkit eivät muutu */
    color: #000080;
}

div.tabs a.selected {
    /* nykyinen sivu */
    background: #66CC66;
    border: 1px solid #66CC66;
    border-bottom: #66CC66 1px solid;
    color: #000080;
    font-weight: normal;
}

div.tabs a.selected:visited {
	/* käydyt linkit eivät muutu */
    color: #000080;
}

div.tabs a:hover {
	/* kursorin osoittama linkki */
    background: #80FF80;
    border-color: #80FF80;
    border-bottom-color: #66CC66;
    color: #0000FF;
}

div.tabs a.selected:hover {
	/* ei muutosta, kun ollan jo tällä sivulla */
    color: #000080;
    background: #66CC66;
    border-color: #66CC66;
}

/* Alempi palkki ilman tekstiä*/

div.pathBar {
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
    height: 0.6em;
}

/* Alempi palkki, jossa paluulinkki tai tekstiä */

div.paluu {
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font: 8pt arial, verdana, helvetica, sans-serif;
    color: #66CC66;
    text-align: right;
    height: 1.6em;
}

    
    
/* OTSIKOT  */


h1, h2, h3, h4, h5, h6 {
    color: #000080;
    text-align: center;
    font: 100% arial, verdana, helvetica, sans-serif;
    margin: 0px 0px 5px 0px;
    padding: 2px 2px 2px 5px;

}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 15pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 12pt;
}

h5 {
    font-size: 11pt%;
}

h6 {
    font-size: 10pt;
}




/* LISTAT  */


ul {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9pt; 
	line-height: 1.4em;
	text-align: left; 
	margin-left: 2em; 
	padding: 0;
	color: rgb(120,80,70);
}


ol {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	margin-left: 2em;
	padding:0;
}


ul a, ol a {
    text-decoration: none;
}



/* LINKIT TEKSTISSÄ */
/* Osien järjestyksen vaihtaminen voi johtaa väärään toimintaan  */


a {
    font-family: arial, verdana, helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
    color: #66CC66;
}

a:visited {
    color: #66CC66;
    background-color: transparent;
}

a:active {
    color: #FF6666;
    background-color: transparent;
}

a:hover {
    color: #DC2A35;
    background-color: transparent;
}


/* Handmade in Lonttinen by Keijo Luoto */
/* Osien järjestyksen vaihtaminen voi johtaa väärään toimintaan  */

p.kl {
    font: 7pt arial, verdana, helvetica, sans-serif;
    color: #AAAAAA;
    text-align: center;
}
p.kl a {
    text-decoration: none;
    color: #AAAAAA;
}
p.kl a:visited {
    color: #AAAAAA;
}
p.kl a:hover {
    color: #FFFFFF;
}