/* ********************************** */
/* LAYOUT                             */
/* ********************************** */
/* POUZITE BARVY:                     */
/* #fff799 - žlutá v levém menu       */
/* #ffffff - bílá v horním menu       */
/* #055829 - zelena, nadpisy          */
/* #30d07f- zelena, zariva, odkazy, horni drobny text */
/* ********************************** */
body{ 
	margin:0; 
	padding:0; 
	background: #ffffff url(../images/line-vertical.gif) repeat-x top center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	_behavior: url("stranky/inc/csshover.htc");
} 
#pagewidth {
	width: 1082px;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background: url(../images/line.jpg) repeat-y top center;
} 
#header{
	position:relative; 
	height:263px;
	position:absolute; /* header after main */
	top:0px; /* header after main */
	width:1082px; /* header after main */	
	margin-top:-1px; /* Opera fix */
	z-index:102;
} 
#wrapper {
	padding-top: 255px; /* header after main *//* header after main */
}
#maincol{
	width:690px; 
 padding-right:80px;
 padding-top:8px;
	float:right; 
	position:relative;
	z-index:101;
	min-height:400px;
}
#leftcol{
	width:231px; 
	_width:230px;
	float:left; 
	position:relative; 
	padding:0 0 0 0;
	margin-left:63px;
	_margin-left:32px;
	z-index:10;
}
#footer{
	background: url(../images/footer.jpg) no-repeat top center;
	clear:both;
	padding:30px 0 0 0;
	margin:0 0 0 0;
	width:100%;
	height:16px;
	text-align:center;
} 
 
 /* *** Float containers fix: *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* ********************************** */
/* MAIN, VZHLED                       */
/* ********************************** */
#main {
	padding: 0 0 0 0;
	text-align: justify;
	color:#000000;
	font-size:70%;
}
#main img {
	border: none;
}

#main table {
	text-align:left;
}

#main a {
	color: #055829;
	text-decoration: underline;
}
#main a:hover {
	color: #e48511;
	text-decoration: underline;
}
#main h1 {
	color:#055829;
	font-size:140%;
	font-weight: bold;
	text-align:left;
}
#main h2 {
	color:#055829;
	font-size:140%;
	font-weight:normal;
	text-align:left;
}
#main h3 {
	color:#055829;
	font-size:130%;
	font-weight:normal;
	text-align:left;
}
#main h4 {
	color:#055829;
	font-size:120%;
	font-weight:normal;
	text-align:left;
}
#main h5 {
	color:#055829;
	font-size:110%;
	font-weight:normal;
	text-align:left;
}
#main h6 {
	color:#055829;
	font-size:110%;
	font-weight:normal;
	text-align:left;
}
/* ********************************** */
/* FOOTER                             */
/* ********************************** */
#footer p {
	color:#bbbbbb;
	font-size:70%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#footer a,#footer a:visited {
	color: #747474;
	text-decoration: none;
}
#footer a:hover { text-decoration:underline; }
#footer #podpis {
	text-align:center;

}
/* ********************************** */
/* MENU HORIZONTAL                    */
/* ********************************** */
#header ul {
	position:absolute;
	top:170px;
	left:70px;
	font-size:70%;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#header ul li { 
	float: left; /* float:left - menu je horizontalni, jinak vertikalni */
	height:34px;
	background: url(../images/menu-top.jpg) no-repeat right;
	cursor:pointer;
}
#header ul li:hover { 
	background: url(../images/menu-top-hover.jpg) no-repeat right;
}
#header ul #menu-top-1 {
  background: url(../images/menu-top-1.jpg) no-repeat right;
}
#header ul #menu-top-2 {
  background: url(../images/menu-top-2.jpg) no-repeat right;
}
#header ul #menu-top-3 {
  background: url(../images/menu-top-3.jpg) no-repeat right;
}
#header ul #menu-top-1:hover {
  background: url(../images/menu-top-1-hover.jpg) no-repeat right;
}
#header ul #menu-top-2:hover {
  background: url(../images/menu-top-2-hover.jpg) no-repeat right;
}
#header ul #menu-top-3:hover{
  background: url(../images/menu-top-3-hover.jpg) no-repeat right;
}
#header ul a, #header ul a:visited, #header ul span {
	display:block;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 20px 0px 20px;
	font-weight:normal;
}
#header ul a:hover,#header ul li:hover a, #header ul span:hover  {
	color: #fff799;
	text-decoration: none;
}

/* podmenu */
#header ul li ul {
	position:absolute;
	top:28px;
	left:auto;
  display:none;
	font-size:100%;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
	border:1px solid #065026;
	background:#035c2c;
	width:150px;
}
#header ul li ul li { 
	float: none; /* float:left - menu je horizontalni, jinak vertikalni */
	height:34px;
	background: url(../images/submenu.gif) repeat-x;
	background:transparent;
	cursor:pointer;
}
#header ul li:hover ul { display:block; }

