/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	
}
	
a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #41a62a; font-weight: bold; }
h2 { font-size:14px; color: #41a62a; font-weight: bold; }
h3 { font-size:16px; color: #41a62a; font-weight: normal; }
h4 { font: normal 12px Tahoma; color: #41a62a; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

a{
	color: #000;
	text-decoration:underline;
}

a:hover{
	color: #000;
	text-decoration:underline;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align: center;
	height: 100%; 
}

body{
	margin: 0;
	padding: 0;
	background: #628cc3;
}

#main{
	width:849px;
	margin:auto;
	background:#fff;
	position:relative;
	z-index:100;
	text-align:left;
	min-height:900px;
}

#bg-top{
	background:url( ../img/bg-top.gif );
	height:833px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

#baner{
	width:849px;
	height:190px;
	background:url( ../img/baner.jpg ) no-repeat;
	position:relative;
}

#baner #logo{
	position:absolute;
	top:11px;
	left:121px;
	width:256px;
	height:81px;
}

#baner #infolinia{
	position:absolute;
	top:91px;
	left:127px;
}

#baner #phone{
	position:absolute;
	top:103px;
	left:126px;
}

#main-menu{
	position:absolute;
	top:133px;
	left:127px;
	float: left;
}

#main-menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:auto;
}

#main-menu li{
	display:block;
	float:left;
	height:33px;
	margin:2px 3px 0 0;
	background:url( ../img/bg-main-menu.gif ) 0 -33px no-repeat;
}

#main-menu ul .active{
	margin:0 3px 0 0;
	background:url( ../img/bg-main-menu.gif ) 0 0 no-repeat;
}

#main-menu ul a{
	background:url( ../img/bg-main-menu-right.gif ) right -33px no-repeat;
}

#main-menu ul .active a{
	background:url( ../img/bg-main-menu-right.gif ) top right no-repeat;
}

#second-menu{
	position:absolute;
	top:170px;
	left:13px;
}

#second-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#second-menu ul li{
	display:inline;
	float:left;
	padding:0 7px;
}

#left-content{
	float:left;
	width:240px;
	/*padding:0 0 0 12px;*/
	padding:0 0 0 3px;
}

#content{
	float:right;
	width:568px;
	/*width:600px;*/
	height:auto;
	min-height:800px;
	overflow:hidden;
}

#bg-bottom{
	background:url( ../img/bg-bottom.gif );
	width:849px;
	height:11px;
	overflow:hidden;
}

#menu-bottom{
	width:850px;
	margin:20px auto;
	text-align:center;
}

#search-top{
	background:url( ../img/bg-search-top.gif ) no-repeat;
	width:220px;
	height:10px;
	overflow:hidden;
}

#search-bottom{
	background:url( ../img/bg-search-bottom.gif ) no-repeat;
	width:220px;
	height:6px;
	overflow:hidden;
}

#search-content{
	background:url( ../img/bg-search-content.gif );
	width:220px;
}

#bg-search{
	
}

.bg-search{
	background:url( ../img/bg-search.gif ) left bottom no-repeat;
	height:auto !important;
	min-height:461px;
	height:461px;
	padding:0 0 0 15px;
}

.bg-search-hotels{
	background:url( ../img/bg-search-hotels.gif ) bottom no-repeat !important;
	height:auto !important;
	min-height:201px;
	height:201px;
	padding:0 0 0 15px;
}

#bg-search label{
	display:block;
	padding:0 0 4px 0;
}

#bg-search .button-search{
	padding:0 0 9px 29px !important;
	padding:0 0 7px 29px;
	height:33px;
}

#bg-search .button-search img{
	cursor:pointer;
}

#bg-search .clear-both{
	height:9px;
}

#bg-search #search-simple{
	height:auto;
	min-height:304px;
	height:304px;
	overflow:hidden;
}

#bg-search #search-simple .positioned{
	position:relative;
}

#bg-search #search-simple .calendar{
	position:absolute;
	top:-3px;
	right:52px;
	cursor:pointer;
}

#database-B{
	margin:15px 0 0 0;
}

#database-top{
	background:url( ../img/bg-database-top2.png ) no-repeat;
	position:relative;
	/*
	width:220px;
	height:10px;
	*/
	width:128px;
	height:25px;
	
	overflow:hidden;
}

#database-bottom{
	background:url( ../img/bg-database-bottom2.gif ) no-repeat;
	/*
	width:220px;
	height:6px;
	*/
	width:128px;
	height:4px;
	
	overflow:hidden;
}

