************************* Layout Stylesheet *************************/
@media print { 
  BODY { 
    color: black; 
    background: white; 
    font-size: 12pt; 
  } 

  @page { 
    margin: 2,5cm; 
  } 
  
  [href]:after { 
    content: " [" attr(href) "] "; 
  } 
  
} 



@media screen { 

HTML, BODY { 
  margin: 0; 
  padding: 0; 
  text-align: center; 
  background-color: #ffffff;
  font-family: tahoma, helvetica, sans-serif;
  font-size: small;
  
  /* not compatible with CSS Validator */
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #bdbebd; /*krémová*/
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #bdbebd; /*krémová*/
	scrollbar-arrow-color: #bdbebd; /*krémová*/
} 
 

div#container {
  width: 984px;
  margin: 0 auto;
}

div#header {
  height: 214px;
  background: #ffffff;
  background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
}

div#body {
  overflow: hidden;
  width: 984px;
}

div#content {
  width: 576px;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  font-size: small;
}

div#left-sidebar {
  width: 190px;
  float: left;
  text-align: left;
}

div#right-sidebar {
  width: 190px;
  float: right;
  text-align: left;
}

div#footer {
  height: 97px;
  background: #ffffff;
  clear: both;
  background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
	color: white;
	padding-left: 25px;
	padding-top: 21px;
	font-weight: 900;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 8px;
}




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

P {
	padding: 5px;
}

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

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

HR {
	color: #bdbebd; /*krémová*/
	height: 1px;
	width: 100%;
}
/*
HR.black {
	color: #000000;
	width: 98%;
}
*/
A:LINK, A:VISITED {
	color: #333333;
	/*text-decoration: none;*/
}

A:HOVER {
   color: #ff6600; /*oranžová*/
   text-decoration: underline;
}

A:LINK.lista, A:VISITED.lista {
	color: #333333;
	text-decoration: none;
	font-weight: 900;
}

A:HOVER.lista {
   color: #ff6600; /*oranžová*/
   text-decoration: underline;
   font-weight: 900;
}

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

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

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

A:LINK.orange, A:VISITED.orange {
   color: #ff6600;
   text-decoration: underline;
}

A:HOVER.white {
	color: #ff6600; /*oranžová*/
	text-decoration: underline;
}

A:HOVER.orange {
	color: #ffffff;
	text-decoration: underline;
}

A:HOVER.black {
	color: #ff6600; /*oranžová*/
	text-decoration: underline;
}

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

TH {
	font-size: x-small;
	color: #333333;
}

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

INPUT, TEXTAREA, SELECT, OPTION {
	background-color: #bdbebd; /*krémová*/
	scrollbar-track-color: #ff6600; /*oranžová*/
	color: 000000;
}

TABLE {
	color: #333333;
	font-size: x-small;
}

TABLE.frame {
	/*border: solid 1px #bdbebd; /*krémová*/;
	font-size: x-small;
	color: #333333;
}

TR.frame, TD.frame, TH.frame {
	/*border: solid 1px #bdbebd; /*krémová*/;
	background-color: #eeeeee;
	padding: 2px;
	align: center;
}

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

.menu_item {
	font-size: 14px;
	font-weight: 900;
	color: black;
	background-image: url(img/tlacitko_orange_01.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 31px;
	padding-left: 34px;
	padding-top: 7px;
	left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

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

#counter {
	background-color: #ffffff;
	font-size: x-small;
	font-weight: 900;
	text-align: center;
	padding: 3px;
}

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

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

.nadpis_aktualita {
  font-size: medium;
  text-align: left;
}

.item {
	background-color: #ffffff;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: small;
	/*border: solid 1px #bdbebd; /*krémová*/
	padding-bottom: 5px;
	color: #333333;
}

.nadpis_item {
	font-size: 14px;
  /*background-color: #ff6600; /*oranžová*/
	background-image: url(img/lista_orange_01.jpg);
	background-repeat: no-repeat;
	color: #333333;
	font-weight: 900;
	width: 576px;
	height: 31px;
	padding-top: 7px;
	text-align: left;
	padding-left: 36px;
	/*border-bottom: solid 1px #bdbebd; /*krémová*/
}

.termin_item {
	color: #ffffff;
	font-weight: 900;
	margin-bottom: 2px;
}

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

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

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

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

.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: small;
	padding-left: 5px;
}

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

.logo {
	/*border: 1px solid #bdbebd; /*krémová*/
	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: 349px; 
	height: 80px; 
	z-index: 2; 
	position: absolute; 
	left: 0px;
	/*border-bottom: 1px solid #bdbebd; /*krémová*/
}

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

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

.lista_sumarizace {
	/*border: 1px solid #bdbebd; /*krémová*/
	font-size: x-small;
	height: 40px;
	margin-bottom: 15px;
	color: #333333;
	background-color: #eeeeee;
	/*width: 100%;*/
}

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

.lista_starsi_novejsi, .lista_zapati {
	margin-top: 15px;
	/*border: 1px solid #bdbebd; /*krémová*/
	height: 24px;
	color: #333333;
	background-color: #eeeeee;
	/*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 #bdbebd; /*krémová*/
	width: 150px;
	height: 107px;
	margin: 7px;
}

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

.foto_historie_right {
	/*border: 1px solid #bdbebd; /*krémová*/
	width: 120px;
	margin: 7px;
	float: right;
	text-align: right;
	position: relative;
}

.foto_historie_left {
	/*border: 1px solid #bdbebd; /*krémová*/
	width: 120px;
	margin: 7px;
	float: left;
	text-align: left;
	position: relative;
}

.tip_foto_big_h {
	/*border: 1px solid #bdbebd; /*krémová*/
	width: 300px;
	height: 214px;
	margin: 7px;
	float: left;
	text-align: left;
	position: relative;
}

.tip_foto_big_v {
	/*border: 1px solid #bdbebd; /*krémová*/
	width: 214px;
	height: 300px;
	margin: 7px;
	float: right;
	text-align: right;
	position: relative;
}

.tip_foto_400px {
	/*border: 1px solid #bdbebd; /*krémová*/
	width: 400px;
	margin-top: 7px;
	margin-bottom: 7px;
	/*float: right;*/
	text-align: center;
	position: relative;
}

.zajimavost_foto_big_h {
	/*border: 1px solid #bdbebd; /*krémová*/
	width: 400px;
	height: 250px;
	margin: 7px;
	/*float: left;*/
	text-align: left;
	position: relative;
}

.zajimavost_foto_big_hv {
	/*border: 1px solid #bdbebd; /*krémová*/
	width: 400px;
	/*height: 250px;*/
	margin: 7px;
	/*float: left;*/
	text-align: left;
	position: relative;
}

.pocasi_img {
	width: 64px; 
	height: 100px; 
	/*border: solid 1px #bdbebd; /*krémová*/
	margin: 4px;
	background-color: #bdbebd; /*krémová*/
}


/************************* 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: x-small; 
	color: black; 
	background-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

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

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

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

.tabulka_form {
	/*border: 1px solid #bdbebd; /*krémová*/
	padding: 5px; 
	background-color: #ffffff;
	font-weight: 900;
	color: #333333;
}

}
