@media print {

  body {color: black;}
  #head {display: none;}
  #foot {display: none;}
  #content {margin: 0; padding: 0;}
  #content a:link, #body a:visited {
    background: transparent;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
  }
  #content a:link:after, #body a:visited:after {
    content: " [" attr(href) "] ";
	font-size: 75%;
	color: gray;
  }

  #content a[href^="/"]:after {
    content: " [http://www.tachovska.cz" attr(href) "] ";
	font-size: 75%;
	color: gray;
  }

  #menunavigace {display: none;}
  #rychlanavigace {display: none;}
  #profylaxe {display: none;}
  #levysloupec {display: none;}
  #supportpage {background: white;}
  .levasirka {display: none;}
  .comment {display: none;}
  .feedback {display: none;}
  .netisknout {display: none;}
  .logotyp {color: black;}
  .tabulka td {background: none;}
  .tabulka th {background: #CCCCCC;}
  .terminal {color: black;	background: gray;}
  #logowrapper {display:none;}
}