/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 0;
	background-color: #A31818;
	text-align: center;
}

#all {
	background-color: #8C0000;
	position: relative;
	margin: 0 auto;
	padding: 345px 0 0;
	width: 880px;
	text-align: left;
}

#wrap {
	margin: 0 0 0 30px;
	min-height: 685px;
}

* html #wrap {
	height: 685px;
}

#inner {
	float: left;
	width: 730px;
}

.textwindow a{
  text-decoration: none;
}

#head,
#foot,
#bg,
#column,
#main {
	z-index: 1;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 345px;
	overflow: visible;
}

#foot {
	height: 200px;
	background: url(/img/foot.jpg) no-repeat;
}

#bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: -100px;
	width: 1080px;
	height: 1030px;

}

#column {
	float: right;
	padding: 70px 0 0;
	width: 240px;
}

#main {
	float: left;
	width: 580px;
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo,
#head .pokoj,
#head .slogan,
#head .lang,
#head .topmenu {
	position: absolute;
	overflow: hidden;
}

#head .slogan{
  display: none;
}

#logo {
	z-index: 3;
	top: 70px;
	left: 45px;
	margin: 0;
	padding: 0;
	width: 159px;
	height: 159px;
}

#head .pokoj0 {
	margin-top:40px;
	margin-left:240px;
	top: 40px;
	left: 240px;
	width: 640px;
	height: 220px;
	background: url(/img/head-1.jpg) no-repeat;
}
#head .pokoj1 {
	margin-top:40px;
	margin-left:240px;
	top: 40px;
	left: 240px;
	width: 640px;
	height: 220px;
	background: url(/img/head-2.jpg) no-repeat;
}
#head .pokoj2 {
	margin-top:40px;
	margin-left:240px;
	top: 40px;
	left: 240px;
	width: 640px;
	height: 220px;
	background: url(/img/head-3.jpg) no-repeat;
}
#head .pokoj3 {
	margin-top:40px;
	margin-left:240px;
	top: 40px;
	left: 240px;
	width: 640px;
	height: 220px;
	background: url(/img/head-4.jpg) no-repeat;
}

#head .slogan {
	top: 0;
	left: 30px;
	width: 680px;
	height: 40px;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
}

#head .slogan p {
	margin: 0;
}

#head .lang {
	top: 13px;
	left: 730px;
	width: 150px;
	height: 16px;
}

#head .lang ul {
	height: 100%;
}

#head .lang ul li {
	float: left;
	margin: 0 10px 0 0;
	width: 22px;
	height: 100%;
}

#head .lang ul a {
	display: block;
	height: 100%;
	background: url(/img/head-lang.gif) no-repeat;
}

#head .lang ul li.n01 a {background-position: 0 0}
#head .lang ul li.n02 a {background-position: 0 -16px}
#head .lang ul li.n03 a {background-position: 0 -32px}
#head .lang ul li.n04 a {background-position: 0 -48px}

#head .lang ul span {
	display: none;
}

#head .topmenu {
	top: 270px;
	left: 40px;
	width: 820px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
	overflow: visible;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	width: 200px;
	height: auto;
	background: #540d0d;
	white-space: normal;
}

#head .topmenu ul li {
	position: relative;
	float: left;
	padding: 0 2px 0 0;
	height: 100%;
	background: url(/img/head-topmenu-li.gif) repeat-y 100% 0;
}

* html #head .topmenu ul li {
	behavior: url(./css/csshover.htc);
}

#head .topmenu ul li:hover ul,
#head .topmenu ul li.hover ul {
	display: block;
}

#head .topmenu ul ul li {
	float: none;
	padding: 0;
	width: 100%;
	height: auto;
	background: transparent;
	overflow: hidden;
}

#head .topmenu ul li.last {
	padding: 0;
	background-image: none;
}

#head .topmenu ul a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

* html #head .topmenu ul a {
	float: left;
}

#head .topmenu ul ul a {
	width: 100%;
	text-transform: none;
}

#head .topmenu ul a:hover,#head .topmenu ul .active {
	background: #540d0d;
}

#head .topmenu ul ul a:hover, #head .topmenu ul ul .active {
	background: #770505;
}

