@media screen, projection {
* {
	margin: 0;
	padding: 0;
	line-height: 125%;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}
#flags {
  position: absolute;
  width: 54px;
  top: 20px;
  right: 10px;
  height: 20px;
  z-index:2;
}
#flags #flag_en {
  display: block;
  float: left;
  background-image: url("/_images/flag-en.png");
  width: 18px;
  height: 18px;
  text-decoration: none;
}
#flags #flag_cs {
  display: block;
  float: right;
  background-image: url("/_images/flag-cz.png");
  width: 18px;
  height: 18px;
  text-decoration: none;
}
#flags #flag_it {
  display: block;
  float: left;
  background-image: url("/_images/flag-it.png");
  width: 18px;
  height: 18px;
  text-decoration: none;
}
a {
  color: rgb(0,0,0);
}
a:hover {
  text-decoration: none;
}
a img {
  border-width: 1px;
  border-color: black;
}
html {
	text-align: center;
	background-image: url("/_images/background.png");
}
body {
  font-size: 80%;
}
h1 {
	position: relative;
	width: 100%;
	height: 93px;
	overflow: hidden;
	margin-top: 4px;
}
h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 93px;
	background: url("/_images/h1.png") center center no-repeat;
}
h2 {
	font-family: Georgia, 'New York CE', utopia, serif;
	font-size: 200%;
	background-image: url("/_images/h2-artresidence.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: rgb(211,203,119);
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 50px;
	clear: both;
}
#www-artresidence-cz {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

menu {
	list-style-type: none;
	font-size: 80%;
	width: 800px;
	height: auto;
	text-align: right;
	background-color: rgb(240,248,224);
	background-image: url("/_images/background-green.png");
	background-position: 50% 10%;
	background-repeat: no-repeat;
	border-bottom: 1px solid rgb(160,215,100);
}
menu li {
	display: inline;
	line-height: 27px;
}
menu li a, menu li a:link, menu li a:visited {
	color: rgb(102,102,102);
	text-decoration: none;
	border-right: 1px solid rgb(126,214,31);
	padding-right: 5px;
}
menu li a:hover, menu li a:focus, menu li a:active {
	color: rgb(0,0,0);
	text-decoration: underline;
}
menu li.star a {
	padding-left: 15px;
	background-image: url("/_images/menu-star.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
}
menu li.last a {
	border-right: none;
}

#header {
  background-image: url("/_images/background-green.png");
  background-position: 0 100%;
}

#header form * {
	vertical-align: middle;
}
#header form fieldset {
	border: none;
	height: 80px;
	float: left;
}
#header form fieldset div {
	padding: 4px;
}
#header form legend {
	display: none;
}
#header form select {
	margin-bottom: 4px;
}
#header form fieldset.dates {
	width: 190px;
	font-size: 85%;
}
#header form fieldset.dates div {
	padding-top: 22px;
}
#header form fieldset.dates label {
	float: left;
	clear: right;
}
#header form fieldset.dates input {
	float: right;
  text-align: center;
  margin-right: 5px;
	clear: right;
	width: 100px;
	margin-bottom: 1px;
}
#header form fieldset.nights {
	width: 80px;
	font-size: 85%;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
#header form fieldset.nights div {
	line-height: 72px;
	border-right: 1px solid rgb(160,215,100);
}
#header form fieldset.type {
	width: 125px;
	font-size: 85%;
}
#header form fieldset.type div.cover {
	border-right: 1px solid rgb(160,215,100);
	padding: 6px;
	padding-top: 30px;
	line-height: 22px;
}
#header form fieldset.type div.cover div {
	height: 20px;
	padding: 1px;
}
#header form fieldset.type input {
}
#header form fieldset.type legend {
}
#header form fieldset.additional {
	width: 238px;
	font-size: 85%;
}
#header form fieldset.additional div {
	border-right: 1px solid rgb(102,175,25);
	padding: 6px;
}
#header form fieldset.additional select {
	margin-bottom: 6px;
}
#header form fieldset.additional label {
	float: left;
	clear: right;
}
#header form fieldset.additional select {
	float: right;
	clear: right;
	width: 130px;
}
#header form fieldset.room {
	width: 164px;
	font-size: 85%;
}
#header form fieldset.room div {
	padding: 6px;
}
#header form fieldset.room label {
	float: left;
	clear: right;
}
#header form fieldset.room select {
	float: right;
	clear: right;
	width: 90px;
}
#header form fieldset .submit {
	width: 140px;
	margin-left: 10px;
	margin-top: 25px;
}

