/* CSS Document */

body {
   background-attachment: fixed;
   background-image: url(logo_back2.gif);
   text-align: center;;
}

.kehys
  {
   display: block;
   width: 800px;
   margin-left: auto; margin-right: auto;
   font-size: 0.9em;
   text-align: center;
   padding: 1em;
   background-color: #FFFFFF;
   border: solid thin green;
}

.kehysteksti
  {
    display: block;
    width: 84%;
    margin-left: auto; margin-right: auto;
	font-family: Georgia, Sans-serif, Arial, Serif;
	font-size: 0.9em;
	line-height: 140%;
	margin-bottom: 3em;
    border: 1px solid #006600;
    padding: 1em 1em 0em 1em;
}


h1 	 {
   	font-family: Georgia, Arial, sans-serif;
	font-size: 1.5em;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    text-align: center;
}

h2 	 {
   	font-family: Georgia, Arial, sans-serif;
	font-size: 1.5em;
    margin: 1em 0 0.5em 0;
    text-align: left;
}

h3 	 {
   	font-family: Arial, sans-serif;
	font-size: 1em;
    font-weight: Bold;
    margin: 1em 0 1em 0;
    text-align: left;
    background-color: #CCCCCC
}

img {
  border: none;
}


.linkki, a.linkki:link, a.linkki:visited {
 background-color         : transparent ;
 color                    : #006600 ;
 text-decoration          : none;
}

a.linkki:hover {
 background-color         : transparent ;
 color                    : #009999 ;
 text-decoration          : none;
}



#menubar {
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
}

ul.menu {
	padding: 0px;
	list-style-type:none;
    text-align: center;
    margin: 2px;
    width: 580px;
    margin-left: auto; margin-right: auto;
    font-family: arial, times, serif, verdana, sans-serif;
}

ul.menu li{
		display: inline;
	}

ul.menu li+li {
		border-left:1px solid #ccc;
	}
ul.menu a.menu:link, a.menu:visited, a.valittu {
        font-size: 90%;
        text-decoration: none;
        color: #000000;
		background-color:#C3DF33;
		padding: 1px 5px 1px 5px;
}
ul.menu a.menu:hover {
        text-decoration: none;
        color: #000000;
        background-color: #CCFF00;
}

ul.menu a.valittu {
        color: #FFFFFF;
        background-color: #00A666;
}

.alalaita_info {
    display: block;
    width: 90%;
    margin-left: auto; margin-right: auto; margin-bottom: 10px;
    color: #FFFFFF;
    bottom: 0px;
    font-family: Arial, sans-serif, serif, times, verdana;
    font-size: 1em;

    text-align: center;
    padding: 0.5em 0em 0.5em 0em;
    background-color: #006633;
  font-weight: bold
}

table
{
  width: 95%;
  border: solid;
  font-family: Arial, sans-serif, serif, times, verdana;
  font-size: 0.9em;
}

tr
{
  width: 80%;
  border: solid;
}

tr.harmaa
{
  border: solid;
  border-bottom-color: #666666;
  background-color: #DDDDDD;
}


.rightcell
{
  text-align: right;
  width: 10%;
}