#head .topmenu ul span {
	display: block;
	margin: 0 20px;
	height: 100%;
	cursor: pointer;
}

* html #head .topmenu ul span {
	float: left;
	margin: 0 10px;
}

#head .topmenu ul ul span {
	padding: 2px 0;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .nemovitosti,
#foot .copyright,
#foot .netwings {
	position: absolute;
	overflow: hidden;
}

#foot .nemovitosti {
	top: 45px;
	left: 20px;
	width: 840px;
	height: 90px;
}

#foot .nemovitosti ul {
	height: 100%;
}

#foot .nemovitosti ul li {
	position: absolute;
	top: 0;
	height: 100%;
}

#foot .nemovitosti ul li.n01 {left: 0; width: 190px}
#foot .nemovitosti ul li.n02 {left: 310px; width: 240px}
#foot .nemovitosti ul li.n03 {left: 680px; width: 160px}

#foot .nemovitosti ul a {
	display: block;
	height: 100%;
}

#foot .nemovitosti ul span {
	display: none;
}

#foot .copyright {
	top: 160px;
	left: 10px;
	width: 750px;
	height: 30px;
	color: #eadcc4;
	text-align: center;
	line-height: 30px;
	white-space: nowrap;
}

#foot .copyright p {
	margin: 0;
}

#foot .copyright a {
	color: #eadcc4;
	text-decoration: none;
}

#foot .copyright a:hover {
	color: #9e793a;
}

#foot .netwings {
	top: 160px;
	left: 720px;
	width: 140px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#foot .netwings p {
	margin: 0;
	height: 100%;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings span {
	display: none;
}

/* ==============================================[ sloupec ] */

#column .box {
	margin: 0 0 20px;
}

#column .box .hr,
#column .box .header {
	display: none;
}

#column .mesto {
	position: absolute;
	top: 0;
	left: 100px;
	width: 100px;
	height: 30px;
	background: url(/img/column-mesto.gif) no-repeat;
}

#column .cenik {
	background: url(/img/column-cenik.gif) no-repeat 50% 0;
	height: 52px;
	font-size: 20px;
	text-align: center;
	line-height: 52px;
	white-space: nowrap;
	overflow: hidden;
}

#column .cenik p {
	margin: 0;
	height: 100%;
}

#column .cenik a {
	display: block;
	height: 100%;
	color: #fe8401;
	text-decoration: none;
}

#column .cenik a:hover {
	color: #e00;
}

#column .fotogalerie ul li {
	position: relative;
	margin: 0 0 20px;
	width: 240px;
	height: 160px;
	overflow: hidden;
}

#column .fotogalerie {
	margin: 0;
}

#column .fotogalerie ul a {
	display: block;
	height: 100%;
	text-decoration: none;
}

#column .fotogalerie ul img {
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid #fe8401;
}

#column .fotogalerie ul span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 20px;
	background: #fe8401;
	color: #fff;
	font-size: 129%;
}

#column .fotogalerie ul a:hover span {
	color: #000;
}

/* ==============================================[ obsah ] */

#main .katalog {
	margin: 1em -9px 1em 0;
	width: 589px;
	font-size: 16px;
}

#main .katalog .item {
	float: left;
	width: 183px;
	margin: 5px 10px 5px 0;
}

#main .katalog a {
	display: block;
	height: 100%;
	background: #5f0a09;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
}

#main .katalog a:hover {
	background: #fe8401;
}

#main .katalog .active {
	background: #fe8401;
}

#main .katalog .img,
#main .katalog .title {
	display: block;
	margin: 0;
}

#main .katalog .img img {
	margin: 0;
	border: 4px solid #fe8401;
}

#main .katalog .title {
	padding: 5px 0;
}

#main .rezervace input,
#main .rezervace select {
	margin: 0 0 0 10px;
	width: 180px;
}

#main .rezervace select {
	width: 188px;
}

.foot_img {
  float: left;
  margin: 20px 30px 0 30px;
  width: 225px;
  height: 110px;
}
.foot_img a {
  height: 100%;
  display: block;
  position:relative;
}
.foot_img span {
  display: none;
}