body
{
	margin: 0;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #fff;
}
#header
{
	background: url(../images/header_bg.jpg) repeat-y;
	width: 1010px;
	margin: auto;
	height: 195px;
}
a
{
	outline: none;
}
a:hover
{
	outline: none;
}
a:visited
{
	outline: none;
}
#main
{
	background: url(../images/main_bg.png);
	background-repeat: repeat-y;
	margin:0 auto;
	_margin:45px auto;
	padding: 35px 0 0 0;
	width: 1010px;
	z-index:99;
	
}
.footer
{
	width: 1010px;
	margin: auto;
	background: url(../images/main_bg.png);
}
.footeralt
{
	background: url(../images/footer_bg.jpg);
	background-position: center;
	height: 64px;
	background-repeat: no-repeat;
	width: 1010px;
	margin: auto;
}
.footer_style
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.footer_style2
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
}
.flashbanner
{
	z-index: 2;
	width: 340px;
	height: 230px;
	position: absolute;
	top: 0px;
	margin-left: 520px;
}
/*ust menu*/
#menu-container
{
	background: url(../images/menu_bg_tam.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 930px;
	height: 40px;
	margin: auto;
	_margin-top: -15px;
	_margin-bottom: -19px;
}


#navigation
{
	float: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
#navigation ul
{
	list-style: none;
	float: left;
	clear: left;
	margin: 1px 0 0 0;
}
#navigation ul li
{
	display: inline;
	margin: 0;
	float: left;
	padding: 0;
	text-align: center;
}
#navigation ul li a
{
	float: left;
	margin: 0;
	padding: 0 5px 5px 43px;
	text-decoration: none;
	color: #333;
}
#navigation ul li a span
{
	float: left;
	display: block;
	padding: 12px 35px 8px 0px;
	color: #52565b;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation ul li a span
{
	float: none;
}
/* End IE5-Mac hack */



#navigation ul li a:hover
{
	color: #ffffff;
	background: #adcfd1;
}
#navigation ul li a:hover span
{
	color: #ffffff;
	background: #adcfd1;
}
#navigation ul li ul
{
	display: none;
	margin: 0;
	position: absolute;
	padding-top: 42px;
	top: 1em;
	left: 0;
}
#navigation ul > li > ul
{
	top: 30px;
	left: auto;
	width: 230px;
}
#navigation ul li:hover ul, li.over ul
{
	display: block;
}

.glowingtabs
{
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 0;
	margin: 0;
	width: 930px;
}

.glowingtabs ul
{
	list-style-type: none;
	margin: 0;
	margin-left: 0; /*Left offset of entire tab menu relative to page*/
	padding: 0 0 0 15px;
}

.glowingtabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.glowingtabs a
{
	float: left;
	margin: 0;
	margin-right: 0px; /*spacing between each tab*/
	padding: 0;
	text-decoration: none;
}

.glowingtabs a span
{
	float: left;
	display: block;
	padding: 15px 17px 12px 17px;
	font-weight: bold;
	color: #52565b;
	text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span
{
	float: none;
}
/* End IE5-Mac hack */

.glowingtabs a:hover span
{
	color: #FFF;
	background: #adcfd1;
}

.glowingtabs li.selected a
{
	/*Selected Tab style*/
	background-position: 0 -36px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span
{
	/*Selected Tab style*/
	background-position: 100% -36px; /*Shift background image up to start of 2nd tab image*/
	background: #adcfd1;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover
{
	/*onMouseover style*/
	background-position: 0% -36px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span
{
	/*onMouseover style*/
	background-position: 100% -36px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d
{
	position: absolute;
	top: 0;
	border: 1px solid #fff; /*THEME CHANGE HERE*/
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #E5FAFB;
	width: 190px;
	visibility: hidden;
}


.dropmenudiv_d a
{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 1px solid #fff;
	padding: 2px 0;
	text-decoration: none;
	color: #333;
	margin-top: 1px;
}

* html .dropmenudiv_d a
{
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv_d a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #ADCFD1;
	border: 1px solid #666;
}

.banner_style
{
	margin-top: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #404040;
}
.menu_style a
{
	font-family: Verdana;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
}
.menu_style a:hover
{
	font-family: Verdana;
	font-size: 12px;
	color: #A6164B;
	text-decoration: none;
}
#arama
{
	background: url(../images/arama_backgrnd.jpg);
	background-repeat: no-repeat;
	width: 285px;
	height: 138px;
	float: left;
}
.arama_style
{
	color: #EA247E;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-left: 20px;
}
.arama_style_white
{
	color: #EA247E;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-left: 7px;
}
.textbox1
{
	background: url(../images/textbox_backgrnd.png) no-repeat;
	width: 206px;
	height: 22px;
	border: 0;
	padding-top: 4px;
}
.textbox2
{
	background: url(../images/textbox_backgrnd2.jpg) no-repeat;
	width: 160px;
	height: 21px;
	border: 0;
	padding: 5px 0 0 0;
	font-family: Verdana;
	font-size: 11px;
	color: #404040;
}
.textbox_style
{
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #404040;
	width: 190px;
	height: 14px;
}
.textbox_style2
{
	border: none 0;
	font-family: Verdana;
	font-size: 11px;
	color: #404040;
	width: 130px;
}
.uyegiris_baslik
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	padding-right: 15px;
}
.uyegiris_icerik
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	padding-left: 25px;
}
.duyuru_icerik
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	padding-left: 12px;
}
.sehirsec_baslik
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	padding-right: 10px;
}
.haberbulteni_icerik
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	padding-left: 25px;
}
.baslik
{
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #B91E60;
	text-decoration: none;
}
.içerik
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #3F3F3F;
	text-decoration: none;
}
.kirmizialan
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #EB1C24;
	text-decoration: none;
}
.alert
{
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-style: normal;
}
.havaslink a
{
	font-family: Verdana;
	font-size: 11px;
	color: #232323;
	text-decoration: none;
}
.havaslink a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #C4193D;
	text-decoration: underline;
}
.inputarea
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	background-color: White;
	border: 1px solid #999999;
}
/* kutular */
.uyegiris
{
	background: url(../images/uyegiris_back.jpg) no-repeat;
	width: 205px;
	height: 171px;
}
.ucusbilgi_kutu
{
	background: url(../images/sehirsec_back.jpg) no-repeat;
	width: 205px;
	height: 176px;
}
.havasbilgi_kutu
{
	background: url(../images/duyuru_back.jpg) no-repeat;
	width: 205px;
	height: 164px;
}
.haberbulteni
{
	background: url(../images/haberbulteni_back.jpg) no-repeat;
	width: 205px;
	height: 185px;
	margin-top: 5px;
}
.havadurumu
{
	background: url(../images/havadurumu.jpg) no-repeat;
	width: 205px;
	height: 189px;
	margin-top: 5px;
}
/*bitti*/

