/* css reset - początek*/
* {
	padding: 0px;
	margin: 0px;
}

/*
html {
	overflow-y: scroll;
}
*/

a {
	outline: none;
}

a img {border: none;
}

.clear {
	clear: both;
}
/* css reset - koniec*/

body {
	background-position: center 108px;
	background-repeat: repeat-x;
	background-image: url(/images/bg.png);
	font-size: 62.5%;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	text-align: left;
}

h1 a#logo {
	float: left;
	margin-left: 20px;
	margin-top: 22px;
	display: inline-block;
	height: 64px;
	width: 280px;
	background-repeat: no-repeat;
	background-image: url(/images/logo_VA.png);
	text-indent: -9999px;
}

ul.top {
	text-align: right;
	display: inline;
	height: 20px;
	float: right;
	width: 516px;
}

ul.top li {
	height: 20px;
	display: inline;
}

ul.top li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #998675;
	font-size: 1em;
	height: 20px;
	display: inline;
}

ul.top li a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #574c42;
	height: 20px;
	display: inline;
}

h2#witamy {
	color: #0085de;
	padding-left: 40px;
	line-height: 70px;
	font-size: 2.2em;
	font-style: italic;
	font-weight: normal;
	float: right;
	width: 476px;
	height: 88px;
}

#bar {
	display: inline;
	float: left;
	height: 278px;
	width: 860px;
}

ul#navi {
	height: 120px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
	width: 280px;
}

ul#navi li {
}
ul#navi li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}
ul#navi li a:hover {
	font-weight: bold;
	color: #88c1ff;
	text-decoration: none;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}
#search {
	margin-top: 90px;
	float: left;
	padding-left: 20px;
	color: white;
	line-height: 30px;
	font-size: 1.1em;
	margin-left: 20px;
	background-color: #008DCC;
	height: 30px;
	width: 284px;
}

#flash {
	float: right;
	height: 278px;
	width: 516px;
	display: inline;
	overflow:hidden;
}
#slideInner {
	height: 278px;
	width: 1032px;

}
#content {
	display: inline;
	float: left;
	width: 860px;
}

#sidebar {
	display: inline;
	background-color: #FAF8F5;
	float: left;
	width: 344px;
}

#sidebar h3 {
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(/images/headingBg2.png);
	padding-left: 20px;
	line-height: 48px;
	color: #A0917D;
	font-weight: bold;
	font-size: 1.4em;
	float: left;
	height: 48px;
	width: 324px;
	background-color: #E5DBCF;
}

ul.side {
	display: inline;
	margin-bottom: 20px;
	list-style-type: none;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 304px;
}

ul.side li {
	width: 304px;
	float: left;
	padding-bottom: 4px;
	margin-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-color: #e1cec2;
	border-bottom-style: solid;
}

ul.side li  h4 {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #A0917D;
}

ul.side li  h4 a {
	display: inline;
	text-decoration: none;
	color: #A0917D;
}

ul.side li h4 a:hover {
	text-decoration: none;
	color: #574d3f;
}

p.text, p  {
	color: #534741;
	font-size: 1.2em;
}

p.text a, p a {
	text-decoration: none;
	color: #005aaf;
}

p.text a:hover, p a:hover {
	text-decoration: underline;
	color: #004282;
}

p.text2, ul.side li p {
	color: #534741;
	font-size: 1.1em;
}

p.text2 a, ul.side li p a {
	text-decoration: none;
	color: #005aaf;
}

p.text2 a:hover, ul.side li p a:hover {
	text-decoration: underline;
	color: #004282;
}

#main {
	display: inline;
	float: right;
	width: 516px;
}

h2.tytul {
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(/images/headingBg.png);
	padding-left: 40px;
	line-height: 48px;
	color: #82725E;
	font-weight: bold;
	font-size: 2em;
	float: left;
	height: 48px;
	width: 476px;
	background-color: #D6C6B2;
}

.box {
	display: inline;
	padding-bottom: 6px;
	border-bottom-color: #e1cec2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px;
	margin-left: 40px;
	float: left;
	width: 476px;
}

.bezDolnejKrawedzi {
   border-bottom-width: 0px;
}

.gwiazdki {
   display: inline-block;
   height:13px;
   background:url('/images/gwiazdki.png') no-repeat center left;
}

h3.villa {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 1.3em;
	padding-left: 20px;
	width: 456px;
	height: 28px;
	color: #82725E;
	background-color: #F5F2ED;
}

h3.villa a {
	text-decoration: none;
	color: #82725E;
}


h3.villa a:hover {
	text-decoration: none;
	color: #5e5344;
}

#footer {
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom-color: #F5F2ED;
	border-bottom-style: solid;
	border-bottom-width: 14px;
	margin-top: 40px;
	float: left;
	width: 860px;
}


/*
Piotrka klasy
*/

.malyErrorDiv {
   font-size:10px;color:#C40026;font-weight:bold;padding:5px;text-align:center;border:1px solid #C40026;
}

.pole {
   font-family: Georgia, "Times New Roman", Times, serif;
   line-height: 12px;
	font-size: 12px;
	padding:1px;
	color: #534741;
	background-color: white;
	border:1px solid #D6C6B2;
}

.button {
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-top: 5px;
	font-size: 11px;
	background-color: #D6C6B2;
	color: #82725E;
	border:0px;
}

.button:hover {
	background-color: #82725E;
	color:#D6C6B2;
}

.dragged {
	cursor: all-scroll !important;
	border-color: #cc0000 !important;
	z-index: 300 !important;
	filter: alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}
