/************************* Layout Stylesheet *************************/ 

BODY {
	margin: 0;
	padding: 0; 
	background: #cbad8f; /*středně hnědá*/
	color: #ffffff;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; 
	font-size: x-small;
	font-weight: 400;
	
	/* not compatible with CSS Validator */
	scrollbar-track-color: #cbad8f; /*středně hnědá*/
	scrollbar-face-color: #55381b; /*tmavě hnědá*/
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #55381b; /*tmavě hnědá*/
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff; 
}	 
	 
#left {
	position: absolute;
	top: 114px;
	left: 0;
	width: 169px;
	z-index: 3;
	background: #55381b; /*tmavě hnědá*/
	color: #ffffff;
	border-top: solid 1px #fdebbc; /*světle hnědá*/
	border-right: solid 1px #55381b; /*tmavě hnědá*/
	border-bottom: solid 1px #000000;
}

#right {
	position: absolute;
	top: 114px;
	right: 0;
	width: 169px;
	z-index: 2;
	background: #55381b; /*tmavě hnědá*/
	color: #ffffff;
	border-top: solid 1px #fdebbc; /*světle hnědá*/
	border-left: solid 1px #fdebbc; /*světle hnědá*/
	border-bottom: solid 1px #55381b; /*tmavě hnědá*/
}

#center_block {
	/*width: 100%;*/
	z-index: 1;
	background: #cbad8f; /*středně hnědá*/
	color: #000000;
	height: 80%;
	margin: 0 180px 0 180px;
 }

#top_header {
	height: 102px; 
	width: 100%; 
	background: #55381b; /*tmavě hnědá*/
	color: #ffffff; 
	margin: 0px;
	border-bottom: solid 2px #000000;
	/*background-image: url(img/background.jpg);
	background-repeat: repeat-x;*/
}

#center {
	/*margin: 0 170px 0 170px;*/
	position: relative;
	background: #cbad8f; /*středně hnědá*/
	color: #000000;
	z-index: 5;
	padding: 15px;
}

#footer {
	/*width: 100%;*/
	height: 35px;
	background: #55381b; /*tmavě hnědá*/
	color: #ffffff;
	margin-top: 20px;
	padding-top: 10px;
	font-size: xx-small;
	text-align: center;
	border-top: solid 1px #fdebbc; /*světle hnědá*/
	border-bottom: solid 1px #55381b; /*tmavě hnědá*/
	border-left: solid 1px #fdebbc; /*světle hnědá*/
	border-right: solid 1px #55381b; /*tmavě hnědá*/
}

/************************* Presentation Stylesheet *************************/ 

P {
	padding: 5px;
}

H1, H2 {
	margin: 0; 
	padding: 5px 0;
	font-size: small;
	font-weight: 900;
	text-align: center;
}

H1 {
	color: #ffffff;
	font-size: medium;
}

HR {
	color: #ffffff;
	height: 1px;
	width: 90%;
}

HR.black {
	color: #000000;
	width: 98%;
}

A:LINK, A:VISITED {
	color: #000000;
	text-decoration: none;
}

A:HOVER {
   color: #cbad8f; /*středně hnědá*/
   text-decoration: underline;
}

A:LINK.svetle, A:VISITED.svetle {
   color: #ffffff;
}

A:LINK.black, A:VISITED.black {
   color: #000000;
   text-decoration: underline;
}

A:LINK.white, A:VISITED.white {
   color: #ffffff;
   text-decoration: underline;
}

A:HOVER.white {
	color: #cbad8f; /*středně hnědá*/
	text-decoration: underline;
}

A:HOVER.black {
	color: #55381b; /*tmavě hnědá*/
	text-decoration: underline;
	background-color: #fdebbc; /*světle hnědá*/
}

A:LINK.red, A:VISITED.red {
   color: #ff0000;
}

TD, TR {
	/*padding-left: 10px;*/
	font-size: xx-small;
}

