/****** cascade style sheet ******/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 14px;
	color: #333333;
}
/**** INDEX ****/
#page-container-welcome {
	width: 543px;
	margin: 30px auto 0px auto;
}
#page-container-welcome h1 {
	text-align: center;
	font-weight: bold;
}
#page-container-welcome h3 {
	text-align: center;
}
.page-container-welcome-flag {
	position: relative;
	width: 181px;
	height: 140px;
	float: left;
}
.page-container-welcome-flag img {
	border: none;
	padding-bottom: 2px;
}
.page-container-welcome-flag a:hover {
	border: none;
	background-color: #c3c3c3;
}
/**** HLAVNI ******************************************************************/
#page-bg {
	width: 950px;
	margin: 0px auto 0px auto;
	background: #fff url("../images/body-bg2.png") repeat-y top center;
}
#page-container {
	width: 900px;
	margin: 0px auto 0px auto;
}
#header {
	height: 324px;
	background: #FFF url("../images/header.jpg") no-repeat;
}
#lang {
	float: right;
	margin: 2px 0px 0px 0px;
}
#lang img {
  border: none;
  float: right;
  margin: 2px 2px 0px 2px;
}
#menu {
	position: relative;
	height: 43px;
	margin-top: -7px;
	font-size: 14px;
	text-transform: uppercase;
	background: url("../images/time4bed_bg.gif") repeat-x bottom left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}