/*butonlar*/
.arama_buton
{
	background: url(../images/ara_buton.png) no-repeat;
	border: 0;
	height: 29px;
	width: 66px;
	cursor: pointer;
	margin-right: 10px;
}
.uyeolbuton
{
	background: url(../images/uyeol_buton.jpg) no-repeat;
	border: 0;
	height: 18px;
	width: 52px;
	cursor: pointer;
	margin-right: 10px;
}
.devam_buton
{
	background: url(../images/devambuton.jpg) no-repeat;
	border: 0;
	height: 20px;
	width: 51px;
	cursor: pointer;
	margin-right: 10px;
}
.sifremiunuttum
{
	background: url(../images/sifrebuton.jpg) no-repeat;
	width: 100px;
	height: 20px;
	border: 0;
	cursor: pointer;
}
.giris_buton
{
	background: url(../images/giris_buton.jpg) no-repeat;
	width: 50px;
	height: 23px;
	margin-right: 5px;
	border: 0;
	cursor: pointer;
}
.yeniuyelik
{
	background: url(../images/yeniuyebuton.jpg) no-repeat;
	width: 80px;
	height: 20px;
	border: 0 none;
	cursor: pointer;
}
.gonder_buton
{
	background: url(../images/gonder_buton.jpg) no-repeat;
	height: 38px;
	width: 95px;
	border: 0;
}
/*bitti*/

