@charset "utf-8";
/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
a {
	outline: 0;
}


/* BASE TAGS */

body {
	background-color: #16120e;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/* HEADER */

#top {
	height: 40px;
	width: 100%;
	background-color: #ff9600;
}

#top_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#top ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 10px;
/*	right: 240px;*/
	right: 0px;
}

#top ul li {
	height: 21px;
	float: left;
	list-style-type: none;
	margin: 0px 10px 0px 10px;
}

#top ul li a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#top ul li.active a {
	color: #ffb954;
}

#top form {
	display: none;
	position: absolute;
	top: 8px;
	right: 0px;
}

#search_field {
	height: 19px;
	width: 154px;
	background-image: url(../images/top_searchbg.jpg);
	background-repeat: no-repeat;
	border: 0px;
	float: left;
	padding: 2px 5px 0px 5px;
	line-height: 18px;
}

#search_submit {
	width: 47px;
	height: 21px;
	float: left;
	margin-left: 5px;
	color: #ffffff;
}

#logo {
	position: absolute;
	top: 0px;
	left: 5px;
}

#menu {
	width: 970px;
	margin: 0 auto;
	position: relative;
	clear: both;
	height: 93px;
}

/*#menu a {
	display: block;
	height: 72px;
	color: #7c6a50;
}

#menu a:hover {
	color: #ffffff;
}*/

#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 72px;
	width: 800px;
	overflow: hidden;
	float: right;
	background-image: url(../images/header_menu.jpg);
	background-repeat: no-repeat;
}

#menu ul li {
	vertical-align: middle;
	list-style-type: none;
	margin: 0px;
	float: left;
	height: 73px;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

#menu ul li span {
	display: none;
}

#menu a {
	display:block;
	position:absolute;
	z-index:2001;
}

#menu .menu_on {
	display: none;
}

#menu_item1 {
	width: 125px;
}

#menu_item1 a.active {
	background-image: url(../images/header_menu.jpg);
	background-position: 0px 72px;
	width: 125px;
}

#menu_item2 {
	width: 125px;
}

#menu_item2 a.active  {
	background-image: url(../images/header_menu.jpg);
	background-position: -125px 72px;
	width: 125px;
}

#menu_item3 {
	width: 127px;
}

#menu_item3 a.active  {
	background-image: url(../images/header_menu.jpg);
	background-position: -250px 72px;
	width: 127px;
}

#menu_item4 {
	width: 100px;
}

#menu_item4 a.active  {
	background-image: url(../images/header_menu.jpg);
	background-position: -377px 72px;
	width: 100px;
}

#menu_item5 {
	width: 125px;
}

#menu_item5 a.active  {
	background-image: url(../images/header_menu.jpg);
	background-position: -477px 72px;
	width: 125px;
}

#menu_item6 {
	width: 90px;
}

#menu_item6 a.active  {
	background-image: url(../images/header_menu.jpg);
	background-position: -602px 72px;
	width: 90px;
}

#menu_item7 {
	width: 108px;
}

#menu_item7 a.active  {
	background-image: url(../images/header_menu.jpg);
	background-position: -692px 72px;
	width: 108px;
}

/* CONTENT */

#content {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#content .title {
	clear: both;
	margin-bottom: 25px;
	position: relative;
}

#content .title .button {
	position: absolute;
	right: 22px;
	top: 10px;
	width: 250px;
	height: 35px;
	text-align: right;
	background-image: url(../images/button_now.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding: 3px 85px 0px 0px;
	color: #b09164;
	font-size: 12px;
	text-decoration: none;
}

#content .title .button:hover {
	color: #ffffff;
}

#content .button2 {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 250px;
	height: 35px;
	text-align: right;
	background-image: url(../images/button_now.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding: 2px 85px 0px 0px;
	color: #b09164;
	font-size: 14px;
	text-decoration: none;
}

#content .button2:hover {
	color: #ffffff;
}

#slideshow {
	height: 386px;
	clear: both;
	overflow: hidden;
	margin-bottom: 35px;
}

#headerpic {
	clear: both;
	padding-bottom: 35px;	
}

#headerpic img, #slideshow img {
	clear: both;
	display: block;
}

#project_slideshow {
	clear: both;
	height: 286px;
	clear: both;
	overflow: hidden;	
	padding-bottom: 35px;	
}

