body{
	background-color: #949494;
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/*==================================*/
#logo_nahore{
	padding-left: 11px;
	margin-bottom: 12px;
	margin-top: 10px;
}
#allweb{
	text-align: left;
	background-color: transparent;
	width: 817px;
	margin: auto;
}

#leftitem{
	width: 164px;
	border: 0px solid maroon;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	/*position: absolute;
	left:0px;*/
	display: none;
}

#rightitem{
	/*background-color: #EDEDFC;*/
	color: #333333;
	margin-left:0px;
	padding: 0px;
}

#topitem{
	display: block;
	border: 0px solid #FFD700; /*==gold*/
	padding: 0px;
	margin: 5px 0px 1px 0px;
	height: 150px;
}

.dataitem{
	padding:19px 20px 17px 13px;
	margin-top: 37px;
	background-color: #0F0F0F;
	color: white;
	border-left: 1px solid #040404;
	border-right: 1px solid #040404;
	border-top: 1px solid #040404;
	border-bottom: 1px solid #040404;
	height: auto;
	font-size: 1em;
	min-height: 26em;
	_height:26em;
/*toto je podtržítkový hack=> jen IE interpretuje*/
}

/*===== logo ====*/
.logo{
	display: none;
	text-align: center;
	margin: 0px;
	margin-top: 1px;
}
.logo_napis{
	display:none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.04em;
	background-color: #181967;
	width: 165px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}
img.logo_img{
	/*	width:10em;*/
}

/*================= MENU =======================*/
#menuall{
	width: 150px; 
	padding: 0px;
	text-align: left;
	background-color: transparent; 
}

.menuitem, .menuitem_hover, .menuitem_selected, .menuitem_selected_hover {
	font-weight: normal;
	padding: 1px 9px 3px 9px;
	font-size: 1.1em;
	cursor: pointer;
	white-space: nowrap;
	display: inline;
	font-family: Garamond;
}		


.menuitem {
}

.menuitem_hover{

}

a.main_menu,a.main_menu:visited {
	color:gold;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
a.main_menu:hover{
	color: #ffff33;
	text-decoration: none;
	font-weight: bold;
}
.menu_left{
	float: left;
	width: 95%;
	border: 0px solid black;
}
/*selected*/
.menuitem_selected{
	color: #515459;
}
.menuitem_selected_hover{
	color: #515459;
}

.menuitem_last{
/*totéž jako menuitem<cokoliv>, jen se jedná o podúroveň*/
	border-left: 1px solid #006400;
}

.menuitem_last_hover{
/*totéž jako menuitem<cokoliv>, jen se jedná o podúroveň*/
	border-left: 1px solid #006400;
}


a.main_menu_selected,a.main_menu_selected:visited {
	color: #EFEFEF;
	text-decoration: none;
	cursor: pointer;
}
a.main_menu_selected:hover{
	color: #FFFF00;
	text-decoration: none;
}

/*====== top menu ======*/
#top_menu_all{
	margin-top: 0px; /*height: 30px;*/
	height: 1.85em;
	display: block;
	background-color: #6A6A6A;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	padding-top: 5px;
}

.topmenu{
	
}
.topmenu_hledej{
	width: 70px;
	/*height: 1em;*/
	margin: 0px 0px 0px 5px;
	margin-top: auto;
	padding: 2px 2px;
	border: 2px solid navy;
	color: Navy;
	font-size: 0.7em;
	display: none;
}
.topmenu_hledej:focus{
	border: 2px solid maroon;
}
.topmenu_hledej_button{
	margin: 0px 3px 0px 0px; /*height: 1em;*/
	border: 1px solid black;
	color: Navy;
	background-color: #DCDCDC;
	font-weight: bold;
	cursor: pointer;
	display: none;
}
.topmenu_form{
	margin: 0px;
}

/*====== menu where am i ======*/
#where_am_i{
	width: auto;
	background-color: #EDEDFC;
	border: 1px solid #6A5ACD;
	margin: 2px 0px 5px 5px;
	padding: 1px 3px;
	display: none;
}
a.menu_whereami, a.menu_whereami:visited{
	font-weight: normal;
	color: Black;
}
a.menu_whereami:hover{
	color: Maroon;
}

/*====== menu na stránce ========*/
#page_menu{
	text-align: center;
	margin: 4px 0px;
}
.page_menu{
	border: 1px solid #000080;
	background-color: #B5B5F0;
	color: #000;
	font-size: 0.85em;
	font-weight: bold;
	padding: 1px 9px;
	width: auto;
	margin: auto;
}
a.pagemenu, a.pagemenu:visited{
	color: #000;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
}
a.pagemenu:hover{
	color: maroon;
	text-decoration: underline;
}
img.pagemenu{
	border: 0px solid green;
	margin: 0px 0px -4px 0px;
	padding: 0px 1px;
}

