@media print {
* {
  margin: 0px;
  padding: 0px;
}
body 	{
	font-family: 'Arial CE', Arial, sans-serif; 
	font-size: 75%;
	background: #FFFFFF;
	text-align: center;
	color: #000000;
}
#page {
  position: relative;
  margin: 0 auto 0 auto;
  text-align: left;
}
p,  ul, ol, table {
  margin-bottom: 1em;
}
#text li ul {
  margin-bottom: 0;
}
ul,  ol {
  list-style-position: inside;
  line-height: 1.5em;
}
#footer {
  margin-top: 2em;
  padding: 10px 0 10px 0;
  border-top: 1px solid #CCCCCC;
}
/*--- obecne tagy (typografie) ---*/
hr  {
  display: none;
}
h1, h2, h3, h4, h5, h6  {
  margin: 0 0 0.5em 0;
  line-height: 1.1em;
}
h1 {
  font-size: 1.6em;
  margin: 1em 0 0.8em 0;
}
h2 {
  font-size: 1.4em;
  margin-top: 2em;
}
h3 {
  font-size: 1.2em;
  font-style: italic;
}
h4 {
  font-size: 1em;
}
caption, dfn, cite, q, em {
	font-style: italic;
}
dfn, abbr, acronym {
  border-bottom: 1px dotted;
	cursor: help;
	font-variant: normal;
	font-style: normal;
}
address {
	font-variant: normal;
	font-style: normal;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
legend {
	margin: 0 .5em;
	padding: .5em 0;
  color: #666;	
}
textarea {
	width: 300px;
}
label span {
	display: block;
	float: left;
	width: 170px;
	clear: inherit;
	font-size: 0.9em;
}
table {
  font-size: 100%;
  border-collapse: collapse;
  margin: 0 0 1em 0;
}
table td, table th {
  border: 1px solid #EBEBEB;
  padding: 4px 5px 4px 5px;
}
table th {
  background: #555555;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
a {
  text-decoration: none;
}
/*---obecne tridy ---*/
.clear {
  clear: both;
  font-size: 1px;
  height: 1px;
}
.picL {
  float: left;
  margin: 5px 20px 20px 20px ;
}
.picR {
  float: right;
  margin: 5px 20px 20px 20px ;
}

#menu, #navigace, #left, #footer  {
  display: none;
}

}
