IMG {
	margin: 0;
	border: none;
}
/*
#content IMG {
	margin: 5px;
}
*/
BODY {
	margin: 0px;
	background: url('head_bg.png') center top repeat-x;
}
#background_layer {
/*	min-width: 1030px; */
	margin: 0;
	padding: 0;
}
#ramec {
	width: 1000px;
	margin: 0 auto;
/*	background: url('box_repeat.png') left 512px repeat-y; */
/*	min-height: 600px; */
}
#webanim {
}
#head {
/*	position: relative;
	z-index: 4; */
	height: 150px;
	/*background: url('head.png') center top no-repeat;*/
}
#head_inner {
	padding: 10px 0 0 500px;
}

#content {
	position: relative;
	z-index: 2;
}
#content_left {
	float: left;
	width: 150px;
	margin-left: 105px;
	padding: 49px 0 0 0;
}
#content_main {
/*	float: left; */
	margin-left: 255px;
	width: 645px;
	padding: 40px 0 0 0;
}
#content_main_inner {
	padding: 0px 20px 20px 20px;
/*	background: url('content_bg.png') left top repeat; */
	min-height: 320px;
}

#menu_box {
	margin: 0;
/*	background: url('menu_bg.png') center center repeat-x; */
	position: relative;
	z-index: 5;
}
#menu {
	position: absolute;
	z-index: 5;
	cursor: default;
/*	margin: 0 auto 0 0; */
	border-collapse: collapse;
	border: none;
	width: 150px;
}
#menu .submenu_layer {
	display: none; /*Odstraněno kvůli bugu s nefunkčními prvky menu. Submenu se objeví při hoveru na main menu item a již nezmizí. Z nějakého důvodu mu byla dříve nastavena opacity 0*/
	position: relative;
	top: -17px;
	left: 120px;
}
#menu .submenu_div {
	display: none;
	position: absolute;
	z-index: 100;
/*	left: 100px; */
/*	top: 0px; */
/*	filter: alpha(opacity=100);
	opacity: 1.0; */
}
#menu .submenu_div .submenu_div {
/*	top: 5px;
	margin-top: -36px;
	left: 150px; */
}
.opacity_class {
	filter: alpha(opacity=0);
	opacity: 0;
}
#menu TR TD UL {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	padding: 0;
	margin: 0px;
/* 	border: 1px solid #d0d0d0; */
	background: url('submenu_bg.png') left top repeat-y;
}
#menu TR TD {
	height: 24px;
	padding: 0;
	border: none;
	text-align: left;
}
#menu TR .menu_td_item {
	background: transparent;
}
#menu TR .menu_td_item:hover {
	background: #f8f8f8;
}
/*#menu TR .menu_td_left {
	width: 70px;
}
#menu TR .menu_td_splitter {
	width: 25px;
	background: url('menu_splitter.png') center top no-repeat;
}
#menu TR .menu_td_right {
	width: 80px;
}*/
#menu TR TD UL LI {
	float: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#menu TR TD UL LI:hover {
	background: #fffffa;
/*	background: url('submenu_bg_hover.png') left top repeat; */
}
#menu A:visited, #menu A:link, #menu A:active {
	text-decoration: none;
	cursor: pointer;
}
#menu A:hover {
	text-decoration: none;
	cursor: pointer;
}
#menu TR .menu_td_item A {
/*	height: 21px; */
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	margin: 0;
	padding: 1px 20px 0 20px;
	display: block;
	text-align: left;
/*	text-transform: uppercase; */
}
#menu TR .menu_td_item A:hover {
	color: #000000;
}
#menu TR .menu_td_item UL A {
/*	height: auto; */
	font-size: 13px;
	color: #404040;
	padding: 0px 30px 0px 25px;
	margin: 0;
	display: block;
	font-weight: normal;
	text-align: left;
/*	border-bottom: 1px solid #ffffff; */
	background: url('submenu_dot.png') 0px center no-repeat;
	text-transform: none;
}
#menu .menu_actual {
	color: #101010;
}

#menu TR TD.languages {
	padding: 20px 0 20px 15px;
}
#menu TR TD.languages A {
	padding: 5px;
}
#menu TR TD.languages A:hover {
	background: #f8f8f8;
}
#menu TR TD.languages IMG {
	margin: 0px;
}


#foot {
	clear: both;
	position: relative;
	z-index: 3;
	font-family: Verdana;
}
#footer {
	margin: 0px 0 0 0;
	padding: 20px 120px 5px 120px;
	color: #918180;
	text-align: left;
}
#footer_menu {
	font-size: 11px;
/*	font-weight: bold; */
	text-align: left;
}
#footer_menu A {
	padding: 3px 5px;
}
#footer_menu A:visited, #footer_menu A:link, #footer_menu A:active {
	text-decoration: none;
	color: #918180;
}
#footer_menu A:hover {
	text-decoration: none;
	color: #ff695e;
}
#footer_menu IMG {
	margin: 0 3px;
}
#footer_copy {
	text-align: right;
	font-size: 10px;
	cursor: default;
	margin: 0 0 0px 0;
	float: right;
}

