/* STYLESHEET FOR PRINTERS ONLY */

.hide, #mnu, #bcrumb, #submnu, p.flright, #toplist img, h1  {
	height: 0;
	width: 0;
	display: none;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
  }

body {
   background: white;
   font-size: 10pt;
   font-family: Verdana, arial, sans-serif;
   }

hr  {
	background: #000;
	margin-top: 1cm;
  border: none;
	height: 0.5pt;
  }

a:link, #c a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.dynweb.cz" attr(href) ") ";
   }
