@charset "utf-8";
p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
a, a:link, a:visited { color: #1683a3; text-decoration: none; }
a:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.temizle {
	clear:both;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.7em;
	background-image:url(../images/wrapper.jpg);
	background-color: #77bf28;
	background-position: top;
	background-repeat: repeat-x;
}
#body_wrapper {
	width: 100%;
	background: url(../images/body.jpg) top center no-repeat;
}
#wrapper {
	width: 960px;
	padding: 0 30px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 70px;
	padding: 0 30px;
	background: url(../images/header.jpg) no-repeat top center;
}
#topmenu {
	width: 900px;
	height: 61px;
	padding: 0 30px;
	background: url(../images/topmenu.jpg) no-repeat top center;
}

/* ----- TOP MENU -----*/
#topmenu ul { margin: 0; padding: 3px 0 0 0; list-style: none }
#topmenu ul li { padding: 0; margin: 0; display: inline }
#topmenu ul li a {
	float: left;
	display: block;
	width: 120px;
	height: 30px;
	padding: 6px 0 0 0;
	margin-right: 1px;
	font-size: 14px;
	color: #333;
	/* text-shadow: 1px 1px 1px #b0da81; */
	text-decoration: none;
	font-weight: bold;
	text-align: center; 
	outline: none;
}

#topmenu ul li a:hover, #topmenu ul .current {
	color: #fff;
	/* text-shadow: 1px 1px 1px #555; */
	background: url(../images/topmenu_hover.jpg) no-repeat }
	
/* ----- MIDDLE -----*/
#middle {
	width: 960px;
	height: 45px;
	padding-top:275px;
	background: url(../images/middle.jpg) no-repeat top center;
}
.slogan {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#FFF;
	text-align:center;
}

#content {
	background: url(../images/content.png) repeat-y center;
	width: 920px;
	height:auto;
	padding: 20px;
}
#kutu {
	border: 1px solid #DCDCDC;
	width: %95;
	padding: 20px;
}
#kutu1 {
	border: 1px solid #DCDCDC;
	width: 540px;
	padding: 20px;
	float:left;
}
#kutu2 {
	border: 1px solid #DCDCDC;
	width: 260px;
	padding: 20px;
	float:right;
}
#baslik {
	border: 1px solid #DCDCDC;
	color: #060;
	padding: 5px;
	font-size:18px;
	font-weight:bold;
	margin: 5px 0px;
}

/* ----- HABERLER ------ */
#news {
	width: 920px;
	padding: 20px;
	background: url(../images/content_top.png) top center no-repeat;	
	margin-left:auto;
	margin-right:auto;	
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #A0A0A0;
}
#news h2 {
	padding: 0px;
	background: url(../images/menuline2.jpg) 0 0px repeat-x #10121a;
	display: inline-block;
	width: 135px;
	font-size: 14px;
	text-indent: 30px;
	float: left;
	font-weight: bold;
	color: #333333;
}
#news h2:hover {
	background:url(../images/menuline2.jpg) 0 -55px repeat-x #1b93d9;
}
#newsContainer {
	margin-left: 135px;
	position: relative;
	padding-left: 10px;
}
#newsContent {
	width: 100% !important;
}
#newsContent li {
	padding-left:5px; 
	width:860px;
}
#newsContent a {
	color:#474747;
	overflow:hidden;
	text-decoration:none;
}

/* ----- FOOTER -----*/
#content_bottom {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height: 10px;
	background: url(../images/content_bottom.png) top center no-repeat
}
#footer {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	padding: 30px 30px;
	color: #fff;
	text-align: center;
	background: url(../images/footer.jpg) bottom center no-repeat;
}

#footer a {
	color: #fff;
}
