@charset "utf-8";
/* CSS Document */
@import url("linkler.css");
@import url("slider.css");
body{
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

#menu{
	width: 1000px;
	height: 125px;
	margin: 0 auto;
	position:relative;
	z-index:50;
	}
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
	
	}
#menu ul li a{
	width: 60px;
	height:45px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	padding-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #114348;
	text-align: center;
	line-height: 14px;
	word-wrap:break-word;
	}
#menu ul img {
	border:none;
	margin-top:18px;
	margin-left: 25px;
	}

#resim{
	width: 100%;
	height: 685px;
	left:0;
	right:0;
	}
#ustbg{
	width:980px;
	height:163px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	border-bottom: 3px solid #ddd;
	}
#sayfa-icerik{
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	position: relative;
	margin-top: -8px;
	background-color: #E5E5E5;
	padding-top: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
#icerik-menu{
	width:200px;
	height:300px;
	float:left;
	border-right: 3px solid #ddd;
	}
#yazi{
	width: 750px;
	height: auto;
	float: left;
	padding: 10px;
	text-align: justify;
	}
.icerik-sol-sayfa_a{
	display: block;
	color: #1D507D;
	padding-left: 50px;
	margin-bottom: 10px;
	background-image: url(../images/a-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	font-size: 17px;
	height: 30px;
	
	}
.icerik-sol-sayfa_a:hover{
	color: #2F7E3D;
	}
#alt{
	width: 100%;
	height: 520px;
	position:absolute;
	margin-top:-8px;
	background-image: url(../images/zemin.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
	background-size: 100% 100%;
	}
#kutu-kapsayici{
	width: 1000px;
	height: 156px;
	margin: 0 auto;
	}
	
.alt-kutular{
	margin: 0 auto;
	margin-top:360px;
	width:229px;
	height:156px;
	float:left;
	margin-right: 15px;
	margin-left:5px;
	-webkit-transition: all 0.20s ease-in-out 0.1s;
	-moz-transition: all 1s ease-in-out 0.1s;
	-ms-transition: all 1s ease-in-out 0.1s;
	-o-transition: all 1s ease-in-out 0.1s;
	transition: all 1s ease-in-out 0.1s;
	
	}
.alt-kutular:hover{
	margin-top:350px;
	}
#footer{
	width:600px;
	height:20px;
	margin: 0 auto;
	margin-top:3px;
	}
