@charset "utf-8";

/* genel ayarlamalar */

* {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
}

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

img {
	border:none;
}

a {
	color:#494d4c;
	text-decoration:underline;
}

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

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

.temizle {
	clear:both;
}

/* genislik */

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

/* ust taraf */

#ust {
	margin:auto;
	background:url(resimler/ust.jpg) no-repeat center top;
	width:670px;
	height:180px;
}

#ust h1 {
	font-size:44px;
	font-style:italic;
	padding-left:20px;
	position:absolute;
}

#ust img {
	margin:5px 10px 5px 10px;
	float:right;
	width:670px;
	height:180px;
}

/* dil blok */

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

#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:670px;
	background:url(resimler/menu.jpg) no-repeat center top;
	height:35px;
	padding:33px 0 0 100px;
}

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:#e2cb92;
	font-size:13px;
	text-decoration:none;
}

/* orta taraf */

#orta {
	float:left;
}

#orta .h1sol {
	display:none;
}

#orta h1 {
	font-size:30px;
	color:#494d4c;
	text-align:left;
	height:39px;
	width:821px;
	padding:10px 0 0 30px;
	overflow:hidden;
	margin:10px 0 0 20px;
	font-style:italic;
}

#orta .h1sag {
	display:none;
}

#orta .icerik {
	
}

/* alt taraf */

#alt {
	margin:auto;
	overflow:hidden;
	width:730px;
	height:15px;
}

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

#alt .reklamlar {
	margin:0 40px 0 0;
	text-align:right;
	float:right;
}

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

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