@import url(/menu.css);
body { /* Tum Sitenin Backgroundu */
background-image: url(/img/background.jpg);
background-repeat: no-repeat;
background-color: white;
}

Body,td,input,textarea { /* Tüm sitenin genel Default yazı stilidir @ Fatih abim canim cay cekti vallahi! */
	color: #505050;
	font-family: trebuchet ms,tahoma;
	font-size: 13px;
}

a{ /* Linkler iste daha ne olsun? @ Uyku bastiriyor Gece 03:47 */
	text-decoration:none ;
	color:#333333;
	font-weight:bold;
}

a:hover{text-decoration:underline;
color:;
}

.IcSayfaBg { /* Sayfa icinde kullanilan zemin */
background-image: url(/img/sayfa.ic.bg.gif);
background-repeat: repeat-y;
}

.BottomBg { /* Bottomda Kullanilan zemin */
	background-image: url(/img/sayfa.bottom.bg.gif);
	background-repeat: repeat-x;
	background-color: #b9cfdd;
}

.BottomText { /* Adres Tab Kisminin */ 
	color: #76a0c1;
	font-size: 11px;
	font-family: Tahoma;
}

a.Bottom { /* Bottomda Olusacak Link Modulu */
	color: #76a0c1;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
}

a.Bottom:hover {
	color: #76a0c1;
	font-size: 11px;	
	font-family: Tahoma;
}

.Baslik { /* Bottomda Kullanilan zemin */
	background-repeat: repeat-x;
	background-color:#2F4F2F;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

.basliklar { /* Cesitli Basliklar icin kuallanilacak */
	color: #167ec0;
	font-family: trebuchet ms,tahoma;
	font-size: 14px;
}

.ImageLeft {
	margin-left: 10px;
	margin-bottom: 3px;
}

.ImageRight {
	margin-right: 10px;
	margin-bottom: 3px;
}