/*
Nefrol08
print.css - media: print
Martin Hozík - martin.hozik@vlado.cz
Graphic studio VLADO - www.vlado.cz
Thu, 8 November 2007 00:16:41 GMT
UTF-8
*/


.noprint, #leftpanel, #footer {
	display: none;
}

body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 100%;
}
#title {
	font-weight: bold;
	text-decoration: none;
	color:black;
	font-size: 130%;
	text-transform: uppercase;
}
#subtitle span {
	display: block;
	position: absolute;
	top: 34px;
	=top: 23px;
	right: 10px;
	text-align: right;
}