body {
  font-family: sans-serif,sans,verdana,arial, Helvetica;
  color: black;
  font-size: 1em;
  background: #fff;
}

div#menu,div#up,#lang,#sign  {
  display: none;
}

/* --------------------------- ÚVOD ----------------------- */
img.hotel{
  margin: 0em 1em 1em 1em;
  float: left;
}

/* --------------------------- UBYTOVÁNÍ ----------------------- */

div#ubyt_text{
  float: left;
  width: 300px;
}

table.cenik{
	border-style: none;
	vertical-align: top;
	border-spacing: 2px;
}

td.cenikl{
  width: 12em;
}

td.cenikr{
  width: 12em;
  text-align: right;
}

div#ubyt_foto{
  float: right;
  width: 300px;
}

img.ubyt_foto{
  margin: 0em 0em 1em 0em;
}

fieldset{
  margin: 3em 0em 0em 0em;
  border: solid 1px #707070;
}

span.note{
  font-size: 0.8em;
  color: #707070;
}

/* --------------------------- RESTAURACE ----------------------- */
div#rest_text{
  float: left;
  width: 300px;
}

div#rest_foto{
  float: right;
  width: 300px;
}



p{
  text-align: justify;
}

/* --------------------------- ZAJÍMAVOSTI ----------------------- */

img.pic{
  margin: 1em 1em 1em 1em;
}

img{
  border: none;
}

span{
  text-align: justify;
}

legend{
  border: solid 1px #707070;
}
