 * { text-align: left; } 
.cleaner { clear: both; }

table td
{
/* 	border: 1px solid black; */
	border: none;
}

img
{
	border: none;
}

body
{
/* 	background: url('/images/css/back-tile.png') top left repeat; */
/* 	background: #191919  url('/images/css/grass.png') bottom left repeat-x; */
/*  	background-attachment: fixed; */
/* 	background: #CAFC67; */

	background: #191919 url('/css/img/back-gradient.png') top center repeat;

	font-size: 12px;
	font-family: Arial, Sans Serif;

	color: #3F465F;
	text-align: center;

	padding: 0px;
	margin: 0px;
	margin: 0 auto;
/* 	background: #3D4638; */

	
}

a
{
	color: #962628; 
	text-decoration: none;
}

a:hover
{
	color:#5752A4; 
	text-decoration: underline;
}

h3
{
	color: #E26B40;
}

#menu_panel h2
{
	color: #004B84;
}

h2
{
	color: #73A446;
}

#body
{
	position: absolute;
   top: 0px;
	left: 0px;
	width: auto;

}

#top_panel
{
	margin-top: 15px;
	background: #6A6A6A top center no-repeat;
}

#top_panel_inner
{
	background: #7DB200 url('/css/img/logo.png') top center no-repeat;
	border: 1px solid white;
	width: 974px;
	height: 180px;
	color: red;
	font-size: 40px;
	margin: 0 auto;
	padding: 10px;
}


#main_panel
{
	background: white;
	width: 994px;
	border: 1px solid white;
	margin: 0 auto;
	text-align: left;
	margin-top: -1px;
}

#logo
{
	padding: 0px;
	font-size: 35px;
	color: #73af29;
	background: url('/css/img/logo.png');
}

#menu_panel
{
/* 	background: url('images/css/menu.png') center bottom no-repeat; */
	width: 180px;
/* 	margin: 0px 5px 5px 5px; */
	padding: 0px 5px 5px 5px;
/* 	border: 1px solid black; */
	float: left;
}

#menu
{
	width: 172px;
	margin: 0px 5px 5px 5px;
	padding: 5px;
}

#menu li
{
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	margin: 2px 0 2px 0;
}

#menu a
{
	color: #33516A;
	text-decoration: none;
}

#menu a:hover
{
	color: #0086BF;
	text-decoration: underline;
}

#menu li ul
{
  display: none;
}

#menu li li
{
	margin: 2px 0 2px -30px;
}

#menu li li a
{
	color: #4E7EA4;
}

#menu li li a:hover
{
	color: #33516A;
	text-decoration: underline;
}


.menu-item-selected-menu
{
	font-weight: bold;
	color: #813636;
}

/* KONEC MAIN MENU */

#bottom
{
	background: url('/css/img/bottom.png') bottom repeat-x;
	text-align: center;
	color: #191919;
/* 	border-top: 1px dotted #008FFF; */
	padding: 2px;
}

#bottom a
{
	color: #191919;
}

#navigation
{
	text-align: left;
	color: #76AF25;
	font-weight: bold;
	background: none;
	border: none;
	margin: 5px;
	font-size: 18px;
}

#navigation a
{
	color: #76AF25;
}

#content
{
/* 	border-left: 1px dotted #2E311C; */
	background: none;
	width: 772px;
/* 	margin: 0px 5px 5px 5px; */
	float: right;
	padding: 5px;
	color: #284500;
	text-align: justify;
	min-height: 600px;
/* 	border: 1px solid black; */
}

#louka_text
{
	text-align: justify;
	text-indent: 22px;
	color: #347439;
/* 	font-style: italic; */
/* 	padding: 0px 5px 0px 15px; */
}

#contact_table
{
	font-size: 14px;
	color: #924029;
}

.table
{
	width: 100%;
}

.table *
{
	border: none;
	font-size: 12px;
}

.table_rodina_title ,.table_rodina_title td
{
	color: #FF8018;
/*	color: #687F49;*/
/* 	background: #CDF98F; */
/* 	border: 1px solid #B2D97C; */
 	background: #F9CB8A;
 	border: 1px solid #F9994A;
	padding: 1px;
	font-weight: bold;
}


.table_td
{
	min-width: 32px;
	text-align: left;
	border: 1px solid #C9BD97;
}



.table_td_0
{
	background: #F9EABB;
	min-width: 32px;
	text-align: center;
	border: 1px solid #C9BD97;
}

.table_td_1
{
	min-width: 32px;
	text-align: center;
	border: 1px solid silver;
}

.table_tr_0
{
	background: #ECDECD;
	color: #BF2D2D;
}

.table_tr_1
{
	background: white;
	color: #7D1D1D;
}

.table_td
{
	border: 1px solid silver;
}

.table th
{
	color: #BDBD12;
	font-size: 80%;
	background: #FFFFBB;
/*	color: #819D5A;
	font-size: 80%;
	background: #E2F9B5;*/
 	border: 1px solid #BDBD12; 
	text-align: center;
	font-weight: bold;
}

h1
{
	color: #59982F;
	font-size: 18px;
}

.aktuality-titulek
{
	color: #008CFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	display: inline;
}

.aktuality-text
{
	color: #0084E9;
	text-indent: 15px;
	font-style: normal;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
}

.aktuality-datum
{
	color: gray;
	font-size: 10px;
}

.form
{
	background: #FF6F6F url('/css/img/settings.png') right bottom no-repeat;
	color: white;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #A44747;
	width: 700px;
}

.form input, .form textarea, .form select
{
	background: #FFD2D2;
	color: maroon;
	border: 1px solid maroon;
}

.form table
{
	color: maroon;
}

.form table th
{
	border: 1px solid white;
}

.admin_link
{
	color: red;
}

.admin_link:hover
{
	color: maroon;
	text-decoration: none;
}

.texty-index
{
	list-style-type: none;
}

.kvetnice
{
	background: #FFCABB;
	padding: 2px;
	margin-top: 5px;
	border: 1px solid #E7B7A9;
	color: gray;
}

.kvetnice a:hover
{
	color: #FF823A;
}

.kvetnice a
{
	color: #FF543A;
}

.kvetnice-title
{
	color: #FF9741;
	font-weight: bold;
}

.kvetnice-text
{
	color: #B86D2F;
	padding-left: 15px;
}

.kvetnice-informace
{
	text-align: justify;
	font-style: italic;
	text-indent: 30px;
	color: #FF6811;
	font-size: 120%;
}

.error
{
	color: red;
	font-style: italic;
	font-weight: bold;
}

#texty-text
{
/* 	font-style: italic; */
/* 	text-indent: 30px; */
	color: #3A4D25;
}

#texty-datum
{
	color: #DFA45B;
}

.louky-seznam
{
	list-style-type:none;
}

.slozka_div
{
	text-align: center;
	font-weight: bold;
	width: 120px;
	margin: 5px;
	padding: 5px;
	float: left;
}

.slozka_div a
{
	color: #1C4AF0;
}

.fotka_div
{
	text-align: center;
	font-weight: bold;
	width: 120px;
	margin: 5px;
	padding: 5px;
	float: left;
}

.fotka_div img
{
	border: 0px solid maroon;
}

.delimiter
{
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid white;
}


/* HLEDANI */

#small_search
{
	width: auto;
}

#small_search input
{
	border: 1px solid #004B84;
	color: #004B84;
	background: white;
}

#small_search a
{
	color: #004B84;
}

#designer
{
	width: auto;
	text-align: right;
	color: #91DD58;
	padding: 2px;
}

.mceEditor
{
}
