table  { page-break-inside: avoid; }
legend  { page-break-after: avoid;}
.otsake { page-break-after: avoid;}

/*****************************************
 html ja body  
******************************************/
html, body {
    margin : 0;
    padding : 0;
}

body {
    text-align: center;
    color : #a52a2a;
    background : #CACACA; /*white;*/
    font : 100% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}


/*****************************************
 Tekstikoot  
******************************************/
a, p , ul, li, td, th, label, legend {
    font-size : 1em; /*0.9em*/
}

h1 {
    font-size : 1.2em; /*1.05em*/
    font-weight : bold;
}

h2 {
    font-size : 1.1em; /*1em*/
    font-weight : bold;
}

h3 {
    font-size : 1.1em; /*1em*/
    font-weight : bold;
}


/*****************************************
 Muut 
******************************************/
#kehysrunko{
 border : none;
}

#ylaosa_kehys{
 display : none;
}

#tekstisisalto{
 margin : 0;
 padding: 0; 
 border : none;
 width: 100%;
 height: 100%;
}

#vasenvalikko{ 
 display : none;
}

#oikeavalikko{ 
 display : none;
}

#murupolku{ 
 display : none;
}

#footer{ 
 display : none;
}