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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

p {
	font-size: 11px;
	color: #666;
	font-style: normal;
	font-weight: normal;
}

a.blue {
	color: #66b8ff !important;
	font-weight: bold;
	text-decoration: none;
}

a.blue:hover {
	color: #3c9bf4 !important;
	text-decoration: none !important;
}

a.wouldYouLikeToAskSomething {
	color: #f40 !important;
}

a.wouldYouLikeToAskSomething:hover {
	color: #f00 !important;
}

.hidden {
  display: none;
}
.afterwards:after, .navtab:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.right {
	text-align: right;
}
ul {
	list-style: none;
}
ul li {
	background: url(/images/css/arrow_title.png) no-repeat 5px .6em;
	padding-left: 20px;
}
ul.titles {
	padding: 10px 0;
}
ul.titles li {
	padding-left: 12px;
	background: url(/images/css/arrow_title.png) no-repeat 0 .6em;
	margin: 5px 0;
}
.floatRight {
	float: right;
}
/* --------------------------------------------- */
/* main properties*/
/* --------------------------------------------- */

#head_left_bkg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 148px;
	background: url(/images/css/head_left.png) top left repeat-x;
}

#head_right_bkg {
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 148px;
	background: url(/images/css/head_right.png) top left repeat-x;
}

#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 108px;
	width: 940px;
	margin: 0 auto;
	margin-top: 7px;
	background: url(/images/css/toptitle1.png) no-repeat;
	text-align: center;
}

#menu_container {
	position: relative;
	display: block;
	height: 2.4em;
	font-size: 13px;
	background: #515151 url(/images/css/menubkg.png) top repeat-x;
	width: 670px;
	z-index: 9999;
}

#top_container {
	position: relative;
	margin-top: 12px;
	z-index: 1;
	min-height: 130px;
}

* html #top_container {
	margin-top: 11px;
	height: 130px;
}
	#mainBaner {
		position: relative;
		width: 667px;
		padding: 5px;
		border: 1px solid #e1e2e2;
		z-index: 1;
	}

#alert {
}

#breadcrumb {
	padding: 5px 0;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #808288;
}

#breadcrumb a {
	color: #808288;
	font-size: 9px;
	text-decoration:underline;
}

#breadcrumb p {
	color: #808288;
	font-size: 9px;
}

#main_container {
	display: inline-block;
	width: 940px;
	margin: 5px 0 10px 0;
}

/* fix IE*/
* html #main_container {
	margin-bottom: 10px;
}
/* end fix IE*/

#left_column {
	float: left;
	width: 670px;
	margin: 10px 0;
}

#right_column {
	width: 260px;
	float: right;
	margin: 10px 0;
}

.columns2 {
  column-count: 2;
  column-gap: 30px;
  column-rule: 1px dotted #bbb;
}

.columns2 p {
  margin-top: 1.12em;
  color: #464646;
  line-height: 1.2em;
  text-align: justify;
}


/* --------------------------------------------- */
/* Header (logotype & language & weather) */
/* --------------------------------------------- */

#logotype {
	position: absolute;
	top: 20px;
	left: 10px;
}
	#logotype a {
		float: left;
		display: block;
		width: 67px;
		height: 67px;
	}
	#logotype a.text {
		margin: 10px 0 0 12px;
		width: 155px;
		height: 50px;
	}

#language {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 20px 0 0;
	font-family: Tahoma, Arial, sans_serif;
	font-size: 10px;
	}
	#language span {
		color: #999;
	}
	#language a {
		color: #333;
		text-decoration: none;
	}
	#language a:hover {
		text-decoration: underline;
	}

#weather {
	position: absolute;
	top: 51px;
	left: 682px;
	padding-left: 75px;
	background: url(/images/css/weather_en.png) no-repeat 12px 10px;
}
	#weather div {
		float: left;
		text-align: left;
	}
	#weather img {
		margin-right: 5px;
	}
	#weather p {
		font-size: 11px;
		font-weight: normal;
		color: #494946;
		width: 130px;
	}
	#weather a {
		color: #66b8ff;
		font-weight: bold;
		text-decoration: none;
	}
	#weather a:hover {
		color: #3c9bf4;
		text-decoration: none;
	}


/* --------------------------------------------- */
/* Main menu */
/* --------------------------------------------- */

#menu_container ul {
	position: relative;
}

