/* CSS Document */

* {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	background: #6F1A0B url(img/bg.jpg) top repeat-x;
	color: #F1E7CC;
}

a:link {
	color: #FFCC33;
	text-decoration: underline;
}

a:visited {
	color: #FFCC33;
}

a:hover {
	color: #F8E8C7;
}

a:active {
	color: #FFCC33;
}


#container {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: url(img/containerbg.jpg) top repeat-x;
}

#leftColumn {
	width: 330px;
	float: left;
}

#leftColumn h1 {
	font-size: 17px;
	margin: 20px 0 10px 0;
}

#leftColumn h2 {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

#leftColumn p {
	padding: 5px 0;
}

#rightColumn {
	width: 448px;
	float: left;
}

#rightColumn h1 {
	font-size: 21px;
	margin: 20px 0 10px 0;
}

#rightColumn h2 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFCC33;
	margin: 15px 0 5px 0;
	
}

#rightColumn h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	/*border-bottom: 1px solid #7E2C0F;*/
	border-left: 5px solid #A32610;
	padding-left: 5px;
}

#rightColumn p {
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 1.5;
	/*font: normal 12px Verdana, Arial, Helvetica, sans-serif;*/
}


#rightColumn p.newsdate,
#newsBox p.newsdate {
	padding: 0 !important;
}

#pageContent { 
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#pageContent p strong {
	color: #fff;
	font-size: 14px;
	font-variant: small-caps;
}

#pageContent ul {
	list-style: square;
	margin-left: 20px;
	line-height: 1.5;
	font-size: 11px;
}

#pageContent img.lewo {
	border: 5px solid #A32610;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#pageContent img.srodek {
	border: 5px solid #A32610;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#pageContent img.prawo {
	border: 5px solid #A32610;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#pageContent table {
	margin: 10px 0;
	width: 99%;
	border-left: 1px solid #A32610;
	border-top: 1px solid #A32610;
	border-collapse: collapse;
}

#pageContent table th {
	background: #A32610;
	padding: 5px;
}

#pageContent table td {
	border-right: 1px solid #A32610;
	border-bottom: 1px solid #A32610;
	padding: 3px;
}

#pageContent table tr:hover {
	background: #7F2107;
}

#pageContent .newsItem {
	padding-bottom: 10px;
	border-bottom: 1px solid #A32610;
	margin-bottom: 1px;
}

#pageContent div.galleryPageRight {
	width: 120px;
	float: right;
}

#pageTitle {
	font-size: 21px !important;
	font-weight: normal;
	font-variant: small-caps;
	color: #fff;
	border-bottom: 2px solid #A32610;
}


/* --------- index -------------- */

#headWelcome {
      margin: 0; 
	  padding: 0;
      position: relative;
      width: 400px; 
	  height: 40px;
      overflow: hidden;
      }

#headWelcome span {
      display: block;
      position: absolute; 
	  left: 0; 
	  top: 0; 
	  z-index:1;
      width: 400px; 
	  height: 40px;
      margin: 0; 
	  padding: 0;
      background: url(img/h_witamy.png) top left no-repeat;
}


#headOffer {
      margin: 0; 
	  padding: 0;
      position: relative;
      width: 400px; 
	  height: 38px;
      overflow: hidden;
      }

#headOffer span {
      display: block;
      position: absolute; 
	  left: 0; 
	  top: 0; 
	  z-index:1;
      width: 400px; 
	  height: 38px;
      margin: 0; 
	  padding: 0;
      background: url(img/h_oferta.png) top left no-repeat;
}

#headGallery {
      margin: 0; 
	  padding: 0;
      position: relative;
      width: 400px; 
	  height: 38px;
      overflow: hidden;
      }

#headGallery span {
      display: block;
      position: absolute; 
	  left: 0; 
	  top: 0; 
	  z-index:1;
      width: 400px; 
	  height: 38px;
      margin: 0; 
	  padding: 0;
      background: url(img/h_galeria.png) top left no-repeat;
}

#indexNagrody {
	background: #EBDCB4;
	padding: 5px;
	/*border-bottom: 4px solid #441304;*/
	color: #6F1A0B;
	margin: 10px 0;
}