#project_slideshow img {
	display: none;
}

#leftside {
	width: 651px;
	float: left;
	border-right: 1px solid #33230c;
	padding: 0px 0px 0px 0px;
	position: relative;
}

/*#leftside h3 {
	font-size: 20px;
	font-weight: normal;
	color: #ff9600;
	text-transform: uppercase;
	margin: 0px 40px 10px 0px;
}

#leftside h3 a {
	color: #ff9600;
	text-decoration: none;
	background-image: url(../images/left_arrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 2px 35px 2px 0px ;
}

#leftside h3 a:hover {
	background-image: url(../images/left_arrow-on.jpg);
}*/

#leftside h2 {
	font-size: 20px;
	font-weight: normal;
	color: #ff9600;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

#leftside h3 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

#breadcrumb {
	color: #322109;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: normal;
}

#breadcrumb .arrow {
	margin: 0px 15px;
}

#breadcrumb a {
	color: #ff9600;
	text-decoration: none;
	
}

#breadcrumb a.active {
	color: #fdfdfd;
}

#leftside p {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 25px;
	padding-right: 40px;
}

#leftside .details {
	display: block;
	margin-right: 5px;
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;	
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 13px;
	padding-right: 30px;
	margin-right: 12px;
	text-decoration: none;
	color: inherit;
}

#leftside ul {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#leftside ul li {
	font-size: 14px;
	line-height: 180%;
	padding: 0px 40px 0px 23px;
	background-image: url(../images/left_list-icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
}

#leftside ol {
	margin: 0px 0px 25px 30px;
	padding: 0px;
}

#leftside ol li {
	font-size: 14px;
	line-height: 180%;
	padding: 0px 40px 0px 0px;
	list-style-type: decimal;
}

#leftside a {
	color: #7c6a50;
}

#leftside a:hover {
	color: #ffffff;
}

#leftside blockquote {
	color: #ad8d60;
	font-size: 16px;
	line-height: 26px;
	margin: 0px 0px 25px 7px;
	padding: 0px 40px 3px 20px;
	font-weight: bold;
	position: relative;
	background-image: url(../images/blockq_bg.png);
	background-repeat: repeat-y;
}

#leftside span.up {
	position: absolute;
	display: block;
	height: 5px;
	width: 5px;
	background-image: url(../images/blockq_up.png);
	top: 0px;
	left: 0px;
}

#leftside span.down {
	position: absolute;
	display: block;
	height: 5px;
	width: 5px;
	background-image: url(../images/blockq_down.png);
	bottom: 0px;
	left: 0px;
}

#tabs {
	margin-bottom: 40px;
	overflow: hidden;
	height: 47px;
}

#tabs.visual_layout {
	margin-bottom: 20px;
	height: 47px;	
}

#tabs ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#tabs ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

#tabs ul li a {
	height: 37px;
	width: 156px;
	background-image: url(../images/left_tabs.jpg);
	text-align: center;		
	display: block;
	color: #8c724c;
	text-decoration: none;
	padding-top: 10px;
	font-size: 16px;
	margin-right: 4px;
}

#tabs ul li a:hover, #tabs ul li a.active {
	color: #ffffff;	
	background-image: url(../images/left_tabs.jpg);
	background-position: 0px -47px;
}

#tabs li ul {
	display: none;
}

#tabs li:hover ul li:hover {
	background: none;
}

#tabs li:hover ul {
	display: block;	
	background-color: #362c20;
	position: absolute;
	list-style-type: none;
	padding: 5px 0px 6px 0px;
	margin-top: -4px;
	z-index: 10;	
	width: 156px;
	overflow: hidden;
	background-image: url(../images/tabs_down.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#tabs li:hover ul li {
	float: none;
	background: none;
	display: block;
	padding: 0px;
	position: relative;
}

#tabs li:hover ul li a {
	display: block;
	width: 126px;
	height: auto;
	font-size: 14px;
	line-height: 19px;
	padding: 5px 15px 5px 15px;
	color: #ceb898;
	background: none;
	text-align: left;
}

#tabs li ul li a:hover { background: none; color: #ff9600; background-color: #3e3326; } /* ONLY FOR IE6 */

#tabs li:hover ul li a:hover, #tabs li:hover ul li a.active {
	color: #ff9600;
	background: none;
	background-color: #3e3326;
}