#menu_container li {
	position: relative;
	float: left;
	list-style: none;
	color: #F8EDC6;
	padding: 0;
	background: none;
}

#menu_container li.over {
	height: 2.4em;
	background: #969281 url(/images/css/menubkg1.png) top left repeat-x;
	color: #3B3C39;
}

#menu_container li a.submenu {
	padding: 0.6em 1.1em;
	float: left;
	text-decoration: none;
	color: inherit;
	_color: #F8EDC6;
}

#menu_container li span {
	float: left;
	height: 2.4em;
	width: 2px;
}

#menu_container li.over span {
	background: url(/images/css/menuspan.png) no-repeat;
}

#menu_container li ul {
	position: absolute;
	display: none;
	top: 2.4em;
	width: 15em;
	background-color: #969281;
	list-style: none;
	padding-bottom: 0.5em;
	border: 1px solid #D3D1C9;
	border-top: none;
        opacity: 0.95;
        filter: alpha(opacity=95);
}

#menu_container li ul.left {
	left: 0;
}

#menu_container li ul.right {
	right: 0;
}

#menu_container li.over ul {
	display: block;
}

#menu_container li ul li {
	font-size: 10px;
	line-height: 1em;
	height: auto;
	padding: 0 1em;
	float: none;
	border: none;
}

#menu_container li ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #969281;
	padding: 3px 0;
}

#menu_container li ul li a:hover {
	color: #383938;
}

/* Fix IE */
* html #menu_container li {
  float: left;
  height: 1%;
}
* html #menu_container li a {
  height: 1%;
}

#menu_container li:hover ul, #menu_container li.over ul {
	display: block;
}

/* ------------------------------------------------ */
/* Navtabs */
/* ------------------------------------------------ */

#navtabContainerWrapper {
	position: relative;
	width: 674px;
	height: auto;
	padding-bottom: 9px;
	background: url(/images/css/bottomShadow.gif) bottom left no-repeat;
}
	.navtabContainer {
		width: 100%;
		height: auto;
		background: url(/images/css/bckg_right.gif) bottom right repeat-y;
	}
	/* fix IE */
	* html .navtabContainer {
		margin: 0;
	}
	/* end fix IE */
		#rightTop {
			position: absolute;
			right: 0;
			top: 0;
			width: 9px;
			height: 4.5em;
			background: #fff url(/images/css/rightTop.gif) bottom right no-repeat;
		}
		.navtabTitles {
			height: 2.3em;
			width: auto;
		}
		.navtabTitles li {
			position: relative;
			height: 2.3em;
			float: left;
			padding: 0 2em;
			line-height: 2.3em;
			background: url(/images/css/navtab_name.gif) top left repeat-x;
			list-style: none;
			cursor: pointer;
			cursor: hand;
		}
		.navtabTitles li.navtab_selected {
			background: #343434 url(/images/css/navtab_selected.gif) top left repeat-x;
			color: #FCF2CE;
		}
		.navtabTitles li span {
			position: absolute;
			top: 0;
			right: 0;
			display: block;
			height: 100%;
			width: 1px;
			background: url(/images/css/rightBorder.gif) center no-repeat;
		}
		.navtabTitles li.navtab_selected span {
			background: none;
		}

		.navtabContents {
			background: #555a64 url(/images/css/navtab_gradient.gif) top left repeat-x;
			height: auto;
			width: 665px;
		}
			.content {
				float:left;
				width: 33%;
				display: inline;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #fff;
				padding: 10px 0;
			}
				div.all_text {
					margin: 0 10px 10px 15px;
				}
			.all_text h1 {
				font-size: 11px;
				font-weight: normal;
				color: #E4DBB7;
				margin: 0 10px 5px 0px;
				line-height: 20px;
			}
			.all_text h1.underlined {
				background: url(/images/css/horizLine.gif) no-repeat 26px 1.7em;
			}
			.all_text p.underlined {
				font-size: 1px;
				height: 1px;
				background: url(/images/css/horizLine.gif) bottom left no-repeat;
				margin: 5px 0;
			}
			.all_text h1 img {
				float: left;
				margin-right: 5px;
			}
			.all_text li {
				float: none;
				list-style: none;
				list-style-position: outside;
				line-height: 1.7em;
				margin-left: 10px;
				padding: 0;
				background: none;
			}
			.all_text li a {
				color: #99d0ff;
			}
			.all_text li a:hover {
				text-decoration: none;
			}
			#navtab_conv {
				height: 2em;
				width: 665px;
				background: #555a64 url(/images/css/navtab_conv.png) top left repeat-x;
			}
			#navtab_unroll {
				height: 100%;
				margin-right: 15px;
				background: url(/images/css/navtab_unroll_en.png) center right no-repeat;
				cursor: pointer;
				cursor: hand;
			}