#indexNagrodyBody {
	border: 1px solid #CABF9B;
	padding: 5px 10px 10px 80px;
	background: transparent url(img/indexstatuebg.jpg) left center no-repeat;
}

#indexNagrodyBody a:link {
	color: #993300;
	text-decoration: underline;
}

#indexNagrodyBody a:visited {
	color: #993300;
}

#indexNagrodyBody a:hover {
	color: #CC0000;
}

#indexNagrodyBody a:active {
	color: #993300;
}

#indexNagrodyBody h2 {
	margin-top: 5px !important;
	font-weight: bold;
	font-variant: small-caps;
	color: #571806;
	border-bottom: 1px solid #7E2C0F;
}

#indexNagrodyBody h3 {
	color: #CC0000;
	font-size: 13px;
	border: 0;
}

#indexNagrodyBody p {
	padding-left: 0;
}

#indexOffer {
	padding-left: 5px;
}

#indexOffer h2 {
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	padding-left: 5px;
	border-bottom: 1px solid #7E2C0F;
	font-variant: small-caps;
}

#indexOfferHotel {
	background: url(img/offer_hotel.jpg) left center no-repeat;
	padding-left: 120px;
	height: 80px;
}

#indexOfferRestaurant {
	background: url(img/offer_restaurant.jpg) left center no-repeat;
	padding-left: 120px;
	height: 80px;
}

#flashContainer {
	width: 450px;
	height: 256px;
	background: url(img/flashbg.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#languageSelectTop {
	width: 450px;
	background: url(img/langbg.jpg) bottom no-repeat;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
}



#languageSelect {
	width: 250px;
	position: absolute;
	top: 5px;
	left: 500px;
	z-index: 5;
	font-size: 10px;
	font-weight: bold;
	padding-right: 20px;
}

#languageSelect h3 {
	float: left;
	font-size: 11px;
	font-weight: normal;
}

#languageSelect ul {
	list-style: none;
	float: right;
}

#languageSelect ul li {
	width: 25px;
	height: 14px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#languageSelect ul li.last {
	background: none;
}

#languageSelect ul li a {
	display: block;
	text-decoration: none;
	height: 14px;
	padding: 1px 13px;
	color: #636252;
	float: left;
	border: 1px solid #7B1E0D;
}

#languageSelect ul li a:hover {
	border: 1px solid #EBDCB4;
}

#languageSelect ul li a span {
	display: none;
}

#languageSelect ul li a.pl {
	background: transparent url(img/flag_pl.gif) center no-repeat;
}

#languageSelect ul li a.en {
	background: transparent url(img/flag_en.gif) center no-repeat;
}

#languageSelect ul li a.de {
	background: transparent url(img/flag_de.gif) center no-repeat;
}

#languageSelect ul li a.ru {
	background: transparent url(img/flag_ru.gif) center no-repeat;
}

#headerLogo {
	width: 330px;
	height: 210px;
	background: #EBDCB4 url(img/logobg.jpg) center no-repeat;
	padding-top: 13px;
	/*border-bottom: 4px solid #441304;*/
}

#headerLogoContent {
	width: 300px;
	height: 180px;
	border: 1px solid #CABF9B;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

#headerLogoContent h1 {
	font-size: 10px;
}

#headerLogoContent h1 a {
	display: block;
	width: 268px;
	height: 134px;
	background: transparent url(img/logo.gif) no-repeat;
	margin-left: 15px;
	
}

#headerLogoContent h1 a span { 
	display: none;
}

#mainMenuContainer {
	width: 280px;
	background: url(img/menubg.jpg) top no-repeat;
	padding: 25px;
}

#mainMenuContainer h3 {
	display: none;
}

#mainMenu {
	color: #F1E7CC;
}

#mainMenu ul {
	list-style: none;
}

#mainMenu li {
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

#mainMenu li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

#mainMenu li a:link {
	color: #F1E7CC;
	
}

#mainMenu li a:visited {
	color: #F1E7CC;
}

#mainMenu li a:hover {
	color: #571806;
	background: #F1E7CC;
	padding-left: 15px;
}

#mainMenu li a:active {
	color: #F1E7CC;
}