#header ul li:hover ul li:hover{ 
	background: url(../images/submenu-hover.gif) repeat-x;
	background:#044f26;
}
#header ul li:hover ul li.posledni {
  background: url(../images/submenu-bottom.gif) repeat-x;
  background:#035c2c;
  /*height:29px;*/
}
#header ul li:hover ul li.posledni:hover {
  background: url(../images/submenu-hover-bottom.gif) repeat-x;
  background:#044f26;
}
#header ul li:hover ul li a,#header ul li:hover ul li a:visited,#header ul li:hover ul li span {
  color:#ffffff;
  padding: 10px 20px 0px 20px;
}
#header ul li:hover ul li a:hover,#header ul li:hover ul li:hover a,#header ul li:hover ul li span:hover,#header ul li:hover ul li:hover span {
  color:#fff799;
}

/* podpodmenu */
#header ul li ul li ul {
	position:absolute;
	top:auto;
	left:150px;
  display:none;
	font-size:100%;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: -24px 0 0 0;
	border:1px solid #065026;
	background:#035c2c;
	min-width:100px;
}
#header ul li:hover ul li ul {
  display:none;
}
#header ul li:hover ul li:hover ul {
  display:block;
}

#header ul li:hover ul li:hover ul li a,#header ul li:hover ul li:hover ul li span,#header ul li:hover ul li:hover ul li a:visited {
  color:#ffffff;
  padding: 10px 20px 0px 20px;
}
#header ul li:hover ul li:hover ul li a:hover,#header ul li:hover ul li:hover ul li:hover a,#header ul li:hover ul li:hover ul li span:hover,#header ul li:hover ul li:hover ul li:hover span {
  color:#fff799;
}

/* ********************************** */
/* FOTOGALERIE                        */
/* ********************************** */
#galerie-alba {
	text-align: center;
}
#galerie-alba table {
	border-collapse:collapse;
	text-align:center;
	width:100%;
}
#galerie-alba td {
	text-align:center;
	vertical-align:bottom;
	width:50%;
	padding:5px;
	padding-top:30px;
}
#galerie-alba a {
	padding-bottom:5px;
	font-size:130%;
	font-weight:bold;
}
#galerie-alba td.nahled {
	vertical-align: middle;
	padding-top:5px;
}
#galerie-alba .nahled a {
	text-align:center;
	padding-top:10px;
}
#galerie-alba .nahled img {
  	text-align:center;
	border:1px solid #000000;
}
#galerie-obrazky {
	text-align: center;
}
#galerie-obrazky table {
	border-collapse:collapse;
	width:100%;
}
#galerie-obrazky td {
	text-align:center;
	vertical-align:middle;
	padding:10px;
}
#galerie-obrazky img {
	border: 1px solid #383838;
}
/*** BAZAR ***/
.bazar {
  width:100%;
}
.bazar table {
  width:100%;
  border-collapse: collapse;
}
.bazar table .zahlavi td {
  font-weight:bold;
  padding: 4px 4px 4px 4px;
  border:1px solid #868686;
  color:#ffffff;
  background:#055829;
}
.bazar table .zahlavi td a,.bazar table .zahlavi td a:visited {
  color:#ffffff;

}
.bazar table .popis {
  vertical-align:top;
  color:#868686;
}
.bazar table .popis p {
  padding: 0 0 0 0;
  margin:0 0 0 0;
}
.bazar table .radek-1 td {
  padding: 4px 4px 4px 4px;
  border:1px solid #868686;
  
  /*width:40%;*/
}
.bazar table .radek-1 td.obchodnik, .bazar table .radek-1 td.cena {
  /*width:20%;*/
  
}
.bazar table .radek-1 td.cena {
  
}
.bazar table .radek-2 td {
  padding: 0 0 20px 0;

}
.bazar table img {
  padding: 0 10px 0 0;
}
.bazar table .stav-aktivni,#bazar-detail .stav-aktivni {
  color:green;
}
.bazar table .stav-rezervace,#bazar-detail .stav-rezervace {
  color:red;
}
.bazar table .stav-zruseno,#bazar-detail .stav-zruseno {
  color:blue;
}
#bazar-detail #link-zpet {
  float:right;
}
#bazar-detail h1 {
  margin:0;
}
#bazar-detail #informace {
  display:block;
  float:right;
  width:66%;
  
}
#bazar-detail #informace .bazar-hlavni-foto {
  float:left;
  border:none;
  /*margin:0 12px 12px 0;*/
}
#bazar-detail #obchodnik {
  padding: 10px 0 10px 0;
  float:left;
  display:block;
  width:100%;
}
#bazar-detail #fotografie {
  display:block;
  float:left;
  width:220px;
}
#bazar-detail #fotografie table {
  width:100%;
  padding-bottom:60px;
}
#bazar-detail #fotografie table td {
  padding: 2px;
  text-align:center;
  vertical-align:middle;
}
#bazar-detail #fotografie img {
  border:1px solid #055829;
}
#bazar-detail #udaje-dulezite {
  padding:20px 0 20px 0;
  margin:0;
}
#bazar-detail #udaje-dulezite .sloupec-1 {
  width:35%;
  
}
#bazar-detail #udaje-dulezite .vyrizuje-1 {
  font-weight:bold;
  padding-top:20px;
  vertical-align:top;
}
#bazar-detail #udaje-dulezite .vyrizuje-2 {
  padding-top:20px;
}
#bazar-detail #udaje-dulezite .vyrizuje-2 span {
  font-weight:bold;
  font-size:120%;
  display:block;
}
#bazar-detail .udaje {
  border:1px solid #30d07f;
  width:50%;
  font-size:90%;
  border-collapse: collapse;
}
#bazar-detail .udaje td {
  border:1px solid #30d07f;
  padding:4px;
}