#leftside .gallery, #leftside .videogallery {
	width: 624px;
	background-color: #0f0d0a;
	padding: 15px 0px 8px 15px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

#leftside .gallery div.title, #leftside .videogallery div.title {
	margin: 0px 0px 15px 0px;
}

#leftside .gallery .tl, #leftside .videogallery .tl {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;	
	width: 5px;
	height: 5px;
	background-image: url(../images/box_tl.jpg);
	background-repeat: no-repeat;
}

#leftside .gallery .tr, #leftside .videogallery .tr {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;	
	width: 5px;
	height: 5px;	
	background-image: url(../images/box_tr.jpg);
	background-repeat: no-repeat;
}

#leftside .gallery .bl, #leftside .videogallery .bl {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 5px;
	height: 5px;	
	background-image: url(../images/box_bl.jpg);
	background-repeat: no-repeat;	
}

#leftside .gallery .br, #leftside .videogallery .br {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 5px;
	height: 5px;	
	background-image: url(../images/box_br.jpg);
	background-repeat: no-repeat;
}

#leftside .photo {
	border: 3px solid #ffffff;
	display: block;
	float: left;
	margin: 0px 7px 7px 0px;
}

#leftside ul li.box {
	width: 293px;
	padding: 0px 28px 0px 0px;
	float: left;
	list-style-type: none;
	background: none;
}

#leftside li.box h3 {
	color: #ff9600;
	margin: 0px 0px 13px 0px;
	font-weight: normal;
	line-height: 18px;
	font-size: 16px;
	text-transform: none;
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#leftside li.box h3 span {
	color: #ffffff;
	display: block;
	font-size: 12px;	
}

#leftside li.box img.pic {
	margin-bottom: 12px;
}

#leftside table.form {
	border: 0px;
	width: 100%;
	margin-bottom: 40px;
}

#leftside table.form label {
	font-weight: bold;
	color: #ff9600;	
}

#leftside table.form td {
	font-size: 13px;
	border: 0px;	
}

#leftside table.form input, #leftside table.form textarea {
	font-size: 13px;
	padding: 2px 4px 2px 4px;
}

#leftside #mail_message {
	margin-bottom: 5px;
}

#mail_email, #mail_name, #callback_name, #callback_telephone, #callback_call {
	margin-right: 5px;
}

#leftside table.form select {
	font-size: 13px;
	padding: 2px 4px 2px 4px;
}

#leftside table.form td.submit {
	padding-top: 10px;
}

#leftside #mail_submit, #leftside #call_submit {
	background-image: url(../images/button_submit.jpg);
	width: 82px;
	height: 27px;
	border: 0px;
	cursor: pointer;
}

#leftside form label.error {
	color: #6f5b43;
}

#leftside #pager {
	clear: both;
	position: relative;
	margin-right: 20px;
	margin-top: 40px;
	height: 30px;
}

#leftside #pager .prev {
	position: absolute;
	width: 250px;
	height: 30px;
	left: 0px;
	top: 0px;
	font-size: 18px;
	text-decoration: none;
	background-image: url(../images/left_arrowright-on.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 30px;	
	color: #ceb898;
}

#leftside #pager .next {
	position: absolute;
	width: 250px;
	height: 30px;	
	right: 0px;
	top: 0px;
	font-size: 18px;	
	text-align: right;
	text-decoration: none;
	background-image: url(../images/left_arrow-on.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 30px;
	color: #ceb898;	
}

#projects {
}

#projects ul {
	background:none;
	overflow: hidden;
}

#projects ul li {
	background:none;
	padding: 0px;
	width: 294px;
	float: left;
}

#projects ul li.right {
	margin-left: 40px;
}

#projects h3 {
	color: #ff9600;
	margin: 0px 0px 13px 0px;
	font-weight: normal;
	line-height: 18px;
	font-size: 16px;
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}

#projects h3 span {
	color: #ffffff;
	display: block;
	font-size: 12px;	
}

#projects h3 a {
	color: #ff9600;	
}

#projects a {
	display: block;
	text-decoration: none;
	color: inherit;	
}

#projects .pic {
	margin-bottom: 22px;
}



#rightside {
	width: 294px;
	float: right;
	padding: 0px 0px 0px 13px;
}

