/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0; padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
    padding: 0 0 20px 0;
    color: #fff;
    font-family: Tahoma, Arial, "Geneva CE", lucida, sans-serif;
	font-size: 0.75em;
	background: #b94d89 url("../images/body_bg.jpg") 0 0 repeat-x;
	_behavior: url("scripts/csshover.htc");
}

img {
    border: none;
    vertical-align: top;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 1.3em;
    margin-bottom: 15px;
}

h1 {
	margin: 0 0 10px 0;
	line-height: 1.1em;
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	margin: 5px 0 6px 0;
	font-size: 1.2em;
}

h3 {
	margin: 5px 0 5px 0;
	font-size: 1.1em;
}

h4, h5 {
	margin: 5px 0 5px 0;
	font-size: 1em;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

table.flatsTable tr:hover td {
	color: #e8b720;
}

table th {
	padding: 6px 30px 10px 0;
	color: #fff;
	border-bottom: 3px #fff solid;
	text-align: left;
}

table th a {
	text-decoration: none;
}

table th a:hover {
	text-decoration: underline;
}

table td {
	padding: 6px 30px 4px 0;
	color: #fff;
	vertical-align: middle;
	background: none;
	border-bottom: 1px #fff solid;
}

ul {
	margin: 0 0 15px 20px;
}

ul li {
	padding: 2px 0 2px 0;
	list-style: square;
}

ul li ul {
	margin: 3px 0 0 15px;
}

form table {
	border: none;
	margin: 0;
}

form table td {
	border: none;
	padding: 0;
	background: none;
}

hr {
	color: #238F42;
	border: 0 none;
	border-top: 1px solid #238F42;
	height: 1px;
	margin: 10px 0 10px 0;
}

sup {
	font-size: 0.65em;
}

p {
	font-size: 1.05em;
	line-height: 1.5em;
}

/*--USEFUL-----------------------------------------------------------------*/

.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.invisible {
	display: none;
}

.noBg {
	background: none !important;
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: 940px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
}

#main {
	padding: 358px 0 0 0;
}

#content {
	padding: 0 0 20px 0;
}

.leftPart {
	width: 228px;
	padding: 0 0 140px 0;
	float: left;
}

.rightPart {
	width: 702px;
	padding: 0;
	float: right;
}

.rightPhoto {
	float: right;
	margin: 0 0 5px 15px;
}

.leftPhoto {
	float: left;
	margin: 0 15px 5px 0;
}

/*--HEADER----------------------------------------------------------------*/

#header {
	width: 940px;
	height: 338px;
	position: absolute;
	left: 0;
	top: 0;
}

#logoIBS {
	width: 216px;
	height: 131px;
	background: #fff;
	float: left;
	padding: 9px 0 0 12px;
}

#logoIBS a {
	width: 208px;
	height: 72px;
}

#navigation {
	float: right;
	width: 702px;
	height: 140px;
	position: relative;
	background: #fff url("../images/header_bg.gif") 10px 9px no-repeat;
}

#logoCernosice {
	width: 100px;
	height: 65px;
	position: absolute;
	right: 19px;
	top: 31px;
	display: block;
	z-index: 10;
}

#menu {
	width: 682px;
	height: 40px;
	position: absolute;
	top: 100px;
	left: 10px;
	background: url("../images/menu_bg.gif") 0 9px repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0 7px 0 11px;
	list-style: none;
	float: left;
	background: url("../images/menu_border.gif") 0 0 no-repeat;
	position: relative;
}

#menu ul li.first {
	padding: 0 10px 0 0;
	background: none;
}

#menu ul li a {
	margin: 0;
	height: 30px;
	padding: 10px 0 0 0;
	border-top: 9px #fff solid;
	_float: left;
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a.active , #menu ul li a:hover {
	border-top: 9px #00a3e3 solid;
	color: #0092de;
}

#menu ul li ul li a {
	border-top: none !important;
}

#menu ul li.first ul {
	left: -10px;
}

#menu ul li ul {
	width: 150px;
	height: auto;
	padding: 5px 0 8px 0;
	position: absolute;
	top: 40px;
	left: 5px;
	display: none;
	z-index: 100;
	background: none;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul li {
	width: 150px;
	padding: 0 !important;
	margin: 0 !important;
	background: #fff;
	zoom: 1;
	height: auto !important;
	line-height: normal;
}

#menu ul li ul li a {
	padding: 4px 10px 4px 10px;
	height: auto;
	line-height: normal;
	margin: 0 !important;
	height: auto;
	font-weight: normal;
	float: none;
	border: none;
	display: block;
}

#menu ul li ul li a:hover, #menu ul li ul li.active a {
	color: #80c1dd;
	border: none !important;
}

#slideshow {
	margin-top: 10px;
}