#footer_www {
	display: none;
}
@media print {
	#background_layer {
		background: none;
	}
	#footer_menu {
		display: none;
	}
	#footer_www {
/*		display: block; */
	}
	#menu {
		display: none;
	}
	.adminmenu {
		display: none;
	}
}



.menutree I {
	color: #a0a0a0;
	font-size: 13px;
}
.menutree IMG {
	margin: 0 5px;
}
/*.menutree UL LI UL {
	list-style-type: none;
	list-style-image: none;
}
.menutree UL {
	padding-left: 20px;
	margin-left: 0;
}*/
.menutree .tree_link {
/*	font-weight: bold; */
}

.log {
	margin: 0px;
	padding: 10px;
/*	font-size: 9pt; */
	color: #404080;
/*	text-align: center; */
}
.logko {
	color: #f04040;
}
.log .warning {
/*	font-weight: bold; */
	color: red;
}
.adminmenu {
	clear: right;
	text-align: right;
}
.adminmenu FORM {
	display: inline;
}

.tlacitko {
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #909090;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	margin: 3px;
	padding: 1px;
}
.tlacitko:hover {
	background-color: #ffffff;
}
.tlacitko2 {
	background-color: #b9bbbd;
	border: 1px outset #e0e0e0;
	color: #3b9390;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	margin: 3px;
}
.tlacitko2:hover {
	background-color: #e0ffe0;
}
.tlacitko_cancel {
	background-color: #b9bbbd;
	border: 1px outset #e0e0e0;
	color: #d53c3c;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	margin: 3px;
}
.tlacitko_cancel:hover {
	background-color: #ffe0e0;
}

.cursor_pointer {
	cursor: pointer;
}

.systemdiv {
/*	float: right; */
	font-size: 8pt;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 2px;
	color: #606060;
	background: #ffffff;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e9e9e9;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #e9e9e9;
}
.systemdiv:hover {
	border-left: solid 1px #e9e9e9;
	border-right: solid 1px #f9f9f9;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #f9f9f9;
	background-color: #f5f5f5;
	color: #3440ad;
}
.systemdiv_left {
	float: left;
}
.systemdiv IMG {
	margin: 0px 4px;
}
.systemdiv_transparent {
	background: transparent;
	border: none;
	margin-bottom: 0;
	padding: 0;
}
.systemdiv_transparent:hover {
	background: transparent;
	border: none;
}