#database-content{
	/*background:#dde2cc;*/
	background:#d6d7a7;
	width:128px;
}

#bg-database{
	background:url( ../img/bg-database2.gif ) top no-repeat;
	height:auto !important;
	min-height:315px;
	height:315px;
	/*
	padding: 0 0 0 15px;*/
	padding: 0 0 0 4px;
}

#bg-database .b-1{
	/*width:115px;*/
	
	width:58px;
	
	padding:0 5px 0 0;
}

#bg-database .b-2{
	width:20px;
}

#bg-database .b-3{
	width:57px;
	text-align:right;
}

#database-top2{
	background:url( ../img/bg-database-top22.png ) no-repeat;
	width:144px;
	height:25px;
	overflow:hidden;
}

#database-bottom2{
	background:url( ../img/bg-database-bottom22.gif ) no-repeat;
	width:144px;
	height:4px;
	overflow:hidden;
}

#database-content2{
	background:#dde2cc;
	width:144px;
}

#bg-database2{
	background:url( ../img/bg-database22.gif ) top no-repeat;
	height:auto !important;
	min-height:315px;
	height:315px;
	/*
	padding: 0 0 0 15px;*/
	padding: 0 0 0 8px;
}


#home{

}

#home .home-box{
	width:185px;
	margin:0 4px 0 0;
	background:#e9e0d1 url( ../img/bg-home-box.gif ) top no-repeat;
}

#home .home-box-title{
	padding:7px 0 5px 16px;
	height:14px;
}

#home .home-box-header{
	height:64px;
}

#home .home-box-content{
	padding:6px 0 6px 17px;
	height:12px;
	cursor:pointer;
}

#home .home-box-content:hover{
	background:#d0c7b9;
}

#home .home-box-content-more{
	text-align:right;
	padding:4px 19px 6px 17px;
	background:url( ../img/dot-blue.gif ) 173px 9px no-repeat;
}

#home .home-box-content-more:hover{
	background:url( ../img/dot-blue.gif ) 173px 9px no-repeat;
}

#home .home-box-break{
	background:#fff;
}

#home .small-box{
	float:left;
	width:185px;
	margin:0 15px 0 0;
	background:#e9e0d1;
}

#home .small-box ul{
	margin:0;
	padding:12px 0 15px 10px;
	list-style:none;
}

#home .small-box ul li{
	padding:0 0 0 10px;
	background:url( ../img/dot-blue.gif ) 0 5px no-repeat;
}

#home .recommend-box{
	float:left;
	width:185px;
	margin:0 4px 0 0;
	background:#e9e0d1;
}

#home .recommend-box-top{
	width:185px;
	height:10px;
	background:url( ../img/recommend-box-top.gif ) no-repeat;
	overflow:hidden;
}

#home .recommend-box-title{
	width:165px;
	background:#fe9e00;
	padding:0 10px 10px 10px;
}

#home .recommend-box-content{
	width:165px;
	padding:15px 10px 10px 10px;
}

#home .recommend-box-content-more{
	width:167px;
	padding:0 8px 0 10px;
	text-align:right;
}

#home .recommend-box-content-more a{
	display:block;
	padding:0 10px 4px 0;
	width:110px;
	float:right;
	background:url( ../img/dot-blue.gif ) 115px 5px no-repeat;
}

#home .contact-box{
	width:563px;
	height:164px;
	background:url( ../img/contact.jpg ) no-repeat;
	position:relative;
}

div.div-error{
	position:absolute;
	top:50px;
	left:153px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#home .contact-box .div-success{
	position:absolute;
	top:92px;
	left:153px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#home .bg-box{
	width:565px;
	height:71px;
	background:url( ../img/bg-box.gif ) no-repeat;
}

#home .bg-box .przewodnik{
	padding:14px 0 0 11px;
	width:260px;
}

#home .bg-box div{
	color:#554a41;
	font-weight:bold;
	padding:0 0 3px 0;
}

#home .bg-box .wspomnienia{
	padding:14px 0 0 30px;
	width:260px;
}

#home .bg-box .newsletter{
	padding:10px 0 0 11px;
	position:relative;
}

#home .bg-box .newsletter .left label{
	display:block;
	padding:0 0 3px 0;
}

#home .bg-box .newsletter .left input{
	width:158px;
	font-size:11px;
}

#home .bg-box .newsletter button{
	border:0;
	background:none;
	width:65px;
	height:27px;
	cursor:pointer;
}

#home .bg-box .newsletter .b{
	padding:10px 0 0 0;
	*padding:12px 0 0 0;
}