img, .footeralt, .textbox1, .arama_buton
{
	behavior: url(iepngfix.htc);
}
.kapadiv
{
	background: url(../images/pencere-kapa.jpg);
	width: 120px;
	height: 25px;
	padding-top: 4px;
	margin-top: 10px;
	background-repeat: no-repeat;
}
.pencerekapa-buton
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.popuuplink
{
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
a:hover.popuuplink
{
	color: #FF0000;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
}
.kapa_div
{
	background: url(../images/kapat_buton.png);
	cursor: pointer;
	height: 23px;
	width: 64px;
	padding-top: 3px;
	background-repeat: no-repeat;
	margin: auto;
}
.flash_div
{
	background: url(../images/flash_bg.jpg) no-repeat;
	width: 500px;
	height: 274px;
	margin: auto;
}

.musteri_hiz_tablo
{
	background: url(../images/muh_tablo_bg.jpg) no-repeat;
	width: 321px;
	height: 283px;
}
a.muh_hizmet_link
{
	color: #12384F;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}
a.muh_hizmet_link:hover
{
	color: #12384F;
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
}
.kutu_baslik_stil
{
	background: url(../images/kutu_baslik_bg.jpg) no-repeat;
	width: 223px;
	height: 84px;
}
.kutu_baslik
{
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.kutu_govde_stil
{
	background: url(../images/kutu_govde_bg.jpg) repeat-y;
	width: 223px;
}
.kutu_footer
{
	background: url(../images/kutu_footer_bg.jpg) no-repeat;
	width: 223px;
	height: 24px;
}
.iletisim_form_baslik_stil
{
	background: url(../images/iletisim_form_baslik_bg.jpg);
	background-repeat: no-repeat;
	width: 649px;
	height: 47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.iletisim_form_govde
{
	background: url(../images/iletisim_form_govde_bg.jpg) no-repeat;
	width: 649px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	height: 284px;
}
.iletisim_form_icerik_stil
{
	background: url(../images/iletisim_icerik_baslik.jpg);
	background-repeat: no-repeat;
	width: 649px;
	height: 69px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
a.footer_link_style
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

.menu {
	background:url(../images/menu_bg.jpg) repeat-x;
	height:48px;
	_margin:-15px 0;
}
.container {
	width: 990px;
	margin:0 auto;
}
ul#topnav {
	margin: 0;
	padding: 0;
	width:990px;
	float: left;
	list-style: none;
	position: relative;
	font:12px Trebuchet MS;
}
ul#topnav li {
	float: left;
	margin: 0 0 0 36px;
	_margin:0 0 0 24px;
	padding: 0;
}
ul#topnav li a {
	padding: 10px 7px 10px 10px;
	display: block;
	_display:inline-block;
	color: #fff;
	text-decoration: none;
	outline:none;
}
ul#topnav li a:hover {
text-decoration:underline;
}
ul#topnav li.current {
	background:url(../images/submenu_BG.jpg) no-repeat top;
	height:46px;
	width:125px;
	text-align:center;
	
}

ul#topnav li.current a{
	
	color:#3a3d3f;
	text-align:center
}

ul#topnav li span {
	float: left;
	padding: 10px 0;
	_padding:0;
	position: absolute;
	left: 0;
	top:39px;
	width: 987px;
	background:url(../images/submenu_alt_bg.jpg) repeat-x top;
	color: #3a3d3f;
}
ul#topnav li span div.thy {
	background:url(../images/thy_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0 0 0 10px;
	padding:5px 5px 2px 20px;
	border-right:2px dotted #fff;
}
ul#topnav li span div.anadolujet {
	background:url(../images/anadolujet_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0;
	padding:5px 5px 2px 25px;
	_padding:5px 5px 2px 20px;
	border-left:2px dotted #8eaab3;
	border-right:2px dotted #fff;
}
ul#topnav li span div.pegasus {
	background:url(../images/pegasus_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0;
	padding:5px 5px 2px 25px;
	border-left:2px dotted #8eaab3;
	border-right:2px dotted #fff;
	
}
ul#topnav li span div.sunexpress {
	background:url(../images/sunexpress_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0;
	padding:5px 5px 2px 25px;
	border-left:2px dotted #8eaab3;
	border-right:2px dotted #fff;
}
ul#topnav li span div.atlasjet {
	background:url(../images/atlasjet_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0;
	padding:5px 5px 2px 20px;
	border-left:2px dotted #8eaab3;
	border-right:2px dotted #fff;
}
ul#topnav li span div.onurair {
	background:url(../images/onurair_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0;
	padding:5px 5px 2px 20px;
	border-left:2px dotted #8eaab3;
	border-right:2px dotted #fff;
}
ul#topnav li span div.oger {
	background:url(../images/oger_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0;
	padding:5px 5px 2px 20px;
	border-left:2px dotted #8eaab3;
	border-right:2px dotted #fff;
}
ul#topnav li span div.izair {
	background:url(../images/izair_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0;
	padding:5px 5px 2px 25px;
	border-left:2px dotted #8eaab3;
	border-right:2px dotted #fff;
}
ul#topnav li span div.borajet {
	background:url(../images/borajet_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0;
	padding:5px 5px 2px 25px;
	border-left:2px dotted #8eaab3;
	border-right:2px dotted #fff;
}
ul#topnav li span div.yurtdisi {
	background:url(../images/yurtdisi_online_icon.gif) no-repeat left top;
	_background-position:0 7px;
	float:left;
	margin:0;
	padding:5px 5px 2px 30px;
	border-left:2px dotted #8eaab3;
}
ul#topnav li:hover span {
	display: block;
}
ul#topnav li span a {
	display: inline;
	_float:left;
	text-decoration:none;
	color:#3a3d3f;
}
ul#topnav li span a:hover {
	text-decoration:underline;
	background:none;
}