INPUT, TEXTAREA, SELECT, OPTION {
	background-color: #fdebbc; /*světle hnědá*/
	scrollbar-track-color: #fdebbc; /*světle hnědá*/
}

TABLE {
	color: #000000;
	font-size: xx-small;
}

/******************************************************************************/

.menu_item {
	font-size: x-small;
	font-weight: 900;
	color: #000000;
	background-color: #fdebbc; /*světle hnědá*/
	width: 166px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: solid 1px #55381b; /*tmavě hnědá*/
	border-top: solid 1px #55381b; /*tmavě hnědá*/
}

.submenu_item {
	font-size: x-small;
	font-weight: 900;
	padding-left: 4px;
}

#counter {
	background-color: #55381b; /*tmavě hnědá*/
	font-size: xx-small;
	font-weight: 900;
	text-align: center;
	padding: 3px;
}

#counter_place {
	/*background-color: #fdebbc; /*světle hnědá*/
	width: 95%;
	padding: 3px;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
}

/******************************************************************************/

.item {
	background-color: #fdebbc; /*světle hnědá*/
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: x-small;
	border-top: 1px solid #fdebbc; /*světle hnědá*/
	border-bottom: solid 1px #55381b; /*tmavě hnědá*/
	border-left: solid 1px #fdebbc; /*světle hnědá*/
	border-right: solid 1px #55381b; /*tmavě hnědá*/
	padding-bottom: 5px;
}

.nadpis_item {
	background-color: #55381b; /*tmavě hnědá*/
	/*width: 100%;*/
	color: #ffffff;
	font-weight: 900;
}

.termin_item {
	/*width: 100%;*/
	color: #55381b; /*tmavě hnědá*/
	font-weight: 900;
	margin-bottom: 2px;
}

.adresa_ulice, .telefon, .ico, .nazev_firmy {
	margin-top: 1px;
	font-size: x-small;
	padding-left: 5px;
}

.datum_item {
	margin-top: 3px;
	font-size: xx-small;
	padding-left: 5px;
}

.adresa_obec, .adresa_psc, .mobil, .fax, .email, .web, .dic {
	font-size: x-small;
	padding-left: 5px;
}

.autor_item, .funkce_autora_item {
	font-size: xx-small;
	padding-left: 5px;
}

.prispevek_item {
	padding: 5px;
	padding-top: 3px;
	text-align: left;
}

.kategorie_item, .nabidka_item, .cinnost_item, .nazev_firmy_big, .uredni_hodiny {
	margin-top: 3px;
	font-size: x-small;
	padding-left: 5px;
}

.logo_item {
	text-align: right;
	position: relative;
	float: right;
}

.logo {
	border-top: 1px solid #fdebbc; /*světle hnědá*/
	border-bottom: solid 1px #55381b; /*tmavě hnědá*/
	border-left: solid 1px #fdebbc; /*světle hnědá*/
	border-right: solid 1px #55381b; /*tmavě hnědá*/
	width: 120px;
	height: 80px;
	margin-right: 5px;
	margin-top: 5px;
}

/******************************************************************************/

#background_right {
	width: 252px; 
	height: 100px; 
	z-index: 1; 
	position: absolute; 
	right: 0px;
}

#background_left {
	width: 483px; 
	height: 100px; 
	z-index: 2; 
	position: absolute; 
	left: 0px;
}

/******************************************************************************/

.vpravo {
	text-align: right;
	float: right;
	font-weight: 900;
	padding-right: 5px;
}

.lista_sumarizace {
	border-top: 1px solid #fdebbc; /*světle hnědá*/
	border-bottom: solid 1px #55381b; /*tmavě hnědá*/
	border-left: solid 1px #fdebbc; /*světle hnědá*/
	border-right: solid 1px #55381b; /*tmavě hnědá*/
	font-size: xx-small;
	height: 40px;
	margin-bottom: 15px;
	color: #ffffff;
	/*width: 100%;*/
}

