/**
* ----------------------------------------------------------------
* Definicje ogolne
*/
body {
  background: #520201 url('../img/body_bg.gif');  
}

/**
* ----------------------------------------------------------------
* Warstwy podstawowe
*/
#tablebox {
  width: 900px;
  margin: 0 auto;
}
#header {
  width: 100%;
  background: #0A0A0C;
}
#headtitle {
  height: 227px;
  width: 800px;
  margin: 0 auto;
  background: url('../img/head_bg.jpg') 100% 100% no-repeat;
}
#bar {
  width: 100%;
  background: #42100F url('../img/bar_bg.gif') repeat-x;  
}
#barbody {
  height: 51px;
  width: 800px;
  margin: 0 auto;
}
#barbodylogo {
  position: absolute;
  top: 6px;
  left: 300px;
}
#search {
  position: absolute;
  right: 0;
}
#searchbox {
  margin: 4px;
  padding: 2px;
  margin-top: 14px;
  background: #590100;
  border: 1px solid #e25801;
  font-family: arial, verdana;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
#searchbox:focus {
  border: 1px solid #FFBD0F;
}
#search li {
  float: left;
}

/**
* ----------------------------------------------------------------
* Wersje jezykowe
*/
#page_language {
  position: absolute;
  top: 190px;
  right: 0px;
}
#page_language li {
}

/**
* ----------------------------------------------------------------
* Content DIV
*/
#content {
  width: 900px;
}

/**
* ----------------------------------------------------------------
* BreadCrumb
*/
.bread_crumb {
  position: absolute;
  top: 198px;
  left: 0px;
  width: 952px;
  padding-left: 50px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 80%;
  text-transform: lowercase;
  background: transparent url('../img/breadcrumb_bg.png') left 3px no-repeat;
}
.bread_crumb a {
  color: #a2a2a2;
}
.bread_crumb a:hover {
  color: #02A8DD;
}
.bread_crumb span {
  color: #a2a2a2;
  background: transparent url('../img/breadcrumb_bg.gif') left 3px no-repeat;   
  padding-left: 15px;
}

/**
* ----------------------------------------------------------------
* Definicje PAGE - zawartosci tekstowej
*/
#page {
  min-height: 495px;
  padding: 0px;
  padding-left: 0px;
  padding-right: 30px;
  padding-top: 5px;
  margin-left: 300px;
  margin-right: 5px;
}
#pagecontent {
  padding: 20px;
  min-height: 5px;
}
/* Page author */
#pageauthor {
  margin-top: 10px;
  /*border-top: 2px solid #ddd;*/
}
/* Page time */
#pagetime {
  margin-top: 10px;
  border-top: 2px solid #ddd;
}
/* Page files */
#pagefiles {
  margin-top: 10px;
  border-top: 2px solid #ddd;
  padding: 5px;
}
#pagefiles li {
  padding: 3px;
  margin-bottom: 3px;
}
#pagefiles li a {
  display: block;
  padding: 2px;
  padding-bottom: 4px;
  padding-left: 25px;
  font-size: 11px;
}
/*#pagefiles li a:hover {
  background: #eeeeee;
}*/
#pagefiles li span {
  font-size: 80%;
  color: #fefefe;
}
/* Page images*/
.pageimage {
  z-index: 100;
}
#pageimages {
  margin-top: 10px;
  padding: 20px;
}
#pageimages li {
  display: block;
  float: left;
  list-style-type: none;
  min-width: 100px;
  min-height: 140px;
  padding: 0px;
  text-align: center;
  margin-right: 2px;
  margin-bottom: 4px;
  /*border: 1px solid #dedede;*/
}
#pageimages li div {
  /*background: #999999;
  border: 3px solid #999999;*/
}
#pageimages li div img {
  margin-left: 0%;
}
#pageimages li p {
  width: 145px;
  margin: 0px;
  padding: 2px;
  line-height: 11px;
  text-align: left;
  font-size: 10px;
}

/* Page subpages */
#pagesubpages {
  margin-top: 0px;
}
#pagesubpages li {
  width: 70%;
  min-height: 28px;
  border-bottom: 1px solid #444444;
  border-top: 0px solid #ffffff;
}
#pagesubpages li p {
  margin-left: 195px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#pagesubpages li strong {
  color: #FFF467;
  display: block;
}
.subpagesimage {
  height: 100px;
  width: 100px;
  margin-right: 5px;
  overflow: hidden;
  float: left;
}
.subpagesimage img {
}
.subpagesimagea {
  min-height:102px;
}
#pagesubpages a {
  padding: 0px;
  display: block;
}
#pagesubpages a:hover {
  /*background: #EDEDED;*/
  text-decoration: none;
}
#pagesubpages a span {
  color: #afafaf;
  font-size: 10px;
}
/** 
* Page back
*/
#pageback {
  margin-bottom: -20px;
  width: 68px;
  height: 44px;
  clear: both !important;
  float: right;
  background: transparent url('../img/back.gif') 100% 100% no-repeat;
}
#pageback a {
  display: block;
  width: 68px;
  height: 44px;
  font-size: 0px;
}


