html,body {
  margin: 0px;
  padding: 0px;
  height: 100%; 
  font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
  font-size: 12px;
  text-align: center;
  background-image: url('/images/pozadi.gif');
}

#zahlavi {
  margin: 0 auto;
  width: 100%;
  height: 30px;
  background-color: #282828;
}

#zahlavi-text {
  margin: 0 auto;
  width: 969px;
  line-height: 30px;
  color: #aaaaaa;
}

#zahlavi-text a {
  color: #aaaaaa;
  text-decoration: none;
}

#obal {
  margin: 0 auto;
  text-align: center;
	min-height: 100%;
	height: 100%;
	position: relative;
  background-image: url('/images/podklad.png');
  background-repeat: repeat-y;
  background-position: center;
}
body>#obal {
 	height: auto;
 }
/* Opera 9.5+  hack, mozna najdete nekdo i jine reseni  */
*|html[xmlns*=""]  #obal { 
  display: table;
	height: 100% 
}   

#stranky {
  margin: 0 auto;
  width: 969px;
  height: 100%;
  min-height: 100%;
	position: relative;  
  /*background-image: url('/images/podklad.png');*/
}

#header {
  margin: 0 auto;
  width: 969px;
  height: 180px;
  background-image: ;
}

#header-pozadi {
  margin: 0 auto;
  width: 932px;
  height: 180px;
  background-image: url('/images/header-pozadi.jpg');
  }

#header h1 {
  margin: 0 auto;
  font-size: 0px;
}

#header-logo {
  margin: 0 auto;
  position: relative;
  float: left;
  top: 17px;
  left: -18px;
  display: block;
  width: 543px;
  height: 137px;
  overflow: hidden;
  background-image: url('/images/logo.png');
}

#header-logo span {
  background-image: url('/images/logo.jpg');
  display: block;
  position: absolute;
  width: 543px;
  height: 137px;
  top: 0;
  left: 0;
  cursor: pointer;
}

#menu {
  margin: 0 auto;
  width: 932px;
  height: 50px;
  background-color: #aaaaaa;
  background-image: url('/images/menu-pozadi.png');
  background-repeat: no-repeat;
}


#menu-hlavni {
  margin: 0 auto;
  width: 932px;
  height: 30px;
  text-align: left;
}

#menu-hlavni-ul {
  margin: 0 auto;
  padding: 0;
  margin-left: 14px;
  text-align: left;
}

#menu-hlavni-ul a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

#menu-hlavni-ul li {
  display: inline;
  list-style-image: none;
  text-align: center;
}

#menu-hlavni-ul li a {
  float: left;
  display: inline;
  background-image: url('/images/li.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 18px;
  line-height: 30px;
  padding-right: 18px;
}

#menu-hlavni-ul li a:hover, #menu-hlavni-ul li a.aktivni {
  background-image: url('/images/li.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#menu-hlavni-ul li a:hover,#menu-hlavni-ul li a.active {
  color: #cc0000;
}

#menu-podmenu {
  margin: 0 auto;
  width: 932px;
  height: 20px;
}

#menu-podmenu-ul {
  margin: 0 auto;
  padding: 0;
  margin-left: 40px;
  text-align: left;
}

#menu-podmenu-ul a {
  color: black;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#menu-podmenu-ul li {
  display: inline;
  list-style-type: none;
  text-align: center;
}

#menu-podmenu-ul li a {
  float: left;
  display: inline;
  line-height: 20px;
  margin-right: 30px;
  
}

#menu-podmenu-ul li a:hover, #menu-podmenu-ul li a.aktivni {
  background-image: url('images/sipka.gif');
  background-repeat: no-repeat;
  background-position: center;
}

#obsah {
  margin: 0 auto;
  width: 932px;
  padding: 0 0 125px 0;
}

#banner {
  margin-top: 10px;
  width: 100%;
  /*height: 200px;   */
  padding: 0;
}

#banner-obrazek {
  float: left;
  margin: 10px 0 0 10px;
  width: 270px;
  height: 180px;
}

#banner-text {
  float: right;
  text-align: left;
  padding-right: 10px;
  margin-top: 10px;
  width: 632px;
  height: 180px;
}

#banner-text h1 {
  margin: 15px 10px 0 10px;
  font-size: 20px;
}

#banner-text h2 {
  margin: 0 10px 0 10px;
  color: red;
  font-size: 14px;
  
}

#banner-text p {
  margin: 20px 10px 10px 10px;
}

#obsah-levy {
  margin: 20px 0 0 0;
  width: 687px;
  float: left;
  text-align: left;
}
#obsah-levy a {
  color: black;
  font-weight: bold;
}

#obsah-levy a:hover {
  color: #cc0000;
}

#obsah-pravy {
  float: right;
  background-color: b
  width: 230px;
  margin: 20px 0 0 0;
}


.obsah-pravy {
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: left;
  background-color: #dddddd;
} 
/*
img.obsah-pravy-logo {
  position: absolute;
  top: 100px;
  height: 32px;
  margin: 10px 0 0 9px;
}*/ 

.obsah-pravy h2 {
  background-image: url('/images/box-logo.png');
  background-repeat: no-repeat;
  background-position: 0 7px; 
  text-indent: 65px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 0 0 10px;
}

.obsah-pravy h3 {
  width: 210px;
  font-size: 13px;
}

.obsah-pravy p {
  width: 210px;
}

.obsah-pravy-in {
  position: relative;
  font-size: 12px;
  height: 100%;
  margin: 0 10px 0 17px;
}

