.no_screen {
	display: none;
}
.no_print {
	display: block;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(./img/back_page.jpg);
	font-family: "Comic Sans MS", verdana;
	font-size: 12px;
}

td {
	font-size: 12px;
}

p {
	text-align: justify;
}

h1, h2, h3 {
	/*color: #E62329;*/
	font-style: normal;
	font-weight: bold;
}

h1 {
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #E62329;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;;
}

.left10	{margin-left:10px;}
.green	{color: #408A16;}
.orange	{color: #FF8C00;}
.bold {font-weight:bold;}

.tm {
  margin: 0px auto;
  width: 781px;
  height: 21px;
  background-image: url(./img/vydry_r5_c1.jpg);
  padding: 9px 10px 0px 10px;
}

.c_main {
  width: 781px;
  margin: 0px auto;
  background-image: url(./img/back_body.jpg);
  padding-left: 10px;
  padding-right: 10px;
}

.c_main_b {
  width: 781px;
  height: 20px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  background-image: url(./img/vydry_r7_c1.jpg);
  text-align: center;
}

.l_men {
  width: 175px;
  z-index: 30;
}

.p_cln {
  width: 580px;
  float: right;
  padding: 10px;
  overflow-x: auto;
}

.p_adve {
  width: 210px;
  float: right;
}
.debl {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.n_up {
  text-align: left;
  font-weight: bold;
}

.ln_up {
  padding-left: 10px;
}

.t_up {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

.mb_k_s {
  width: 360px;
}

.im_tl_01 {
  position: relative;
  top: 2px;
  right: 2px;
}

.std_lnk {
  color: black;
  font-weight: bold;
}

.nadpis_sekce {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.nadpis_r {
  font-size: 19px;
  font-weight: bold;
}

.upt_s {
  font-size: 11px;
}

.k_link {
  color: rgb(140,73,24);
}

img {
  border: thin rgb(0,0,0) none;
}

/* + Hodni menu */
table#maintopmenu {
	border-style: none;
	position: relative;
	padding: 0px;
	z-index: 30;
}
table#maintopmenu td {
	border-style: none;
	padding: 0px;
}
table.menutop {
	width: 200px;
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #ff8c00;
	background-color: #fae0b2;
	padding: 0px;
	z-index: 29;
}
table.menutop td {
	position: static;
	padding: 1px;
	display: block;
	width: 218px;
}
a:link.main_top_menu_item_top, a:visited.main_top_menu_item_top {
	position: relative;
	background-image: url('./img/tl.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 10px 0px 10px;
	padding: 5px 10px 5px 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.main_top_menu_item_top {
  color: green;
}
a:link.main_top_menu_item, a:visited.main_top_menu_item {
	display: block;
	left: 0px;
	position: relative;
	color: #000000;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #fae0b2;
	padding: 2px;
}
a:hover.main_top_menu_item {
	color: green;
	background-color: #ff8c00;
	border-color: #ff8c00;
}
a.left_menu_arrow {
	background-image: url('./img/lmenarr.gif');
	background-repeat: no-repeat;
	background-position: right 5px;
}

a.top_menu_arrow {
}
/* - Hodni menu */

/* + Leve menu */
table#mainmenu {
	border-style: none;
	position: relative;
	padding: 0px;
	z-index: 20;
	background-image: url('./img/menu_r2_c1.jpg');
}
table#mainmenu td {
	border-style: none;
	padding: 0px;
}

table.menu {
	width: 200px;
	visibility: hidden;
	cursor: pointer;
	_cursor: hand;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #418b18;
	background-color: #d9f1ca;
	padding: 0px;
	z-index: 21;
}

table.menu td {
	position: static;
	padding: 1px;
	display: block;
	width: 218px;
}

a:link.main_menu_item_top, a:visited.main_menu_item_top {
	position: relative;
	display: block;
	width: 155px;
	padding: 4px 10px 10px 10px;
	color: #d9f1ca;
	text-decoration: none;
	font-weight: bold;
}
a:hover.main_menu_item_top {
	color: #ffffff;
}
a:link.main_menu_item, a:visited.main_menu_item {
	display: block;
	left: 0px;
	position: relative;
	color: #418b18;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #d9f1ca;
	padding: 2px;
}
a:hover.main_menu_item {
	color: #ffffff;
	background-color: #418b18;
	border-color: #418b18;
}
a.left_menu_arrow2 {
	background-image: url('./img/lmenarr2.gif');
	background-repeat: no-repeat;
	background-position: right 5px;
}
/* - Leve menu */

/* + Zobrazeni clanku */
div.main_title_envelope { }
h1.main_title, h2.main_subtitle, h2.main_subtitle_photo, h2.main_subtitle_download {
	color: #000000;
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 16px;
	font-weight: bold;
}
h2.main_subtitle, h2.main_subtitle_photo, h2.main_subtitle_download {
	font-size: 14px;
}
div.main_content_background {
	position: relative;
}
h2.main_subtitle {
	margin-top: 15px;
	border-width: 0px;
}
h2.main_subtitle a {
	color: #FF8C00;
	font-size: 13px;
}
div.main_article_preview {
	margin: 5px;
	text-align: justify;
}
table.main_article_preview { }
table.main_article_preview td {
	vertical-align: top;
	text-align: justify;
}
td.main_article_preview_thumb {
	padding: 0px 5px 0px 0px;
}
img.thumb_img {
	margin: 0px;
	padding: 5px;
	filter: glow(color=#FF8C00, strength=4);
}

div.offset_part {
	text-align: center;
	color: #000000;
	margin: 20px 30px 0px 30px;
	border-style: none;
	padding: 5px;
}
div.offset_part a {
	text-decoration: none;
	color: #000000;
}
a.offset_href_arrow { }
a.offset_href { }
span.offset_selected {
	color: #FF8C00;
}

h2.main_subtitle_photo, h2.main_subtitle_download {
	position: relative;
	border-style: none;
	margin: 10px 5px 10px 5px;
}
h2.main_subtitle_download {
	clear: left;
}
div.photo_area {
	position: relative;
	padding: 0px;
}
a:link.main_thumb_envelope, a:visited.main_thumb_envelope {
	float: left;
	display: block;
	position: relative;
	margin: 5px;
	padding: 1px;
	width: 80px;
	height: 60px;
	overflow: hidden;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: green;
	text-align: center;
	text-decoration: none;
}
a:hover.main_thumb_envelope {
	background-color: #FF8C00;
	border-color: #FF8C00;
}
a.main_thumb_envelope img {
	border-width: 0px;
}

ul.main_download {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
li.main_download_item {
	margin-bottom: 15px;
}
a.main_download_link {
	color: #FF8C00;
}
div.main_download_item_description {
	margin-left: 30px;
	font-size: 11px;
}


h3.search_result_title {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	padding: 0px;
	margin: 10px 0px 2px 0px;
	color: #FF8C00;
}
span.search_result_title_type {
	color: #000000;
}
a.search_result_title_a {
	color: #FF8C00;
}
div.search_result_description {
	margin-left: 30px;
}
div.search_result_header {
	margin: 20px 0px 20px 0px;
}
span.search_result_search_string {
	font-weight: bold;
	color: #FF8C00;
}

div#login_form_message {
	width: 290px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#login_form_envelope {
	margin: auto;
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #196246;
	background-color: #c9e5f8;
	padding: 10px 5px 10px 5px;
	color: #000000;
	text-align: right;
}
form#login_form {
}
label.class {
}
input#user_login,input#user_password {
	margin-left: 10px;
	width: 125px;
}

ul.main_subcategory_ul {
	margin: 15px 200px 15px 10px;
	padding: 5px;
	color: #000000;
}
li.main_subcategory_li {
	margin: 0px 0px 5px 15px;
}
a.main_subcategory_a {
	color: #000000;
}

div#print_button_area {
	padding: 10px 0px 0px 0px;
	position: relative;
	clear: both;
	text-align: right;
}
a.print_link {
}
