body  {
	font-family: Verdana;
	font-size: 9pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #DFE9EC;
  background-image: url('../images_/tlo_body.png');
	background-repeat:repeat-x;
		
}
.thrColFixHdr #container { 
	width:950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 5px;
  background-color: #DFE9EC;
  background-image: url('../images_/tlo_body.png');
	background-repeat:repeat-x;
} 
.thrColFixHdr #header { 
	
  margin-top: 10px;
  height: 85px;
	background-color: #fff;
	background-image: url('../images_/header_tlo.png');
	background-repeat: no-repeat;
}
#zdjecie{
  width:950px;
  height: 180px;
  background-image: url('../images_/om_dora1.png');
  margin-top: 3px;
  border-bottom: 3px solid #578094;
} 
 
.style_menu1{
	float:left; width: 70px; height: 70px; font-weight:bold; margin-top: 30px; 
}
.style_menu1:hover{
	float:left; width: 70px; height: 70px; font-weight:bold; margin-top: 30px;
}
#naglowek_zdj{
float:left;width: 296px; height: 69px;  margin-top: 10px;margin-left: 10px; background-image: url('../images_/logo.jpg');
}
#menu{
float:right; width: 350px; height: 70px; text-align:center; font-size: 9pt;margin-right: 50px;
}
.menu{
text-decoration:none;color: #242322;font-size:9pt; font-weight: bold; 
}
.menu:hover{
text-decoration:none;color: #f09b1e;font-size:9pt; font-weight: bold; 
}
.menu1{
text-decoration:none;color: #f09b1e;font-size:12pt; font-weight: bold; 
}
.menu1:hover{
text-decoration:none;color: #f09b1e;font-size:12pt; font-weight: bold; border-bottom: 4pt solid #f09b1e
}
.menu_blink{text-decoration:blink;color: #f09b1e;font-size:9pt; font-weight: bold;}
.menu_blink:hover{text-decoration:none;color: #242322;font-size:9pt; font-weight: bold;}
#menu1{height: 15px; color:#C0DCC0; padding: 4px 0; border-bottom: 1px dotted #ccc; margin-top:5px;}
#menu1:hover{height: 15px; color:#C0DCC0;padding: 4px 0; border-bottom: 1px dotted #ddd; margin-top:5px;background-color: #FFF;}
#menu_bok{float:left; text-align:center; width: 190px;background: #f1f2f3;margin: 0 5px;padding: 5px 0;font-family:verdana}
#bok_od_tel{background-color: #fff;}
#bok_gora{}
#b_tel{
float: left;width: 170px;padding: 20px 0; margin: 0 5px;text-align: center;background-color: #F09B1E; padding: 10px 5px;
}
#bok_tel{padding: 20px 0;width: 100%;border-left: 1px solid #578094;border-right: 1px solid #578094;background-color: #F09B1E;}
.bok_numer_tel {  font-size: 11pt; font-weight: bold;color: #fff; }
#bok_menu_gora{height: 7px;margin-top: 10px; margin-bottom: -5px; background-image: url('../images_/om_bok_gora.jpg'); background-repeat: no-repeat;}
#bok_menu_border{border-left: 1px solid #578094; border-right: 1px solid #578094; background-color:#f9f9f9;}
#bok_bilety_border{padding-top: 10px;border-left: 1px solid #578094; border-right: 1px solid #578094;}
#pierwszy_opis{ font-size: 9pt; padding: 5px 0; height: 25px;}
#iframe_calosc{float:left; width: 750px;background-color: #fff;}
#menu_zdj{ float: left;margin-left:120px; margin-top: 17px; margin-right: 5px;}
#bok_dol{
float: left;margin: 0 5px;
}
.trigger{
  color: #fff;
  font-size: 9pt;
  font-weight: bold;
}
.thrColFixHdr #mainContent { 
  float: left;
  width: 950px;
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  background-color:#fff;
  

} 
.thrColFixHdr #footer { 
	padding: 0 30px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9pt; 
}
.thrColFixHdr #footerfooter_copyright{float: left;}
.thrColFixHdr #footer #stopka_fanti{
  float:right;width: 100px; height: 10px; text-align: center;border: 1px solid #000;margin-top:3px;padding: 5px;opacity: .2;filter:alpha(opacity=20);
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td{
	vertical-align: top;
	
}

input, textarea{
    font-family: Verdana;
    font-size: 12px;

    background-color: #f9f9f9;
    color: #494949;

}

h1{
	font: bold 14px Arial;
}

hr{
	display:block;
	height:1px;
	color: #333333;
	background-color: #333333;
	border:0px;
}
.szara_belka{
	background-color: #f5f5f5;
}
#naglowek{
	/*padding-left: 35px;*/
	height: 30px;
	font: bold 12pt Verdana;
	color: #3a3a3a;
	display: block;
	background-color: #f1f1f1;
	padding-top: 10px;
	padding-left: 20px;
}
.content{
	font: normal 10pt Tahoma;
	/*color: #3a3a3a;*/
	width: 740px;
	padding-left: 3px;
	text-align: left;
}
.content_kontakt{
	font: normal 10pt Tahoma;
	/*color: #3a3a3a;*/
	width: 730px;
	padding-left: 3px;
	text-align: left;
	margin-top: 5px;
}
.content_{
	font: normal 10pt Tahoma;
	/*color: #3a3a3a;*/
	width: 690px;
	padding: 5px;
	text-align: left;
}

