@charset "utf-8";

/*---------------  dokumentin perusmaareet  ----------------------------------*/
body {
    margin: 10% 0 5% 0;
    padding:0 5% 0 5%;
    background:#fff;
    font-size:   12pt;
    font-family: Georgia, serif;
}
h1 {
    margin-top:   -0.2em;
    margin-bottom:1em;
    color:#000;
    font-size:2em;
}   h2 {
    margin-top:   1.5em;
    margin-bottom:0.5em;
    color:#000;
    font-size:1.4em;
} h3 {
    margin-top:   1em;
    margin-bottom:0.5em;
    color:#000;
    font-size:1.2em;
} h4, h5, h6 {
    margin-top:   1em;
    margin-bottom:0.2em;
    color:#000;
    font-size:1em;
} p {
    margin-top:   0em;
    margin-bottom:0.5em;
    font-size:  1em;
    line-height:1.2em;
} a:link, 
  a:visited {
    color:#000;
    text-decoration: underline;
}


/*---------------  piilotettavia elementteja  --------------------------------*/
.subpage #sitenavi .border2,
#wizardnavi,
#shorcuts,
#alphanavi,
.totopofpage
{
    display:none;
}


/*---------------  paasisaltoalue  -------------------------------------------*/
.contents #content {
    margin: 0;
    padding:0 .2em 0 .2em;
    float:none !important;
}


/*---------------  erikoismaareet  -------------------------------------------*/
#pageheader h1        {
border-bottom:2px solid #000;
}
#pageheader h1 a       {
text-decoration:none;
}

#footer {
margin-top:2em;
border-top:2px solid #000;
text-align:center;
}

