
/* CSS Document */
*{
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
}
img
{
    border:none;
}
body {
	background-image: url(/images/bg.png);
	background-color: #E23407;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #333;
	
}

#container{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}
#header{
	width:980px;
	height:89px;
	margin-left:auto;
	margin-right:auto;
}
#kulak_sol{
	width:20px;
	height:89px;
	background:url(/images/kulak_sol.png);
	background-repeat:no-repeat;
	float:left;
}

#kulak_sag{
	width:20px;
	height:89px;
	background:url(/images/kulak_sag.png);
	background-repeat:no-repeat;
	float:left;
}
#h_ic_sol{
	width:630px;
	height:89px;
	background:url(/images/h_bg.jpg);
	background-repeat:repeat-x;
	float:left;
}
#h_ic_sag{
	width:310px;
	height:89px;
	background:url(/images/h_bg.jpg);
	background-repeat:repeat-x;
	float:left;
}
#language{
	width:310px;
	height:23px;
	float:left;
	width: 310px;
	vertical-align: bottom;
	margin-top:5px;
}

#language a:active, #language a:link, #language a:visited, #iletisim a:active, #iletisim a:link, #iletisim:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#003A78;
	text-decoration: none;
}
#language a:hover, #iletisim a:hover{
	text-decoration:underline;
}
#iletisim{
	width:140px;
	float:left;
	text-align: right;
}
#search{
	width:170px;
	float:left;
	background-image: url(/images/searchbox.png);
	background-repeat: no-repeat;
	height: 23px;
}
#menuAna{
	width:200px;
	height:324px;
	background-image:url(/images/m_bg.png);
	padding-top: 15px;
	background-repeat: no-repeat;
}
#menuAna a:link, #menuAna a:active, #menuAna a:visited{
	color:#333;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#menuAna a:hover{
	color:#F60
}
#menuAna ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menuAna li{
	list-style-position: inside;
	list-style-image: url(/images/menu_im.gif);
	line-height: 31px;
	background-image: url(/images/menu_li_bg.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 170px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-left: 15px;
	color: #333333;
}
 .son{
	list-style-position: inside;
	list-style-image: url(/images/menu_im.gif);
	line-height: 31px;
	height: 310px;
	width: 170px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-left: 15px;
	background: none !important;
}

#orta {
	width:940px;
	background-color:#EBF1F5;
	margin-left:auto;
	margin-right:auto;
	
}
#ortaSol{
	width:200px;
	margin-left:15px;
	margin-right:15px;
	float:left;
}
#ortaOrta{
	float:left;
	width:700px;
	background-color:#EBF1F5;
	
}
.solbaslik{
	margin-top:15px;
	width:200px;
	background:url(/images/solbas_bg.gif);
	height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height: 30px;
	font-size: 12px;
}
.solicerik{
	width:200px;
	background-color:#A6B7C8;
	margin-bottom: 15px;
}
	
#istatistik {
	width:194px;
	background-color:#EBF1F5;
	margin-bottom: 5px;
	background:url(/images/istatistik_bg.jpg);
	background-repeat:repeat-x;
	padding:3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px !important;
}
h1
{
    font-size:14px;
    margin-bottom:10px;
}
#footer
{
    padding:13px;
    width:914px;
    height:14px;
    background:url(/images/footer_bg.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
}
#footer a, footer a:visited
{
    color:#ff6600;
    text-decoration:none;
}
#footer a:hover
{
    color:Black;
}
#poweredBy
{
    font-size:10px;
    float:right;
    width:200px;
    text-align:right;
}