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

body{
	background-image: url(images/y2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
}

.kutusabit {
	background-color: rgba(227,175,3,1.0);
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	color: white;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255,255,255,1.00);
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,1.00);
	}

.kutuana {background-color:rgba(166,131,40,0.61);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		color: white;
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;}

.kutu1 {background-color:rgba(227,175,3,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu2 {background-color:rgba(232,45,28,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu3 {background-color:rgba(122,29,40,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

.kutu4 {background-color:rgba(34,71,54,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		-webkit-box-shadow: 0px 0px 15px 5px black;
		box-shadow: 0px 0px 15px 5px black;
		color: white;}

a:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:active {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

.menu	{
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;	
		width: 1020px;
		height: 70px;
		}

.menu ul{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.menu ul li{
	width: 170px;
	height: 50px;
	margin-right: 40px;
	text-align: center;
	line-height: 50px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 26px;
	text-shadow: 6px 11px 15px rgba(0,0,0,1.00);
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	transition: 200ms;
	float: left;
	}
.menu ul li:hover{
	font-size: 31px;
	transform: scale(1.1);
}
.genel {
	color: blue;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 1300px;
}
.ust{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 1000px;
	font-family: verdana;
	font-size: 19px;
	text-align: justify;
	color: rgba(255,255,255,1.00);
	background-color: rgba(166,131,40,0.80);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,1.00);
	text-shadow: 0px 2px 7px rgba(0,0,0,1.00);
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
}

.alt_taraf{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	width: 1020px;
	height: 200px;
	text-align: justify;
	font-size: 16px;
	background-color: rgba(0,0,0,0.63);
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,1.00);
	border-radius: 15px;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 2px 6px rgba(0,0,0,0.59);
}

.footer {color: rgba(248,243,243,1.00);
		font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
		margin-top: 30px;
		font-size: 20px;
		text-align: center;}