/* --------------------------------------------- */
/* Stopka serwisu */
/* --------------------------------------------- */

#footer {
	clear: both;
	height: 256px;
	width: 100%;
	margin: 5px 0 20px 0;
	font-size: 10px;
	background: url(/images/css/footer.png) repeat-x;
	text-align: center;
}
	#window {
		width: 915px;
		margin: 0 auto;
	}
		#window span.space {
			float: left;
			width: 24px;
			height: 1px;
		}

	#footer div.tab {
		float: left;
		height: 186px;
		width: 286px;
		margin-top: 22px;
		border: #EFD392 1px solid;
		background: #fff url(/images/css/tabbkg.png) repeat-x;
	}

	#footer div.text {
		width: 100%;
		height: 100%;
		border: 2px solid #fff;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 11px;
		color: #333;
		text-align: left;
	}
		#footer div.text h1 {
			height: 2.3em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			margin: 5px 10px 10px 10px;
			line-height: 1.7em;
			background: url(/images/css/navtabh1bkg.gif) bottom left repeat-x;
		}
			#footer div.text h1 img {
				float: left;
				margin-right: 10px;
			}

		#footer div.text li {
			list-style: none;
			line-height: 1.4em;
			padding-left: 20px;
		}		
		#footer div.text a {
			color: #333;
			text-decoration: none;
		}
		#footer div.text a:hover {
			text-decoration: underline;
		}
		#footer div.text p {
			font-size: 11px;
			padding-left: 20px;
			line-height: 1.5em;
			margin-bottom: 1.3em;
		}
		#footer div.text p.blue {
			line-height: 1.3em;
			font-size: 13px;
			color: #194180;
		}
		#footer div.text p.noBottomMargin {
			margin-bottom: 0;
		}
		#footer div.text form {
			margin: 0 15px;
		}
		#footer div.text form label {
			float: left;
			border: 1px solid #999;
			margin: 0 0 8px 0;
		}
			/* fix IE left margin */
			* html #footer div.text form label span {
				margin: 0;
			}
			/* end fix IE */

		div#feedbackStep1, div#feedbackStep2 {
			border: none;
			margin: 0;
		}
			div#feedbackStep2 p.half {
				float: left;
				width: 130px;
				margin-top: 3px;
				padding: 0;
			}
			div#feedbackStep2 img {
				display: block;
				clear: both;
				margin: 0 auto 10px auto;
			}
						
		#footer div.text input {
			border: none;
			font-family: Tahoma, Arial, sans-serif;
			font-size: 11px;
			height: 1.4em;
			color: #333;
			margin: 3px;
			width: 240px;
		}
		/* fix IE */
		* html #footer div.text input {
			margin: 2px 3px;
		}
		/* end fix IE */

		#footer div.text input.half {
			width: 112px;
		}
		#footer div.text input.button {
			float: right;
			width: 51px;
			height: 17px;
			margin: 0;
			background: url(/images/css/wyslij.png) no-repeat;
			font-size: 9px;
			color: #fff;
			border: none;
			padding: 0;
			margin: 0;
			margin-right: 2px;
		}
		
		/* fix IE */
		* html #footer div.text form div.half {
			margin: 0;
		}
		* html #footer div.text li {
			float: none;
		}
		/* end IE fix */
		
		#footer div.text textarea {
			border: none;
			font-family: Tahoma, Arial, sans-serif;
			font-size: 11px;
			color: #333;
			margin: 3px;
			width: 240px;
			height: 35px;
			overflow: auto;
		}
		#footer div.left {
			float: left;
		}

	#copyrights {
		clear: both;
		padding-top: 5px;
	}
	#copyrights p {
		float: left;
		margin: 6px 0 0 15px;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 10px;
		color: #003;
	}
	#copyrights h1 {
		float: right;
		margin-right: 3px;
		font-size: 10px;
		background: url(/images/css/intercon.gif) top right no-repeat;
	}
	#copyrights h1 a {
		display: block;
		width: 131px;
		height: 18px;
	}