#content {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(153,102,51);
  background-image: url("/_images/background-content.png");
}
#content #left {
  float: left;
  width: 638px;
  background-color: rgb(220,213,146);
  border: 1px solid rgb(153,102,51);
  border-bottom: none;
}
#content p {
	border-left: 3px solid rgb(191,187,127);
	margin-left: 25px;
	padding-left: 10px;
	padding-right: 25px;
	margin-bottom: 15px;
	text-align: justify;
}
#content p.no-border {
	border: none;
	margin-left: 15px;
}
#content p img {
	border: 1px solid rgb(102,102,51);
}
#content h3 {
	clear: both;
	padding: 10px 5px 5px 10px;
}
#content #right {
  float: right;
  width: 159px;
  padding-top: 5px;
  background-color: rgb(196,176,133);
  font-size: 80%;
  border-right: 1px solid rgb(153,102,51);
  border-top: 1px solid rgb(153,102,51);
}

#content #right ul {
  list-style-type: none;
  margin-left: 3px;
}
#content #right h4 {
  margin: 10px 0 4px 0;
  padding-left: 3px;
}
#content #right ul {
  padding-left: 3px;
}
.apartment {
  float: left;
	width: 172px;
	/*background-image: url("/_images/calendar-artresidence.png");
	background-position: 0 0;
	background-repeat: no-repeat;*/
	background-color: rgb(225,221,181);
	border: none;
  text-align: center;
  margin: 5px 15px;
}
.apartment img {
  border-width: 1px;
}


#footer {
  margin-top: 10px;
	clear: both;
	background-color: rgb(124,190,56);
	background-image: url("/_images/footer-artresidence.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 150px;
	text-align: center;
}
#footer p {
	line-height: 200%;
}
#footer #footer-left {
	float: left;
	padding: 10px;
	width: 350px;
	text-align: left;
}
#footer #footer-left img {
	float: left;
	border: 1px solid rgb(0,102,0);
	margin-right: 10px;
}
#footer #footer-right {
	float: right;
	padding: 10px;
	width: 350px;
	text-align: right;
}
#footer #footer-right img {
	float: right;
	border: 1px solid rgb(0,102,0);
	margin-left: 10px;
}
#footer #footer-in {
	clear: both;
}
#footer-footer {
	background-image: url("/_images/footer-footer-artresidence.png");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-color: rgb(204,230,155);
	line-height: 10px;
	font-size: 10px;
	height: 10px;
	clear: both;
	margin-bottom: 10px;
}


table {
	border-collapse: collapse;
	border: 1px solid rgb(96,96,96);
}
table td, table th {
	padding: 3px;
}
table th {
  text-align:center;
}
.small {
  font-size: 80%;
}
.obsazene {
  text-decoration: line-through;
  color: rgb(153,0,0);
}
.volne {
  color: rgb(0,0,102);
}

.submit {
	border: 1px solid rgb(153,153,153);
	background-image: url("/_images/submit-artresidence.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-color: rgb(176,176,176);
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	font-weight: bold;
}
a.submit {
	height: 30px;
	width: 150px;
	line-height: 30px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
}

.table {
  width: 90%;
  margin: 10px auto;
}
ol, ul {
	margin-left: 50px;
}
ol li span {
	font-weight: bold;
	font-variant: small-caps;
}
ol li a {
	text-decoration: none;
}
ol li a:hover {
	text-decoration: underline;
}
ul.list {
  list-style-type: none;
  margin-left: 5px;
}
ul.list img {
  border: 1px solid rgb(102,102,51);
  margin-left: 10px;
}
ul.list li {
  margin-bottom: 50px;
  clear: right;
  text-align: justify;
  padding: 5px;
}







/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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(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;
}



/**************************************** jTip    cluetipClass:'jtip'-------------------------------------- */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 31px;
  height: 31px;
  position: absolute;
  background-image: url(_js/images/loader.gif);
}
.clue-right-jtip {
	background-image: url(_js/images/arrowleft.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.cluetip-jtip img {
  border: 1px solid rgb(102,102,51);
}
.clue-left-jtip {
	background-image: url(_js/images/arrowright.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
}
.cluetip-jtip #cluetip-outer {
	border: 2px solid rgb(103,175,26);
	position: relative;
	background: #fff;
}
.cluetip-jtip h3#cluetip-title {
	margin: 0 0 5px;
	padding: 2px 5px;
	font-weight: bold;
	background-color: rgb(206,231,159);
	color: #333;
}
.cluetip-jtip #cluetip-inner {
	padding: 0 5px 5px;
	display: inline-block;
}
.cluetip-jtip span#cluetip-close {
	text-align: right;
	margin: 0 5px 5px;
	color: #900;
}
hr {
  visibility: hidden;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: right;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/_js/images/calendar.png) no-repeat; 
	display: none;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}





table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
  position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	background: none;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

}
@media print {
}
@media handheld {
}
