/* CSS */

pre {
  color: #000;
}

* {
    margin: 0px;
    padding: 0px;
}

a img { 
  border: none; 
}

h1 {
  font-size: 14px;
}

h2 {
  font-size: 12px;
}

h3 {
  display: block;
  height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  margin: 0px auto;
  padding-bottom: 5px;
  padding-top: 15px;
}

h3 span {
  
}

h4 {
  display: block;
  height: 22px;
  color: #ed1c24;
  margin: none;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
  padding-top: 5px;
  position: relative;
  margin-bottom:20px;
}

body, html {
    color: #fff;
    background: url('/gfx/bg_footer1.jpg');
}

body, select, textarea, input {
    font-family: Verdana, Tahoma, Helvetica, Arial;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch :normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}

.block  { display: block; }
.left   { float: left; }
.right  { float: right; }
.cfe    { margin: auto; text-align: center; width: 960px; }
.ln img { padding: 20px 4px 0px 4px; }

#container {
  position: relative;
  margin: auto;
  text-align: center;
  border-top: 4px solid #ed1c24;
  width: 100%;
  background: #fff url('/gfx/bg.jpg') no-repeat top center;
}

/* Top */

#top_panel {
  margin: auto; 
  width: 100%; 
  background: url('/gfx/bg_panel.gif') repeat-x 0px 60px;
  height: 85px;
}

#top_panel .logo {
  width: 240px;
  height: 73px;
}

#top_panel .languages {
  position: relative;
  text-align: center;
  width: 171px;
  height: 80px;
}

#top_panel .menu {}

/* Under */

#under {
  margin: auto;
  width: 989px;
  height: 324px;
  padding-left: 29px;
}

.textblock {
  width: 359px;
  height: 323px;
  background: url('/gfx/bg_top_text.jpg') no-repeat;
  text-align: center;
}

.textblockcontent {
  margin: auto;
  padding-top: 10px;
  width: 325px;
  text-align: left;
}

.textblockcontent h1 {
  display: block;
  height: 20px;
}

.textblockcontent div {
	line-height:16px;
  border-top: 1px solid #e04b50;
  padding-top: 5px;
}

/* Middle */

#middle_panel {
  margin: auto;
  width: 100%; 
  background: url('/gfx/bg_panel.gif') repeat-x top;
}

#middle {
  margin: auto;
  width: 960px;
  height: 8px;
  background: url('/gfx/bg_middle.gif') repeat-x top;
}

/* Bottom */

#bottom {
  margin: auto;
  width: 960px;
}

#bottom #lsite {
  width: 643px;
}

#bottom #rsite {
  width: 317px;
}

#bottom .contact {
  width: 297px;
  background: #797979 url('/gfx/bg_kontakt.jpg') no-repeat;
  padding: 15px 0px 16px 20px;
  position: relative;
  text-align: left;
}

.contact a {
  color: #fff;
  text-decoration: none;
}
.contact a:hover { text-decoration: underline; }

#bottom .shortcontact h1 {
  float: left;
  padding: 5px 0px 10px 10px;
  color: #878787;
  
}

#bottom .shortcontact {
  color: #000;
  margin-top: 10px;
  padding: 5px 0px 10px 0px;
  width: 315px;
  border: 1px solid #ddd;
  text-align: center;
}

#bottom .shortcontact table {
  margin: auto;
}

#bottom .shortcontact td {
  text-align: right;
  vertical-align: top;
  padding: 2px 0px 2px 0px;
}


/* Strip */

#strip {
  width: 100%;
  height: 20px;
  background: url('/gfx/bg_strip.gif') repeat-x bottom;
  clear: both;
}

/* Footer */

#footer a {
  color: #c3c3c3;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer {
  width: 100%;
  height: 200px;
  background: url('/gfx/bg_footer1.jpg');
  clear: both;
}

#footer .ufooter {
  background: url('/gfx/bg_footer2.jpg');
  border-bottom: 3px solid #636363;
}

#footer .ufl {
  width: 240px;
  height: 170px;
  text-align: center;
}

#footer .ufr {
  width: 700px;
  height: 170px;
  text-align: left;
  position: relative;
}

#footer li {
  margin: auto;
  display: block;
  height: 17px;
  list-style: none;
  border-bottom: 1px solid #646464;
  padding-top: 2px;
  color: #c3c3c3;
  font-size: 10px;
  text-align: left;
  width: 190px;  
}

#footer li img {
  padding: 0px 8px 3px 2px;
}

#footer .site {
  color: #c3c3c3;
  font-size: 10px;
  text-align: left;
  border-bottom: 1px solid #646464;
  width: 600px;
  margin: auto;
  padding-bottom: 5px;
}

