html {
  margin: 0; 
  padding: 0;
}

body {
  font-size: 11px;
  font-family: tahoma, verdana, arial, Helvetica, sans-serif;
  margin: 0; 
  padding: 0;
  background: #0e5487;
  color: #676767;
}

select,
input{
	font-size: 11px;
	color: #191919;
	font-family: tahoma, verdana, arial, Helvetica, sans-serif;
}

div.main_horizont{
  clear: both;
  /*width: 768px;/*768px;*/
  /*width: 1115px;*/
  width:100%;
  margin: 0 auto;
  padding: 0px;
  height: auto;
  border: 0px solid red;
}

div.head{
  height:192px;
  width:919px;
  margin: 0 auto;
}


div.main{
  width: 919px;
  margin: 0 auto;
  border: 0px solid Fuchsia;
  overflow: hidden;
}

div.left{
  width: 200px;
  float: left;
  border: 0px solid red;
  margin: 10px 10px 0 0;
  padding: 0;
}

div.content{
  margin: 10px 0px 0 0px;
  padding: 0px;
  border: 0px solid yellow;
  width:708px;
  display: block;
  overflow: hidden;
  background: transparent;
}


div#maintxt{
	margin:0px 0 0 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#575757;
	min-height: 600px;
	background: transparent;
}


div#maintxt h2{


}

div#maintxt p{
	color:#676765;
	margin: 0px;
	padding: 5px 0 5px 0;
}

div#maintxt a{
  color:#676765;
  font-weight: bold;
}

div#maintxt img{
  border:1px solid #969799;
  float: left;
  vertical-align: text-top;
  margin: 0 10px 10px 0;
}

div#maintxt input{
  color:#676765;
	border:1px solid #969799;
}

div#maintxt input.checkbox{
  color:#676765;
  border:0px solid #969799;
}

div#maintxt textarea{
  color:#676765;
  border:1px solid #969799;
  width: 194px;
  height: 100px;
}

div#maintxt select{
  border:1px solid #969799;	
}

div#maintxt select.big{
  width:200px;	
}

div#maintxt ul{
	border:0px solid red;
}

div#maintxt table.standard{
  width: 100%;
  margin: 0 0 10px 0;
}

div#maintxt table.standard tr th{
  background: #EAEAEA;
  text-align: left;
  padding: 4px;
  vertical-align: top;
}

div#maintxt table.standard tr{
  background: #FAFAFA;
}

div#maintxt table.standard tr.alt{
  background: #F4F4F4;
}

div#maintxt table.standard tr td{
  vertical-align: text-top;
  padding: 4px;
  vertical-align: top;
}
div#maintxt table.standard tr td.price{
  text-align: right;
}

div#maintxt table.standard tr.summary{
  background: #E0E8EF;
  font-weight: bold;
}

div#menu{
	background: transparent;
}

div#menu ul{
	margin: 0px 0 0 0px;
	padding: 0;
}

div#menu ul li{
	list-style: none;
	font-size: 10px;
	margin: 0 0 10px 0;
}

div#menu ul li a{
	text-decoration: none;
	color: #818181;
	display: block;
	width: 200px;
	height: 48px;
	border:0px solid red;
	padding: 2px 3px 2px 3px;
	padding: 0;
}

div#menu ul li a.home{
  background: transparent url(/images/default/menu_home.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;
}

div#menu ul li a.about{
  background: transparent url(/images/default/menu_about.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;
}

div#menu ul li a.contact{
  background: transparent url(/images/default/menu_contact.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;
}

div#menu ul li a.tourist{
  background: transparent url(/images/default/menu_tourist.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;
}

div#menu ul li a:hover{
}

div#infolinia{
  height:94px;
  width:200px;
  margin: 0 0 10px 0;
  background: transparent url(/images/default/infolinia.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;	
}

