/* $Id: print.css 2280 2006-10-30 14:28:45Z thomas $
 * Copyright (c) 2006 Codecenter. All rights reserved. */

body.template {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 10pt;
    
    background-image: url("../images/lusto_tulostus.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

#header1, #header2, #header3 {
    display: none;
}

#menu1, #menu2, #menu3 {
	display: none;
}

#submenu1, #submenu2, #submenu3 {
	display: none;
}


#left {
	display: none;
}

#center {
	display: block;
	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
	text-align: left;
}

#content {
	display: block;	
	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
	text-align: left;
}

#right {
	display: none;
}


h1 {
    margin: 0px 0px 10pt 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 13pt;
    color: #08383A;
    text-transform: uppercase;
}

h2 {
    margin: 11px 0px 10pt 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 13pt;
    color: #08383A;
}

h3 {
    margin: 11px 0px 0px 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

p, td {
    font-family: Arial;
    font-size: 10pt;
    margin-top: 0px;
}

a {
	color: #336666;
	text-decoration: underline;
}