/*===== HTML&CSS valid====*/
#valid_odsazeni_top{
	text-align: center;
	border: 0px solid red;
	margin-top: 8px;
}
.valid_celek, .valid_celek_hover{
	width: 8.6em;
	font-size: 7pt;
	text-decoration: none;
	cursor: pointer;
	margin: 2px 1px;
	float:right;
}
.valid_celek{
	border: 1px solid white;
	background-color: #666666;
}
.valid_celek_hover{
	border: 1px solid #FFFF66;
	background-color: #CFCFCF;
}
.valid_left{
	width: 2.8em;
	float: left;
	color: navy;
	font-weight: bold;
	margin-right: 4px;
	background-color: white;
	padding: 0px;
	padding-left: 2px;
}
.valid_right{
	color: Black;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	display: block;
}
.valid_right:hover{
	text-decoration: none;
}
.rss,.rss_hover{
	background-color: #FF4500;
	color: White;
}

/*==================== mainpage - pravá strana(bloky)==============*/
.mainpage_info_all{
	float: left;
	width: 215px;
	margin: 0px 21px 0px 0px; 
	padding: 2px;
	border: 1px solid #FFAD33;

}
.mainpage_right_data{
	color: black;
	padding: 10px 16px;
	font-size: 0.82em;
	background-color: #D9D9D9;
}

/*===== zápatí (footer)=========*/
#zapati{
	padding: 2px 1px 1px 20px;
	font-size: 0.8em;
	width: 796px;
	height: 1.5em;
	margin: auto;
	text-align: center;
	background-color: black;
	border-top: 1px solid white;
  color: white; 
	font-weight: bold;
}
#zapati a{
	color: #F5E1E1;
}

/*sloupec zarovnaný uprostred*/
.sloupec_nastred{
	display: block;
	width: 22em;
	margin: auto;
	background-color: transparent;
}
.sire_stred_vetsi{
/*toto je doplněk třídy sloupec_nastred => dělá větší šíři*/
	width: 35em;
}
.sire_stred_nejvetsi{
	width: 38.9em;
}


/*=== obecné definice prvků====*/
p.text{
	text-indent: 20px;
	text-align: justify;
}

a, .a_color{
	color: red;
}
a{
	text-decoration: underline;
	font-weight: normal;
}
a:hover{
	color: goldenrod;
}
/*
a:visited{
	color: red;
}
*/
h1{
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0px 4px 0px;
	display: block;
	color: red;
	border-bottom: 1px solid #940800;
	margin-bottom: 20px;
}
h2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 8px 0px 4px 0px;
	padding: 0px 0px 6px 0px;
	color: gold;
}
h2.news{
	background-image: url(images/nadpis_news.gif);
	background-repeat: no-repeat;
}
h3{
	font-size: 1.1em;
	margin: 6px 0px 0px 0px;
	font-weight: bold;
	color: #FF9900;
}
h4{
	font-size: 1em;
	margin: 2px 0px;
	font-weight: bold;
}
h5{
	font-size: 1em;
	margin: 2px 0px;
	font-weight: bold;
	font-style: italic;
}

legend{
	font-weight: bold;
	color: Black;
}
fieldset{
	padding: 6px;
	margin: 2px 0px 3px;
}
hr{
	border: 0px solid black;
	border-bottom: 1px solid;
}
hr.odrazka{
	width: 40%;
	height: 4px;
	margin: auto;
	margin-top: 6px;
	margin-bottom: 10px;
}

img.ramecek{
	border: 1px solid black;
}
img.bez_ramecku{
	border: 0px none black;
}
img.odrazka{
	margin: 15px 0px;
}

.obtekani1{
	padding: 7px;
}
.obtekani1_m{
	margin: 7px;
}

ol.pismo_small{
	list-style : lower-alpha;
}
ol.rimsky_pismo_big{
	list-style: upper-roman;
	padding-left: 3em;
}

ul li{
	/*list-style-image: url(images/ul/flower11.gif);*/
}
ul li li {
	list-style-image: url(images/ul/arrow2.gif);
}
ul li li li{
	list-style-image: url(images/ul/arrow_r.gif);
}
ul li li li li{
	list-style-image: url(images/ul/arrow2a.gif);
}
ul.male_odsazeni, ol.male_odsazeni{
	padding-left: 20px;
	margin-left: 0px;
	font-weight: normal;
}
ul.male_odsazeni li, ol.male_odsazeni li{
	padding-left: 0px;
	margin-left: 0px;
}
sup, sub{
	font-size: 0.7em;
}

.doleva{
	text-align: left;
}
.nastred{
	text-align: center;
}
.nastred_all,.objekt_nastred{
	margin: auto;
}
.objekt_pravo{
	float:right;
}
.objekt_levo{
	float: left;
}
.doprava{
	text-align: right;
}
.odsazeni_top{
	margin-top: 9px;
}
.odsazeni_bottom{
	margin-bottom: 9px;
}