#mainMenu li a.currentpage {
	background: #6F1A0B;
	border-left: 2px solid #A32610;
}

#mainMenu li a.currentpage:hover {
	background: #F1E7CC;
}

#mainMenu ul ul li a {
	padding-left: 25px;
	font-size: 13px;
	font-variant: normal;
}

#mainMenu ul ul li a:hover {
	padding-left: 30px;
}

#mainMenu ul ul ul li a {
	padding-left: 40px;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
}

#mainMenu ul ul ul li a:hover {
	padding-left: 45px;
}

#newsBox {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#newsBoxBody {
	padding-left: 15px;
}

#headNews {
      margin: 0; 
	  padding: 0;
      position: relative;
      width: 300px; 
	  height: 33px;
      overflow: hidden;
      }

#headNews span {
      display: block;
      position: absolute; 
	  left: 0; 
	  top: 0; 
	  z-index:1;
      width: 300px; 
	  height: 33px;
      margin: 0; 
	  padding: 0;
      background: url(img/h_news.png) top left no-repeat;
}

#contactBox {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#contactBoxBody {
	padding-left: 15px;
	padding-bottom: 95px;
	background: url(img/contactbg.gif) bottom center no-repeat;
}

#contactBoxBody p {
	font-size: 11px;
}

#headContact {
      margin: 0; 
	  padding: 0;
      position: relative;
      width: 300px; 
	  height: 33px;
      overflow: hidden;
      }

#headContact span {
      display: block;
      position: absolute; 
	  left: 0; 
	  top: 0; 
	  z-index: 1;
      width: 300px; 
	  height: 33px;
      margin: 0; 
	  padding: 0;
      background: url(img/h_kontakt.png) top left no-repeat;
}

#footer {
	clear: both;
	background: #571806;
	height: 100px;
	padding-top: 10px;
	/*border-top: 2px solid #B12B12;*/
}

#footerBody {
	width: 760px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #E7D5A5;
}

#footerMenu {
	width: 760px;
	height: 45px;
}

#footerMenu ul {
	list-style: none;
}

#footerMenu li {
	float: left;
	font-size: 11px;
}

#footerMenu li a {
	padding: 5px;
	background: url(img/footerdot.gif) left center no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

#footerMenu li a:link {
	color: #F1E7CC;
}

#footerMenu li a:visited {
	color: #F1E7CC;
}

#footerMenu li a:hover {
	color: #E7D5A5;
	text-decoration: underline;
}

#footerMenu li a:active {
	color: #F1E7CC;
}


#footerCopyrights {
	float: left;
}

#footerDesigned {
	float: right;
}

div.clear {
	clear: both;
	height: 20px;
}


/* -------- forms -------- */

input, select, textarea { 
	width: auto;
	padding: 1px;
	background: #F5F4EF;
	border: 1px solid #933;
	font-size: 11px;
	margin-bottom: 2px;
}

input.error, textarea.error, select.error {
	background: #FFD5D5 url(img/form_req.gif) right no-repeat;
}

input.disabled {
	background: #ccc;
}

input:focus, textarea:focus {
	background: #fff;
}

input.req:focus, textarea.req:focus {
	background: #FDFCFB url(img/form_req.gif) right no-repeat;
}

form {
	width: 99%;
	font-weight: normal;
}

div.formError {
	border: 1px solid #CC0000;
	font-weight: bold;
	margin: 1em;
	padding: 20px;
}

div.formError ul {
	list-style: url(img/formerroritem.gif) !important;
}

div.formError ul li {
 	padding-left: 10px;
}
 
label {
	display: block;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 11px;
}
        
input.button {
	color: #fff;
	width: 65px !important;
	height: 20px;
	border: 0;
	background: transparent url(img/btnbg.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}


fieldset {
	padding: 15px 10px;
	border: 0;
	margin: 20px 0;
	background: transparent;
	border: 1px solid #A32610;
}


.captchaStyle {
	margin-bottom: 1em; 
	text-align: center;
}

legend {
	text-align: center;
	font-weight: bold;
	background: transparent;
	padding: 3px;
	font-size: 12px;
}


/* -------------- reservation form ---------- */

#reservationForm  table {
	width: 99%;
	border-collapse: collapse;
	border: 0;
}

