/* Genel Tanımlamalar */




*{ margin: 0; padding: 0; outline: 0; }	/* marjin, iç boşluk ve dış çizgi 0 tanımlanıyor. 0 olması olmadığı anlamına gelir. */
body { font: .74em Arial, Sans-Serif; background: #E7BA39 url(../images/bg.gif) repeat-x; color: #777; text-align: center; } /* gövdetanımlamarı yapılıyor. font büyüklüğü, yazı fontu, arkaplan rengi, arkaplana konan imaj ve bu amjın repeat ile kendini tekrarlayarak arkaplanı doldurması, rengi ve text hizalaması (center ile ortala dedik) ayarlanıyor. */


/* CONTENT (İÇERİK) DIV SARGISI */
#content { clear: both; width: 800px; margin: 0 auto; text-align: left; margin-top:50px; }
#sollogo { clear: both; width:400px; margin: 0 auto; text-align: left; float:left;}
#sollogo img{	width:400px; height:300px;}




/*  SUTUNLAR (1/3) */
.col {
	float: left;
	width: 600px;
	background: #fff;
	padding: 15px !important;
	padding: 15px 15px 2px;
	margin: 0 30px 35px 0;
	text-align: justify;
	border-top: 1px dotted #ddd;
}
.kullanicigirisleri {
	float: right;
	width: 340px;
	background: #fff;
	padding: 15px !important;
	padding: 15px 15px 2px;
	margin: 30px 30px 35px 0;
	text-align: justify;
	border-top: 1px dotted #ddd;
	margin-right: 0;
}
#Yonetici{
	right:10px;
	top:10px;
	height:185px;
	width:340px;
	z-index:2;
}
.KullaniciBaslik{
	top:0px;
	right:0px;
	width:340px;
	height:30px;
	background:url(img/KullaniciBaslik.png) no-repeat scroll top left;
	line-height:36px;
}
.KullaniciInput{
	right:0;
	top:36px;
	height:140px;
	width:320px;
	background-color:#666;
	padding: 5px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
}
.KullaniciAdi{
	right:34px;
	top:15px;
	width:180px;
	height:27px;
	border:#ffbe2c solid 1px;
	font-weight:bold;
	color:#6a3838;
	float: left;
	padding-top: 5px;
	margin-bottom: 5px;
}
#kullaniciadikapsayan{
	width:320px;
	height:50px;
	line-height:center;
}
#sifrekapsayan{
	width:320px;
	height:50px;
	line-height:center;
}

#kullaniciaditext{
	float: left;
}
#txtYoneticiAdi{
	float: right;
}
#sifretext{
	float: left;
}
#txtSifre{
	float: right;
}
.KullaniciSifre{
	right:34px;
	top:46px;
	width:180px;
	height:33px;
	border:#ffbe2c solid 1px;
	font-weight:bold;
	color:#6a3838;
	float: left;
	margin-bottom: 5px;
}
.KullaniciButton{
	right:34px;
	height:31px;
	width:120px;
	background:url(img/KullaniciButton.png) no-repeat scroll top left;
	font-weight:bold;
	font-size:14px;
	float: right;
	margin: 10px;
	margin-top:0px;
}
.fontboy {
	font-family: "Arial Black";
	font-size: 18px;
	color: #000;
}
#alt {
	height:120px;
	background-color: #DDDDDD;
}
.KullaniciButton:hover{background-position:bottom left; color:#fff; border:#ffbe2c solid 1px; height:31px; width:120px;}
.col p { margin: 0 0 15px; }
.more { float: left; position: relative; margin: 0 0 0 -21px; background: url(../images/more.gif) no-repeat; padding: 11px 21px 6px; color: #fff; font-size: .9em; font-weight: bold; }

.line {
	clear: both;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

/* LISTELER */
#lists { float: left; width: 630px; margin: 0 0 22px; padding: 18px 0 0 10px; }
#lists ul { float: left; margin: 0 50px 0 0; }
#lists ul.last { margin: 0; }
#lists li { background: url(../images/bullet.gif) no-repeat 0 10px; list-style: none; padding: 5px 0 0 12px; color: #555; }
#lists li.title { color: #222; font-size: 1.2em; font-weight: bold; font-weight: bold; padding-bottom: 9px; text-transform: uppercase; } 
	
/* VIRGULLER */
.quotefirst {
	float: right;
	width: 270px;
	padding: 20px 15px;
	background: #ddd url(../images/quote.gif) no-repeat 7px 7px;
	height: 80px;
	color: #444;
	font-style: italic;
}
.quotelast {
	float: left;
	width: 270px;
	padding: 20px 15px;
	background: #ddd url(../images/quote.gif) no-repeat 7px 7px;
	height: 80px;
	color: #444;
	font-style: italic;
}
#author { font-weight: bold; padding: 10px 0 0;  }
	
/* DIP BICIMI (FOOTER) */
#footer { clear: both; color: #999; font-size: .94em; border-top: 1px dotted #ccc; padding: 25px 10px; }
#flinks { float: right; }
#durumusifirust {
	width: 100%;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #00F;
	height: 80px;
	line-height:80px;
}
#durumusifirana {
	height: 600px;
	width: 100%;
	font-size: 50px;
	font-weight: bold;
	line-height:100px;
}