.podtrzeno{
	border-bottom: 3px double;
}
.error{
	font-weight: bold;
	color: Red;
}

.zvyrazneni_barevne{
	color: #800000;
}

.tucny{
	font-weight: bold;
}
.netucny{
	font-weight: normal;
}
.kurziva{
	font-style: italic;
}
.new_item{
	font-weight: bold;
	color: red;
}

/*======== tabulka =====*/
th{
	background-color: #191970;
	color: #FFFFCC;
	font-weight: bold;
	padding: 3px; 8px;
}
tr {
	vertical-align: top;
}
tr:hover{
	background-color: #3F3F3F;
}
tr.normal, tr.normal:hover{
	background-color: transparent;
}
td{
	padding: 3px;
}

table.oramovani{
	border-collapse: collapse;
	border: 1px solid #FFFFCC; /*darkgray*/
}
table.oramovani TH,
table.oramovani TD {
	border: 1px solid #FFFFCC; /*darkgray*/
}

table.usebe{
	border-collapse: collapse;
}
table.bez_ramecku, table.bez_ramecku TH,table.bez_ramecku TD {
	border: 0px solid black
}
/*=====  design formuláře ==================*/
form{
	margin: 0px;
}
.formular{
/*obepíná formulářové prvky*/
	border: 1px solid #0F0F0F;
	padding: 3px;
	background-color: #4F4F4F;
}
input, textarea{
	border: 1px solid #940800;
	padding-left: 3px;
}
select{
	border: 2px solid #940800;
	border-right: 0px solid #940800;
	padding-left: 3px;
}
select:focus{
	border-color: #FF0000;
}
input.checkbox{
	border: 0px solid #940800;
}

input.sire_stejna, textarea.sire_stejna{
	width: 95%;
	_width: auto;
}
textarea.sire_naplno{
	width: 100%;
}

input:focus, textarea:focus{
	border: 1px solid #FF0000;
}
textarea.formular1{
	height: 9em;
	font-size: 0.95em;
}

.formular_title{
	background-color: transparent;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px;
}
.formular_povinny{
	font-weight: bold;
}
.formular_radek{
	padding: 0px 2px;
	margin: 4px 0px;
}
.formular_popisek{
	width: 50%;
	height: 1.3em;
	text-align: left;
	border: 0px solid black;
	float: left;
	padding: 0px 0px 0px 3px;
	background-color: transparent;
	margin: 0px;
}
.formular_poznamka{
/*anuluje rozdílné pozadí. u formular	_popisek..*/
	background-color: transparent;
}
.formular_vstup{
	text-align: left;
	/*width: 48%;*/
	/*	height: 1.3em;*/
	border: 0px solid green;
	margin-left: 52%;
	padding: 0px;
}
.formular_tlacitko {
	margin: 0px 3px 0px 0px;
	border: 1px solid #4B0082;
	color: white;
	background-color: #940800;
	font-weight: normal;
	cursor: pointer;
}
.formular_readonly{
	background-color: #DCDCDC;
}
span.button{
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

/* ====== tabulka z divu...===== */
.tbl_left{
	width: 50%;
	border: 0px solid black;
	float: left;
	padding: 0px 3px;
	padding-right: 0px;
	vertical-align: top;
}
.tbl_right{
	text-align: left;
	vertical-align: top;
	/*width: 48%;*/
	border: 0px solid black;
	margin-left: 52%;
	padding: 0px;
}

/*zachytne pro zobrazeni objektu*/
.border{
	border: 1px solid black;
}
/*==== dynamický popisek =======*/
.popisek_label{
	font-weight: bold;
	cursor: pointer;
}
.popisek{
	border: 1px solid black;
	position: absolute;
	top: auto;
	background-color: #E6E6E6;
	color: #333333;
	padding: 3px;
}
/* u zobrazení filtru (bloku s možností nastavit filt. kritérie na web. stránce*/
.filter{
	border: 3px double black;
}

/*==== komentáře =======*/
.komentar_prispevek{
	border: 0px solid black;
}
.komentar_hlavicka{
	font-weight: bold;
	background-color: #FAFAD2;
	padding: 1px 3px;
	border: 1px solid black;
	margin-top: 1px;
}
.komentar_text{
	border: 1px dotted black;
	border-top: 0px dotted black;
	padding: 1px 3px;
}
/*==== nápověda =======*/
#napoveda{
	width: 10em;
	position: relative;
	top: auto;
	border: 3px double #00008b;
	background-color: #fffafa;
	color: black;
	padding: 1px 3px;
	margin: 2px;
}

/*===== odkazy na další projekty====*/
#main_odkazy_projekty{
  border: 0px solid #C6C6C6;
  margin: 0px 0px 0px 0px;
  text-align: right;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 817px;  
}
#main_odkazy_projekty a{
  padding: 0px 5px;
  font-size:0.9em;
  color: white;
}
#main_odkazy_projekty a:hover{
  color: #FFFFCC;
}
