.no_screen {
  display: none;
}

.no_print {
  display: block;
}

body {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #0091ca;
	background-image: url('./img/bck.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
div {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
a {
	color: #406f14;
}
div#content {
	position: relative;
	width: 950px;
	height: 562px;
	margin: 20px auto 0px auto;
	padding: 0px;
	background-image: url('./img/backgrou.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
div#content_flags_area {
	position: absolute;
	top: 7px;
	right: 20px;
}
a.language_link img {
	border-style: none;
	margin: 4px;
}
div#address_area {
	position: absolute;
	left: 330px;
	top: 12px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
div#content_menu {
	position: absolute;
	top: 180px;
	left: 17px;
	width: 150px;
	height: 250px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
div#content_menu_links_area {
	padding: 0px 0px 4px 0px;
	background-image: url('./img/menu.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}
a:link.menu_item, a:visited.menu_item {
	display: block;
	text-align: right;
	color: #000000;
	padding: 8px 0px 4px 0px;
	background-image: url('./img/menu.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
}
a:hover.menu_item {
}
div#content_main {
	position: absolute;
	top: 165px;
	left: 289px;
	width: 561px;
	height: 333px;
	padding: 15px 30px 15px 50px;
	overflow: auto;
}
div#content_bottom {
	position: absolute;
	bottom: 0px;
	left: 57px;
	width: 836px;
	margin: 0px;
	padding: 0px;
}
table#bottom_table {
	width: 100%;
	height: 35px;
	color: #000000;
	overflow: hidden;
}
table#bottom_table td {
	width: 33%;
	vertical-align: middle;
}
td#bottom_table_left {
	text-align: left;
}
td#bottom_table_middle {
	text-align: center;
}
td#bottom_table_right {
	text-align: right;
}
a#bottom_link_middle {
	color: #ffffff;
	text-decoration: none;
}
a#bottom_link_right {
	color: #000000;
	text-decoration: none;
}

/* Zobrazeni stranky */
div.main_title_envelope { }
h1.main_title {
	position: relative;
	border-style: double;
	border-width: 0px 0px medium 0px;
	border-color: #000000;
	margin: 5px 0px 10px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 16px;
	font-weight: bold;
}

h2.main_subtitle, h2.main_subtitle_photo, h2.main_subtitle_download {
	color: #000000;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	margin: 5px 0px 10px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 16px;
	font-weight: bold;
}
div.main_content_background {
}

h2.main_subtitle {
	margin-top: 15px;
	border-width: 0px;
}
h2.main_subtitle a {
	color: #000000;
	font-size: 13px;
}
div.main_article_preview {
	margin: 5px;
}
table.main_article_preview { }
table.main_article_preview td {
	vertical-align: top;
}
td.main_article_preview_thumb {
	padding: 0px 5px 0px 0px;
}
div.thumb {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 1px;
}

div.offset_part {
	text-align: center;
	color: #000000;
	margin: 20px 30px 0px 30px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #000000;
	padding: 5px;
}
div.offset_part a {
	text-decoration: none;
	color: #000000;
}
a.offset_href_arrow { }
a.offset_href { }
span.offset_selected {
	color: #ff0000;
}

h2.main_subtitle_photo, h2.main_subtitle_download {
	position: relative;
	border-style: solid;
	margin: 20px 5px 10px 5px;
}
h2.main_subtitle_download {
	clear: left;
}
div.photo_area {
	position: relative;
	width: 540px;
	padding: 0px;
}
a:link.main_thumb_envelope, a:visited.main_thumb_envelope {
	float: left;
	display: block;
	position: relative;
	margin: 5px;
	padding: 5px;
	width: 80px;
	height: 60px;
	overflow: hidden;
	background-color: #f0f5d1;
	text-align: center;
	text-decoration: none;
}
a:hover.main_thumb_envelope {
	background-color: #c9d292;
}
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: #406f14;
}
div.main_download_item_description {
	margin-left: 30px;
	font-size: 11px;
}


div#content_search_form_area {
	position: absolute;
	top: 45px;
	left: 260px;
	color: #ffffff;
}
form {
	text-align: right;
	padding: 0px;
	margin: 0px;
}
input#search_form_text {
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #153d79;
	width: 96px;
}
input#search_form_submit {
	font-size: 11px;
	background-color: #3e70b3;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}
label#search_form_label {
}
input#search_form_submit {
	display: none;
}
a#search_img_button {
	display: block;
	position: absolute;
	top: 1px;
	_top: 2px;
	right: -35px;
}
a#search_img_button img {
	border-style: none;
}
h1#address_title {
	font-size: 15px;
	color: #fff500;
	margin: 0px;
	padding: 0px;
}
a#address_mail {
	color: #fff500;
	text-decoration: none;
	font-weight: bold;
}

h3.search_result_title {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	padding: 0px;
	margin: 10px 0px 2px 0px;
	color: #406f14;
}
span.search_result_title_type {
	color: #000000;
}
a.search_result_title_a {
	color: #406f14;
}
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: #406f14;
}

div#login_form_message {
	width: 290px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#login_form_envelope {
	margin: auto;
	width: 280px;
	border-width: 1px;
	border-style: solid;
	border-color: #196246;
	padding: 20px 5px 20px 5px;
	text-align: right;
}
form#login_form {
}
label.class {
}
input#user_login {
	margin-left: 10px;
	width: 145px;
}
input#user_password {
	margin-left: 10px;
	width: 145px;
}
input.login_form_submit {
	margin: 5px;
}

div#print_button_area {
	position: relative;
	margin: 20px 0px 10px 0px;
	font-style: italic;
	text-align: right;
}
a#print_button {
	color: #ff0000;
}

ul.main_subcategory_ul {
	margin: 15px 200px 15px 10px;
	padding: 5px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	background-color: #eff3cf;
	border-color: #3e70b3;
	color: #406f14;
}
li.main_subcategory_li {
	margin: 0px 0px 5px 15px;
}
a.main_subcategory_a {
	color: #406f14;
}

div.main_path {
	margin: 5px 0px 5px 0px;
}
a:link.main_path_link, a:visited.main_path_link {
	text-decoration: none;
	color: #3e70b3;
}
a:hover.main_path_link {
	text-decoration: underline;
}
a#home_link {
	position: absolute;
	top: 5px;
	left: 17px;
	display: block;
	width: 270px;
	height: 150px;
}


a#cyklistevitani {
	position: absolute;
	top: 40px;
	right: 70px;
}
a#cyklistevitani img {
	border: none;
}