#footer .site img {
  padding: 0px 6px 2px 6px;
}

/* Form */

input.text {
  border: none;
  border-left: 2px solid #d5d5d5;
  padding: 4px 0px 0px 4px;
  background: url('/gfx/input_bg.gif') repeat-x;
  height: 18px;
  width: 186px;
}

input.text_e {
  border: none;
  border-left: 2px solid #ce353e;
  padding: 4px 0px 0px 4px;
  background: url('/gfx/input_bg.gif') repeat-x;
  height: 18px;
  width: 186px;
}

input.submit {
  color: #fff;
  font-size: 10px;
  border: none;
  height: 20px;
  background: #9d9d9d;
  padding: 0px 3px 0px 3px;
  cursor: pointer;
}

textarea.textarea {
  border: none;
  border-left: 2px solid #d5d5d5;
  padding: 4px 0px 0px 4px;
  width: 186px;
  background: url('/gfx/bg_textarea.gif') repeat-x;
  height: 63px;
  overflow: hidden;
}

textarea.textarea_e {
  border: none;
  border-left: 2px solid #ce353e;
  padding: 4px 0px 0px 4px;
  width: 186px;
  background: url('/gfx/bg_textarea.gif') repeat-x;
  height: 63px;
}

#leftmenu {
  width: 240px;
  background: #ed1c24;
}

#leftmenu a {
  color: #fff;
  text-decoration: none;
}

#leftmenu a:hover { text-decoration: underline; }

#path a {
  color: #666666;
  text-decoration: none;
}

#path a:hover {
  text-decoration: underline;
}

#path {
  height: 30px;
  background: #f3f3f3;
  border-bottom: 1px solid #dbdbdb;
  color: #666666;
  text-align: left;
}

#path span {
  display: block;
  padding-left: 5px;
  padding-top: 7px;
}

#content {
  text-align: left;
  color: #666666;
}

#subcontact a {
  color: #fff;
  text-decoration: none;
}

#subcontact a:hover {
  text-decoration: underline;
}

#subcontact {
  margin-top: 5px;
  width: 220px;
  background: #797979 url('/gfx/bg_kontakt_podstr.jpg') no-repeat;
  padding: 15px 0px 16px 20px;
  text-align: left;
}

div.menul {
  display: block;
  border-bottom: 1px solid #f14950;
  margin: 8px 20px 8px 20px;
  cursor: pointer;
  text-align: left;
}

div.menul span {
  display: block;
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
  font-family: Tahoma;
  font-size: 11px;
  background: url('/gfx/arrow.gif') no-repeat top right;
}

div.menul_ {
  display: block;
  border-bottom: 1px solid #f14950;
  margin: 8px 20px 8px 20px;
  cursor: pointer;
  text-align: left;
  background: url('/gfx/arrow2.gif') no-repeat top left;
}

div.menul_ span {
  display: block;
  color: #fff;
  font-weight: normal;
  padding-bottom: 5px;
  font-family: Tahoma;
  font-size: 11px;
  padding-left: 12px;
}

div.menul__ {
  display: block;
  margin: 8px 20px 8px 30px;
  cursor: pointer;
  text-align: left;
  background: url('/gfx/arrow3.gif') no-repeat top left;
}

div.menul__ span {
  display: block;
  color: #fff;
  font-weight: normal;
  padding-bottom: 5px;
  font-family: Tahoma;
  font-size: 11px;
  padding-left: 12px;
}

div.offer {
  padding-bottom: 5px;
}

div.offer span {
  font-weight: bold;
  color: #ed1c24;
}

div.offer b {
  color: #ed1c24;
}

div.offer_header {
  clear: both;
  height: 30px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 5px;
}

.img_frame {
  cursor: pointer;
  width: 135px;
  height: 126px;
  float: left;
  position: relative;
}

.img_frame img {
  position: absolute;
  top: 15px;
  left: 15px;
}

span.more a {
  color: #fff;
  text-decoration: none;
}
span.more a:hover { text-decoration: underline; }

span.more {
  color: #fff;
  font-size: 10px;
  width: 43px;
  height: 18px;  
  display: block;
  float: right;
  padding-top: 2px;
  text-align: center;
  background: url('/gfx/bg_wiecej.gif') no-repeat;
}

div.img_section {
  text-align: center;
}

div.img_section div.once {
  width: 217px;
  height: 166px;
  float: left;
  position: relative;
  background: url('/gfx/bg_foto2.gif') no-repeat;
  margin: 10px 5px 10px;
}

div.img_section div.once img { position: absolute; top: 6px; left: 6px; cursor: pointer; }

