@charset "utf-8";

/* genel ayarlamalar */

* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	font-size:12px;
	background:#cfcfcf url(resimler/arka.jpg) repeat-x center top;
	}

img {
	border:none;
}

a {
	font-weight:normal;
	color:#242525;
	text-decoration:underline;
}

a:hover {
	font-weight:normal;
	color:#242525;
	text-decoration:none;
}

.icerik {
	padding:5px;
	text-align:left;
}

.temizle {
	clear:both;
}

/* genislik */

#genislik {
	margin:auto;
	background:none;
	width:950px;
}

/* ust taraf */

#ust {
	width:960px;
	height:200px;
	margin:auto;
}

#ust h1 {
	display:none;
}

#ust img {
	width:960px;
	height:200px;
}

/* 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:960px;
	height:50px;
	padding:0 0 0 20px;
}

ul#ustmenu li {
	list-style:none;
	width:156px;
	height:34px;
	float:left;
	background:url(resimler/menuarka.gif) no-repeat center top;
	text-align:center;
	padding:8px 0 0 0;
}

ul#ustmenu li:hover {
	list-style:none;
}

ul#ustmenu li a {
	color: #ffffff;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
}

/* sol taraf */

#sol {
	float:left;
	padding-left:10px;
	margin-top:5px;
	width:180px;
}

#sol .blok {
	
}

#sol .blokust {
	height:30px;
	overflow:hidden;
	background:url(resimler/blokust.gif) no-repeat bottom center;
}

#sol .blokust h1 {
	font-size:14px;
	color:#ffffff;
	text-align:left;
	height:27px;
	width:auto;
	float:left;
	background:url(resimler/h1orta.gif) repeat-x top center;
	padding-top:7px;
	font-weight:normal;
}

#sol .blokust .h1sol {
	background:url(resimler/h1sol.gif) no-repeat;
	height:27px;
	width:12px;
	float:left;
	margin-left:5px;
}

#sol .blokust .h1sag {
	background:url(resimler/h1sag.gif) no-repeat;
	height:42px;
	width:23px;
	float:left;
}

#sol .blokorta {
	background:url(resimler/blokorta.gif) repeat-y center;
}

#sol .blokalt {
	background:url(resimler/blokalt.gif) no-repeat top center;
	height:20px;
}

/* sag taraf */

#sag {
	float:right;
	padding-right:10px;
	margin-top:5px;
	width:180px;
}

#sag .blok {
	
}

#sag .blokust {
	height:30px;
	overflow:hidden;
	background:url(resimler/blokust.gif) no-repeat bottom center;
}

#sag .blokust h1 {
	font-size:14px;
	color:#ffffff;
	text-align:left;
	height:27px;
	width:auto;
	float:left;
	background:url(resimler/h1orta.gif) repeat-x top center;
	padding-top:7px;
	font-weight:normal;
}

#sag .blokust .h1sol {
	background:url(resimler/h1sol.gif) no-repeat;
	height:27px;
	width:12px;
	float:left;
	margin-left:5px;
}

#sag .blokust .h1sag {
	background:url(resimler/h1sag.gif) no-repeat;
	height:42px;
	width:23px;
	float:left;
}

#sag .blokorta {
	background:url(resimler/blokorta.gif) repeat-y center;
}

#sag .blokalt {
	background:url(resimler/blokalt.gif) no-repeat top center;
	height:20px;
}

/* orta taraf */

#orta {
	float:left;
	width:560px;
	margin-left:4px;
}

#orta .h1sol {
	background:url(resimler/h1sol.gif) no-repeat;
	height:27px;
	width:12px;
	float:left;
	margin-left:5px;
}

#orta h1 {
	font-size:14px;
	color:#ffffff;
	text-align:left;
	height:20px;
	width:auto;
	background:url(resimler/h1orta.gif) repeat-x top left;
	padding:7px 0 0 0;
	overflow:hidden;
	float:left;
	font-weight:normal;
}

#orta .h1sag {
	background:url(resimler/h1sag.gif) no-repeat;
	height:27px;
	width:12px;
	float:left;
}

#orta .icerik {
	
}

/* alt taraf */

#alt {
	height:55px;
	margin:auto;
	overflow:hidden;
	background:#ffffff;
	width:950px;
	height:60px;
	background:url(resimler/alt.png) left center no-repeat;
	padding:10px 0 0 0;
}

#alt .sayac {
	margin:20px 0 0 20px;
	text-align:left;
	float:left;
}

#alt .reklamlar {
	margin:20px 20px 0 0;
	text-align:right;
	float:right;
}

#alt .reklamlar a {
	color:#242525;
	text-decoration:none;
}

#alt .reklamlar a:hover {
	color:#735895;
	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;
}