
/*** TISKOVY STYL ***/

body {
  background:none;
  width:100%;
  font-family: Georgia, Tahoma, sans-serif;
}
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#header {
	display:none;
}
/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;background:none;}
#akce {
	display:none;
}
#pagewidth {
  background:none;
  width:100%;
}
#wrapper {
  padding-top:0px;
  width:100%;
}
#footer {
	display: none;
}
#main {
  text-align: justify;
}
