@charset "utf-8";

/* genel ayarlamalar */

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

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

img {
	border:none;
}

a {
	color:#F9E5A0;
	text-decoration:underline;
}

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

.icerik {
	padding:5px;
	text-align:left;
}

.temizle {
	clear:both;
}

/* genislik */

#genislik {
	margin:auto;
	width:880px;
}

/* ust taraf */

#ust {
	margin:auto;
	width:880px;
	height:390px;
}

#ust h1 {
	display:none;
}

#ust .sitelogo {
	width:880px;
	height:390px;
}

/* dil blok */

#dilblok {
	position:absolute;
	text-align:right;
	padding-top:10px;
	width:880px;
}

#dilblok .tr {
	width:16px;
	height:11px;
	background:url(resimler/tr.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}

#dilblok .en {
	width:16px;
	height:11px;
	background:url(resimler/en.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}
	
#dilblok .de {
	width:16px;
	height:11px;
	background:url(resimler/de.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}
	
#dilblok .gr {
	width:16px;
	height:11px;
	background:url(resimler/gr.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}
	
#dilblok .ru {
	width:16px;
	height:11px;
	background:url(resimler/ru.gif) no-repeat;
	padding:0 5px 0 0;
	margin:0px;
	}

/* ust menu */

ul#ustmenu {
	list-style:none;
	margin:auto;
	width:730px;
	background:url(resimler/ustmenu.jpg) no-repeat center top;
	height:80px;
	padding:3px 0 0 0;
}

ul#ustmenu li {
	list-style:none;
	float:left;
	margin:0 0 0 12px;
	text-transform:uppercase;
}

ul#ustmenu li:hover {
	list-style:none;
	float:left;
	margin:0 0 0 12px;
}

ul#ustmenu li a {
	color:#1856a9;
	font-size:14px;
	text-decoration:none;
}

/* sag taraf */

#sag {
	float:right;
	width:308px;
	margin-top:60px;
}

#sag .blok {

}

#sag .blokust {
	display:none;
}

#sag .blokust h1 {
	display:none;
}

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

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

#sag .blokorta {
	
}

#sag .blokalt {
	height:10px;
}

/* orta taraf */

#orta {
	float:left;
	width:auto;
}

#orta .h1sol {
	display:none;
}

#orta h1 {
	font-size:16px;
	color:#ffffff;
	text-align:left;
	height:39px;
	width:675px;
	background:url(resimler/h1.gif) no-repeat top center;
	padding:10px 0 0 10px;
	overflow:hidden;
	margin:0 0 0 20px;
}

#orta .h1sag {
	display:none;
}

#orta .icerik {
	
}

/* alt taraf */

#alt {
	margin:auto;
	overflow:hidden;
	width:760px;
	height:140px;
	background:url(resimler/alt.jpg) center bottom no-repeat;
}

#alt .sayac {
	margin:70px 0 0 0;
	text-align:center;
	float:none;
	color:#CCCCCC;
}

#alt .reklamlar {
	margin:18px 20px 0 0;
	text-align:right;
	float:right;
	color:#CCCCCC;
}

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

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