.szczegoly_oferty{
	font: normal 12px Verdana;
	width: 700px;
	text-align: justify;
	/*color: #3a3a3a;*/
}
#kontakt_table{
}
#kontakt_table td{
	/*border-bottom: 1px solid #7790b6;*/
	font: normal 11px Verdana;
	padding: 2px;
	padding-left: 6px;
}
#kontakt_table th{
	font: normal 11px Verdana;
	/*background-color: #d6e0f8;*/
	/*border-top: 1px solid #7790b6;*/
	border-bottom: 1px solid #7790b6;
	padding: 2px;
	padding-left: 6px;
}
.kontakt_left{
	font: normal 11px Verdana;
	text-align: right;
	/*background-color: #f2f2f2;*/
	width: 220px;
}
.style1{
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none; 
  color: #818385; 
  margin-top: 10px;
}
.style1 a{
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none; 
  color: #818385; 
  margin-top: 10px;
}
.style1:hover{
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;  
  color: #5ba7f1; 
  margin-top: 10px;
  padding-left: 45px;
}
.input{
	border: 1px solid #a9a9a9;
	padding: 3px;
	font: normal 11px Verdana;
}

.submit{
	border: 1px solid #a9a9a9;
	padding: 3px;
	font: normal 11px Verdana;
	cursor: pointer;
}
.oferta_lista{
	display: block;
	width: 500px;
	height: 130px;
	/*border-bottom: 1px solid black;*/
	font: normal 8pt Verdana;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
}
.oferta_lista .more{
	width: 100%;
	text-align: right;
		color: #8D0B1A;
	text-decoration: none;
}
.oferta_lista .more a{
	color: #8D0B1A;
	text-decoration: none;
}

.oferta_lista .more a:hover{
  color: #8D0B1A;
	text-decoration: underline;
}
.paging{
	color: #000000;
	text-decoration: none;
	font: bold 9pt Verdana;
	margin-top: 5px;
}

.paging_current{
	color: #8D0B1A;
	text-decoration: none;
	font: bold 12pt Verdana;
	border: 2px solid #ccc;
	padding: 4px;
	margin-top:5px;
}

.paging:hover, .paging_current:hover{
  color: #8D0B1A;
	text-decoration: underline;
}

#szczegoly_tabelka{
	width: 100%;
}

#szczegoly_tabelka_print{
	width: 400px;
}

#szczegoly_tabelka td, #szczegoly_tabelka_print td{
	border-bottom: 1px solid black;
	font: normal 12px Verdana;
}

#oferta_zapytanie_table td{
	font: normal 10px Verdana;
}

.oferta_main{
	font: normal 7pt Verdana;
	height: 56px;
	line-height: 10px;
}

.oferta_main .more, #zajawka_last_minute .more{
	width: 100%;
	text-align: right;

}

.oferta_main .more a, #zajawka_last_minute .more a{
	font: normal 10px Verdana;
	text-decoration: none;
	color: #3A80D5;
	font-weight: bold;
}

.oferta_main .more a:hover, #zajawka_last_minute .more a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #3A80D5;
}

#stopka{
	font: normal 10px Verdana;
}

#stopka a{
	color: #000000;
	text-decoration: none;
}

#stopka a:hover{
  color: #000000;
	text-decoration: underline;
}

.linki_podkategorie{
	font: bold 0.71em Verdana;
	color: #818385;
	text-decoration: none;

}

.linki_podkategorie:hover{
	font: bold 0.71em Verdana;
	color: #8D0B1A;
	text-decoration: underline;
}


.linki_podkategorie_act{
	font: normal 0.71 Verdana;
	color: #8D0B1A;
	text-decoration: none;
}

.linki_podkategorie_act:hover{
	font: bold 0.71 Verdana;
	color: #8D0B1A;
	text-decoration: underline;
}

.link_bilety{
	font: normal 12px Verdana;
	color: red;
	text-decoration: none;
}

.link_bilety:hover{
	font: normal 12px Verdana;
	text-decoration: underline;
}

.rezerwacja_form td{
	font: normal 11px Verdana;
}

.cena_lista{
	font: bold 10pt Verdana;
	color: #8D0B1A;
}

/* print only */
/*@media print {*/

#print-head {
  display: block;
  position: fixed;
  top: 0pt;
  left:0pt;
  right: 0pt;

  font-size: 200%;
  text-align: center;
  }

#print-foot {
  display: block;
  position: fixed;
  bottom: 0pt;
  right: 0pt;

  font-size: 200%;
  }

#print-foot:after {
  /*content: counter(page);
  counter-increment: page;*/
  }


/*} *//* end print only */