@charset "utf-8";

@import "IndexBaslikAlani.css";
@import "IndexAnaAlan.css";
@import "Footer.css";
@import "UrunDetaySayfasi.css";
@import "yapimasamasi.css";
@import "Anasayfa.css";
@import "Urunler.css";
@import "iletisim.css";

html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	direction: ltr;
	overflow-x:hidden; /* Alt Kaydırma çubuğu çıkmasın */
	overflow-y: scroll; /*Sağ kaydırma çubuğu herzaman çıksın*/
}

body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: #FFF;
	font-family: Arial, "helvatica Neue", Helvatica, sans-serif;
	color: #646464;
	line-height:1.5;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

#TumSayfaAlani{
	position: relative;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	margin: 0 auto;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: none;
	outline: none;
	background: #FFF;
}

@media only screen and (min-width:1200px){/*XL SCREEN*/
	body{
		font-size: 14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){/*L SCREEN*/
	body{
		font-size: 13px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){/*M SCREEN*/
	body{
		font-size: 12px;
	}
}
@media only screen and (min-width:576px) and (max-width:767px){/*S SCREEN*/
	body{
		font-size: 12px;
	}
}
@media only screen  and (max-width:574px){/*XS SCREEN*/
	body{
		font-size: 12px;
	}
}
