/* Start of CMSMS style sheet 'Tulostus' */
body {
color: #000 !important; /* we want everything in black */
background-color: #fff !important; /* on white background */
font-family: arial; /* arial is nice to read ;) */
font-size: 8pt;
border: 0;
width: 100%;
}

* {
border: none;
font-size: 8pt;
}

a {
text-decoration: italic;
font-size: 8pt;
}

table {
width: 100%;
}

div#valikko {
display: none;
}

div#ylanapit {
display: none;
}

div#yhteystiedot {
align: center;
}

div#kuvaukset {
font-family: arial;
font-size: 8pt;
}

div#ylamenu {
visibility: hidden;
}

p {
display: inline;
}

div#pikkukuva {
display: float;
align: right;
width: 150px;
}

div#ylalogo {
display: none;
}

div#lisakuvat img {
display: float;
max-width: 45%;
max-height: 350px;
}

.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}
/* End of 'Tulostus' */