#reservationForm table td {
	padding: 1px 10px;
	border: 0;
}

#reservationForm em {
	font-style: normal;
	text-decoration: underline;
}

#reservationForm input#zgoda {
	width: auto;
	float: left;
}

#reservationForm input.button {
	float: none;
	clear: both;
	display: block;
}

#reservationForm input#data_przyjazdu, #reservationForm input#data_wyjazdu {
	width: auto;
	display: inline;
	vertical-align: middle;
}

#reservationForm img {
	border: 0;
	display: inline;
	vertical-align: middle;
}

#reservationForm input#ilosc_osob, #reservationForm input#ilosc_pokoi {
	width: auto;
}


#reservationForm input#kod {
	width: 50px;
}




/*
 CSS for Module: Reservation
*/

#reservation {
	padding: 15px;
}

#reservation h1, h2, p {
	margin: 10px 0 5px 0;
}

div.top_steps {
	height: 24px;
}



div.top_steps ul {
	list-style: none;
	font-size: 13px;
}

div.top_steps li {
	display: block;
	float: left;
	padding: 5px;
	background: transparent;
	margin-right: 1px;
	font-variant: small-caps;
}

div.top_steps li.current {
	background: #A32610;
	font-weight: bold;
}


div.step1 {
	padding: 5px;
	background: #6F1A0B;
	border: 1px solid #A32610;
}

div.step1 img {
	border: 0;
}

div.step1 label {
	width: 100px;
	text-align: right;
	margin-right: 0.5em;
	display: inline;
	float: left;
}

div.step1 input {
	width: auto;
}

#reservation input#submit, #reservation p.pageinput input {
	background: #A32610;
	color: #F1E7CC;
	font-size: 15px;
}

div.step2 {
	padding: 5px;
	background: #6F1A0B;
	border: 1px solid #A32610;
}

div.step2 img {
	border: 0;
}

div.step2_dates {
	margin-top: 10px;
	margin-bottom: 20px;
}

div.step2 label {
	margin-left: 5px;
	text-align: right;
	margin-right: 0.5em;
	display: inline;
}

div.step2 table {
	background: #85200E;
	font-size: 11px;
	margin-bottom: 10px;
	color: #EBDCB4;
	padding: 3px;
	border-bottom: 1px solid #A32610;
	border-top: 1px solid #A32610;
}


div.step2 table select {
	padding: 0;
}

div.step2 table#room:hover {
	background: #A32610;
}


div.step3 {
	padding: 5px;
	background: #6F1A0B;
	border: 1px solid #A32610;
}

div.res_top {
	margin: 0 0 5px 0;
	height: 25px;
	background: #801E0D;
	padding: 8px 5px 0 5px;
	color: #701A0B;
}

div.res {
	margin: 0 0 5px 0;
	clear: both;
	background: #801E0D;
	color: #F1E7CC;
	border-bottom: 1px solid #A32610;
	border-top: 1px solid #A32610;
}

div.pageoverflow {

}

div.guestinfo {
	margin: 0;
	padding: 4px;
}

div.step3 table {
	background: #A32610;
	padding: 5px 0;
	margin: 5px 0;
}

div.step3 td {
	padding: 3px;
}

div.guestinfo label,
div.step3 table {
	font-size: 11px;
	color: #F1E7CC;
}

div.guestinfo label {
	float: left;
	margin: 3px;
	text-align: left;
	width: 150px;
	color: #F1E7CC;
	clear: both;
}

div.step3 table b {
	font-size: 13px;
}

div.pageoptions p {
	clear:both;
	margin:0;
	padding:0;
	text-align:left;
}

div.desc_form {
	float: left;
}

div.description {


}

div.description label {
	width: 140px;
	font-size: 12px;
}

div.description textarea {
	height: 4em;
}

div.add_text {
	float: left;
	padding: 15px 10px;
	text-align: left;
	display: inline;
	font-size: 11px;
}

#submit {
	margin-left: 105px;
}

#submit input {
	margin: 10px 5px;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
}

div.total {
	clear: both;
	text-align: center;
	padding: 5px;
	background: #A32610;
	font-weight: bold
}


