body {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#CDCDCD;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
	background-position: center top;
	background-color: #150f0f;
}

input,textarea {outline:none;}

.clear {clear:both;}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}

h1 {font-size:32px;}
h2 {font-size:28px;}
h3 {font-size:26px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.header_link {
	text-decoration: none;
	color: #ecd481;
	text-shadow: 0.08em 0.08em #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-right:5px;
}

.header_link:hover {
color:#FFF;
}

.menu {
	float: left;
	width:988px;
	position: relative;
	z-index: 6;
}

.nav1 {
	background-image: url(../images/menu_01.png);
	background-repeat: no-repeat;
	float: left;
	height: 91px;
	width: 220px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav1:hover {
	background-image: url(../images/menu-hover_01.png);
}

.nav1_active {
	background-image: url(../images/menu-hover_01.png);
}


.nav2 {
	background-image: url(../images/menu_02.png);
	background-repeat: no-repeat;
	float: left;
	height: 91px;
	width: 153px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav2:hover {
	background-image: url(../images/menu-hover_02.png);
}

.nav2_active {
	background-image: url(../images/menu-hover_02.png);
}


.nav3 {
	background-image: url(../images/menu_03.png);
	background-repeat: no-repeat;
	float: left;
	height: 91px;
	width: 123px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav3:hover {
	background-image: url(../images/menu-hover_03.png);
}

.nav3_active {
	background-image: url(../images/menu-hover_03.png);
}


.nav4 {
	background-image: url(../images/menu_04.png);
	background-repeat: no-repeat;
	float: left;
	height: 91px;
	width: 121px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav4:hover {
	background-image: url(../images/menu-hover_04.png);
}

.nav5 {
	background-image: url(../images/menu_05.png);
	background-repeat: no-repeat;
	float: left;
	height: 91px;
	width: 143px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav5:hover {
	background-image: url(../images/menu-hover_05.png);
}

.nav6 {
	background-image: url(../images/menu_06.png);
	background-repeat: no-repeat;
	float: left;
	height: 91px;
	width: 227px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav6:hover {
	background-image: url(../images/menu-hover_06.png);
}.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width:386px;
	height:234px;
}
a .logo {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 300px;
	margin-top: -10px;
	position: relative;
	z-index: 5;
	margin-bottom: 35px;
}
.sidebar {
	float: left;
	height: 588px;
	width: 207px;
	background-image: url(../images/sidebar-bg.png);
	background-repeat: no-repeat;
	margin-top: 60px;
	padding-top: 30px;
}
.content {
	float: left;
	width: 502px;
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	min-height: 750px;
	box-shadow: 0px 0px 15px #b56934;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left:14px;
	margin-right: 14px;
}


.login {
	background-image: url(../images/loginbg.png);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 500px;
	margin-left: -20px;
	margin-top: -30px;
	padding-top: 44px;
	padding-left: 40px;
}
.login input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-left: 40px;
	width: 115px;
	background-color: #29231f;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	text-shadow: 0.08em 0.08em #000;
	font-size: 15px;
}
.userinput {
	background-image: url(../images/loginuser.png);
	background-repeat: no-repeat;
	float: left;
	height: 48px;
	width: 166px;
	margin-top: -15px;
}
#passwd {
	background-image: url(../images/loginpass.png);
	margin-left: 15px;
	margin-right: 15px;
}

.icerik2  label {
color:#FFEC45;
}

.icerik2 form a,.icerik2 table a {
	color: #ee9e86;
	text-decoration: none;
	text-shadow: 0.08em 0.08em #000;
	font-size: 13px;
}

.icerik2 p {
color:#DAD9D0;
text-decoration:none;
font-size:12px;
}

.icerik2 input[type='text'], .icerik2 input[type='password'], .icerik2 input[type='email'] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 115px;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	text-shadow: 0.08em 0.08em #000;
	font-size: 15px;
	background-image: url(../images/input_bg.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 156px;
	padding-left:10px;
	padding-right:10px;
	outline:none;
}

.icerik2 select {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	text-shadow: 0.08em 0.08em #000;
	font-size: 15px;
	background-image: url(../images/input_bg.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 166px;
	padding-left:10px;
	padding-right:10px;
	outline:none;
}


.icerik2 input[type='button'], .icerik2 input[type='submit'] {
	text-decoration: none;
	background-image: url(../images/girisbtn.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 34px;
	width: 86px;
	line-height: 34px;
	color: #ecd481;
	text-shadow: 0.08em 0.08em #000;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border:none;
background-color:transparent;
cursor:pointer;
outline:none;
}

.icerik2 input[type='button']:hover, .icerik2 input[type='submit']:hover {
	background-image: url(../images/girisbtn-hover.png);
}


::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}
.girisbtn {
	text-decoration: none;
	background-image: url(../images/girisbtn.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	height: 34px;
	width: 86px;
	line-height: 34px;
	color: #ecd481;
	margin-top: -8px;
	text-shadow: 0.08em 0.08em #000;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.girisbtn:hover {
	background-image: url(../images/girisbtn-hover.png);
}
.sifreunut {
	float: right;
	color: #ee9e86;
	text-decoration: none;
	text-shadow: 0.08em 0.08em #000;
	margin-right: 50px;
	font-size: 13px;
}
.sifreunut:hover {
	text-decoration: underline;
}
.icerik {
	margin-top: 5px;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
}

.icerik2 {
	margin-top: 5px;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
}

.sayfabaslik, .sayfabaslik a {
	color: #ebcf74;
	
	width: 100%;
	font-size: 24px;
	text-shadow: 0.07em 0.07em #000;
	background-image: url(../images/baslik-line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.icerik iframe {
	box-shadow: 0px 0px 15px #000;
	margin-bottom:10px;
}
.haberlink {
	text-decoration: none;
	color: #F1C4A3;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-shadow: 0.08em 0.08em #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A2813;
	float: left;
	width: 100%;
}
.btn1 {
	background-image: url(../images/sidebarbtn_01.png);
	background-repeat: no-repeat;
	float: left;
	height: 47px;
	width: 182px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 47px;
	text-shadow: 0.08em 0.08em #000;
	margin-left: 12px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.sidebar #btn2 {
	background-image: url(../images/sidebarbtn_02.png);
}
.btn1:hover {
	background-image: url(../images/sidebarbtn-hover_01.png);
}
.sidebar #btn2:hover {
	background-image: url(../images/sidebarbtn-hover_02.png);
}
.sidetable {
	background-image: url(../images/sidebar-tablebg.png);
	background-repeat: no-repeat;
	float: left;
	height: 357px;
	width: 188px;
	margin-left: 10px;
	color: #531f00;
	text-shadow: 0.08em 0.08em #ead27b;
}
.sidetable table {

}
.sidetable table tr td a {
	color: #531f00;
	text-decoration: none;
}
.sidetable table tr td {
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8F5C1F;
}
.sidetable h5 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 15px;
}
.sidetable h6 a {
	text-decoration: none;
	font-size: 15px;
	color: #531f00;
}
.sidetable h6 {
	text-align: center;
	margin-top: 13px;
}
.sidetable h6 a:hover {
	text-decoration: underline;
}
a .facelogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-left: 28px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.istatistik {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #531f00;
	text-shadow: 0.08em 0.08em #ead27b;
}
.istatistik span {
	font-weight: bold;
}
.haberlink:hover {
	text-decoration: underline;
}
.footer {
	float: left;
	height: 252px;
	width: 1600px;
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	margin-left: -325px;
}
a .facelogo:hover {
	margin-top: -5px;
	margin-bottom: 5px;

}
.footinfo {
	width: 685px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-left: 450px;
	margin-top: 110px;
	padding: 8px;
	background: rgba(0, 0, 0, 0.5);
	text-shadow: 0.08em 0.08em #000;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.footinfo a {
	color: #FFF;
}