#menu ul li {
	display: block;
	float: left;
	margin: 0 2px;
}
#menu ul li a {
	display: block;
	float: left;
	color: #EEE;
	text-decoration: none;
	padding: 0 0 0 15px;
	height: 43px;
	line-height: 50px;
}
#menu ul li a span {
	display: block;
	float: left;
	padding: 0 20px 0 0;
	margin-bottom: -10px;

	height: 31px;
	width: auto;
}
#menu ul li a:hover {
	color: #ffdab6;
}
#menu ul li a:hover span {
	display: block;
	cursor: pointer;
}
#menu ul li a.current, #menu ul li a.current:hover {
	color: #894d12;
	background: transparent url("../images/time2bed_left-ON.gif") no-repeat top left;
}
#menu ul li a.current span {
	background: transparent;
	height: 43px;
}
#main {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	float: left;
	width: 720px;
}
#quick-choose {
  width: 200px;
  float: right;
  margin-right: 7px;
  clear: both;
}
#main select{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  width: 140px;
}
.main-left {
  margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 355px;
}
.main-right {
  margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	float: right;
	width: 355px;
}
.main-form {
  margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	float: right;
	width: 355px;
}
#main img.left {
	float: left;
	width: 300px;
	border: none;
	padding: 2px;
	margin: 6px 6px 6px 15px;
	border: #d3d3d3 2px solid;
}
#main img.face {
	float: left;
	border: none;
	padding: 2px;
	margin: 6px 10px 6px 0px;
	border: rgb(84,181,222) 2px solid;
}
#main img.left-small {
	float: left;
	width: 160px;
	border: none;
	padding: 2px;
	margin: 3px 3px 3px 8px;
	border: #d3d3d3 2px solid;
}
#main img.right {
	float: left;
	width: 300px;
	border: none;
	padding: 2px;
	margin: 6px 6px 6px 55px;
	border: #d3d3d3 2px solid;
}
#main img.right-small {
	float: right;
	width: 160px;
	border: none;
	padding: 2px;
	margin: 3px 3px 3px 8px;
	border: #d3d3d3 2px solid;
}
/* table 1*/
#main .table-div {
	float: left;
	width: 700px;
	clear: both;
	margin: 10px 0px 12px 6px;
	background-color: #FFFF99;
}
#main .tabledata {
	clear: both;
	margin: 5px 0px 6px 6px;
	empty-cells: show;
	border-collapse: collapse;
}
#main .tabledata td {
	padding: 2px 7px 2px 7px;
	text-align: left;
}
#main .tabledata th {
	padding: 2px 7px 2px 7px;
	empty-cells: show;
	text-align: left;
}
#main .room-list {
	float: left;
	clear: both;
	margin: 10px 0px 12px 6px;
}
/* table 1*/
/* table 2*/
#main .table-div2 {
	float: left;
	width: 700px;
	clear: both;
	margin: 10px 0px 12px 6px;
}
#main .tabledata2 {
	clear: both;
	margin: 5px 0px 6px 6px;
	empty-cells: show;
	border-collapse: collapse;
}
#main .tabledata2 td {
	width: 170px;
  padding: 2px 7px 6px 7px;
	text-align: center;
}
#main .tabledata2 th {
	padding: 2px 7px 2px 7px;
	background-color: rgb(84,181,222);
	empty-cells: show;
	text-align: center;
}
/* table 2*/
/* table 3 - prodej*/
#main .table-div3 {
	float: left;
	width: 700px;
	clear: both;
	margin: 10px 0px 12px 6px;
	background-color: rgb(153,255,102);
}
#main .tabledata3 {
	clear: both;
	margin: 5px 0px 6px 6px;
	empty-cells: show;
	border-collapse: collapse;
}
#main .tabledata3 td {
	padding: 2px 5px 2px 5px;
	text-align: left;
	clear: both;
  border-top: 1px solid #000000;
}
#main .tabledata3 th {
	padding: 2px 7px 2px 7px;
	empty-cells: show;
	text-align: left;
}
#main .room-list3 {
	float: left;
	clear: both;
	margin: 10px 0px 12px 6px;
}
/* table 3 - prodej*/
#main ul {
	position: relative;
  list-style: none;
  margin-left: 6px;
}
#main li {
	float: left;
	clear: both;
	margin-left: 14px;
	margin-top: 2px;
}
#main form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 540px;
}
#main form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}
#main form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  padding: 0 5px;
}
#adress {
	float: right;
	clear: right;
	color: #FFF;
	margin: 0px 6px 7px 8px;
	background-color: #cc0000;
}
#sidebar {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 8px;
	float: right;
	width: 165px;
	border-left: #666 2px dotted;
}
.links {
	float: left;
	clear: left;
	margin: 10px 0px 15px 6px;
}
.cena {
	float: right;
	clear: none;
	margin: 10px 0px 15px 6px;
}
.cena p {
  font-size: 18px;
  font-weight: bold;
}
#footer {
	clear: both;
	font-size: 10px;
	height: 16px;
	padding-top: 6px;
	text-align: center;
	border-top: 3px solid;
	border-color: rgb(84,181,222);
}
/**** HLAVNI -- TEXT **********************************************************/
a {
	color: rgb(84,181,222);
	text-decoration: none;
}
a:hover {
	color: rgb(84,181,222);
	text-decoration: underline;
}
#main p {
	text-align: justify;
	padding: 3px 14px 7px 5px;
}
#main p.clear {
	clear: both;
  text-align: justify;
	padding: 3px 14px 7px 5px;
}
#main p.left {
	text-align: left;
	padding: 3px 14px 7px 5px;
}
#main p.intable {
	clear: both;
  text-align: left;
  font-weight: bold;
	padding: 2px 0px 4px 13px;
}
#main h2 {
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 12px;
	clear: both;
}
#main h3 {
	margin-top: 2px;
	margin-bottom: 4px;
	clear: both;
}
#main h3.center {
	text-align: center;
  margin-top: 2px;
	margin-bottom: 4px;
	clear: both;
}
#main h4 {
	clear: both;
	padding-top: 7px;
}
.room-list p {
  clear: both;
}
.room-list strong {
  padding-left: 6px;
}
#adress p {
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
#adress p.map-adr {
	color: #000;
	background-color: #FFF;
}
#sidebar {
	font-size: 12px;
}
#sidebar h2 {
	text-align: right;
	margin-top: 20px;
  margin-right: 5px;
}
#sidebar h4 {
	display: block;
	margin-top: 14px;
	height: 14px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	background: #d3d3d3 url(../images/h4-bg.gif) no-repeat right;
}
#sidebar p {
	text-align: left;
	margin-bottom: 7px;
	font-size: 10px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}