#menu-nemovitosti {
  margin:0;
  padding:7px 3px 0 3px;
  font-size:80%;
}
#menu-nemovitosti li {
  list-style-type: none;
}
#menu-nemovitosti li a {
  color:#fff799;
  width:205px;
  _width:203px;
  height:25px;
  padding-top:10px;
  display:block;
  text-decoration:none;
  border-bottom:1px solid #386f52;
  padding-left:20px;
}
#menu-nemovitosti li:first-child a {
  border-top:1px solid #386f52;
}
#menu-nemovitosti li a:hover {
  background:url(../images/menu-left.jpg) no-repeat;
}

#novinky-email {
  background:url(../images/novinky.gif) no-repeat;
  padding:70px 3px 0 3px;
  margin-left:3px;
  _width:219px;
  _margin-left:2px;
  margin-top:20px;
  font-size:80%;
  text-align:center;
}
#novinky-email p {
  color:#ffffff;
  font-size:85%;
  margin-left:-3px;
}
#novinky-email .input-text {
	border:0px;
	height:17px;
	background:#ffffff;
	width:128px;
	color:#010101;
	/*margin: 5px 0 0 -3px;*/
	margin: 5px auto 0 auto;
	font-size:90%;
  display: block;
  text-align:left;
}
#novinky-email .button {
	border:0px;
	background:url(../images/novinky-prihlas.gif) no-repeat;
	width:66px;
	height:21px;
	cursor: pointer;	
  margin: 0px 0 0 -2px;
  margin: 5px auto 0 auto;
	display: block;
	text-align:center;
}

#vyhodna-nabidka {
  background:url(../images/tip.jpg) no-repeat;
  padding:80px 3px 0 3px;
  margin-left:3px;
  _width:219px;
  _margin-left:2px;
  margin-top:20px;
  font-size:80%;
  text-align:center;
}
#vyhodna-nabidka a {
  
  color:#f4f4f4;
  text-decoration:none;
}
#vyhodna-nabidka a img {
  border:none;
}
#vyhodna-nabidka a span {
  display:block;
  padding-top:5px;
  padding-bottom:30px;
}
#box-kontakt {
  color:#30d07f;
  font-size:70%;
  position:absolute;
  left:73px;
  top:2px;
}
#box-kontakt a, #box-kontakt:visited {
  color: #30d07f;
  text-decoration:none;
}
#box-kontakt a:hover {
  text-decoration:underline;
}

#box-bazar-vyhledavani {
  position:absolute;
  top:19px;
  left:809px;
  display:block;
  width:200px;
  height:140px;
  color:#ffffff;
  font-size:11px;
}
#box-bazar-vyhledavani #druh_label {

}
#box-bazar-vyhledavani #druh_input {
  width:178px;
  height:19px;
  margin-top:3px;
  margin-bottom:5px;
  font-size:11px;
}
#box-bazar-vyhledavani #obec_label {
}
#box-bazar-vyhledavani #obec_input {
  width:178px;
  height:19px;
  margin-top:3px;
  margin-bottom:5px;
  font-size:11px;
}
#box-bazar-vyhledavani #typ_label {
  float:left;
  width:100%;
  font-size:11px;
}
#box-bazar-vyhledavani #typ_input {
  width:91px;
  height:19px;
  margin-top:3px;
  float:left;
  font-size:11px;
}
#box-bazar-vyhledavani #hledej {
  float:right;
  margin-right:20px;
  width:66px;
  background:transparent;
  border:none;
  cursor: pointer;
}
.strankovani {
  text-align:center;
  padding-bottom:5px;
}
.bazar .legenda {
  border-collapse: collapse:
  border: none;
  width:300px;
  margin-top:40px;
}
.bazar .legenda td {
  border: none;
  padding:3px;
  padding-right:15px;
  width:100px;
}
.bazar .legenda .nadpis {
  font-weight:bold;
}
