@charset "utf-8";
/* CSS Document */
body {
	background: #e3e3e3;
	font-family: Tahoma;
	font-size:11px;
	color:#555;
	text-align:center;

}
	

div.alan{
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height:auto;
	text-align:center;
	background:url(res/ta.png) repeat-x; 
	
}
div.taban {
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:auto;
	text-align:left;

}

div.baslik{
	position:relative;
	background:no-repeat url(res/logo.png);
	width:970px;
	height:98px;
}
div.tepekayanyazi{ width:610px; height:15px; margin-top:45px; margin-left:180px; position:absolute;}
div.dilsecimi{width:80px; height:25px; margin-top:40px; margin-left:860px; position:absolute;}
div.tr{width:38px; height:24px; float:left;}
div.en{width:38px; height:24px; float:left; margin-left:3px;}
div.menu {


	width:970px;
	height:34px;
}


div.afis {


	width:970px;
	height:380px;
}

div.icerik {
	 clear:both;
	padding-left:17px;
	padding-top:21px;
	padding-right:17px;
	padding-bottom:21px;
	background:#FFF url(res/ia.gif) repeat-y;
	width:936px;
	height:auto;  overflow:hidden;
}

div.girisyazi{width:451px; height:auto; float:left; }
.yaz{width:395px; height:auto; padding-left:15px; padding-right:15px; padding-bottom:17px; padding-top:16px; float:left;}
.yanok{width:25px; background:url(res/yanok.png) no-repeat; height:40px; float:left;}
.hosgbaslik{width:451px; height:34px; background:url(res/ho.png) no-repeat;}
.girisyazitepealt{width:451px; height:1px; background:url(res/gite.png) no-repeat;}
.girisyaziarka{width:451px; height:auto; background:url(res/gia.png) repeat-y; overflow:hidden;}

div.icgirisyazi{width:935px; height:auto; float:left; }
.icyaz{width:879px; height:auto; padding-left:15px; padding-right:15px; padding-bottom:17px; padding-top:16px; float:left;}
.icyanok{width:25px; background:url(res/yanok.png) no-repeat; height:40px; float:left;}
.ichosgbaslik{width:935px; height:34px; background:url(res/ho.png) no-repeat;}
.icgirisyazitepealt{width:935px; height:1px; background:url(res/gite.png) repeat-x;}
.icgirisyaziarka{width:935px; height:auto; background:url(res/icgia.png) repeat-y; overflow:hidden;}


div.girisiletisim{width:458px; height:101px; float:left; margin-left:11px; background:url(res/ian.png) no-repeat; padding-left:15px; padding-top:199px;}

div.girisiletisimkroki{width:458px; height:101px; float:left; margin-left:11px; background:url(res/kroki.png) no-repeat; padding-left:15px; padding-top:199px;}


div.altalan{
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height:auto;
	text-align:center;
	background:url(res/aa.png) repeat-x; 
	
}
div.alttaban {
	background: no-repeat url(res/aaok.png);
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:auto;
	text-align:left;
}
div.alticerik {
	padding-left:15px;
	padding-top:44px;
	width:955px;
	height:214px;
}
.altsolicerik{color:#fff; width:464px; height:auto; padding-top:33px; float:left; padding-right:15px; background:no-repeat url(res/aib.png);}
.altsagicerik{width:462px; height:auto; float:left;}
.ar1{height:96px; width:462px;}
.ar2{height:96px; width:462px; margin-top:4px;}
.rs{margin:0; float:left;}
.rh{margin-left:3px; float:left;}
div.telif{

	padding-left:17px;
	
	color:#fff;
	width:953px;
	height:30px;
}
.telifyazi{
	width:878px;
	padding-top:7px;
	float:left;
	}
	
.teliflogo{width:60px; height:30px; float:left; background:url(res/tl.png) no-repeat;}






/* Açılır Menü */
#menu {
font-size:13px;
font-family:verdana;
padding-left:0px;
	padding-top:0px;
	width:780px;
	height:38px;
	background:no-repeat url(images/altmenu1.png);
}

#menu ul {
list-style:none;
margin:0;
background:#ddd; 
padding:0px;




}

#menu li { 
list-style:none;
padding:0;
margin:0;
float:left;
position:relative;z-index:999;

}

#menu a {

text-decoration: none;
display: block;
padding: 9px 20px;
color: #fff;

}



#menu a:hover {

display:block;

background-color: #929292;
color: #000;
}



#menu li ul {
display:none;
position:absolute;
padding:0px;
margin:0px;
}

#menu li:hover > ul {
display:block;
position:absolute;
padding:0px 0px 0px 0px; 
margin:0px 5px 0px 5px;
width:150px;
left:0
}




#menu ul ul {

width:150px;
margin:0px 10px 0px 10px;
border:1px solid #808080;
   /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.85;
	





}

#menu ul ul li {
display:block;
float:none;


}

#menu ul ul a { 
display:block;
font-size:11px;
font-family:tahoma;
margin:0;
background:#000;
border-bottom:1px dotted #808080;
padding:4px 5px;


}

#menu ul ul a:hover {
background:#d4d4d4;
color:#000;
}