/**
* ----------------------------------------------------------------
* Definicje MENU - sidebar
*/
#sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 270px;
  min-height: 200px;
  margin-top: 0px;
  padding-top: 0px;
  background: #3b0503;  
}
#sidebar ul {
  padding-top: 5px;
  margin-left: 0px;
  list-style-type: none;
}
#sidebar li {
  padding-bottom: 0px;
  padding-left: 0px;
}
#sidebar ul ul {
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#sidebar li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #FFF467 !important;  
}
#sidebar a:hover {
  color: black;
  text-decoration: none;
}
#sidebar h3 {
  font-size: 13px;
  padding-left: 14px;
  background: transparent url('../img/menu_arrow.gif') 0px 4px no-repeat;   
  font-style: italic;
  font-weight: normal !important;
  font-family: georgia, arial, verdana;    
}
#sidebar h4 {
  font-size: 14px;
  padding-left: 17px;
  background: transparent url('../img/menu_arrow2.gif') 5px 4px no-repeat;   
  font-style: italic;
  font-weight: normal !important;
  font-family: georgia, arial, verdana;    
}

/**
* ----------------------------------------------------------------
* Definicje FOOTER - stopka
*/
#footer {
  width: 100%;
  height: 71px;
  color: black;
  padding: 2px 0 20px;
  background: transparent url('../img/footer_bg.gif');      
}
#footnav {
  margin-top: 25px;
  margin-left: 180px;
}
#footnav li {
  float: left;
  border-right: #777 solid 1px;
  padding-right: 10px;
  margin-top: 4px;
  margin-right: 10px;
  line-height: 11px;
}
#footnav li.last {
  border: none;
}
#footnav a {
  text-decoration: none;
}


/**
* ----------------------------------------------------------------
* Strona bledu
*/
#cms_error {
  width: 500px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 200px;
  background: white;
  border: 1px solid #444444;
}

/**
* ----------------------------------------------------------------
* Definicje CONTACT - kontakt
*/
#contact li {
  list-style: none !important;
}
#contact select {
  width: 200px;
  padding: 3px;
}

/**
* ----------------------------------------------------------------
* Formularze
*/
fieldset {
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
fieldset legend {
  padding-right: 10px;
}
.formarea {
  color: #777777;
  font-family: arial, verdana;
  font-size: 10px;
  font-weight: bold;
  text-align: left;  
}
.formarea li {
  margin-top: 10px;
  margin-right: 10px;
  min-height: 50px;
  list-style: none !important;
}
.formarea input {
  padding: 2px;
  border: 0px;
  font-family: arial, verdana;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: white;
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
   border-radius: 6px;    
}
.formarea input:focus {
  border: 1px solid #7e7e7e;
}
.formarea textarea {
  padding: 4px;
  font-family: arial, verdana;
  font-size: 11px;
  font-weight: bold;  
  border: 1px solid #cccccc;
  background: white;
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
  border-radius: 6px;    
}
.formarea label {
  margin-right: 0px;
  padding-left: 5px;
  color: #969696;
  min-width: 150px;
  /*display: block;*/
}
.formarea label span {
  padding-left: 3px;
  font-size: 13px;
  color: #E04062;
}
.formarea span {
  color: #777777;
  margin-top: -4px;
  font-size: 10px;
}
.formarea p {
  margin-top: 2px;
  color: #444444;
  padding: 3px;
  background: #FBFF91;
  border: 1px solid #FCD21D;
  font-size: 11px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
}
.formarea50 {
  float: left;
  padding-right: 40px;
  width: 40%;
}
#checkout {
}
#checkout ul {
  margin-left: 20px;
}
#checkout li label {
  padding: 5px;
}
#checkout li span {
  color: #777777;
  margin-left: 20px;
}
.stroke {
  text-decoration: line-through;
}

/**
* ----------------------------------------------------------------
* Calendar
*/
#calendar {
  margin-top: 30px;
}
#calendar ul li {
  font-size: 90%;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3b0503;  
}
#calendar #pagecontent {
  padding: 0px !important;
  margin: 0px !important;
}
#calendar h2 {
  margin: 0px;
  margin-top: 0px;
  color: #FFF467;
}
.calendar_buttons {
  text-align: right;
  margin-left: 340px;
}
.calendarimg {
  width: 540px;
  padding-left: 0px;
  padding-top: 2px;
  max-height: none;
  height: 280px;
  overflow: hidden;
  z-index: 100;
}
.calendarimg img {
  margin-top: -15%;
}
.calendarpolecamy {
  background: #3b0503 url('../img/polecamy.png') right top no-repeat;      
}