/* --------------------------------------------- */
/* Tablica lotów */
/* --------------------------------------------- */

#onlineSchedule {
	width: 260px;
	text-align: center;
	background: url(/images/css/scheduleSideShadow.gif) repeat-y;
}
	#scheduleNamesContainer {
		height: 2.1em;
		font-size: 12px;
		text-align: left;
		padding-right: 6px;
		background: url(/images/css/scheduleNamesContainer.gif) bottom left no-repeat;
	}
		#scheduleTitle {
			position: absolute;
			float: left;
			padding: 0 0 0.8em 0.8em;
			font-size: 12px;
			color: #3F6388;
			margin-top: -1.1em;
		}
		#scheduleNamesContainer span.scheduleName {
			float: right;
			font-size: 10px;
			line-height: 1.3em;
			color: #3F6388;
			background: #E9E9E9;
			padding: 6px 10px;
			border-left: 1px solid #fefefe;
			background: url(/images/css/scheduleName.png) top repeat-x;
			cursor: pointer;
			cursor: hand;
		}
		#scheduleNamesContainer span.scheduleNameSelected {
			background: url(/images/css/scheduleNameSelected.gif) repeat-x;
			color: #fff;
		}

	#scheduleTablesWrapper {
		clear: both;
		width: 260px;
		padding-bottom: 5px;
		background: url(/images/css/scheduleShadow.gif) bottom no-repeat;
	}
		#scheduleTablesContainer {
			width: 249px;
			margin: 0 4px 0 5px;
			padding-bottom: 5px;
			background: #1c1c1c url(/images/css/scheduleTablesContainer.png) top repeat-x;
		}
		/* fix IE */
		* html #scheduleTablesContainer {
			margin-left: 4px;
		}
		/* end fix IE */
			#scheduleTablesContainer table {
				font-family: Tahoma, Arial, sans-serif;
				width: 240px;
				text-align: left;
				font-size: 10px;
				margin: 0 4px 0 4px;
			}
			#scheduleTablesContainer table th {
				font-size: 10px;
				text-align: left;
				color: #fff;
				padding: 4px 0;
				padding-left: 2px;
			}
			#scheduleTablesContainer td {
				width: 250px;
				color: #fb0;
				padding: 4px 0 4px 3px;
			}
			#scheduleListUp {
				height: 13px;
				background: url(/images/css/scheduleListUp.png) top center no-repeat;
				cursor: pointer;
				cursor: hand;
			}
			#scheduleListDown {
				height: 13px;
				background: url(/images/css/scheduleListDown.png) top center no-repeat;
				cursor: pointer;
				cursor: hand;
			}
			#scheduleControl{
				position: relative;
				overflow: hidden;
				height: 210px;
			}
			#scheduleTablesContainer tr.table_departures_tr_1 {
				background: #262626;
			}

	#scheduleLastAct {
		font-family: Arial, Tahoma, sans-serif;
		font-size: 10px;
		font-style: italic;
		color: #999;
		text-align: right;
		background: #fff;
		padding-right: 5px;
	}

/* --------------------------------------------- */
/* Treść */
/* --------------------------------------------- */

#content {
  background: url(/images/css/content.gif) top left no-repeat;
  font-size: 11px;
  line-height: 1.5em;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #464646;
  padding: 16px 15px 15px 11px;
}
	#content h1 {
		font-size: 18px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
   #content h2 {
		font-size: 18px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	h2.contentTitle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		margin: 4px 0 10px 0;
		padding-left: 30px;
		background: url(/images/css/i_f.gif) no-repeat 0 .12em;
	}
	#content h3 {
		font-size: 16px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#content h4 {
		font-size: 14px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#content h5 {
		font-size: 13px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#content h6 {
		font-size: 11px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#content dl {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#content dl dd {
		font-size: 13px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#content b, #content strong {
		font-weight: bolder;
	}
	#content img.picture {
		padding: 5px;
		border: 1px solid #E1E2E2;
	}
	#content a {
		color: #66B8FF;
		font-size: 11px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-weight: bold;
	}
	#content a:hover {
		color: #004080;
	}
        
        #content p{
                color: #464646;
        }