.obsah-pravy-in a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.obsah-pravy-in table th {
  width: 100px;
  text-indent: 15px;
  text-align: left;
}

#box {
  border: 1px solid #aaaaaa;
}

img.box-logo {
  position: absolute;
  margin: -10px 0 0 9px;
}

#box h1 {
  position: absolute;
  font-size: 19px;
  margin: 2px 0 0 79px;
}

#box-in {
  width: 657px;
  margin: 50px 15px 15px 15px;
}



/***** FORMATOVANI SAMOTNEHO TEXTOVEHO OBSAHU STRANKY *****/

#paticka {
  width: 100%;
  height: 110px;
  overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
  background-color: #282828;
}

#paticka-in {
  margin: 0 auto;
  width: 932px;
}

#paticka-in-in {
  float: left;
  margin-top: 30px;
  width: 650px;
}
/***** MENU V PATICCE *****/
#paticka-menu-ul {
  margin: 0 auto;
  padding: 0;
  /*margin-left: 15px;*/
  text-align: left;
}

#paticka-menu-ul a {
  color: #aaaaaa;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

#paticka-menu-ul li {
  display: inline;
  list-style-image: none;
  text-align: center;
}

#paticka-menu-ul li a {
  float: left;
  display: inline;
  text-indent: 10px;
  line-height: 15px;
  margin-right: 10px;
}

#paticka-menu-ul li a:hover, #paticka-menu-ul li a.aktivni {
  color: white;
}

#paticka-menu-ul li.oddelovac a:hover, #paticka-menu-ul li.oddelovac a.aktivni {
  border-left: 2px solid #aaaaaa;

}

#paticka-menu-ul li.oddelovac a {
  border-left: 2px solid #aaaaaa;
}

/**** COPYRIGHT *****/
#autor {
  float: left;
  margin: 35px 0 0 9px;
}

#autor a {
  color: #aaaaaa;
  font-size: 10px;
  text-decoration: none;
}

#autor a:hover {
  color: white;
  font-size: 10px;
  text-decoration: none;
}

#autor strong {
  font-size: 11px;
}


/**** LOGO V PATICCE *****/ 
#paticka-logo {
  float: right;
  width: 279px;
  height: 59px;
}

#paticka-logo a {
  color: #282828;
}

#logo-paticka {
  margin: 0 auto;
  position: relative;
  float: right;
  top: 15px;
  left: 0;
  display: block;
  width: 279px;
  height: 59px;
  overflow: hidden;
  background-image: url('/images/logo-paticka.png');
}

#logo-paticka span {
  background-image: url('/images/logo-paticka.png');
  display: block;
  position: absolute;
  width: 279px;
  height: 59px;
  top: 0;
  left: 0;
  cursor: pointer;
}

/****** FOTOGALERIE ******/
a.galerie{
  display: block;
  width: 163px;
  height: 124px;
  float: left;
  text-align: center;
  /*border-right:1px #ddd dashed;
  border-bottom:1px #ddd dashed;*/
}

a.galerie img{
	border: 1px solid #282828;
}

a.galerie:hover img{
	border: 1px solid #cc0000;
}


/****** FOTOGALERIE *****/
#fotogalerie {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 10px;
}

#fotogalerie div{
  width: 160px;
  height: 120px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  float: left;
  display: table-cell;
  vertical-align: middle;
}

a.fotogalerie{
}

a.fotogalerie img{
	border: 1px solid #282828;
/*	width: 137px;    */
	max-height: 103px;
	_height: 100px;
}

a.fotogalerie:hover img{
	border: 1px solid #cc0000;
}

/***** KOMENTARE *****/
#komentare {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 0px;
  background-color: #eeeeee;
}

#komentare em {
  margin: 25px;
  line-height: 40px;
  font-size: 11px;
}

#komentare table {
  margin: 0 20px;
}

#komentare input {
  width: 250px;
  line-height: 22px;
  height: 22px;
  margin-right: 20px;
  padding: 0 10px;
  font-style: italic;
}

#komentare textarea {
  width: 550px;
  height: 100px;
  padding: 10px;
  font-family: Arial, san-serif;
}

input#komentovat {
  margin: 10px 22px;
  width: 130px;
  height: 25px;
  font-weight: bold;
  font-style: normal;
  color: white;
  background-color: #3d3d3d;
  border: 1px solid white;
}


/*****VYPIS KOMENTARU *****/
.komentare-vypis {
  width: 100%;
  margin: 20px 0;
}

.komentare-vypis-autor {
  margin-bottom: 10px;
}

.komentare-vypis-predmet{
  font-style: italic;
  font-weight: bold;
}

.komentare-vypis-komentar {
  border-bottom: 1px solid #eeeeee;
}

/****** Rezervace - booking *******/
#booking table {
  text-align: center;
  border: 0;
  border-spacing: 0px;
}

#booking th, td{
  padding: 0;
}

/****** Rezervační formulář *******/
table#rezervacni-form tr {
  margin: 10px;}

table#rezervacni-form th {
  text-align: right;
  width: 100px;
}

#rezervacni-form input {
  margin-left: 15px;
}

#rezervacni-form textarea {
  width: 180px;
  height: 60px;
  margin-left: 15px;
}

input.odeslat {
  background-color: #dddddd;
  width: 142px;
  height: 28px;
  border: 0;
  font-weight: bold;
  color: black;
  margin: 20px 7px 15px 233px;
  cursor: pointer;
}

input.odeslat:hover {
  background-color: #cc0000;
  color: white;
  
}   