#breadCrumbs {
	width: 692px;
	height: 24px;
	padding: 11px 0 0 10px;
	background: #e8b720;
	float: right;
}

#breadCrumbs a {
	color: #fff;
}

#info {
	width: 203px;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 25px;
	float: left;
	color: #9cbc3e;
	font-size: 1.25em;
	background: #fff url("../images/ico_phone.gif") 10px 12px no-repeat;
}

#info strong {
	color: #00a3e3;
}

/*--CONTENT----------------------------------------------------------------*/

.text {
	padding: 0 10px 7px 10px;
}

#submenu {
	width: 208px;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

#submenu h2 {
	margin: 0;
	font-size: 13px;
	color: #0092de;
}

#submenu ul {
	padding: 0;
	margin: 0;
}

#submenu li {
	padding: 2px 0;
	list-style: none;
	
}

#submenu li a {
	color: #000;
	padding: 0 0 0 8px;
	text-decoration: none;
	background: url("../images/submenu_arrow.gif") 0 5px no-repeat;
}

#submenu li.active a, #submenu li a:hover {
	color: #0092de;
	background: url("../images/submenu_arrow_active.gif") 0 5px no-repeat;
}

#submenu li.active ul a:hover, #submenu li.active ul li.active a {
	color: #0092de;
}

#submenu ul ul {
	padding: 0;
	margin: 0;
}

#submenu ul li {
	padding: 0 0 0 5px;
	list-style: none;
}

#submenu ul li a {
	color: #000;
	font-size: 1em;
	text-decoration: none;
}

#submenu li.active ul a {
	color: #000;
}

#submenu li.active ul a:hover, #submenu li.active ul li.active a {
	color: #0092de;
}

#submenu ul li li {
	padding: 0 0 0 15px;
	list-style: none;
}

.leftPart .link {
	width: 208px;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #fff;
	display: block;
	color: #000;
	text-decoration: none;
}

.leftPart .link:hover {
	text-decoration: underline;
}

.selfPromo {
	display: block;
}

.address {
	margin-top: 10px;
	padding: 10px;
	position: absolute;
	bottom: 15px;
	*bottom: 25px;
	left: 0;
}

.rightPart .left {
	width: 460px;
	float: left;
}

.rightPart .right {
	width: 228px;
	float: right;
}

.rightPart .right .photo {
	display: block;
	width: 228px;
	margin-bottom: 10px;
}

.detail .rightPart .left {
	width: 226px;
	float: left;
	overflow: hidden;
}

.detail .rightPart .right {
	width: 464px;
	float: right;
}

.detail .rightPart .right .reservButton {
	width: 108px;
	height: 63px;
	_height: 68px;
	line-height: 63px;
	_line-height: 68px;
	text-align: center;
	float: left;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.detail .rightPart .flatPanel {
	padding-top: 5px;
}

.detail .rightPart .flatPlan .content {
	position: relative;
	z-index: 100;
}

.detail .rightPart .right .reservButton:hover {
	text-decoration: underline;
}

.detail .rightPart .right .links {
	width: 332px;
	height: 43px;
	padding: 10px;
	float: right;
	background: #fff;
	font-size: 0.9em;
}

.detail .rightPart .right .links a {
	color: #00a3e3;
}

.pluss {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 5px #b94d89 solid;
	border-bottom: 5px #b94d89 solid;
}

.flatInfo {
	width: 222px !important;
}

table.flatInfo td {
	padding: 2px;
	background: none;
}

table.flatInfo td.rightCol {
	text-align: right;
}

#homePhotos {
	width: 702px;
}

#homePhotos h3 {
	width: 328px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	background: #fff;
	color: #b94d89;
	font-weight: normal;
}

#homePhotos #map {
	float: left;
}

#homePhotos #hpPhoto {
	float: right;
}

#homePhotos #map h3 a, #homePhotos #hpPhoto h3 a {
	color: #b94d89;
	text-decoration: none;
}

.discontBox {
	position: absolute;
	top: 150px;
	left: 220px;
	background: #fff;
	width: 500px;
	color: #00a3e3;
	text-align: center;
	padding-bottom: 70px;
	display: none;
	z-index: 1000
}
.discontBox a { 
	color: #00a3e3;
}
.discontBox .discMess {
	font-size: 3em;
	margin: 70px 0 30px
}
.discontBox .discMessNomination {
	font-size: 1.5em;
	margin: 70px 0 30px
}
.discontBox .discClose {
	float: right;
	padding: 10px
}

.slevadetail {
	font-size: 1.7em;
}

#slevy {
	color: black;
	position: absolute;
	top: 80px;
	left: 18px
}

#slevy a {
	color:#00a3e3
}

/*--GALLERY----------------------------------------------------------------*/

