@charset "utf-8";
/* CSS Document */

body {
	background-color: #F0EDE3;
	padding-top: 5px;

}

.beyaz {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px auto;
}

.black {
	background-color: #000000;
}

.gri {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.gri:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

footer {
	padding: 20px;
	background-image: url(../images/footer_bg.jpg);
	font-size: medium;
}

footer a {
	color: #900;
}

footer a:hover {
	color: #fff;
}


a:link {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a,
a:visited {
	text-decoration: none;
}

.scrollToTop {
	width: 70px;
	height: 70px;
	padding: 10px;
	text-align: center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	background: url(../images/arrow_up.png) no-repeat 0px 20px;
}

.scrollToTop:hover {
	text-decoration: none;
}

.buyuk {
	font-size: larger;
}

.sol {
	padding-left: 20px;
}

.sag {
	padding-right: 20px;
}

.ust {
	padding-top: 20px;
}

.p20{
	padding: 20px;
}

.p40{
	padding: 40px;
}