.bel_text {
  font-size: 14px;
  color: #464646;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bel_input {
  margin: 2px 2px 2px 2px;
  width: 100%;
}

/* --------------------------------------------- */
/* wyszukiwarka */
/* --------------------------------------------- */

#searchengineWrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: auto;
	margin-top: -36px;
	padding-bottom: 4px;
	text-align: center;
	color: #fff;
	background: url(/images/css/searchBottomShadow.gif) bottom left no-repeat;
}
	#searchengineWrapper div.leftShadow {
		float: left;
		height: 155px;
		width: 4px;
		background: url(/images/css/searchLeftShadow.gif) bottom left repeat-y;
	}
	#searchengineWrapper div.rightShadow {
		float: right;
		height: 155px;
		width: 6px;
		background: url(/images/css/searchRightShadow.gif) bottom right repeat-y;
	}

	#searchContentWrapper {
		float: left;
		width: 250px;
		height: 100%;
		margin: 0 auto;
		text-align: left;
/*		background: url(/images/css/searchSideShadow.gif) repeat-y;*/
	}
	#searchengine_names {
		width: 250px;
		height: 24px;
		font-size: 10px;
                font-stretch:ultra-condensed;
		color: #3F6388;
		text-align: center;
		border-top: 1px solid #fff;
	}
        .searchDivLine {
               width: 1px;
	       height: 22px;
               float:left;
               background:#fff url(/images/css/search_line.png) top no-repeat;
        }
		#searchengine_names li {
			display: block;
			width: 48%;
			height: 22px;
			float: left;
			line-height: 2em;
			background: #fff url(/images/css/searchengineNames_bg2.png) top repeat-x;
			cursor: pointer;
			cursor: hand;
			padding: 0;
		}
                #searchengine_names li.hotel {
			display: block;
			/*width: 20%; bo usuniety przycisk wyszukiwarki lotow*/
			height: 22px;
			float: left;
			line-height: 2em;
			background: #fff url(/images/css/searchengineNames_bg2.png) top repeat-x;
			cursor: pointer;
			cursor: hand;
                        border-left:1px solid #000;
		}    
                #searchengine_names li.flight {
			display: block;
			width: 31%;
			height: 22px;
			float: left;
			line-height: 2em;
			background: #fff url(/images/css/searchengineNames_bg2.png) top repeat-x;
			cursor: pointer;
			cursor: hand;
                        border-right:1px solid #000;
		}

		#searchengine_names li.searchengine_selected {
			background: #51545c url(/images/css/searchengineNames_bg.png) top repeat-x;
			color: #fff;
		}

	#searchFlight {
		width: 250px;
		color: #fff;
		padding: 8px 15px 10px 5px;
		background: url(/images/css/searchengine_bg.png) repeat-x;
	}
		#searchFlight table td {
		  color: #fff;
		  font-size: 11px;
		  height: 26px;
		}
		#searchFlight table input {
			border: 1px solid #999;
			font-family: Tahoma, Arial, sans-serif;
			font-size: 11px;
			line-height: 1.2em;
			color: #333;
			padding: 3px;
		}
		#searchFlight table select {
			font-family: Tahoma, Arial, sans-serif;
			font-size: 11px;
			line-height: 1.2em;
			color: #333;
		}

	#searchContent {
		width: 250px;
		height: 115px;
		font-family: Tahoma, Arial, sans-serif;
		padding-top: 15px;
		background: url(/images/css/searchengine_bg.png) repeat-x;
	}
		#searchContent fieldset {
			color: #fff;
			font-size: 11px;
			margin: 0 15px 0 25px;
			padding-top: 18px;
			border: none;
		}
		#searchContent label {
			display: block;
			margin-bottom: 10px;
		}
		#searchFlight label.right {
			display: block;
			text-align: right;
			margin-top: 10px;
		}
		#searchContent label.right {
			display: block;
			text-align: right;
			margin-top: 26px;
		}
		#searchContent input, #searchFlight input {
			border: 1px solid #999;
			font-family: Tahoma, Arial, sans-serif;
			font-size: 11px;
			height: 1.8em;
			color: #333;
			padding: 3px;
		}
		#searchContent input.searchengine_button, #searchFlight input.searchengine_button {
			width: 50px;
			height: 17px;
			font-size: 9px;
			color: #fff;
			background: url(/images/css/button_searchengine.gif) no-repeat;
			border: none;
			padding: 0;
		}

	.searchengine_content {
	  width: 195px;
	  border: 1px solid #ccc;
	}
	.searchengine_select {
	  width: 170px;
	}
	.searchengine_content1 {
	  width: 40px;
	}
	.searchengine_content2 {
	  width: 110px;
	}