.cesta {
	padding: 0 0 0px 0;
	text-align: left;
	font-size: 8pt;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.very_small {
	font-size: 10px;
}

/**************   TPL   **************/

.lists {
	padding: 10px 0 0 0;
	text-align: center;
}
.lists SPAN {
	font-weight: bold;
	margin: 0 5px;
}

.general_admin {
	clear: both;
	padding: 20px 10px;
	text-align: right;
}
.general_admin FORM {
	display: inline;
}

.novinka {
	margin: 0px auto 0 auto;
	padding: 15px 0 10px 0;
	min-height: 50px;
	border-bottom: 1px dotted #e0e0e0;
}
.novinka_datum {
	text-align: right;
	font-size: 9pt;
	padding: 2px 10px;
	font-style: italic;
}
.novinka_text {
}


.vystava_overview {
	padding: 10px 0 0px 0;
	clear: both;
	font-size: 13px;
	line-height: 120%;
}
.vystava_overview .vystava_obrazek {
	float: left;
	padding: 5px;
	border: 1px solid #e0e0e0;
}
.vystava_overview .vystava_text {
	margin-left: 126px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	min-height: 111px;
}
.vystava_overview .vystava_nazev {
	font-weight: bold;
}
.vystava_overview .vystava_anotace P {
	margin: 0;
	color: #808080;
}
.vystava_overview .vystava_mesto_a_datum {
}

.vystava_detail {
	margin-bottom: 20px;
}
.vystava_detail .vystava_nazev {
	font-weight: bold;
	font-size: 17px;
}
.vystava_detail .vystava_mesto_a_datum {
	font-weight: bold;
	color: #a0a0a0;
}
.vystava_detail .vystava_text {
}

.vystava_soubory {
	padding: 10px 0 0px 0;
	clear: both;
	line-height: 120%;
}
.vystava_soubory .soubory_text {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #e0e0e0;
}


.film_overview {
	padding: 10px 0 0px 0;
	clear: both;
	font-size: 13px;
	line-height: 120%;
}
.film_overview .film_obrazek {
	float: left;
	padding: 5px;
	border: 1px solid #e0e0e0;
}
.film_overview .film_text {
	margin-left: 126px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	min-height: 111px;
}
.film_overview .film_nazev {
	font-weight: bold;
}
.film_overview .film_anotace P {
	margin: 0;
	color: #808080;
}

.film_detail {
	margin-bottom: 20px;
}
.film_detail .film_nazev {
	font-weight: bold;
	font-size: 17px;
}
.film_detail .film_text {
}

.film_soubory {
	padding: 10px 0 0px 0;
	clear: both;
	line-height: 120%;
}
.film_soubory .soubory_text {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #e0e0e0;
}

.literatura_overview {
	padding: 10px 0 0px 0;
	clear: both;
	font-size: 13px;
	line-height: 120%;
}
.literatura_overview .literatura_obrazek {
	float: left;
	padding: 5px;
	border: 1px solid #e0e0e0;
}
.literatura_overview .literatura_text {
	margin-left: 126px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	min-height: 111px;
}
.literatura_overview .literatura_nazev {
	font-weight: bold;
}
.literatura_overview .literatura_anotace P {
	margin: 0;
	color: #808080;
}
.literatura_detail {
	margin-bottom: 20px;
}
.literatura_detail .literatura_nazev {
	font-weight: bold;
	font-size: 17px;
}
.literatura_detail .literatura_text {
}
.literatura_soubory {
	padding: 10px 0 0px 0;
	clear: both;
	line-height: 120%;
}
.literatura_soubory .soubory_text {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #e0e0e0;
}


.galerie_info_text {
/*	padding-left: 50px; */
/*	font-style: italic; */
}
.galerie_strom P {
	margin-top: 0;
	margin-bottom: 0;
/*	color: #a0a0a0; */
	font-size: 11px;
	line-height: 130%;
}
.galerie_strom .tree_link {
/*	font-weight: bold; */
}
.menutree .galerie_strom .tree_link {
	font-weight: normal;
}
#galerie_fotky {
	text-align: left;
/*	border: 1px dotted #f0f0f0; */
	padding: 5px 0px 5px 0px;
}
#galerie_fotky IMG {
	border: 2px solid white;
	margin: 5px 0;
	vertical-align: bottom;
}
#galerie_fotky .galerie_nahled_table {
	border-collapse: collapse;
	border: none;
}
#galerie_fotky .galerie_nahled_table TD {
	width: 200px;
	text-align: left;
	font-size: 11px;
	line-height: 120%;
}
#galerie_fotky .galerie_nahled_table .galerie_nahled_top {
	padding: 10px 10px 0 10px;
	vertical-align: bottom;
}
#galerie_fotky .galerie_nahled_table .galerie_nahled_bottom {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}
#galerie_fotky .galerie_nahled_table TD A {
	color: #202020;
}
#galerie_fotky .galerie_nahled_table TD A:hover {
	color: #404040;
}
.prispevek {
	width: 580px;
	margin: 20px auto 0px auto;
	padding: 0;
}
.prispevek .prispevek_top {
	height: 36px;
	background: url('forum_table_top.png') no-repeat left bottom;
}
.prispevek .prispevek_top_highlighted {
	background: url('forum_table_top_highlighted.png') no-repeat left bottom;
}
.prispevek .prispevek_top_obsah {
	font-size: 13px;
	color: #e0e0e0;
	text-align: left;
	padding: 10px 20px 0 20px;
}
.prispevek .prispevek_top_obsah A:visited, .prispevek .prispevek_top_obsah A:link, .prispevek .prispevek_top_obsah A:active {
	color: #ffe0e0;
}
.prispevek .prispevek_top_obsah A:hover {
	color: #ffffff;
}
.prispevek .prispevek_top_obsah B {
	font-size: 14px;
	color: #f0f0f0;
}
.prispevek .prispevek_content_bg {
	background: url('forum_table_middle.png') repeat-y left top;
}
.prispevek .prispevek_content {
/*	background: url('forum_table_middle_top.png') no-repeat left top; */
}
.prispevek .prispevek_main_bar {
}
.prispevek .prispevek_body {
	text-align: justify;
}
.prispevek .prispevek_body .prispevek_body_obsah {
	padding: 5px 40px 5px 40px;
	font-size: 13px;
	color: #202020;
/*	overflow: hidden; */
}
.prispevek .prispevek_body .prispevek_body_obsah P {
	margin: 5px 0 5px 0;
}
.prispevek .prispevek_body .prispevek_body_obsah .reakce_na_prispevek {
	font-size: 11px;
	text-align: right;
	color: #808080;
	margin: 0;
	padding: 0 0 10px 0;
}
.prispevek .prispevek_body .prispevek_body_obsah .button_reagovat {
	text-align: right;
	position: relative;
	top: 10px;
	left: 15px;
}
.prispevek .prispevek_body .prispevek_body_obsah .button_reagovat A {
	margin: 0;
}
.prispevek .prispevek_bottom {
	height: 24px;
	background: url('forum_table_bottom.png') no-repeat left top;
}
/*Petr Kadleček - rozšíření*/
/*Rozscestníky*/
.rozcestnik_polozka{
	margin-bottom: 10px;
}
.menutree ul{
	padding: 0px;
}
.menutree li{
	list-style:none;
}
.menutree img{
	margin: 2px 10px 2px 0px;
}