.layer {
  z-index: 3002;
  margin: none;
  text-align:center;
}

.layer2 {
    z-index: 3001;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#footer .fsi a {
  color: #898989;
  text-decoration: none;
}

#footer .fsi a:hover {
  text-decoration: underline;
}

.fsi {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  float: right;
  font-size: 10px;
}

.strpage {
  text-align: justify;
  padding-bottom: 20px;
  padding-top: 5px;
  margin: auto;
}

.strpage a {
  color: #ed1b24;
  text-decoration: none;
}

.strpage a:hover {
  text-decoration: underline;
}

.strpage li {
  list-style: none;
}

#googlemap {
  width: 670px;
  height: 370px;
  margin: auto;
}

.mapframe {
  clear: both;
  border: 1px solid #e4e4e4;
  padding: 5px;
  margin-top: 5px;
}

.mapico {
  display: block;
  float: left;
  height: 25px;
}

.mapico img {
  float: left;
  padding: 4px;
}

.mapico span {
  display: block;
  padding: 8px 0px 0px 0px;
  float: left;
}

.toup {
  margin-top: 5px;
  border-top: 1px solid #e4e4e4;
}

.toup span a {
  color: #ed1b24;
  text-decoration: none;
}

.toup span a:hover { text-decoration: underline; }

.toup span {
  color: #fff;
  font-size: 10px;
  width: 60px;
  height: 18px;  
  display: block;
  float: right;
  padding-top: 5px;
  text-align: center;
}

.quarter {
  color: #e01119;
  font-weight: bold;

}

.quater_img {
  margin-left:10px;
}

.quater_img img {
  margin-left:-10px;
}

.quarter2 {
  /*2008*/
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

.quarter img {
  padding-right: 5px;
}

.quarter2 img {
  float: left;
  padding-right: 4px;
  padding-top: 5px;
}

#googlemapcontact {
  width: 500px;
  height: 180px;
}

#offer__ {
  clear: both;
  border: 1px solid #e4e4e4;
  padding: 10px;
}

.offerform {
  margin: auto;
}

.offerform td {
  padding: 2px;
}

.form_layer {
  color: #000;
  z-index: 3002;
  margin: 0px;
  text-align: center;
  width: 372px;
  background: #fff;
  padding: 10px;
  height: 275px;
}

.black_layer {
  z-index: 3001;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

span.zglos a {
  color: #fff;
  text-decoration: none;
}
span.zglos a:hover { text-decoration: underline; }

span.zglos {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  width: 83px;
  height: 18px;  
  display: block;
  float: right;
  padding-top: 2px;
  text-align: center;
  background: url('/gfx/button_zglos.gif') no-repeat;
  position: absolute;
  top: 6px;
  right: 0px;
}

span.zglosen {
  width: 150px;
  background: url('/gfx/button_zglos2.gif') no-repeat;
}

#contact__ {
  clear: both;
  width: 310px;
}

#merlin {
	margin-top: 15px;
	text-align: left;
}
#merlin > table {
  margin: 0px auto;
}
iframe#secur_frame {
  border: none;
  margin-top: 15px;
  height: 500px;
  width: 960px;
}

div.holiday_list {
  background-color: #FFFFFF;
  background-position: top left;
  background-repeat: no-repeat;
  color: #636363;
  height: 170px;
  width: 288px;
  float: left;
  margin-top: 15px;
  padding: 41px 15px 9px 8px;
  text-align: left;
}

div.holiday_list a {
  color: #646464;
  display: block;
  float: left;
  line-height: 19px;
  margin-left: 1px;
  padding: 5px 0px 5px 5px;
  text-decoration: none;
  width: 200px;
}

div.holiday_list a span.price {
  display: block;
  float: right;
}

div.holiday_list a div.desc {
  display: none;
  font-weight: normal;
}

div.holiday_list a:hover, div.holiday_list a.first {
  border-left: 1px solid #ED1B24;
  font-weight: bold;
}

div.holiday_list a:hover div.desc, div.holiday_list a.first div.desc {
  display: block;
}

div.holiday_list div.div {
  background-color: #D9D9D9;
  border-right: 20px solid #ED1B24;
  float: left;
  font-size: 0px;
  height: 1px;
  line-height: 0px;
  overflow: hidden;
  width: 186px;
}

div#holiday1 {
  background-image: url('../gfx/wczasy1.gif');
  margin-right: 12px;
}

div#holiday2 {
  background-image: url('../gfx/wczasy2.gif');
  margin-right: 12px;
}

div#holiday3 {
  background-image: url('../gfx/wczasy3.gif');
}

div.holiday_list img {
  float: right;
  margin: 3px;
}

