/*-----------------------------------------------
/ matkum.css
/ Pääsivujen tyylistöt
/-----------------------------------------------*/

/* KEHYS TMS. */

body
{
  background-image: url(kuvat/tausta3.gif);
}

.tekstikehys
{
  margin: 10px 10px 10px 10px;
  color: #000000; 
  background-color: #FFFFEE;
  border: 2px solid #cccccc;
  width: 800px;
}

/* LINKIT */

a 
{
  font-weight: bold; 
  text-decoration: none;
}

a:link 
{
  color: #0000ff;
}

a:visited 
{
  color: #0000ff;
}

a:active 
{
  color: #0000ff;
}

a:hover  /* Kun hiiri kulkee linkin yli */
{
  color: #ff0000;
}

/* TEKSTI */

p
{
  margin-left: 20px;
  margin-right: 20px;
}

li
{
  margin-left: 20px;		
  margin-right: 20px;
  list-style-type : square;
}

.johdanto
{
  padding-right:30px;
  padding-left: 20px;  
  font-family: Verdana, Helvetica, Sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal; 
}

.normaali
{
  font-family: Verdana, Helvetica, sans, Sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal; 
}

.alaosa /* Sivun alareuna, jossa päivitystiedot */
{
  font-size: 10pt; 
  font-family: Arial, Helvetica, Sans-serif;
  text-align: center;
  color: #FFFFFF;
}

.linkit /* Linkit sivun alareunassa */
{
  font-size: 12pt; 
  font-family: Arial, Helvetica, Sans-serif;
  text-align: center;
  color: #000000;
}
.huomio
{
  font-weight: bold; 
  font-size: 12pt; 
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  color: #FFFFFF;
  background-color: #FF0000;
}

/* OTSIKOT */

h1, h2, h3, h4, h5, h6 /* Otsikot yleensä */
{
  font-weight: bold; 
  color: #000099;
  font-family: Arial, Helvetica, Sans-serif;
  margin-left: 20px;
  margin-right: 40px;
}

h1 /* h1 erikseen */
{
  /*border-bottom: solid 2px blue;*/
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-right: 10px;
}

h2 /* h2 erikseen */
{
  font-size: 15pt;
}

h3 /* h3 erikseen */
{
  font-size: 12pt;
}

.otsikko /* Sivujen otsikoiden (gif-kuvia) tyyli */
{
  margin-top: 25px;
  margin-bottom: 15px;
  border: none;
}

/* KUVA */

.kuva /* Sisältö-framen kuvan tyyli */
{
  border: thin solid navy;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 20px;
}

/* TAULUKOT */

.taulukko /* Taulukon oletustyylit */
{
  margin: 0px 0px 0px 0px;
  background-color: #FFFFEE;
  border-width: thin;
  border-style: solid;
  border-color: #FFFFEE;
  
}

.taulutausta /* Taulukon taustan tyyli */
{
  background-color: #eeeeee;
}