/**
* ----------------------------------------------------------------
* Nowosci, aktualnosci
*/
#news {
  margin-top: 30px;
}
#news ul li {
  padding-bottom: 20px;
  list-style: none;
  list-style: none !important;
  font-size: 90%;
  width: 621px;
  padding-left: 10px;
  border-bottom: 1px #ccc solid;
}
#news h2 {
  min-height: 25px;
  padding: 0px;
  padding-left: 15px;
  padding-top: 15px;
  margin: 0px !important;
  margin-top: 10px !important;
  color: #444444;
}
#news span {
  float: right;
  padding-left: 0px;
  color: #444444;
  background: #dedede;
  margin: 10px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 10px;
}
#news .button {
  margin-left: 400px;
  padding-bottom: 5px;
}
.newscontent {
  margin-left: 120px;
  min-height: 160px;
}
.newsimg {
  float: left;
  padding-left: 12px;
  padding-top: 2px;
  max-height: 150px;
  overflow: hidden;
  z-index: 100;
}
#newsarch_ul2 {
  margin-left:60px;
}


/**
* ----------------------------------------------------------------
* Definicje PRZYCISKI, elmenty formularza i kontaktowe
*/
.button {
  display: block;
  height: 18px;
  margin: 5px;
  background: #444444;
  border: 0px;
  padding: 6px !important;
  padding-bottom: 10px !important;
  color: #ffffff !important;
  font-family: arial, verdana;
  font-size: 11px !important;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
  border-radius: 6px;      
}
.simplebutton {
  font-size: 10px;
  font-weight: bold;
  margin: 5px;
  background: #FFF467;
  border: 0px;
  padding: 2px 10px 2px 10px;
  color: #444444 !important;
  cursor: pointer;
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
  border-radius: 6px;      
}
.extrabutton {
  margin: 30px;
  margin-left: 300px;
  background: #3b0503;
  border: 1px solid black;
  padding: 6px 20px 6px 20px;
  color: white !important;
  font-family: arial, verdana;
  font-size: 14px !important;
  font-weight: bolder;
  cursor: pointer;
  
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
  border-radius: 6px;      
}

/**
* ----------------------------------------------------------------
* Podzial na strony - pagging
*/
.paging {
  margin: 10px;
  font-weight: bolder;
  margin-left: 10px;
}
.paging li {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  text-align: center;
  font-size: 10px !important;
  background: #444444;
  /*background: #444444 url('../img/number_bg1.gif') no-repeat;*/
}
.paging li a {
  width: 27px;
  height: 27px;
  display: block;
  padding-top: 3px;
  color: white;
}
.paging li span {
  display: block;
  width: 27px;
  height: 27px;
  padding-top: 3px;
  color: #cdcdcd;
  background: #777777;
  /*background: #777777 url('../img/number_bg2.gif') no-repeat;*/
}


/**
* ----------------------------------------------------------------
* Welcome
*/
#welcome {
  min-height: 300px;
  background: transparent url('../img/content_bg.gif') 30px 30px no-repeat;  
}
.welcomeinfo {
  position: absolute;
  top: 50px;
  left: 170px;
  color: black;
  padding: 10px;
  padding-top: 60px;
  width: 180px;
  height: 300px;
  background: transparent url('../img/welcome_info.gif') no-repeat;
  font-size: 11px;
  line-height: 15px;
}
.rezerwacja {
  position: absolute;
  top: 5px;
  right: 0px;
}


/**
* ----------------------------------------------------------------
* Definicje FIND - wyszukiwanie
*/
#find ul li {
  list-style: none;
}
#find ul {
 margin-top: 10px;
}
.results li {
  border-bottom: 1px #920201 solid;
  overflow: hidden;
}
.results li a {
  padding: 4px;
  display: block;
}
.results li a:hover {
  text-decoration: none;
  background: #520201;
}
.results li span {
  font-size: 80%;
  color: #dedede;
}
.results li strong {
  margin-left: -10px;
}
.searchbar {
  font-size: 11px;
  line-height: 30px;
}
.searchbar ul li {
  display: inline;
  padding: 5px;
  background: #520201;
}
.searchbar li a {
  color: white !important;
}
.suggest ul {
  margin: 20px;
}
.suggest li {
  display: inline;
  padding: 5px;
  background: #c9bea8;
}

/**
* ----------------------------------------------------------------
* Podzial na strony - pagging
*/
.paging {
  margin: 10px;
  font-weight: bolder;
  margin-left: 10px;
}
.paging li {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  text-align: center;
  font-size: 10px !important;
  background: #444444;
  /*background: #444444 url('../img/number_bg1.gif') no-repeat;*/
}
.paging li a {
  width: 27px;
  height: 27px;
  display: block;
  padding-top: 3px;
  color: white;
}
.paging li span {
  display: block;
  width: 27px;
  height: 27px;
  padding-top: 3px;
  color: #cdcdcd;
  background: #777777;
  /*background: #777777 url('../img/number_bg2.gif') no-repeat;*/
}



/**
* ----------------------------------------------------------------
* Sitemap, mapa strony
*/
#sitemap ul {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:30px;
}
#sitemap ul li {
  /*list-style-image: url('../img/point_02.gif');*/
  list-style-position: outside;
}
#sitemap h2 {
  margin-top: 20px !important;
  margin-left: 20px !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #444444;
  background: none !important;
}
#sitemap p {
  margin-left: 20px !important;
  font-size: 90%;
  color: #545454;
}

