@charset "utf-8";

/* genel ayarlamalar */

* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	background:url(resimler/arka.jpg) repeat-x bottom;
	font-size:12px;
}

img {
	border:none;
}

a {
	color:#033;
	text-decoration:underline;
}

a:hover {
	color:#033;
	text-decoration:none;
}

.icerik {
	padding:5px;
	text-align:left;
}

.temizle {
	clear:both;
}

ul {
	list-style:none;
}

ul li {
	background:url(resimler/ok.jpg) no-repeat left;
	padding:0px 0 0 20px;
	margin:2px 0 2px 0;
}

/* genislik */

#genislik {
	margin:auto;
	width:910px;
}

/* ust taraf */



#ust {
	background:url(resimler/ust.jpg) repeat-x;
	margin:auto;
	width:100%;
	height:294px;
}

#ust h1 {
	display:none;
}

#ust .sitelogoarka {
	background:url(resimler/ustlogo.jpg) no-repeat center;
	width:891px;
	height:294px;
	margin:auto;
}
#ust .sitelogo {
	width:677px;
	height:284px;
	margin:0 0 0 100px;
}

/* dil blok */

#dilblok {
	position:absolute;
	text-align:right;
	margin:5px 0 0 800px;
}

#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;
	}

/* ust menu */

ul#ustmenu {
	list-style:none;
	margin:auto;
	width:891px;
	background:url(resimler/menuarka.jpg) no-repeat;
}

ul#ustmenu li {
	list-style:none;
	background:url(resimler/buton.png) center no-repeat;
	width:97px;
	height:33px;
	float:left;
	text-align:center;
	padding:20px 0 0 0;
	margin:0px 3px 0 0px;
}

ul#ustmenu li:hover {
	list-style:none;
	background:url(resimler/butonustunde.png) center no-repeat;
	width:97px;
	height:33px;
	float:left;
	text-align:center;
	padding:20px 0 0 0;
	margin:0px 3px 0 0px;
}

ul#ustmenu li a {
	color:#000;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

ul#ustmenu li.anasayfa {
	margin:0 4px 0 190px;
}
/* sol menu */

ul#solmenu {
	list-style:none;
	margin-left:8px;
}

ul#solmenu li {
	background:url(resimler/0392ceyanmenu.gif) no-repeat;
	width:150px;
	height:28px;
	text-align:left;
	padding:5px 0 0 5px;
}

ul#solmenu li:hover {
	background:url(resimler/0392ceyanmenuhover.gif) no-repeat;
	width:150px;
	height:28px;
	text-align:left;
	padding:5px 0 0 5px;
}

ul#solmenu li a {
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}

/* sag menu */

ul#sagmenu {
	list-style:none;
	margin-left:8px;
}

ul#sagmenu li {
	background:url(resimler/0392ceyanmenu.gif) no-repeat right;
	width:115px;
	height:28px;
	text-align:right;
	padding:5px 5px 0 0;
}

ul#sagmenu li:hover {
	background:url(resimler/0392ceyanmenuhover.gif) no-repeat right;
	width:115px;
	height:28px;
	text-align:right;
	padding:5px 5px 0 0;
}

ul#sagmenu li a {
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}

/* sol taraf */

#sol {
	float:left;
	margin-top:5px;
	width:180px;
}

#sol .blokust {
	height:31px;
	overflow:hidden;
	background:url(resimler/solblokust.jpg);
	border-right:#2b2ba5 1px solid;
	border-left:#2b2ba5 1px solid;
	border-top:#2b2ba5 1px solid;
	
}

#sol .blokust h1 {
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-align:left;
	height:31px;
	padding:7px 0 0 35px;
	width:155px;
}

#sol .blokust .h1sol {
	display:none;
}

#sol .blokust .h1sag {
	display:none;
}

#sol .blokorta {
	background:#FFF;
	border-right:#2b2ba5 1px solid;
	border-left:#2b2ba5 1px solid;
	border-top:#2b2ba5 1px solid;
}

#sol .blokalt {
	height:20px;
	border-top:#2b2ba5 1px solid;
}

/* sag taraf */

#sag {
	float:right;
	margin-top:5px;
	width:180px;
}

#sag .blokust {
	height:31px;
	overflow:hidden;
	background:url(resimler/sagblokust.jpg) repeat-x top left;
	border-right:#2b2ba5 1px solid;
	border-left:#2b2ba5 1px solid;
	border-top:#2b2ba5 1px solid;
}

#sag .blokust h1 {
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-align:left;
	height:31px;
	padding:7px 0 0 35px;
	width:155px;
}

#sag .blokust .h1sol {
	display:none;
}

#sag .blokust .h1sag {
	display:none;
}

#sag .blokorta {
	background:#FFF;
	border-right:#2b2ba5 1px solid;
	border-left:#2b2ba5 1px solid;
	border-top:#2b2ba5 1px solid;
	
}

#sag .blokalt {
	height:20px;
	border-top:#2b2ba5 1px solid;
}


/* orta taraf */

#orta {
	float:left;
	width:530px;
	border:#2b2ba5 1px solid;
	background:#FFF;
	margin:5px 0 0 9px;
}

#orta .h1sol {
	display:none;
}

#orta h1 {
	font-size:16px;
	color:#000;
	text-align:left;
	height:32px;
	background:url(resimler/ortablok.jpg) no-repeat left top;
	padding:7px 20px 0 35px;
	overflow:hidden;
	width:475px;
}

#orta .h1sag {
	display:none;
}

/* alt taraf */

#alt {
	height:30px;
	width:900px;
	margin:auto;
}

#alt .sayac {
	margin:10px 0 0 20px;
	text-align:left;
	float:left;
	color:#000;
}

#alt .reklamlar {
	margin:10px 20px 0 0;
	text-align:right;
	float:right;
}

#alt .reklamlar a {
	color:#063;
	text-decoration:none;
}

#alt .reklamlar a:hover {
	color:#063;
	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:#0392ce;
	height:1px;
	width:95%;
	margin:auto;
}