#home .bg-box .text{
	font-weight:normal;
	padding:8px 0 0 5px;
}

#home .bg-box select{
	width:258px;
	font-size:11px;
}

#home .h-1{
	width:87px;
}

#home .h-2{
	width:20px;
}

#home .h-3{
	width:48px;
	text-align:right;
}

#offers{
	width:590px;
	overflow:hidden;
}

#offers ul{
	margin:0;
	padding:0;
	list-style:none;
}

#offers ul li{
}

#offers .row-title{
	background:url( ../img/bg-row-title.gif ) repeat-x;
	height:26px;
}

#offers .cell{
	padding:6px 6px 4px 6px;
}

#offers .arrow-up{
	padding:1px 0 0 4px;
}

#offers .arrow-down{
	padding:1px 0 0 0;
}

#offers .row{
	background:#e9e0d1;
}

#offers .row-next{
	background:#faf7f1;
}

#offers .cell-date{
	width:80px;
}

#offers .cell-date-bg{
	background:url( ../img/bg-row-left.gif ) no-repeat;
}

#offers .cell-departure-bg{
	background:url( ../img/bg-row-right.gif ) right top no-repeat;
}

#offers .cell-details{
	width:240px;
}

#offers .cell-price{
	width:65px;
	text-align:center;
}

#offers .cell-day{
	width:65px;
	text-align:center;
}

#offers .cell-departure{
	width:80px;
	text-align:center;
}

#offers .more{
	padding:6px 10px 4px 0;
	text-align:right;
}

#offer{

}

#offer .bg-top{
	width:565px;
	height:8px;
	background:url( ../img/bg-offer-top.gif ) no-repeat;
	overflow:hidden;
}

#offer .bg-content{
	width:550px;
	padding:15px 0 0 15px;
	background:#e9e0d1;
}

#offer .bg-bottom{
	width:565px;
	height:8px;
	background:url( ../img/bg-offer-bottom.gif ) no-repeat;
	overflow:hidden;
}

#offer .cell{
	width:75px;
}

#offer .cell0{
	width:175px;
	overflow:hidden;
}

#offer .title{
	padding:0 0 10px 0;
}

#offer .link{
	padding:7px 0;
}

#offer .description{
	width:290px;
}

#offer .bg-image{
	width:261px;
	height:224px;
	background:url( ../img/bg-image.gif ) no-repeat;
	float:right;
	margin:0 8px 0 0 !important;
	margin:0 4px 0 0;
}

#offer .reservation-button{
	text-align:center;
	padding:10px 0 0 0;
}

.clear-both{
	clear:both;
	height:1px;
	overflow:hidden;
}

.f-left{
	float:left;
}

.f-right{
	float:right;
}

.pagination{
	padding:0;
	margin:0;
	list-style:none;
}

.pagination li{
	display:block;
	float:left;
}

.pagination li span{
	display:block;
	width:27px;
	height:22px;
	padding:5px 0 0 0;
	text-align:center;
	background:url( ../img/pagination-active.gif ) no-repeat;
}

.pagination li a{
	display:block;
	width:27px;
	height:22px;
	padding:5px 0 0 0;
	text-align:center;
}

.pagination .img a{
	display:block;
	width:27px;
	height:27px;
	padding:0;
	text-align:center;
}

.pagination li a:hover{
	background:url( ../img/pagination-active.gif ) no-repeat;
}

#search-content a,
#search-content a:hover{
	font-weight:normal;
	color:#fff;
}

/******************************************************
			FONTS
******************************************************/

.font-brown{
	color:#694202;
}

#offer .title{
	color:#694202;
	font-weight:bold;
}

#offer .link{
	color:#554a41;
	font-weight:bold;
}

#offer .link span{
	coloR:#1b99ed;
}

#offer .content{
	padding:15px 20px 15px 15px;
}

#offer .description,#offer .description div{
	color:#554a41;
}

.font12_brown{
	color:#694202;
	font-size:12px;
	font-weight:bold;
}

#offers .row-title div{
	color:#fff;
	font-weight:bold;
}

#offers .cell{
	color:#554a41;
}

.font-white{
	color:#fff;
	font-weight:bold;
}

#menu-bottom div{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

.font-bottom-small{
	font-size:10px;
	color:#c0d1e7;
}

#bg-search label{
	color:#fff;
	font-weight:bold;
}

#bg-database{
	color:#4d4f44;
}

#bg-database .b-2{
	color:#959b83;
}

#bg-database .b-3{
	font-weight:bold;
}

