


/* PUTOAVAN VALIKON TYYLI MÄÄRITTELY */

<style>
body{font-family: Arial, sans-serif; 
	margin-left: 2%;
	margin-right: 2%;
	max-width: 95%;
}

table {font-size:150%;
border: 5px solid black; 
border-style: solid;
border-width: 5px black;}
a{color:black;text-decoration:none;font:bold}
a:hover{color:blue; text-decoration: courier;arial;background:orange}
td.menu{background:lightyellow}
table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
}

/* ENSIMMÄINEN KIRJAIN KOROSTETTU */

p:first-letter {font: 180% cursive; color: #990000 }


/* OTSIKOT  */



h1, h2, h3 {font-family: Arial;  }



/* VASEN MARGINAALI */





div.ohjelma
{
  margin: 1.5em;
  background: lightgray
}	

div.paasivu
{
padding: 1.5em; 
 margin: 2px;
  border: dotted 2px black;
  width: 30em;
  height: auto;
margin: 3.5em;
  background: white;
}	

div.palsta
{
padding: 0.5em; 
 margin: 1px;
  border: dotted 2px black;
  width: 20em;
  height: 5em;
margin: 0.5em;
  text-align: auto;
  background: white;
}	

div.sisapalsta
{
padding: 0.5em; 
 margin: 2px;
  border: dotted 2px black;
  width: 54em;
  height: auto;
margin: 1.5em;
  text-align: center;
  background: white;
}		

div.vasenpalsta
{
padding: 0.5em; 
 margin: 2px;
  border: dotted 2px black;
  width: 34em;
  height: auto;
margin: 1.5em;
  text-align: left;
  background: white;
}

div.keskelle
{
padding: 2em; 
 margin: 20px;
  border: dotted 2px black;
  width: 40em;
  height: auto;
margin: 2.5em;
  text-align: center;
  background: white;
}	


div.reunapalsta
{
padding: 2em; 
 margin: 20px;
  border: dotted 2px black;
  width: 40em;
  height: auto;
margin: 2.5em;
  text-align: left;
  background: white;
}	

div.tarjouspalsta
{
padding: 2em; 
 margin: 20px;
  border: dotted 2px black;
  width: 40em;
  height: auto;
margin: 3.5em;
  text-align: left;
  background: white;
}	


div.sisapalsta_ohjeet
{
padding: 0.5em; 
 margin: 2px;
  border: dotted 2px black;
  width: auto;
  height: auto;
margin: 1.5em;
  text-align: left;
  background: white;
}	

div.sisapalsta_somistus
{
padding: 0.5em; 
 margin: 4px;
  border: dotted 2px black;
  width: auto;
  height: auto;
margin: 1.5em;
  text-align: left;
  background: lightyellow;
}	


/* KEIKKAKUVAT JA ILMAPALLOHAHMOT  */

div.imgcenter
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}
div.imgcenter imgcenter
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
 font-size:16px;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  font-family:"Arial";
  font-size:16px;

  width: 130px;
  margin: 2px;
}




</style>