#rightside .title {
	clear: both;
	margin-bottom: 15px;
	position: relative;
}

#rightside .linetitle {
	clear: both;
	margin-bottom: 25px;
	position: relative;
}

#rightside h3 {
	color: #ff9600;
	margin: 0px 0px 13px 0px;
	font-weight: normal;
	line-height: 18px;
	font-size: 16px;
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}

#rightside h3 span {
	color: #ffffff;
	display: block;
	font-size: 12px;	
}

#rightside h3 a {
	color: #ff9600;	
}

#rightside h3.green, #rightside h3.green a {
	color: #81cb31;
}

#rightside a {
	display: block;
	text-decoration: none;
	color: inherit;	
}

#rightside .pic {
	margin-bottom: 22px;
}

#rightside .boxes {
	margin-bottom: 25px;
}

#map {
	margin-bottom: 20px;
}

#map img {
	display: block;
}

#contact_icons {
	margin: 20px 0px 20px 0px;
	clear: both;
	overflow: hidden;
}

#contact_icons a, #contact_icons div {
	width: 148px;
	height: 65px;
	padding-left: 60px;
	padding-top: 25px;
	text-align: center;
	background-image: url(../images/button_contacts.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;	
}

#contact_icons a span, #contact_icons div span {
	display: block;
	font-size: 15px;
	color: #f4a407;
	margin-bottom: 2px;
}

#contact_skype {
	display: block;
	float: left;
	background-position: 0px 0px;	
}

#contact_skype img {
	vertical-align: middle;
	margin: 0px 5px 2px 0px;
}

#contact_telefon {
	display: block;
	float: left;
	margin: 0px 6px 0px 6px;
	background-position: -208px 0px;	
}

#contact_email {
	display: block;
	float: left;
	background-position: -416px 0px;	
}

#button_contact {
	background-image: url(../images/right_button-contact.jpg);
	background-position: 0px 0px;	
	width: 291px;
	height: 97px;
	display: block;
}

#button_contact:hover {
	background-position: 0px -97px;
}

#contact.visual_layout {
	margin-top: 3px;
}

#news {
	margin: 0px 0px 50px 0px;
}

#news ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#news ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#news h3 {
	margin: 0px;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
}

#news h3 a {
	padding: 4px 30px 4px 0px;
	color: #ffffff;
}

#news span.date {
	font-size: 11px;
	color: #594b38;
}

#news p {
	font-size: 13px;
	color: #978264;
	margin-bottom: 15px;
}

#searchform {
	position: relative;
}

#searchform table {
	width: 639px;
}

#searchform label {
	padding: 0px;
}

#searchform td {
	border: 0px;
	width: 629px;
	height: 50px;
	background-image: url(../images/tablelist_row-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 2px 0px;
	vertical-align: middle;
}

#searchform span.label {
	display: block;
	float: left;
	width: 105px;
	padding: 5px 0px 0px 15px;
	color: #d37e04;
	font-size: 15px;
	height: 28px;
	vertical-align: middle;
}

#searchform label {
	padding: 4px 14px 0px 2px;
	display: block;
	float: left;
}

#searchform input[type="checkbox"] {
	display: none;
}

#checkall {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.jquery-checkbox {display: block; float: left; cursor: pointer; }
.jquery-checkbox .mark {display: inline;}
.jquery-checkbox img {border:0px solid #0F3;vertical-align: middle;height:33px;background-repeat:no-repeat;background-position:0px 0px;}

.emelet0 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);}
.emelet0.jquery-checkbox-checked img{background-position:0px -33px;}
.emelet1 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);background-position:-51px 0px;}
.emelet1.jquery-checkbox-checked img{background-position:-51px -33px;}
.emelet2 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);background-position:-102px 0px;}
.emelet2.jquery-checkbox-checked img{background-position:-102px -33px;}
.emelet3 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);background-position:-153px 0px;}
.emelet3.jquery-checkbox-checked img{background-position:-153px -33px;}
.emelet4 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);background-position:-204px 0px;}
.emelet4.jquery-checkbox-checked img{background-position:-204px -33px;}
.emelet5 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);background-position:-255px 0px;}
.emelet5.jquery-checkbox-checked img{background-position:-255px -33px;}
.emelet6 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);background-position:-306px 0px;}
.emelet6.jquery-checkbox-checked img{background-position:-306px -33px;}
.emelet7 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);background-position:-357px 0px;}
.emelet7.jquery-checkbox-checked img{background-position:-357px -33px;}
.emelet8 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);background-position:-408px 0px;}
.emelet8.jquery-checkbox-checked img{background-position:-408px -33px;}
.emelet9 img{width:51px;background-image:url(../images/tablelist_searchfloor-bg.jpg);background-position:-459px 0px;}
.emelet9.jquery-checkbox-checked img{background-position:-459px -33px;}