div.boxm{
  width:708px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background: transparent url(/images/default/boxm_bottom.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left bottom; 
}


div.boxm_title{
  margin:0;
  padding: 10px 0 0 18px;
  border:0px solid red;
  width: 690px;
  height:38px;
  background: transparent url(/images/default/boxm_title.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-style: italic;  
}

div.o-nas{
  background: transparent url(/images/default/head_onas.jpg) 0 100%;
}

div.kontakt{
  background: transparent url(/images/default/head_kontakt.jpg) 0 100%;
}
div.niezbednik-turysty{
  background: transparent url(/images/default/head_niezbednikturysty.jpg) 0 100%;
}
div.wyszukiwarka{
  background: transparent url(/images/default/head_wyszukiwarka.jpg) 0 100%;
}
div.formularz{
  background: transparent url(/images/default/head_formularz.jpg) 0 100%;
}
div.last-minute{
  background: transparent url(/images/default/head_last_minute.png) 0 100%;
}
div.nasz-hit{
  background: transparent url(/images/default/head_nasze_hity.png) 0 100%;
}
div.dobre-ceny{
  background: transparent url(/images/default/head_dobre_ceny.png) 0 100%;
}

div.boxm_body{
  background: #fff;
  padding: 10px;
}


div.boxsearch{
  width:708px;
  margin: 0 0 10px 0;
  padding: 0 0 0px 0;
}

div.boxsearch_title{
  margin:0;
  padding: 10px 0 0 18px;
  border:0px solid red;
  width: 690px;
  height:38px;
  background: transparent url(/images/default/boxsearch_title.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-style: italic;  
}

div.boxsearch_body{
  background: #fdcb2e;
  margin:0;
  padding: 10px 0 0 18px;
  border:0px solid red;
  width: 690px;
  height:162px;
  background: transparent url(/images/default/boxsearch_body.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;
}

div.boxsearch_body table{
  border: 0px solid red;
  margin: 0 0 0 12px;
}

div.boxsearch_body table td{
  width: 210px;	
}

div.boxsearch_body select{
  width: 200px;
}

form#search input.button{
  background-image:url(/images/default/button_search.png);
  border:medium none;
  color:#fff;
  cursor:pointer;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  height:17px;
  margin:0px 0px 0px 0px;
  padding:0px 2px 1px;
  width:62px;
}



div.box_left{
  width:200px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background: transparent url(/images/default/box_bottom.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left bottom; 
}
div.box_left div.box_title{
  height:48px;
  width:200px;	
}

div.box_left div.box_body{
  width:180px;
  background: #fff;
  padding: 10px;
  font-weight: bold;
}

div.box_contact{
  background: transparent url(/images/default/box_contact.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top; 	
}

div.box_partners{
  background: transparent url(/images/default/box_partners.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}

div.box_office{
  background: transparent url(/images/default/box_office.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}

div.box_communicat{
  width:180px;
  margin: 0 0 10px 0;
  padding: 0 10px 5px 10px;
  color:#fff;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;	
}

div.box_offer{
  width:229px;
  margin: 0 10px 10px 0;
  padding: 0 0 5px 0;
  float: left;
}

div.box_offer_right{
  margin: 0 0px 10px 0;
}

div.box_offer_grey{
  background: transparent url(/images/default/box_offer_bottom_grey.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left bottom; 
}

div.box_offer_white{
  background: transparent url(/images/default/box_offer_bottom_white.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left bottom; 
}

div.box_offer div.box_title{
  height:48px;
  width:229px;  
}
div.box_body_back
{
	height: 205px;
}

div.box_offer div.box_body_grey{
  width:209px;
  background: #E7EEF4;
  padding: 10px;
  font-weight: normal;
  text-align: justify;
}

div.box_offer div.box_body_white{
  width:209px;
  background: #fff;
  padding: 10px;
  font-weight: normal;
  height: 225px;
}

div.box_egipt_img{
  height:119px;
  width:229px;
  background: transparent url(/images/default/img_egipt.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;  
}
div.box_turcja_img{
  height:119px;
  width:229px;
  background: transparent url(/images/default/img_turcja.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;  
}
div.box_tunezja_img{
  height:119px;
  width:229px;
  background: transparent url(/images/default/img_tunezja.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;  
}
div.box_grecja_img{
  height:119px;
  width:229px;
  background: transparent url(/images/default/img_grecja.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;  
}
div.box_bulgaria_img{
  height:119px;
  width:229px;
  background: transparent url(/images/default/img_bulgaria.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;  
}
div.box_chorwacja_img{
  height:119px;
  width:229px;
  background: transparent url(/images/default/img_chorwacja.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;  
}

div.box_last_minute{
  background: transparent url(/images/default/box_last_minute.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}

div.box_hit{
  background: transparent url(/images/default/box_hit.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}

div.box_good_price{
  background: transparent url(/images/default/box_good_price.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}


div.box_egipt{
  background: transparent url(/images/default/box_egipt.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}
div.box_turcja{
  background: transparent url(/images/default/box_turcja.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}
div.box_tunezja{
  background: transparent url(/images/default/box_tunezja.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}
div.box_grecja{
  background: transparent url(/images/default/box_grecja.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}
div.box_bulgaria{
  background: transparent url(/images/default/box_bulgaria.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}
div.box_chorwacja{
  background: transparent url(/images/default/box_chorwacja.png) 0 100%;
  background-repeat: no-repeat;
  background-position:left top;   
}


div.footer{
	height:58px;
  width:919px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position:left top;
  background: transparent url(/images/default/footer_background.png) 0 100%;
  color:#BBD5E4;
  font-size: 11px;
}

div.footer_left{
  width: 200px;
  height:10px;
  float: left;
  border: 0px solid red;
  padding: 0;
  display: block;
}

div.footer_right{
  width: 200px;
  float: right;
  border: 0px solid red;
  padding: 10px 10px 0 0;
  text-align: right;
  font-weight: bold;
}

div.footer_right a{
  color:#BBD5E4;
  text-decoration: none;	
}

div.footer_content{
  margin: 0px 0px 0 0px;
  padding: 10px 0 0 0;
  border: 0px solid yellow;
  display: block;
  overflow: hidden;
  background: transparent;
  text-align: center;
}

.dispaly_none{
  display: none;
}
form{
  margin:0px;
  padding: 0px;
}

div#error{
	background: #d15e25;
	padding: 1em;
  background-color: #FFFACD;
  border: 1px solid #FFD700;
  margin: 0 0 10px 0;
  color:#9A0000;
  font-weight: bold;
}

span.error{
  color:#9A0000;
}

div#message{
  background: #d15e25;
  padding: 1em;
  background-color: #FFFACD;
  border: 1px solid #FFD700;
  margin: 0 0 10px 0;
  color:#044E8D;
  font-weight: bold;
}

div#buttons input.button_order{
  background-image:url(/images/default/button_detail.png);
  border:medium none;
  color:#fff;
  cursor:pointer;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
  height:17px;
  margin:0px 0px 0px 0px;
  padding:0px 2px 1px;
  width:62px;
}


form#frmContact input.input_txt{
	border:1px solid #9d9d9d;
	width: 175px;
	background: #f8f8f8;
	color:#676767;
	font-size: 11px;
	margin: 0 0 1px 0;
	font-weight: normal;
}

form#frmContact textarea{
  border:1px solid #9d9d9d;
  width: 175px;
  height:75px;
  background: #f8f8f8;
  color:#676767;
  font-size: 11px;
  margin: 0 0 3px 0;
  font-family: tahoma, verdana, arial, Helvetica, sans-serif;
  font-weight: normal;
}

form#frmContact input.submit_send{
	background-image:url(/images/default/button_send.png);
  border:medium none;
  color:#fff;
  cursor:pointer;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  height:17px;
  margin:0px 0px 0px 115px;
  padding:0px 2px 1px;
  width:62px;
}


div.clear{
  clear: both;
}

a.button_map{
  background-image:url(/images/default/button_map.png);
	width: 130px;
	height: 15px;
	display: block;
	color:#fff;
	text-decoration: none;
	padding: 2px 0 0 5px;
	margin:5px 0 0 45px;
}

div#maintxt a.button_blue{
  background-image:url(/images/default/button_blue.png);
  width: 92px;
  height: 16px;
  display: block;
  color:#E7EEF4;
  text-decoration: none;
  padding: 2px 0 0 10px;
  margin:5px 0 0 105px;
  font-size: 11px;
}

div#maintxt a.button_last_minute{
  background-image:url(/images/default/button_orange.png);
  width: 114px;
  height: 15px;
  display: block;
  color:#fff;
  text-decoration: none;
  padding: 2px 0 0 8px;
  margin:5px 0 0 85px;
  font-size: 11px;
}
div#maintxt a.button_hit{
  background-image:url(/images/default/button_hit.png);
  width: 114px;
  height: 15px;
  display: block;
  color:#fff;
  text-decoration: none;
  padding: 2px 0 0 8px;
  margin:5px 0 0 85px;
  font-size: 11px;
}
div#maintxt a.button_good_price{
  background-image:url(/images/default/button_good_price.png);
  width: 114px;
  height: 15px;
  display: block;
  color:#fff;
  text-decoration: none;
  padding: 2px 0 0 8px;
  margin:5px 0 0 85px;
  font-size: 11px;
}



table#hit_top{
	border:0px solid red;
  width: 100%;
}
table#hit_top td.a{
  color: #676767;
  font-weight: bold;
  text-align: left;
  width: 150px;
  padding:10px 0 0 0;
}
table#hit_top td.a2{
  border-bottom: 1px solid #c6c6c6;
}
table#hit_top td.aa{
  color: #676767;
  font-weight: bold;
  text-align: left;
  width: 100px;
  padding:10px 0 0 0;
}
table#hit_top td.aaa{
  color: #676767;
  font-weight: bold;
  text-align: left;
  width: 580px;
  padding:10px 0 0 0;
}
table#hit_top td.ab{
  color: #676767;
  font-weight: normal;
  text-decoration:line-through;
  text-align: left;
  width: 50px;
  padding:10px 0 0 0;
}

table#hit_top td.a2 a{
  text-decoration: none;
}
table#hit_top td.a2 a:hover{
  color: #000;
}
table#hit_top td.b{
  color: #e74610;
  font-weight: bold;
  text-align: right;
  padding:10px 0 0 0;
}
table#hit_top td.c{
  color: #e74610;
  font-weight: normal;
  text-align: left;
  font-size: 11px;
  border-bottom: 1px solid #c6c6c6;
}
table#hit_top td.c a{
  color: #e74610;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}
table#hit_top td.c a:hover{
	 color: #000;
}
table#hit_top td.d{
  color: #676767;
  font-weight: normal;
  text-align: right;
  font-size: 11px;
  border-bottom: 1px solid #c6c6c6;
}

