﻿body {
	margin: 0px;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	font-family: Trebuchet MS;
}
.baslikRenk {
	color: #eb008b;
}

.backDiv {
	float: left;
	width: 100%;
	height: 100%;
	background-image: url('images/transparent.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.container {
	margin: 0px auto;
	width: 960px;
}
.ustMenu {
	float: left;
	width: 100%;
	height: 106px;
}
.logo {
	float: left;
	width: 313px;
	height: 110px;
	background:url('images/logo.png') no-repeat scroll left top;
}
.menuler {
	float: right;
	width: 550px;
	height: 106px;
}
.menuler a {
	float: left;
	text-align: center;
	width: 110px;
	height: 37px;
	padding-top: 45px;
	font-size: 18px;
	color: #535353;
	text-decoration: none;
	text-shadow: 0.1em 0.1em #fff;
}
.menuler a:hover {
	background: url('images/ok.png') no-repeat scroll center top;
}
.page {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.footer {
	float: left;
	width: 100%;
	height: 260px;
	background-color: #E5E5E5;
	border-top: 1px #c7c7c7 solid;
}
.footerOrta {
	margin: 0px auto;
	width: 960px;
}
.footerSol {
	float: left;
	width: 200px;
	background: url('images/altLogo.png') no-repeat scroll left 10px;
}
.footerSol span {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 42px;
	font-size: 11px;
	color: #484848;
}
.footerOrtax {
	float: left;
	width: 582px;
	height: 200px;
	margin-top: 10px;
}
footerSag {
	float: left;
	width: 140px;
}
.footerSag a {
	float: left;
	width: 140px;
	height: 24px;
	margin-top: 10px;
	padding-left: 35px;
	padding-top: 6px;
	font-size: 12px;
	color: #484848;
	text-decoration: none;
	background-color: #ececec;
}
.footerSag a:hover {
	color: #ffffff;
	background-color: #8c8c8c;
	text-decoration: none;
}
.footerMail {
	background: url('images/mail_icon.png') no-repeat scroll 5px center;
}
.footerTel {
	background: url('images/tel_icon.png') no-repeat scroll 5px center;
}
.noData {
	float: left;
	text-align: center;
	width: 100%;
	height: 50px;
	padding: 40px;
	font-size: 14px;
	color: #333333;
}


/*Sayfalama*/
.paging {
	float: left;
	width: 100%;
	height: 40px;
	padding-top: 20px;
	border-top: 1px #dcdcdc solid;
}
.pagings {
	float:right;
	/*margin: 0px auto;*/
	'width: 521px;
}
.paging a {
	float: left;
	min-width: 30px;
	border: 1px #f6add8 solid;
	margin-left: 3px;
	font-size: 14px;
	color: #c6398c;
	text-align: center;
	text-decoration: none;
}
.paging a:hover {
	margin-top: -2px;
}
.pagingPadd1 {
	padding: 1px 6px 1px 6px;
}
.pagingPadd2 {
	padding: 1px 0px 1px 0px;
}


.backButton{
	float:right;
	font-size:14px;
	color: #eb008b;
	text-decoration:none;
}

.backButton:hover{
	color:#c6398c;
}
