@charset "iso-8859-9";
/*
<!-------------------------------------------------------------->
<!------------- Copyright 2007 - 2017 Lotus Medya -------------->
<!-------------------------------------------------------------->
<!-------------------- HER HAKKI SAKLIDIR ---------------------->
<!-------------------------------------------------------------->
<!-------------------- mail@lotusmedya.com --------------------->
<!-------------------------------------------------------------->
<!---------------- http://www.lotusmedya.com ------------------->
<!-------------------------------------------------------------->
/* GENEL ETİKETLER */
html,body{
	margin:0px;
	padding:0px
}
body{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background:url(../resim/arayuz/bg_sayfa.png) center top repeat-x #fff;
}
/* SAYFA YERLEŞİMİ */
/* Ana Bölümler */
div#cerceve{
	width:900px;
	margin:0 auto;
	padding:0px;
}
div#ust{
	height:78px;
	background:url(../resim/arayuz/bg_ust.gif) repeat-x #fff;
}
div#ust_sol{
	width:180px;
	float:left;
	text-align:center;
}
div#ust_sag{
	width:720px;
	padding:26px 0 0 0;
	float:right;
	text-align:right;
}
div#orta{
	padding:0 0 25px 0;
	background:url(../resim/arayuz/bg_fla.gif) repeat-x bottom;
}
div#icerik{
	width:860px;
	padding:0 20px 0 20px;
}
div#icerik_sol{
	width:180px;
	float:left;
}
div#icerik_sag{
	width:660px;
	float:left;
	padding:0 0 0 20px;
}
div#alt{
	height:50px;
	padding:10px;
	text-align:center;
	clear:both
}
/*SOL MENÜ*/
.menudikey{
	border:1px solid #7bc5ea;
	background:#fff;
	padding:1px;
	margin:0 0 10px 0
}
.menudikey h4{
	height:21px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:url(../resim/arayuz/bg_menusol.gif) repeat-x;
	margin:0px;
	padding:4px 0px 0px 0px;
}
.menudikey ul, .menudikey li{
	list-style-type:none;
	margin:0;
	padding:0
}
.menudikey ul li{
	border-top:1px solid #7bc5ea;
	height:18px;
	padding:5px 0 0 20px;
	background:url(../resim/arayuz/mimi_menusol.gif) no-repeat; 
}
.menudikey ul a{
	font-weight:bold
}
/*ÖZEL KUTULAR*/
.spot_ana{
	width:170px;
	height:160px;
	float:left;
	padding:10px 20px 10px 25px;
	background:url(../resim/arayuz/bg_spotana.png) center no-repeat #fff;
}
.spot_ana h1, .spot_ana p{
	padding:0px 0px 3px 0px;
	margin:0px;
	line-height:12px
}
.spot_ana h1{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#11a2e1;
}
/*TEXT BİÇİMLERİ*/
a, a:link, a:visited{
	color:#0f8dc4;
	text-decoration:none
}
a:hover, a.aktif, a.aktif:link, a.aktif:visited, .aktif{
	color:#e46713;
}
h1, h2, h3, h4, h5, h6{
	color:#e46713;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}
h1{
	font-size:24px;
	color:#0f8dc4;
}
h2, .altbaslik{
	font-size:16px;
	font-weight:bold;
	color:#e46713
}
h3{
	font-size:14px;
	font-weight:bold;
/*	color:#0f8dc4
*/}
h4{
	font-size:12px;
	font-weight:bold;
}
p{
	line-height:14px;
	margin: 0px 0px 5px 0px
}
/*FORM ELEMANLARI*/
form{
	padding:0;
	margin:0
}
input, select, textarea{
	background: #fff;
	border: 1px solid #11a2e1
}
/*ÖZEL CLASS'LAR*/
.resim{
	background:#def0fa;
	border:10px solid #def0fa;
	margin:0px 10px 10px 0px;
}