@charset "utf-8";

/* genel ayarlamalar */

* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	font-size:12px;
	background:#efefef url(resimler/arka.jpg) no-repeat top center;
	color:#1f1f1f;
	}

img {
	border:none;
}

a {
	color:#1f1f1f;
	text-decoration:underline;
}

a:hover {
	color:#1f1f1f;
	text-decoration:none;
}

.icerik {
	text-align:left;
}

.temizle {
	clear:both;
}

ul {
	list-style:none;
}

/* genislik */

#genislik {
	margin:auto;
	background:none;
	width:808px;
	background:url(resimler/genislikarka.png) repeat-y center top;
}

/* ust taraf */

#ust {
	width:817px;
	background:url(resimler/ustanasayfa.jpg) center top;
	height:108px;
	margin:auto;
}

#ust h1 {
	display:none;
}

#ust .sitelogoarka {
	margin:13px 31px 0 0;
	float:right;
}

#ust .sitelogo {
	width:475px;
	height:88px;
}

/* dil blok */

#dilblok {
	display:none;
}

#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 */

ul#ustmenu {
	list-style:none;
	margin:auto;
	width:817px;
	background:url(resimler/ustmenuarkaanasayfa.jpg) no-repeat left top;
	height:35px;
}

ul#ustmenu li {
	list-style:none;
	float:left;
	background:url(resimler/ustmenuliarka.jpg) no-repeat center top;
	width:97px;
	height:18px;
	padding:8px 0 0 0;
	text-align:center;
	margin:9px 20px 0 0;
}

ul#ustmenu li.anasayfa {
	margin:9px 20px 0 323px;
}

ul#ustmenu li:hover {
	list-style:none;
	background:url(resimler/ustmenulihoverarka.jpg) no-repeat center top;
}

ul#ustmenu li a {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

ul#ustmenu li:hover a {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

/* sol taraf */

#sol {
	float:left;
	margin:0 0 0 4px;
	width:250px;
}

#sol .blok {
}

#sol .blokust {
	height:42px;
	overflow:hidden;
}

#sol .blokust h1 {
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	height:42px;
	width:250px;
	float:left;
	background:url(resimler/blokh1arka.gif) no-repeat top center;
	padding-top:10px;
	text-align:center;
}

#sol .blokust .h1sol {
	display:none;
}

#sol .blokust .h1sag {
	display:none;
}

#sol .blokorta {
	
}

#sol .blokalt {
	height:3px;
}

/* orta taraf */

#orta {
	float:right;
	width:550px;
	margin:0 4px 0 0;
}

#orta .h1sol {
	display:none;
}

#orta h1 {
	font-size:18px;
	color:#000000;
	text-align:left;
	height:30px;
	width:530px;
	background:url(resimler/h1arka.jpg) no-repeat top left;
	padding:10px 0 0 20px;
	overflow:hidden;
	text-align:left;
}

#orta .h1sag {
	display:none;
}

/* alt taraf */

#alt {
	height:55px;
	margin:auto;
	overflow:hidden;
	width:808px;
	height:43px;
	background:url(resimler/altarka.png) top center no-repeat;
	padding:20px 0 0 0;
}

#alt .sayac {
	margin:0 0 0 10px;
	text-align:left;
	float:left;
	font-size:10px;
}

#alt .reklamlar {
	margin:0 10px 0 0;
	text-align:right;
	float:right;
	font-size:12px;
}

#alt .reklamlar a {
	text-decoration:none;
}

#alt .reklamlar a:hover {
	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:#900;
	height:1px;
	width:95%;
	margin:auto;
}