/* main color4s: 
body blue: #8099c7;
header blue: #4162a8;
navigation blue: #5e79b3;
light blue: #cbe2f6;
lime: #bbe515;
navy blue: #040c59;
blueish gray: #2e2e41; 
*/

html, body { 
	height: 100%;
	width: 100%;
	}
	
body {background-color: #8099c7; font-family: Arial, Helvetica, sans-serif; font-size: .81em; color: #3c3c53; }
a { text-decoration: underline; color: #251373; color: #0e018c;   }
a:hover { text-decoration: underline; color: #bbe515;}
.extLink { background: url(../images/ext-link.gif) 80% 10% no-repeat;}
.container {position: relative; width: 920px; width: 800px; margin: 0 auto; }

#wrapper {height: auto; min-height: 100%; }

#header {height:9.71em; background: url(../images/bg/bg_header.jpg) repeat-x #092B82;   width: auto; border-bottom: solid 4px #CBE2F6; margin: -1px 0 0 ;}
#headercont {height: 9.71em; background:url(../images/bg/airplane.jpg) 24em 0 no-repeat;}
#access {height:1px;margin:0pt 0pt -1px; overflow:hidden; background-color: white;}
#header h1 { position: absolute; top: 5px; left: 0; /*font-size: 3.2em; */font-family: impact, "Arial Black", Arial, sans-serif;  font-weight: normal; color: #fff; z-index: 19;  }
#shadow1 { position: absolute; top: 4px; left: 2.29em; /*font-size: 3.2em; font-family: impact, "Arial Black", Arial, sans-serif; */font-weight: normal; color: #040c59; z-index: 0; }
#header h1 a {color: #fff; text-decoration: none;}
#siteDescription {position: absolute; top: 4.5em; left:0; text-transform: uppercase; color: #cbe2f6;}
.siteName {word-spacing:-.12em;}

#mainBody {background: url(../images/bg/bg_mainbody.jpg) repeat-x;  border-top: solid 4px #fff; padding: 10px 0 184px;}
#sidebar { float:left;  width: 280px; padding: 0 0 15px 10px; }
#content { float: left; width: 500px; padding: 0; }
#skyScraper {position: absolute; right: 0; top:-15px;}	

#nav {position: absolute; bottom:0; left: 0;}
#nav ul {white-space: nowrap;}
#nav ul li {display:inline; list-style: none;}
#nav ul li a {float:left; display: block; width: auto; padding: 0 10px; line-height: 2.22em; font-size: 1.15em;  letter-spacing: .2px; background: url(../images/bg/bg_nav.jpg) left bottom no-repeat #ECFBB0; text-align: center; text-decoration: none; }
#nav ul li a:hover {text-decoration: none; background: #cbe2f6; color: #3c3c53; }

#navBooking {margin: 3px 0; float: left; width: 500px;}
#navBooking li {float: left; padding: 1px 5px 1px; border-right: solid 1px #251373;} 
#navBooking li a { text-decoration: none;} 
#navBooking li a:hover { color: #fff;} 

.box {width: auto; margin: 0;}
.boxheader { width: auto;  padding: 4px 10px; background: #fff; border: solid 1px #cbe2f6;}
div.test {height: 18px;  padding: 4px 10px; color: white; clear: both; background: red; border: none; width: 100px;}
div.belka { width: auto; height: 3px; line-height: 0; font-size: 0; margin-top: 1px;}


#infolinia { position: absolute; width: 230px; height: 116px; padding-top: 10px; top: 0; left: 46.2em;  background: url(../images/bg/bg_infolinia.jpg) bottom right no-repeat; color: #ECFBB0; font-size: .89em; }
#infolinia h2 {font-size: 2.2em; font-family: impact, "Arial Black", Arial, sans-serif;}
#infolinia .tel {font-size: 1.5em; color: orange; font-weight: bold;}
.allFeesIn {background-color:#040c59;color:orange; margin:0 0px 10px !important;padding:5px;}
.allFeesIn strong {font-size: 1.2em; text-transform: uppercase;}
.payWay {color: orange; font-size: 1.4em; line-height: 1.4em;}
.baners img {margin:10px auto;}



.loga_poziom {width: 780px;}
.loga_poziom a img { opacity: .7; padding: 2px; border:solid 1px #0A2C82;}
.loga_poziom a:hover img {opacity: 1;}
.words {color: #ddd; font-size: 0.8em; padding:3px 0;}
#footer {background: url(../images/bg/bg_footer.jpg) repeat-x #0A2C82; color: #cbe2f6; border-top: solid 4px #fff; margin-top: -184px;}
#footer div {padding: 5px 0;}
#footer a {color: #fff;}
#footer a:hover {color: #bbe515;}
.footerLabels {font-size: 1.4em;}
.footerNav {margin: 5px 0;}
.footerNav ul {color: #bbe515; float: left; margin-right: 20px; padding: 0 10px; border-right: dotted 1px #fff;}
/* -----------------simple waitpage ---------*/


#waitpage {
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #839ECB;
	display: table;
	
}

#waitpage #window {
	display: table-cell;
	vertical-align: middle;
}

#waitpage #inner {
	width: 50%;
	margin: 0 auto;
	padding: 15px;
	height: 350px;
	overflow: auto;
	background-color: #fff;
	border: solid 3px #237FC0;
	
	
}

#waitpage #inner p {
	margin-top: 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #237FC0;
	height: 200px;
	background: url( ../images/ajax-loader.gif) no-repeat 50% 100%;
	}
    
#waitpage h2 {
    
    font-size: 2.6em; font-family: impact, "Arial Black", Arial, sans-serif;  font-weight: normal;
    color: #9ACD32;
    }
