.no_screen {
	display: none;
}
.no_print {
	display: block;
}

.fl_left {
	float: left;
}

p {
	padding: 0px;
	margin: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
div.cleaner {
	clear: both;
}
a:link, a:visited {
	color:  rgb(102,51,0);
}
a:hover {
	color: #000000;
}
table {
	padding: 0px;
	margin: 0px;
}
td {
	padding: 0px;
	margin: 0px;
}

/*+ Telo stranky */
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: "Trebuchet MS", arial, verdana;
	font-size: 12px;
	background-image: url('./img/background.jpg');
}

/*+ Vnitrni cast obsahu stranky */
div#content {
	position: relative;
	width: 962px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url('./img/mainbck.png');
	background-repeat: repeat-y;
	z-index: 4;
}

/*+ Vrchni cast obsahu stranky */
div#top_area {
	position: relative;
	z-index: 1;
	height: 128px;
	width: 100%;
	background-image: url('./img/top.jpg');
	background-repeat: no-repeat;
}
a#link_to_home {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/*+ Datova cast stranky */
div#main_area {
	position: relative;
	width: 962px;
	top: 0px;
	left: 0px;
	padding: 0px;
	min-height: 200px;
	_height: 200px;
	z-index: 4;
}
div#main_menu_area {
	position: relative;
	float: left;
	z-index: 4;
	width: 200px;
	position: relative;
	background-image: url('./img/lbck.jpg');
	background-repeat: repeat-y;
}
div#main_content_area {
	position: relative;
	z-index: 3;
	margin: 0px 196px 0px 200px;
	padding: 50px 20px;
}
div#main_flags_area {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('./img/maintop.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 39px;
	padding: 10px 30px 0px 30px;
}
a.flag {
	position: relative;
	display: block;
	float: left;
	margin: 0px 15px 0px 0px;
}
a.flag img {
	border: none;
}
div#main_right_area {
	position: relative;
	float: right;
	z-index: 1;
	width: 196px;
	position: relative;
	background-image: url('./img/rbck.jpg');
	background-repeat: repeat-y;
}
div#right_content {
	color: rgb(240,216,167);
	font-size: 10px;
	padding: 10px 40px 10px 40px;
}
div#right_content a {
	color: rgb(240,216,167);
	text-decoration: none;
}

/* + Leve menu */
div#mainmenu {
	position: relative;
	z-index: 4;
}
ul.menu {
	position: absolute;
	display: none;
	width: 200px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.menu li a {
	position: relative;
	display: block;
	padding: 3px;
	margin: 0px;
}
/* vertikalni menu */
ul#m0 {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

ul.m0class0 li {
	display: block;
	float: left;
	width: 128px;
	margin: 5px 30px 5px 31px;
	padding: 3px;
	background-color: #000000;
}
a.ma0 {
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: rgb(240,216,167);
	border: 1px solid rgb(240,216,167);
}

ul.m0class1 {
	position: absolute;
	width: 160px;
	list-style-type: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	border: 1px solid rgb(240,216,167);
}
ul.m0class1 li {
	display: block;
	float: left;
	width: 100%;
	height: 26px;
	margin: 0px;
	padding: 0px;
}
a.ma:link, a.ma:visited {
	position: relative;
	display: block;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: rgb(240,216,167);
}
a.ma:hover {
	color: #ffffff;
}
/* - Leve menu */

/* + Zobrazeni clanku */
div#path {
	position: relative;
	top: 0px;
	margin: 0px 0px 10px 0px;
}
div#path a:link,div#path a:visited{
	color: #000000;
	text-decoration: none;
}
div#path a:hover {
	text-decoration: underline;
}

/* Hlavicky */
h1.main_title, h2.main_subtitle, h2.main_subtitle_photo, h2.main_subtitle_download {
	position: relative;
	color: rgb(102,51,0);
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	font-size: 17px;
	font-weight: bold;
	border-style: none;
}
h1.main_title {
}
h2.main_subtitle, h2.main_subtitle_photo, h2.main_subtitle_download {
	font-size: 14px;
}
h2.main_subtitle {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	border-width: 0px;
}
h2.main_subtitle a {
	color: rgb(102,51,0);
	font-size: 13px;
	text-decoration: none;
}
h2.main_subtitle_photo, h2.main_subtitle_download {
	position: relative;
	float: left;
	width: 100%;
	margin: 15px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}
ul.main_download{
	position: relative;
	float: left;
	width: 100%;
}
a.main_download_link:link, a.main_download_link:visited {
	color: rgb(102,51,0);
	text-decoration: none;
}
a.main_download_link:hover {
	text-decoration: underline;
}
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.preview_thumbnail {
	display: block;
	margin: 4px;
	padding: 5px;
	filter: glow(color=#999999, strength=4);
	border: none;
}


div.main_content_background {
	position: relative;
}

div.photo_area {
	position: relative;
}
a.main_thumb_envelope:link, a.main_thumb_envelope:visited {
	float: left;
	display: block;
	position: relative;
	margin: 1px;
	width: 121px;
	height: 97px;
	padding: 3px;
	border: 1px solid rgb(102,51,0);
	background-color: #ffffff;
	filter: glow(color=#999999, strength=4);
}
a.main_thumb_envelope:hover {
	background-color: rgb(102,51,0);
}
a.main_thumb_envelope img {
	display: block;
	margin: auto;
	border: none;
}
h3.search_result_title {
	position: relative;
}
div#login_form_message {
	margin: 100px 0px 40px 0px;
}
div#login_form_envelope {
	position: relative;
}
img#login_form_icon {
	position: absolute;
	top: -16px;
	left: -15px;
}

/*+ Spodni cast stranky */
div#bottom_area {
	position: relative;
	clear: both;
	height: 42px;
	width: 566px;
	margin: 0px 196px 0px auto;
	padding: 20px 0px 10px 0px;
	background-image: url('./img/mainbottom.jpg');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	text-align: center;
}
div#bottom_area a {
	text-decoration: none;
	color:  rgb(102,51,0);
}

/* + Zobrazeni seznamu podkategorii */
ul.main_subcategory_ul {
  margin: 15px 200px 15px 10px;
  padding: 5px;
  color:  rgb(102,51,0);
}

li.main_subcategory_li {
  margin: 0px 0px 5px 15px;
}

a:link.main_subcategory_a, a:visited.main_subcategory_a {
  color:  rgb(102,51,0);
  text-decoration: none;
}
a:hover.main_subcategory_a {
  text-decoration: underline;
}

/* - Zobrazeni seznamu podkategorii */


