@charset "utf-8";
/* CSS Document */

body img{
	border:0px;
}
body{
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.png);
	font-family:Gotham,  Helvetica, Arial, sans-serif;
	font-size:14px;
}
h3{
	margin: 10px 0 6px 0px;
	color:#333;
	font-size:18px;}
#header{
	width:100%;
	min-width:1170px;
	height:111px;
	float:left;
	margin: 0 0 0 0;
	background-image:url(../images/header-bg.png);
}
#header-orta{
	width:1170px;
	height:110px;
	margin:auto;
}
#logo{
	width:206px;
	height:112px;
	margin: 10px 0 0 0;
	float:left;
}
nav{
	width:auto;
	height:30px;
	float:right;
	margin: 30px 10px 0 0;
}
nav ul{
	margin:0px;
	padding:0px;
	display:block;
}
nav ul li{
	list-style-type:none;
	float:left;	
	width:auto;
	height:30px;
	line-height:30px;
	text-align:center;
	margin: 0 0 0 10px;
}
nav ul li a{
	color:#333;
	display:block;
	text-decoration:none;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
}
nav ul li a:hover{
	background-color:#98c521;
	border-radius:10px;
	padding: 2px 10px 2px 10px;
	color:#FFF;
}
.active{
	background-color:#98c521;
	border-radius:10px;
	color:#FFF;
}
#container{
	width:1170px;
	height:auto;
	margin:auto;
}
#slider-bg{
	width:1170px;
	height:auto;
	margin: 0 0 0 0;
	float:left;
}
#slider-alt{
	width:1140px;
	height:80px;
	float:left;
	margin: 0 0 0 0;
	background-color:#98c521;
	color:#FFF;
	font-size:18px;
	line-height:24px;
	padding: 10px 15px 10px 15px;
}
#content{
	width:1150px;
	height:400px;
	float:left;
	margin: 0 0 0 10px;
	background-image:url(../images/alt-bg.png);
}
#kutular-baslik{
	width: 1058px;
	height: 35px;
	float: left;
	margin: 35px 0 25px 46px;
	border-bottom:solid;
	font-size:22px;
	color:#727272;
	font-weight:bold;
}
.kutular{
	width:330px;
	height:200px;
	float:left;
	margin: 0px 0 0px 35px;
}
.content-resim{
	width:330px;
	height:200px;
	float:left;
	overflow:hidden;
	border: solid 10px #e5e1e1;
	border-radius:10px;
}

.content-resim img{
	transition: all .5s ease-in-out;
	
}
.content-resim img:hover {
	width:430px;
	height:300px;
	margin: -50px -20px -20px -50px;
}
.kutu-text{
	width:330px;
	height:70px;
	float:left;
	margin: 6px 0 0px 10px;
	text-align:center;
	color:#98c521;
	font-weight:700;
}
footer{
	width:1170px;
	height:30px;
	margin: 60px 0 0 0;
	float:left;
	text-align:center;
	color:#333;
	font-weight:700;
}
#haklari{
	width:auto;
	height:30px;
	margin: 0px 0 0 10px;
	float:left;
	color:#333;
	font-weight:700;
}
#maviweb{
	width:auto;
	height:30px;
	margin: 0px 10px 0 10px;
	float:right;
	color:#333;
	font-weight:700;
}
#icerikler-bg{
	width:1150px;
	height:auto;
	float:left;
	margin: 0 0 0 10px;
	background-color:#FFF;
}
.icerikler-baslik{
	width:1150px;
	height:50px;
	float:left;
	line-height:50px;
	text-indent:40px;
	font-size:22px;
	margin: 0 0 0 0px;
	background-image:url(../images/alt-bg.png);
}
.iletisim-adres{
	width:400px;
	height:250px;
	float:left;
	margin: 20px 0 30px 40px;
	line-height:22px;
}
.iletisim-harita{
	width:640px;
	height:250px;
	float:left;
	margin: 20px 0 30px 20px;
}