.terulet1 img{width:128px;background-image:url(../images/tablelist_searcharea-bg.jpg);}
.terulet1.jquery-checkbox-checked img{background-position:0px -33px;}
.terulet2 img{width:128px;background-image:url(../images/tablelist_searcharea-bg.jpg);background-position:-128px 0px;}
.terulet2.jquery-checkbox-checked img{background-position:-128px -33px;}
.terulet3 img{width:128px;background-image:url(../images/tablelist_searcharea-bg.jpg);background-position:-256px 0px;}
.terulet3.jquery-checkbox-checked img{background-position:-256px -33px;}
.terulet4 img{width:128px;background-image:url(../images/tablelist_searcharea-bg.jpg);background-position:-384px 0px;}
.terulet4.jquery-checkbox-checked img{background-position:-384px -33px;}

.szoba1 img{width:102px;background-image:url(../images/tablelist_searchroom-bg.jpg);}
.szoba1.jquery-checkbox-checked img{background-position:0px -33px;}
.szoba2 img{width:102px;background-image:url(../images/tablelist_searchroom-bg.jpg);background-position:-102px 0px;}
.szoba2.jquery-checkbox-checked img{background-position:-102px -33px;}
.szoba3 img{width:102px;background-image:url(../images/tablelist_searchroom-bg.jpg);background-position:-204px 0px;}
.szoba3.jquery-checkbox-checked img{background-position:-204px -33px;}
.szoba4 img{width:102px;background-image:url(../images/tablelist_searchroom-bg.jpg);background-position:-306px 0px;}
.szoba4.jquery-checkbox-checked img{background-position:-306px -33px;}
.szoba5 img{width:102px;background-image:url(../images/tablelist_searchroom-bg.jpg);background-position:-408px 0px;}
.szoba5.jquery-checkbox-checked img{background-position:-408px -33px;}

.fekves1 img{width:102px;background-image:url(../images/tablelist_searchlocation-bg.jpg);}
.fekves1.jquery-checkbox-checked img{background-position:0px -33px;}
.fekves2 img{width:102px;background-image:url(../images/tablelist_searchlocation-bg.jpg);background-position:-102px 0px;}
.fekves2.jquery-checkbox-checked img{background-position:-102px -33px;}
.fekves3 img{width:102px;background-image:url(../images/tablelist_searchlocation-bg.jpg);background-position:-204px 0px;}
.fekves3.jquery-checkbox-checked img{background-position:-204px -33px;}
.fekves4 img{width:102px;background-image:url(../images/tablelist_searchlocation-bg.jpg);background-position:-306px 0px;}
.fekves4.jquery-checkbox-checked img{background-position:-306px -33px;}

.terasz img{width:137px;background-image:url(../images/tablelist_searchextra-bg.jpg);}
.terasz.jquery-checkbox-checked img{background-position:0px -33px;}

.jquery-checkbox img{ }
.jquery-checkbox-hover img{ }
.jquery-checkbox-checked img{ background-position: 0px -33px; }
.jquery-checkbox-checked .jquery-checkbox-hover img { }
.jquery-checkbox-disabled img{ background-position: 0px -80px; }
.jquery-checkbox-checked .jquery-checkbox-disabled img{ background-position: 0px -100px; }

#searchresults {
	margin: 20px 15px 0px 0px;
}

#searchresults table {
	width: 100%;
}

#searchresults th {
	border: 0px;
	text-align: center;
	background-image: url(../images/tablelist_header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
	color: #8c724c;
	font-size: 12px;
	padding-right: 20px;
	cursor: pointer;
}

#searchresults th.noSort {
	background-image: url(../images/tablelist_headerno-bg.jpg);
	cursor: default;
}

#searchresults th.headerSortUp {
	background-image: url(../images/tablelist_headerup-bg.jpg);
	color: #ff9600;
}