#galDetail {
	width: 702px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

#galDetail .photo {
	float: none;
}

#galDetail .prev {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 25px;
	top: 0;
	border-left: 5px #b94d89 solid;
	border-bottom: 5px #b94d89 solid;
}

#galDetail .next {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 5px #b94d89 solid;
	border-bottom: 5px #b94d89 solid;
}

#galDetail h2 {
	width: 682px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	background: #fff;
	color: #b94d89;
	font-weight: normal;
}

/*
#galDetail img.photo {
	width: 702px;
}
*/

#galOverview {
	width: 702px;
	padding: 10px 0;
}

#galOverview .content {
	position: relative;
}

.prevPhotos {
	position: absolute;
	left: -24px;
	top: 60px;
}

.nextPhotos {
	position: absolute;
	right: -22px;
	top: 60px;
}


#galOverview .photo {
	width: 228px;
	height: 170px;
	margin: 0 4px 10px 2px;
	_margin: 0 4px 10px 1px;
	overflow: hidden;
	float: left;
}

#galOverview .photo h2 {
	width: 208px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	background: #fff;
	color: #b94d89;
	font-weight: normal;
}

#galOverview .photo img {
	width: 228px;
	height: 140px;
}

.paging {
	text-align: center;
}

.paging a {
	padding: 3px;
	text-decoration: none;
	color: #b94d89;
	background: #fff;
}

.paging a.active {
	font-weight: bold;
}

.paging a:hover {
	text-decoration: underline;
}

/*--FORM----------------------------------------------------------------*/

label {
	display: block;
	padding-bottom: 2px;
}

.textInput {
	width: 212px;
	padding: 3px;
	margin: 0 10px 5px 0;
	background: #fff;
	border: none;
	font-family: Tahoma, Arial, "Geneva CE", lucida, sans-serif;
}

textarea {
	width: 440px;
	height: 150px;
	padding: 3px;
	background: #fff;
	border: none;
	font-family: Tahoma, Arial, "Geneva CE", lucida, sans-serif;
	font-size: 13px;
}

select, option {
	background: #fff;
}

.send {
	height: 20px;
	padding: 0 0 0 30px;
	_padding: 0 0 0 20px;
	border: none;
	background: url("../images/button_send.gif") 0 0 no-repeat;
	font-family: Tahoma, Arial, "Geneva CE", lucida, sans-serif;
	color: #fff;
	cursor: pointer;
	float: right;
	margin: 4px 10px 0 0;
}

/*--TABS----------------------------------------------------------------*/

.table {
	border-bottom: 1px #fff solid; 
	border-left: 1px #fff solid; 
	border-right: 1px #fff solid; 
	padding: 8px;
	margin-bottom: 3px;
}

.table table td  {
	padding: 1px 0 1px 0; 
}

.tabs {
	height: 30px;
	margin: 0;
	padding: 5px 0 0 0;
	top: 1px;
	position: relative;
	border-bottom: 1px #fff solid;
}

.tabs li {
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	_top: 1px;
	position: relative;
}

.tabs li a {
	text-decoration: none;
}

.tabs li.active {
	font-weight: bold;
}

.tabs li a {
	height: 29px;
	margin: 0 0 0 0;
	padding: 0 10px;
	float: left;
	line-height: 30px;
	border: 1px #fff solid; 
	text-transform: uppercase;
}

.tabs li a:hover {
	text-decoration: underline;
}

.tabs li.active a {
	font-weight: bold;
	border-bottom: 1px #b94d89 solid; 
}

.flatInfo {
	width: 206px !important;
	margin: 0 0 4px 0;
}

table.flatInfo td {
	padding: 2px;
	background: none;
}

table.flatInfo td.rightCol {
	text-align: right;
}

/*--QSEARCH---------------------------------------------------------------*/

#qSearch {
	margin-top: 40px;
	padding: 12px 15px;
	border: 2px #fff solid;
}

#qSearch {
	font-size: 0.9em;
}


#projektWidget, #dispoziceWidget {
	width: 125px !important;
	margin-bottom: 4px;
	background: #fff;
	font-size: 10px;
}

.search {
	height: 20px;
	padding: 0 0 0 23px;
	*padding: 0 0 0 18px;
	_padding: 0 0 0 20px;
	border: none;
	background: url("../images/button_send.gif") 0 0 no-repeat;
	font-family: Tahoma, Arial, "Geneva CE", lucida, sans-serif;
	color: #fff;
	cursor: pointer;
	float: left;
	margin: 4px 10px 0 0;
}

/*--FOOTER----------------------------------------------------------------*/

#footer {
	font-size: 0.9em;
	background: url("../images/footer_bg.gif") 0 4px no-repeat;
}

#footer p {
	padding-left: 480px;
}

