/* CSS pro tisk */

@page {margin: 2,5cm;}

body {
  background-color: white;
	font: 12pt/1 "Times CE", Times, "Times New Roman", serif;
	color: black;
}


h1,h2,h3,h4,h5,h6 {
  page-break-after: avoid;
  color: black;
}

h1,h2 {
/* page-break-before: always; */
}

h1 {
  color: black;
  text-decoration: underline;
  font-size: 18pt;
  text-align: left;
  padding-bottom: 18pt;
  margin-right: 80px;
}

a {
  color: black !important;
  text-decoration: underline !important;
}

#logo_tisk {
  display: block;
  width: 100px;
  height: 100px;
  padding: 0;
  position: absolute;
  top: 6px;
  right: 0;
}

#logo_tisk img {
  height: 100px;
}

#zahlavi, #zapati, #levy, #pravy, #hlavnimenu, .dnone {
  display:none;
}

#horni {
  display: none;
}

#dolni {
  background-image: none;
}

#wrapper, #obsah {
  width: 100% !important;
  font-size: 100%;
}



#nachazitese {
  font-size: 13pt;
  font-weight: bold;
  border-bottom: 1pt dashed black;
  margin-bottom: 1.5em;
  margin-right: 120px;
}
#nachazitese h3 {
  display: none;
}