#searchresults th.headerSortDown {
	background-image: url(../images/tablelist_headerdown-bg.jpg);
	color: #ff9600;
}

#searchresults td {
	border: 0px;
	border-bottom: 2px solid #271c0d;
	text-align: center;
}

#searchresults tr.odd {}

#searchresults tr.even {}

#searchresults tr {
	cursor: pointer;
}

#searchresults #resultnum {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}

#searchresults #resultnum span {
	color: #ff9600;
	font-size: 24px;
}

#searchresults tr.trhover {
	background-color: #20180d;
}

#searchresults tr.tractive {
	background-color: #cc7902;
}

.static_map {
	margin-bottom: 20px;
}

#visual_search {
	clear: both;
	padding-top: 20px;
}


/* FOOTER */

#footer {
	background-color: #0f0d0a;
	width: 100%;
	height: 270px;
	padding-top: 20px;
	margin-top: 70px;
}

#footer a {
	text-decoration: none;
}

#footer a span {
	display: none;
}

#footer_inner {
	width: 960px;
	margin: 0 auto;
}

#bottom_menu, #extra_menu ul {
	overflow: hidden;
	height: 28px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #271b09;
	clear: both;
}

#extra_menu {
	border-top: 1px solid #271b09;
	clear: both;
	overflow: hidden;
}

#extra_menu ul {
	border-bottom: 0px;
	padding-top: 10px;
	width: 455px;
	margin: 0 auto;
}

#bottom_menu li, #extra_menu li {
	height: 16px;
	line-height: 16px;
	float: left;
	list-style-type: none;	
	padding: 0px 20px 0px 20px;
	border-left: 1px solid #ff9600;
}

#bottom_menu li:first-child, #bottom_menu li.first, #extra_menu li:first-child, #extra_menu li.first {
	padding: 0px 20px 0px 0px;
	border-left: 0px;
}

#bottom_menu li a, #extra_menu li a {
	color: #7c6a50;
}

#bottom_menu li a:hover, #extra_menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer .bottom_buildingmenu {
	height: 100px;
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font-size: 11px;
}

#footer ul.first {
	margin: 0px;
}

#footer .bottom_buildingmenu li {
	list-style-type: none;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	background-image: url(../images/footer_listicon.jpg);
	background-repeat: no-repeat;
	background-position: 18px 7px;
}

#footer .bottom_buildingmenu li.title {
	padding: 0px;
	background: none;
}

#footer .bottom_buildingmenu li h3, #footer .bottom_buildingmenu li.title a {
	color: #ff9600;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
}

#footer .bottom_buildingmenu li a {
	color: #7c6a50;
}

#footer .bottom_buildingmenu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer .bottom_horizontalmenu {
	height: 40px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	overflow: hidden;
	clear: both;
	width: 660px;
}

#footer .bottom_horizontalmenu li {
	list-style-type: none;	
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 30px;
	float: left;
	height: 37px;	
	background-image: url(../images/footer_listicon.jpg);
	background-repeat: no-repeat;
	background-position: 18px 10px;
}

#footer .bottom_horizontalmenu li.title {
	padding: 0px;
	font-size: 14px;
	background: none;
	float: left;
	width: 140px;
}

#footer .bottom_horizontalmenu li h3, #footer .bottom_horizontalmenu li.title a  {
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

#footer .bottom_horizontalmenu li a {
	color: #7c6a50;
}

#footer .bottom_horizontalmenu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_promenade {
	overflow:hidden;
	width: 610px;
	float: left;
	padding-top: 12px;
}

#footer_green {
	overflow:hidden;
	width: 305px;
	float: left;
	padding-top: 52px;
	padding-left: 44px;
	border-left: 1px solid #271b09;
}

#footer_green .bottom_buildingmenu li {
	background-image: url(../images/footer_listiconz.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

#footer_green .bottom_buildingmenu li.title {
	padding: 0px;
	width: auto;
	background: none;
}

#footer_green .bottom_buildingmenu li h3, #footer_green .bottom_buildingmenu li.title a {
	color: #81cb31;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
}

#footer_green .bottom_buildingmenu {
	width: 120px;
}

#footer_green .first {
	width: 145px;
}

#footer_contact {
	clear: both;
	color: #ffffff;
	text-align: center;
	padding: 15px 0px 0px 0px;
}