/* genel ayarlamalar */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600&subset=latin,latin-ext);
* {
	font-family:Open Sans,Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	background:#c0aa7b url(resimler/arka.jpg) center top repeat-x;
	font-size:14px;
	color:#000;
	}

img {
	border:none;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}

.icerik {
	padding:5px;
	text-align:left;
}

.temizle {
	clear:both;
}

/* genislik */

#genislik {
	margin:auto;
	width:1000px;
}

/* ust taraf */

#ust {
	margin:auto;
	overflow:hidden;
	width:1000px;
	height:286px;
  background:url(resimler/ustarka.jpg);
}

#ust .sitelogo {
	width:165px;
	height:168px;
  margin:50px 0 0 410px;
	}

/* dil blok */

#dilblok {
	position:absolute;
	text-align:right;
	padding-top:10px;
}

#dilblok .tr {
	width:30px;
	height:30px;
	background:url(resimler/tr.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}

#dilblok .en {
	width:30px;
	height:30px;
	background:url(resimler/en.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}
	
#dilblok .de {
	width:30px;
	height:30px;
	background:url(resimler/de.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}
	
#dilblok .gr {
	width:30px;
	height:30px;
	background:url(resimler/gr.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}
	
#dilblok .ru {
	width:30px;
	height:30px;
	background:url(resimler/ru.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}

/* ust menu */

div#ustmenu {
    height:60px;
	width:1000px;
  margin:0 auto 20px auto;
	background:#ffdf77 ;
  box-shadow: 0 0 0 6px #ffdf77, 0 6px 4px black;
}

div#ustmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#ustmenu ul.ustmenu {
    padding-left:0;
	
}

div#ustmenu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
	
}
   
div#ustmenu li:hover>ul {
    left: -2px;
}

div#ustmenu li div {
	z-index:999;
    list-style: none;
    float: left;
    position: absolute;
    top: 38px;
    left: 0;
    width: 150px;
    visibility: hidden;
    padding: 0 0 9px 7px;
    margin: 0 0 0 -9px;
}

div#ustmenu li:hover>div {
    visibility: visible;
	z-index:999;
}

div#ustmenu li.current a {}

/* menu::level1 */
div#ustmenu a {
	z-index:999;
    position: relative;
    z-index: 10;
    height:39px;
    display: block;
    float: left;	
    padding:AUTO;
    line-height: 20px;
    text-decoration: none;
}
div#ustmenu span {
    font: normal 18px Open Sans,Arial, Helvetica, sans-serif;
    text-transform:uppercase  ;
	text-align:center;
	padding:0 15px 0 15px;
    color: #31353d;
	z-index:999;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-top:13px;		
}
div#ustmenu ul a:hover span {
  color: #e84c3d;
	text-decoration:none;
  transition:all 0.3s ease-in-out;
	
}

/* menu::level2 */

div#ustmenu ul ul li {
	z-index:999;
	background:#333;
}

div#ustmenu ul ul li:hover {
	z-index:999;
	background:#666;
}
div#ustmenu ul ul {
    z-index:999;
    padding: 0;
	width:140px;
    margin-top:-12px;
}
div#ustmenu ul ul a {
    height: auto;
    float: none;
    display: block;
    background:none;
    margin-bottom: 2px;
    z-index:999;
}

div#ustmenu ul ul a span {
	padding: 0 10px 0px 0;
    line-height: 20px;
	font-size:12px;
    color: #fff;
    text-transform: none;
    background:none;
	z-index:999;
}

div#ustmenu ul ul a:hover span {
    color:#fff;
	text-decoration:none;
	z-index:999;
}

div#ustmenu ul ul li {
    width: 100%;
	z-index:999;
}

/* menu::level3 */
div#ustmenu ul ul div {
    width: 208px;
    margin: -40px 0 0 190px !important;
    height: auto;
	z-index:999;
}


/* sol menu */

ul#solmenu {
	list-style:none;
}

ul#solmenu li {
	background:url(resimler/menu.jpg) no-repeat;
	width:181px;
	height:31px;
	text-align:left;
	padding:5px 0 0 35px;
}