.chosen {
	background: rgb(194,194,194);
}

span.napisNadPolem {
   line-height: 10px;
   color: #4a4a4a;
   font-size: 9px;
   padding-bottom:2px
}

.errorDiv {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.2em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	background-color: #ec0200;
	font-weight: bold;
}
.confirmDiv {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.2em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	background-color: #009245;
	font-weight: bold;
}
.piktogramy {
	clear: both;
	padding-bottom: 3px;
	padding-top: 8px;
	margin-bottom: 1px;
	margin-top: 10px;
	width: 476px;
	border-top-color: #e1cec2;
	border-bottom-color: #e1cec2;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	float: left;
}
.tabelka {
	width: 476px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}

.lewaKomorka {
	padding-left: 5px;
	width: 232px;
	float: left;
}
.prawaKomorka {
	padding-right: 5px;
	text-align: right;
	width: 232px;
	float: left;
}
.naglowekTerminow {
	width: 120px;
	float: left;
}
.wierszTerminow {
	float: left;
	width: 100px;
}
#infolinia {
	margin-left: 20px;
	width: 280px;
	float: left;
}
#infolinia h4 {
	font-weight: bold;
	font-size: 1.4em;
	color: white;
}
#infolinia p {
	color: #d5dcff;
}
.taby {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom:10px;
	float: left;
	width: 476px;
	background-color: #E5DBCF;
}

.tab a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	float: left;
	display: inline;
	
	line-height: 28px;
	font-size: 1.3em;
	width: 158px;
	height: 28px;
	color: #82725E;
	background-color: #F5F2ED;
}

.tab a:hover {
	text-decoration: none;
	font-weight: bold;
	float: left;
	display: inline;
	color: #5e5344;
	background-color: #F5F2ED;
}

.tab a.active {
	color: #82725E;
	text-decoration: none;
	font-weight: bold;
	float: left;
	display: inline;
	background-color: #E5DBCF;
}

.odd {
	background-color: #f1f1f1;
}

.lewaZdjecie img {
	margin-right: 10px;
	float: left;
	width: 150px;
}

.lewaZdjecie {
	margin-right: 10px;
	width: 150px;
	float: left;
}

.box img {
	margin-right: 10px;
	float: left;
}

.piktogramy img {
	float: none;
	margin-right: 2px;
}

.naglowekTerminow {
	background-color: #FAF8F5;
	font-weight: bold;
	height: 20px;
	width: 476px;
	float: left;
}

.wierszTerminow {
	height: 20px;
	width: 476px;
	float: left;
}

.od {
	float: left;
	height: 20px;
	width: 105px;
}

.do {
	float: left;
	height: 20px;
	width: 105px;
}

.noclegi {
	float: left;
	height: 20px;
	width: 80px;
}

.cena {
	float: left;
	height: 20px;
	width: 70px;
}

.status {
	float: left;
	height: 20px;
	width: 115px;
}

p.termin_zajety {
	color: red;
}

p.termin_rezerwacja {
	color: #ff8c00;
}

/*
nakladka ekranu
*/

#extraLayer1 {
   position:absolute;
   top:0px;
   left:0px;
   z-index:2;
   display:none;
   background-color: rgb(0,0,0);
}
#extraLayer2 {
   position:absolute;
   top:0px;
   left:0px;
   z-index:3;
   display:none;
}
#nakladka {
   width:600px;
   height:500px;
   margin-right: auto;
   margin-left: auto;
   background-color:#ffffff;
}
#zamknijNakladke {
   padding-top:5px;
   text-align:center;
}

#zamknijNakladke p a {
   /*color:white;*/

}

#wnetrzeNakladki {
   clear:both;
   padding:10px;
   margin-right:auto;
   margin-left:auto;
   
}
#wnetrzeNakladki p {
   color:white;
}

#wnetrzeNakladki p a {
   color:white;
}

iframe.frame {

}

#formularz {
	margin-top: 30px;
	margin-left: 90px;
	text-align: left;
	width: 420px;
	float: left;
}
.formLewaKolumna {
	height: 30px;
	width: 210px;
	float: left;
}

.formPrawaKolumna {
	height: 30px;
	width: 210px;
	float: right;
}

.buttonForm {
	margin-right: 30px;
	float: right;
	border-width: 0px;
	color: #82725E;
	background-color: #D6C6B2;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.buttonForm:hover {
	border-width: 0px;
	color: #E5DBCF;
	background-color: #82725E;
}

td.formTab {
	padding-bottom: 5px;
	padding-top: 5px;
}

td.kol1 {
	width: 30px;
}

td.kol2 {
	width: 140px;
}

td.kol3 {
	width: 140px;
}

td.kol4 {
	width: 110px;
}

#rezerwacja .pole {
	font-family: Helvetica, Arial, sans-serif;
}

.znacznikiStronZwykle {
   height: 20px;
   margin-left: 20px;
   background-color: rgb(245,242,237);
   float: right;
}

.znacznikiStronZwykle p.napis {
   line-height: 20px;
   display:inline block;
   padding-left:5px;
   padding-right:5px;
   height:20px;
   float:right;
   text-align:center;
}

.znacznikiStronZwykle a.tag {
   line-height: 20px;
   display:block;
   float:right;
   width:20px;
   height: 20px;
   color: black;
   text-align:center;
   font-weight: bold;
   text-decoration:none;
}

.znacznikiStronZwykle a.active, .znacznikiStronZwykle a.tag:hover {
   background-color: rgb(214,198,178);
   font-weight: bold;
   color: black;
}


