/* 
	YŞablon | Yakuter Site Şablonu
	http://www.yakuter.com
	yakuter@gmail.com
*/

/* Bölümler
	1 - Genel Yapı
	2 - HTML Etiketleri
	3 - Sabit Değerler
	4 - Üst Kısım
		4.1 - İlk Üst Kısım
		4.2 - Üst Menü
	5. İçerik Kısmı
	6. Alt Kısım
*/
/* ******************************************* */
/* 1 - Genel Yapı ******************************* */

body { 
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:%76;
	font-size:0.75em;
	color:#444444;
	background-color:#c0c0c0;
	text-align:center;
}
#kahve_sol{float:left;width:10px; background:#fff url(resim/red_left.gif) repeat top left;   line-height:25px;}
#kahve_sag{float:left;width:150px; background:#fff url(resim/red_right.gif) repeat top left;  line-height:25px;}
#index_title1{
height:25px;
padding-left:15px;
color:#fff;
width:368px;
float:left;
line-height:25px;
vertical-align:middle;
font-weight:bold;
background:#fff url(resim/red_bg.gif) repeat top left;
}

#govde {
	width:735px;
	border:1px solid #c0c0c0;
	background-color:#FAFAFD;
	text-align:left;
	margin: 0 auto; 
}

/* 2 - HTML Etiketleri ************************** */
h2 {
	font-size:1.4em;
	color:#017878;
	margin-bottom:5px;
	padding:5px;
	font-weight:normal;
	border-bottom:1px dashed #cccccc;
}

ul {
	margin-left:20px;
}



/* 3 - Sabit Değerler *************************** */

	/*
		Yazı rengi #444444
		Açık Yeşil #017878
		Koyu Yeşil #004444 	
	*/

/* 4.1 - İlk Üst Kısım *************************** */
#ust {
	width:100%;
	height:148px;
}

/* 4.2 - Üst Menü *************************** */
#ustmenu {
	width:100%;
	height:30px;
	border-top:1px dashed #c0c0c0;
	border-bottom:1px dashed #c0c0c0;
	margin-bottom:10px;
}

/* 5 - İçerik Kısmı****************************** */
#icerik {
	width:100%;
	
	/* padding:10 0px 10px 0px; */
	line-height:1.6em;
	/*float:left; */
	margin-bottom:10px;
}

#sol {clear:top;
	width:240px;
	
	float:left;
	border:0px dashed red;
}

#sag {clear:top;
	width:490px;
	border:0px dashed blue;
	float:right;
}

/* 6 - Alt Kısım *************************** */
#alt {
	width:780;
	margin-top:0px;
	color:#444444;
	
}

/* 7 - Diğerleri *************************** */
.diger_kutu {
	width:125px;
	height:125px;
}

.noliy{
font-size:12px; background: url(resim/11.png) no-repeat center left; padding-left:25px; background-position:6px;
 display:block; font-family:tahoma; line-height:23px; text-align:left; cursor:pointer; border-bottom:1px solid #C8DAF0;  color:#444444;
}
.noliy:hover{background:#C8DAF0 url(resim/22.png) no-repeat center left; background-position:6px; font-weight:bold;}
