/*  display only main article */ 
#logo, #headerMenu, #col1, #col3, #footer, #article_print  {
	display: none;
}

.accessibility {
	display: none;
}

.cleaner{
	font-size: 0;
	clear: both;
	visibility: hidden;
	height: 1px;
	border: none;
	margin: -1px 0 0 0; padding: 0px;
}
/*  end of: display only main article */

/* print style */

.email_antispam {
	color: #000000;
	border-bottom: 1px solid #000000;
	unicode-bidi:bidi-override; direction: rtl;
}

body {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	margin: 0; padding: 0;
	color: #000000;
}

a, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
h1, h2{
	font-family: Arial, sans-serif;
	margin: 4px 0px 3px 0px;
	font-size: 16px;
	font-weight: bold;
}
h2{
	margin: 4px 0px 3px 0px;
	font-size: 15px;
	font-weight: bold;
}
h3{
	font-family: Arial, sans-serif;
	margin: 3px 0px 2px 0px;
	font-size: 14px;
}
h4, h5, h6{
	margin: 2px 0px 1px 0px;
	font-size: 13px;
}

hr {
	width: 100%;
	background-color: transparent;
  color: transparent;
	border: 0px;
  border-top: 1px solid #000000;
  height: 1px;
	padding: 0; margin: 10px 0;
}

img.icon {
	border: 0px;
	vertical-align: middle;
	width: 16px; height: 16px;
	margin: 0px 3px 2px 3px;
}

/* zdroj: http://developer.mozilla.org/en/docs/Consistent_List_Indentation */
ul {
	margin-left: 0; padding-left: 15px;
	margin-top: 2px; margin-bottom: 2px;
}
ol {
	margin-left: 0px; padding-left: 20px;
	margin-top: 2px; margin-bottom: 2px;
}

/* gallery
table.gallery {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 5px;
}
div.photo_container {
	float: left;
	margin-left: 2px; margin-right: 3px;
	margin-bottom: 6px;
}
div.photo_bcg {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.photo_bcg img {
	padding: 0px;	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

img.photo {
	height: 117px;
	border: 1px solid #000000;
	margin: 0px; padding: 0px;
	vertical-align: bottom;
	text-align: right;
}
div.photo_description {
	margin-top: 1px;
	padding: 2px;
	padding-left: 4px;
	border: 0px solid #e1f0fb;
	background-color: transparent;
	font-family: Tahoma, "Geneva CE", lucida, sans-serif;
	font-size: 9px;
	color: #50565a;
}
/* end of: gallery */

/* attachments */
div.attachments {
	margin-bottom: 8px;
}

.attachments_title {
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
div.attachment {
	margin-bottom: 3px;
}
a.attachment_name, a.attachment_name:visited {
	color: #000000;
	font-weight: bold; 
	text-decoration: none;
}
a.attachment_name:hover {
	color: #000000;
	text-decoration: underline;
}

.attachment_mimetype  {
	color: #000000;
}
.attachment_description {
	color: #000000;
	margin-left: 23px;
}
/* end of: attachments */