/* --------------------------------------------- */
/* rozklad lotow */
/* --------------------------------------------- */

.rozklad_lotow_td_odlot_przylot {
  font-size: 16px;
  color: #64636A;
  padding-top:6px;
  padding-bottom:4px;
}

.rozklad_lotow_obowiazujacy{
  color:#64636A;
  font-size: 16px;
  padding-bottom:7px;
}

.wyszukaj_loty {
  font-size: 10px;
  color: #000000;  
}

.rozklad_lotow_td {
  font-size: 10px;
  color: #000000;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-left:dotted;
  border-left-width:thin;
  border-color:#000000;
  border-width: 1px;
  background-image:url(/images/css/bg_tlolotow.gif);
  background-repeat:repeat-x;
}

.rozklad_lotow_td_img {
  font-size: 10px;
  color: #000000;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-left:dotted;
  border-left-width:thin;
  border-right:dotted;
  border-right-width:thin;
  border-color:#000000;
  border-width: 1px;
  padding-left:10px;
  padding-right:10px;

}

.rozklad_lotow_td_d{
  background-image:url(/images/css/bg_tlolotow.gif);
  background-repeat:repeat-x;
}

.wyszukaj_loty_td_d{
  background-image:url(/images/css/bg_tlolotow.gif);
  background-repeat:repeat-x;
}

.rozklad_lotow_td_uwagi{
  color:#64636A;
  padding-bottom:10px;
}

.rozklad_lotow_th {
  font-size: 10px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-left:dotted;
  border-left-width:thin;
  border-color:#000000;
  border-width: 1px;
  background-color:#DADADA;
}

.rozklad_lotow_th_d {
  background-color:#DADADA;
}

.rozklad_lotow_th_d7{
  color:#990000;
  background-color:#DADADA;
}

.rozklad_lotow_th_d1{
  border-left:dotted;
  border-left-width:thin;
  border-color:#000000;
  border-width: 1px;
  background-color:#DADADA;
  padding-left: 2px;
}

.rozklad_lotow_td_d1{
  border-left:dotted;
  border-left-width:thin;
  border-color:#000000;
  border-width: 1px;
  background-image:url(/images/css/bg_tlolotow.gif);
  background-repeat:repeat-x;
  padding-left: 5px;
}

/* --------------------------------------------- */
/* wyszukaj loty */
/* --------------------------------------------- */

.wyszukaj_loty_td{
  font-size: 10px;
  color: #000000;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-left:dotted;
  border-left-width:thin;
  border-color:#000000;
  border-width: 1px;
  background-image:url(/images/css/bg_tlolotow.gif);
  background-repeat:repeat-x;
}

.wyszukaj_loty_th{
  font-size: 10px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-width: 1px;
  border-left:dotted;
  border-left-width:thin;
  border-color:#000000;
  background-color:#DADADA;
}

#rightBaners {
  margin-top: 5px;
}
#rightBaners div.banerIns {
  text-align: center;
  margin-bottom: 10px;
}
#rightBaners object:first-child, #rightBaners a:first-child {
  border: 1px solid #e1e2e2;
  padding: 3px;
  width: auto;
  height: auto;
  display: block;
}
* html #rightBaners span {display: block; padding: 3px; border-color: #e1e2e2; border-style: solid; border-width: expression(x = (this.firstChild) ? 1 : 0, x + 'px');}

/* --------------------------------------------- */
/* newsy */
/* --------------------------------------------- */

.newsShortItem {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  width:302px; height:170px; margin:0 10px 15px;
  float:left;
}
.newsTitle {
  background: url(/images/css/arrow_title.png) no-repeat 0 60%;
  padding-left: 9px;
  font-size: 11px;
  color: #333;
  font-weight: bold;
}
.newsContent {
  line-height: 1.4em;
}
.newsContent p {
  margin: 4px 0;
  line-height: 1.4em;
}
.newsMore {
  float: right;
}
.newsDate {
  color: #aaa;
  font-size: smaller;
}
