/*  display only main article */ 
#header_bar, #middle_bar, #footer_bar, #main_shadow, .column_right  {
	display: none;
}

.accessibility, .hidden {
	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: Constantia, Georgia, "Times New Roman", serif;
	font-size:0.91em;	
	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, img.ico_16 {
	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;
}

/* 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 */

/* gallery new, style 2 */
div.gallery_2 {
	margin-bottom: 5px;
}

table.gallery_box {
	float: left;
	margin: 0 2px 2px 0;
	width: 137px; height: 137px;
	border-collapse: collapse;
	border: 0;
}

table.gallery_box td.gb_description {
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	border: 0;
	font-size: 90%;
}

table.gallery_box td.gb_image {
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	border: 0;
}

table.gallery_image {
	margin: auto;
	width: 131px; height: 131px;
	padding: 0;
	overflow: hidden;
	font-size: 0;
	border-collapse: collapse;
	background-color: #09324D;
	border: 3px solid #09324D;
	table-layout: fixed;
}
table.gallery_image td {
	padding: 0;
	width: 131px; height: 131px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	vertical-align: middle;
	border-collapse: collapse;
	border: 0;
	table-layout: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

table.gallery_image td a {
	width: 131px; height: 131px;
	display:block;
	_cursor:hand;
	cursor:pointer;
}

img.gallery_image {
	border: 0; padding: 0; margin: 0;
}

