@charset "utf-8";

/* genel ayarlamalar */

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

body {
	background:#ffffff;
	font-size:12px;
	background:#f3861f url(resimler/arka.jpg) repeat-y center top;
	}

img {
	border:none;
}

a {
	color:#1856a9;
	text-decoration:underline;
}

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

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

.temizle {
	clear:both;
}

/* genislik */

#genislik {
	margin:auto;
	background:#ffffff;
	width:750px;
}

/* ust taraf */

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

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

#ust img {
	margin:5px 10px 5px 10px;
	float:right;
	width:730px;
	height:140px;
}

/* 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: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;
}

/* orta taraf */

#orta {
	float:left;
}

#orta .h1sol {
}

#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:10px 0 0 20px;
}

#orta .h1sag {
}

#orta .icerik {
	background:url(resimler/icerik.gif) no-repeat center bottom;
}

/* alt taraf */

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

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

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

#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:#1856a9;
	height:1px;
	width:95%;
	margin:auto;
}