@charset "utf-8";

html {
	background: url(../images/bg-sky.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	margin: 0px;
}
TD {
	color: #333;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.content {
	background: rgba(215, 234, 255, 0.5);
	background-image: url(../images/tpl_019_10.png);
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 50px;
	font: 12px Verdana, Geneva, sans-serif;
}
.content ul.produkty {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.content .produkty li.wizy {
	margin-left: 85px;
}
.content .produkty li.hotele {
	margin-left: 120px;
}

.content .produkty li.wycieczki {
	margin-left: 165px;
}
#info {
	background: #0CC;
	padding: 1px 10px;
	font-size: 18px;
	color: #333;
	/*color: #FFF;*/
	/*display: block;*/
	text-align: center;
	width: 700px;  /* 700 */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	margin: 10px auto;
	text-shadow: 1px 1px 1px #fff;
	/*text-shadow: 2px 2px 1px #000;*/
}

.content .produkty li.ubezpieczenie {
	margin-left: 230px;
}
.content .produkty li.samochody {
	margin-left: 320px;
}
.content .produkty li.autokary {
	margin-left: 390px;
}

.menu {
	background-image: url(images/tpl_019_07.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 20px;
	color: #000000;
	padding-top: 9px;
	vertical-align: top;
	font-weight: bold;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.menu a:link {
	color: #000000;
	text-decoration: none;
}
.menu a:visited {
	color: #000000;
	text-decoration: none;
}
.menu a:hover {
	color: #000000;
	text-decoration: underline;
}
.logo {
	padding-left: 70px;
	color: #3658BC;
}
h1.nazwaSerwisu {
	font-size: medium;
	margin: 0px;
	color: #39F;
}
.slogan {
	color:#F00;
	font-weight: normal;
	font-size: 11px;
}

#banner {
	text-align: center;
	width: 730px; /* 750 */
	margin: 5px auto;
	border-top: thin dotted #999;
}
.content #promocja {
	height: 250px;
	width: 30%;
	float: right;
	border: thin solid #069;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	text-align: center;
	padding: 15px;
	font-size: 14px;
	background: url(../images/male-logo-aerocenter.png) no-repeat right bottom;
}
.content #promocja h3 {
	color: #F63;
}

ul.lista li {
	list-style: disc url(../images/palec.png) outside;
	margin-bottom: 7px;
}

/* Ramki promocje */
p.textRight {
	text-align: right;
	margin: 0px 20px 5px 0px;
}
.boxPromo {
	overflow: hidden;
	border: 1px solid #069; /* #a9defd */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	padding: 10px 0px;
	margin: 0px 0px 15px 12px;
	/*width: 700px;*/
}

.boxPromo ul li {
	overflow: hidden;
	margin: 0px 9px 0px 180px; /* 190 */
	height: 30px;
	font-size: 1em; /* 1.2em */
	font-weight: bold;
	list-style: none;
	border-bottom: 1px dotted #999;		
}
.boxPromo ul li span.trasaLotu {
	display: block;
	float: left;
	height: 22px;
	padding-top: 6px;
}
.boxPromo ul li span.cenaPromo2 {
	font-size: 18px;
	color: #FFF;
	background: #e46611;
	display: block;
	float: right;
	text-align: center;
	height: 25px;
	width: 142px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	margin: 1px 3px 0px 0px;
	text-shadow: 2px 2px 1px #000;
}
.boxPromo a {
	color: #fff;
}
.boxPromo a:hover {
	color: #6eb7fb;
	text-decoration: underline;
}

/* Logo linii lotniczych*/
.boxQatar {
	background: transparent url(../images/loga/qatar.jpg) no-repeat 5px center;
}