ul#solmenu li:hover {
	background:url(resimler/menuhover.jpg) no-repeat;
	width:181px;
	height:31px;
	text-align:left;
	padding:5px 0 0 35px;
}

ul#solmenu li a {
	color:#000;
	font-size:13px;
	text-decoration:none;
}

/* sag menu */

ul#sagmenu {
	list-style:none;
	margin-left:8px;
}

ul#sagmenu li {
	background:url(resimler/0392ceyanmenu.gif) no-repeat right;
	width:115px;
	height:28px;
	text-align:right;
	padding:5px 5px 0 0;
}

ul#sagmenu li:hover {
	background:url(resimler/0392ceyanmenuhover.gif) no-repeat right;
	width:115px;
	height:28px;
	text-align:right;
	padding:5px 5px 0 0;
}

ul#sagmenu li a {
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}

/* sol taraf */

#sol {
	float:left;
	padding-left:10px;
	margin-top:5px;
	width:210px;

}

#sol .blokust {
	overflow:hidden;
}

#sol .blokust h1 {
	font-size:16px;
	font-weight:bold;
  font-family:Open Sans;
    text-align:center;
	float:left;
  	padding:8px 0 0 0;
	width:210px;
    height:35px;
  background:#31353d;
  color:#fff;
}

#sol .blokust .h1sol {
display:none;
}

#sol .blokust .h1sag {
display:none;
}

#sol .blokorta {
	
}

#sol .blokalt {
	height:20px;
}

/* sag taraf */

#sag {
	float:right;
	padding-right:10px;
	margin-top:5px;
	width:180px;
}

#sag .blokust {
	height:28px;
	overflow:hidden;
}

#sag .blokust h1 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	height:28px;
	float:left;
	padding:4px 0 0 0;
	width:150px;
}

#sag .blokust .h1sol {
display:none;
}

#sag .blokust .h1sag {
display:none;
}

#sag .blokorta {
	
}

#sag .blokalt {
	height:20px;
}


/* orta taraf */

#orta {
	float:left;
	width:765px;
  padding-left:7px;
  margin-top:5px;
}

#orta .h1sol {
display:none;
}

#orta h1 {
	font-size:16px;
	text-align:left;
	float:left;
	padding:8px 0 0 10px;
	overflow:hidden;
	width:765px; 
  height:35px;
  background:#31353d;
  color:#fff;
  font-family:Open Sans;
  text-transform:uppercase;
}

#orta .h1sag {
display:none;
}

/* alt taraf */

#alt {
	height:100px;
	margin:auto;
	overflow:hidden;
	background:url(resimler/alt.jpg);
	width:900px;
}

#alt .sayac {
	margin:15px 0 0 20px;
	text-align:left;
	float:left;
}

#alt .reklamlar {
	margin:15px 20px 0 0;
	text-align:right;
	float:right;
}

#alt .reklamlar a {
	color:#0392ce;
	text-decoration:none;
}

#alt .reklamlar a:hover {
	color:#0392ce;
	text-decoration:underline;
}

/* kontroller */

.dogru {
	background:url(resimler/dogru.gif) no-repeat;
	width:16px;
	height:16px;
}

.yanlis {
	background:url(resimler/yanlis.gif) no-repeat;
	width:16px;
	height:16px;
}

.yenile {
	background:url(resimler/yenile.gif) no-repeat;
	width:16px;
	height:16px;
}

.yukleniyor {
	background:url(resimler/yukleniyor.gif) no-repeat;
	width:16px;
	height:16px;
}

/* textler */

.text {
	width:100px;
}

.textkisa {
	width:40px;
}
	
.textareauzun {
	width:130px;
	height:50px;
}

.textarea {
	width:120px;
	height:80px;
}

/* cizik */

.cizik {
	background:#0392ce;
	height:1px;
	width:95%;
	margin:auto;
}

#ortaslayt{
  border:white solid 1px;
  height:350px;
  width:779px;
  background:#ffd053;
  
}


