/* CSS Document */

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

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F2CC73 url(img/bg.jpg) top repeat-x;
}

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

a:visited {
	color: #c00;
}

a:hover {
	color: #900;
}

a:active {
	color: #c00;
}

p {
	color: #333;
	line-height: 1.5;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 780px;
	height: 157px;
	background: url(img/headbg.gif) left top no-repeat;
	position: relative;
}

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

#header h1 a {
	position: absolute;
	display: block;
	width: 205px;
	height: 85px;
	background: transparent url(img/logo.gif) no-repeat;
	left: 40px;
	top: 20px;
}

#header h1 a span { 
	display: none;
}



#languageSelect {
	width: auto;
	position: absolute;
	top: 15px;
	left: 620px;
	font-size: 10px;
	font-weight: bold;
	padding-right: 0;
	float: none;

}

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

#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 #337456;
}

#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;
}



#pageBody {
	width: 780px;
	background: #FAECCB url(img/pagebottombg.jpg) bottom no-repeat;
}

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

#pageBanner {
	width: 752px;
	height: 20px;
	padding-top: 180px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(img/pagebg.jpg) top no-repeat;
	font-size: 11px;
}

#tplKontakt #pageBanner {
	background: url(img/pagebg_kontakt.jpg) top no-repeat;
}

#tplPokoje #pageBanner {
	background: url(img/pagebg_pokoje.jpg) top no-repeat;
}

#tplGaleria #pageBanner {
	background: url(img/pagebg_galeria.jpg) top no-repeat;
}

#tplUslugi #pageBanner {
	background: url(img/pagebg_uslugi.jpg) top no-repeat;
}

#tplRezerwacja #pageBanner {
	background: url(img/pagebg_rezerwacja.jpg) top no-repeat;
}


#topMenu {
	width: auto;
	position: absolute;
	top: 18px;
	left: 400px;
}

#topMenu ul {
	list-style: none;
}

#topMenu li {
	float: left;
}

#topMenu li a {
	display: block;
	padding: 0 15px 0 20px;
	text-decoration: none;
}

#topMenu li a.home {
	background: url(img/icon_home.gif) no-repeat;
}

#topMenu li a.contact {
	background: url(img/icon_contact.gif) no-repeat;
}

#topMenu a:link {
	color: #F6E6C3;
}

#topMenu a:visited {
	color: #F6E6C3;
}

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

#topMenu a:active {
	color: #F6E6C3;
}

#mainMenu {
	float: left;
	width: auto;
	margin-top: 120px;
	padding: 0 30px;
}

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

#mainMenu li {
	float: left;
}

#mainMenu li a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

#mainMenu a:link {
	color: #F6E6C3;
}

#mainMenu a:visited {
	color: #F6E6C3;
}

#mainMenu a:hover {
	background: url(img/menuover.jpg) repeat-x;
	color: #FBF2E1;
}

#mainMenu a:active {
	color: #F6E6C3;
}

#mainMenu a.currentpage, #mainMenu a.activeparent {
	background: url(img/menuover.jpg) repeat-x;
}



#subMenu {
	width: 160px;
	float: right;
	padding: 20px 20px 20px 15px;
	background: #FDF5E3;
	border: 1px dotted #F2CC73;
	margin-left: 10px;
	margin-bottom: 10px;
}

#subMenu ul {
	list-style: url(img/reddot.png) !important;
}

#indexBody {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	background: url(img/indexbg.jpg) top no-repeat;
	padding-bottom: 40px;
}

#indexBody h1 {
	font-size: 21px;
	color: #c00;
	margin-bottom: 1px;
	margin-top: 10px;
}

#indexBody h2 {
	font-size: 14px;
	color: #333;
	margin-bottom: 1px;
	margin-top: 5px;
}

#indexBody p {
	padding: 10px 0;
	color: #333;
	line-height: 1.5;
}

#indexBody ul {
	list-style: square;
	margin-left: 20px;
}

#indexBodyColLeft {
	width: 200px;
	float: left;
	padding: 20px 15px 20px 25px;
}

#indexBodyColRight {
	width: 480px;
	float: left;
	padding: 20px;
}


/* --------------- zdjecia ------------- */

img.lewo {
	background: #FDF5E3;
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
}

img.srodek {
	background: #FDF5E3;
	margin: 15px 0;
	padding: 5px;
}

img.prawo {
	background: #FDF5E3;
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
}


div.clear {
	clear: both;
	float: none;
	height: 1px;
}

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

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

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

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

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

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

#pageTitle {
      margin: 0; 
	  padding: 0;
      position: relative;
      width: 480px; 
	  height: 40px;
      overflow: hidden;
	  font-weight: normal;
      }

#pageTitle span {
      display: block;
      position: absolute; 
	  left: 0; 
	  top: 0; 
	  z-index:1;
      width: 480px; 
	  height: 40px;
      margin: 0; 
	  padding: 0;
      background: transparent;
}

#tplGaleria h1#pageTitle span {
	background: url(img/h_galeria.png) top left no-repeat;
}

#tplRezerwacja h1#pageTitle span {
	background: url(img/h_rezerwacja.png) top left no-repeat;
}

#tplPensjonat h1#pageTitle span {
	background: url(img/h_pensjonat.png) top left no-repeat;
}

#tplPokoje h1#pageTitle span {
	background: url(img/h_pokoje.png) top left no-repeat;
}

#tplUslugi h1#pageTitle span {
	background: url(img/h_uslugi.png) top left no-repeat;
}

#tplKontakt h1#pageTitle span {
	background: url(img/h_kontakt.png) top left no-repeat;
}

#tplAtrakcje h1#pageTitle span {
	background: url(img/h_atrakcje.png) top left no-repeat;
}

#tplKsiega h1#pageTitle span {
	background: url(img/h_ksiega.png) top left no-repeat;
}

#tplUzdrowisko h1#pageTitle span {
	background: url(img/h_uzdrowisko.png) top left no-repeat;
}

#tplWalory h1#pageTitle span {
	background: url(img/h_walory.png) top left no-repeat;
}



/* ---------------  stopka --------- */

#footer {
	clear: both;
	height: 20px;
	padding-top: 20px;
	background: url(img/footerbg.jpg) top no-repeat;
	margin-bottom: 15px;
}

#footerCopyrights {
	float: left;
	padding-left: 10px;
}

#footerDesigned {
	float: right;
	padding-right: 10px;
}

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

input, select, textarea { 
	width: 99%;
	padding: 1px;
	background: #FDF5E3;
	border: 1px solid #F0CB72;
	font-size: 11px;
	margin-bottom: 2px;
}

input.error, textarea.error, select.error {
	border: 1px solid #f00;
}

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: 80px !important;
	height: 25px;
	border: 0;
	background: transparent url(img/btnbg.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}


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


.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;
}

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

#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;
}

/*
 Domyślny wygląd dla modułu CMSMS Księga Gości.
Moze zostać zmieniony po zainstalowaniu modułu, zostanie usunięty w momencie odinstalowania modułu, jeśli zamierzasz go zmienić zrób kopię zapasową.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border-top: 1px solid #F1CE72;
	/*border-bottom: 1px solid #F1CE72;*/
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #F4D793;
	margin: 1px;
	padding: 3px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #FAECCB;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: 11px;
}

/* Style message header links
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 

*/
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
	font-size: 11px;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: 11px;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: 11px;
	margin: 2px;
	margin-bottom: 0;
}

div.cms-guestbook-insert table {
	width: 99%;
}

div.cms-guestbook-insert table td {
	width: 49%;
}