#home .home-box-title{
	font-size:12px;
	font-weight:bold;
	color:#694202;
}

#home .h-1,#home .h-2,#home .h-3{
	color:#554a41;
}

#home .h-3{
	font-weight:bold;
}

#home .recommend-box-title{
	font-size:12px;
	font-weight:bold;
	color:#694202;
}

#home .recommend-box-content{
	color:#554a41;
}

#baner #infolinia{
	color:#9e9e9e;
	font-size:10px;
}

#main-menu .active{
	font-size:12px;
	color:#008deb;
	font-weight:bold;
}

#main-menu ul li{
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

#second-menu ul li{
	color:#008deb;
}

.pagination li span{
	font-weight:bold;
	color:#fff;
}
    
/******************************************************
			LINKS
******************************************************/

#home .home-box a,#home .home-box a:hover{
	text-decoration:none;
}

.pagination li a{
	font-weight:bold;
	color:#008deb;
	text-decoration:none;
}

.pagination li a:hover{
	color:#fff;
}

#bg-database a{
	color:#4d4f44;
	text-decoration:none;
}

#bg-database a:hover{
	text-decoration:underline;
}

#main-menu .active a,#main-menu .active a:hover{
	display:block;
	float:left;
	height:26px;
	padding:7px 10px 0 10px;
	font-size:12px;
	color:#008deb;
	font-weight:bold;
	text-decoration:none;
}

#main-menu ul li a,#main-menu ul li a:hover{
	display:block;
	float:left;
	height:20px;
	padding:4px 10px 0 10px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#menu-bottom a,#menu-bottom a:hover{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

#home .home-box-content-more a,#home .home-box-content-more a:hover{
	color:#554a41;
	text-decoration:none;
}

#second-menu ul li a,#second-menu ul li a:hover{
	color:#008deb;
	text-decoration:none;
}

#home .small-box ul li a,#home .small-box ul li a:hover,#home .recommend-box-content-more a,#home .recommend-box-content-more a:hover{
	color:#554a41;
	text-decoration:none;
}

/******************************************************
			FORMS
******************************************************/

fieldset{
	border:0 !important;
}

.form11{
	border:1px solid #008deb;
	font-size:11px;
	width:180px;
}

.form11_error{
	background:#ffbdbd;
}

.no-button{
	border:0;
	background:none;
	cursor:pointer;
}

#home .contact-box fieldset{
	padding:70px 0 0 140px;
}

#home .contact-box input{
	width:180px;
	font-size:11px;
	height:16px;
	padding:3px 0 0 3px;
}

#home .contact-box .error,
input.error{
	background:#ffb898;
}

#home .contact-box button{
	border:0;
	background:0;
	width:184px;
	height:26px;
	cursor:pointer;
}

#bg-search select{
	width:155px;
	font-size:11px;
}

#bg-search button{
	border:0;
	background:0;
	width:139px;
	height:33px;
}

form{
	padding:0;
	margin:0;
}

#offer select{
	font-size:11px;
}



.cake-sql-log {
	background: #f4f4f4;
	width:100%;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	border:1px solid black;
}

.novPhoto{
	max-width:137px;
	max-height:90px;
}

.novPhotoDiv{
	width:137px;
	height:90px;
	text-align:center;
	float:left;
	margin-left:1px;
	margin-right:5px;
	margin-bottom:4px;
}

.novSearch{
	float:left;
	width:30%;
	margin-right:22px;
	font-weight:bold;
}

.novProperty{
	width:100%; 
	height:17px;
	padding-top:4px;
}

.element img{
	border:none;
}

.novSearch select{
	width:100%;
	margin-top:2px;
}

.novSearch .element{
	width:100%;
	margin-bottom:5px;
	font-weight:bold;
}

.novChange{
	display:none;
}

.novSearchElement{
	width:100%;
	height:23px;
	position:relative;
	margin-bottom:15px;
}

#novSearching input[type="text"]{
	width:170px;
	background-color:#fff;
	border:1px solid #999999;
}

#novSearching select{
	width:153px;
}

.novSearchLabel{
	font-weight:bold;
	width:100%;
	margin-bottom:2px;
}

.mapselect{
	width:210px !important;
}

#cuntries .novSearchElement{
	margin-bottom:0px !important;
}

.lbls{
}

.novasol-simple-label{
	margin-bottom:2px; 
	color:#fff; 
	font-weight:bold;
}

.novasol-element{
	margin-bottom:5px;
}

.novasol-element select{
	width:160px;
	height:21px;
}