.vlevo {
	text-align: left;
	float: left;
	font-weight: 900;
	padding-left: 5px;
}

.lista_starsi_novejsi, .lista_zapati {
	margin-top: 15px;
	border-top: 1px solid #fdebbc; /*světle hnědá*/
	border-bottom: solid 1px #55381b; /*tmavě hnědá*/
	border-left: solid 1px #fdebbc; /*světle hnědá*/
	border-right: solid 1px #55381b; /*tmavě hnědá*/
	height: 16px;
	color: #ffffff;
	/*width: 100%;*/
}

.lista_zapati {
	text-align: center;
	font-size: xx-small;
}

.souhrn {
	padding-left: 5px;
	padding-right: 5px;
}

.tip_foto {
	text-align: center;
	border: 1px solid #ffffff;
	width: 150px;
	height: 107px;
	margin: 7px;
}

.popis_foto {
	font-size: xx-small;
	margin-bottom: 10px;
	text-align: center;
}

.tip_foto_big_h {
	border: 1px solid #55381b; /*tmavě hnědá*/
	width: 300px;
	height: 214px;
	margin: 7px;
	float: left;
	text-align: left;
	position: relative;
}

.tip_foto_big_v {
	border: 1px solid #55381b; /*tmavě hnědá*/
	width: 214px;
	height: 300px;
	margin: 7px;
	float: right;
	text-align: right;
	position: relative;
}

.tip_foto_400px {
	border: 1px solid #55381b; /*tmavě hnědá*/
	width: 400px;
	margin-top: 7px;
	margin-bottom: 7px;
	/*float: right;*/
	text-align: center;
	position: relative;
}

.zajimavost_foto_big_h {
	border: 1px solid #55381b; /*tmavě hnědá*/
	width: 400px;
	height: 250px;
	margin: 7px;
	/*float: left;*/
	text-align: left;
	position: relative;
}

.zajimavost_foto_big_hv {
	border: 1px solid #55381b; /*tmavě hnědá*/
	width: 400px;
	/*height: 250px;*/
	margin: 7px;
	/*float: left;*/
	text-align: left;
	position: relative;
}

.pocasi_img {
	width: 64px; 
	height: 100px; 
	border: solid 1px #ffffff;
	margin: 4px;
	background-color: #fdebbc; /*světle hnědá*/
}


/************************* Warning´s *************************/ 

.neni_spojeni {
	font-weight: 900;
	color: #ff0000;
	margin-bottom: 10px;
}

.bold {
	font-weight: 900;
}

.italic {
	font-weight: 400;
	font-style: italic
}

.center {
	text-align: center;
}

.x-small {
	font-size: x-small;
}

.xx-small {
	font-size: xx-small;
}

/************************ Rolovani ***************************/

.rolovani {
	font-weight: bold; 
	font-size: xx-small; 
	color: black; 
	background-color: #fdebbc; /*světle hnědá*/
	scrollbar-track-color: #fdebbc; /*světle hnědá*/
}

.rolovaci_menu {
	position: relative; 
	text-align: right;
	font-weight: 900; 
	font-size: xx-small; 
	color: #000000; 
	margin-top: 5px;
}

.popisky_fotogalerie {
	color: #000000; 
	margin-left: 10px; 
	font-size: xx-small;
}

/*********************** Tabulky zadávaní *********************/

.tabulka_form {
	border-top: 1px solid #fdebbc; /*světle hnědá*/
	border-bottom: solid 1px #55381b; /*tmavě hnědá*/
	border-left: solid 1px #fdebbc; /*světle hnědá*/
	border-right: solid 1px #55381b; /*tmavě hnědá*/
	padding: 5px; 
	background-color: #55381b; /*tmavě hnědá*/
	font-weight: 900;
	color: #ffffff;
}
