/*** TISKOVY STYL ***/

body {
  background:none;
  width:100%;
  font-family: Verdana, Geneva, Arial, Helvetica, 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%;
  background:none;
}
#footer {
	display: none;
}
#maincol {
  width:100%;
}
#main {
  text-align: justify;
  width:100%;
  color:#000000;
}
#logo {
  width:184px;
  height:47px;
  display:block;
  float:right;
}
#main .aktualita {
  color:#000000;
}
#maincol .bot,#main .strankovani,#podpis {
  display:none;
}

