/* ubytovani */

html,body {
  height: 100%;
}

body {
  background-image: url('images/back.png');
  margin: auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-family: Tahoma, Verdana, MS Sans Serif, Arial, sans-serif;
  color: black;
  font-size: 0.8em; 
}

#main {
  position: relative;
  background-image: url('images/main.png');
  background-repeat: repeat-y;
  width: 776px;
  text-align: left;
  margin: auto;
  height: 100%;
	min-height: 100%;
  z-index : 1;
}


body>#main {
  height: auto;
}

#head { 
  position: relative;
  background: url('images/head.jpg');
  margin: auto;
  height: 196px;
  width: 762px;
  top: 0px;
  z-index : 2;
}

#obsah {
  width: 670px;
  z-index : 5;
  margin: 10px 0px 30px 60px;
}


#vlajka01 {
  position: absolute;
  height: 20px;
  width: 29px;
  top: 149px;
  left: 50%;
  z-index : 3;
  margin: 0px 0px 0px 265px;
}

#vlajka02 {
  position: absolute;
  height: 20px;
  width: 29px;
  top: 149px;
  left: 50%;
  z-index : 3;
  margin: 0px 0px 0px 305px;
}

#menu {
  position: absolute;
  height: 20px;
  width: 600px;
  top: 153px;
  left: 50%;
  z-index: 3;
  margin: 0px 0px 0px -340px;
}


.stin {
  float:left;  /* obrázek vlevo */
  background: url(images/stin.png) no-repeat bottom right !important;
  margin: 20px 20px 0px 0px;
  
}

.stin2 {
  float:left;  /* obrázek vlevo */
  background: url(images/stin2.png) no-repeat bottom right !important;
  margin: 20px 20px 0px 0px;
  
}

.stin2 img  {
  display: block;
  position: relative;
  border: 1px solid #666666; /* rámeček */
  margin: -6px 6px 6px -6px;  /*posun stínu */
     
}



.stin img  {
  display: block;
  position: relative;
  border: 1px solid #666666; /* rámeček */
  margin: -6px 6px 6px -6px;  /*posun stínu */
     
}


table {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px;
}

img {
  border: 0px;
    }

li {
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 8px;
}

li.menu, ul.menu {
  display:inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


p {
	color: black;
	text-align: left;
	font-size: 1em;
}

.p1 {
	font-weight: bold;
  display:  inline;
}

.p2 {
	text-align: center;
}


#right {
  float: right;
  width: 225px;
}

#right2 {
  float: right;
  width: 440px;
}

#left2 {
  float: left;
  width: 230px;
}

.left {
  float: left;
  width: 680px;
}



h1 {
	color: #CC6633;
	text-align: left;
  font-weight: normal;
	font-size: 1.4em;
  display:  inline;
}

h2 {
	color: #CC6633;
	text-align: left;
  font-weight: normal;
	font-size: 1.4em;
  display:  inline;
}

a.menu {
  color : black;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  padding : 3px 15px 5px 15px;
}

a.menu:hover {
	color : #CC6633;
}

a.menu:active {
	color : #FF6600;
}

a {
	color : #CC6633;
}
