
/**** genel **************/
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #fff url(images/page_bg.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}



/******* layout ********/

#body {
  width: 100%;
}


/****** ust bolumdeki alanlar *******************/
#tarih {
  height: 20px;
  padding-top: 8px;
  text-align: right;
  background: #7A808C;
  color: #ffffff;
  font: 24px "Times new roman", serif;
  font-weight: normal;
  font-size:12px;
}

#butonResimler {
  background-color: #555555; 
  position: absolute;
  left: 680px;
  width:240px;
  height: 238px;
}


/**** ust menu seridi ***************/
#ustSerit{
	height:25px;
	position:fixed;
	z-index: 99999;
	width:100%;
	left:0px; 
	top:0px; 
	background-color:#fff; 
	color:white;
	text-align: center;
}
.ustSeritButon{ 
	height:20px;
	background-color:#eee; 
	color:333;
	text-align: center;
	display: inline;
	font-size: 15px;
	font-family:Courier New;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.ustSeritButon a {
	height:20px;
	padding-left: 10px;
	padding-right: 10px;
	color: 333;
	text-decoration:none;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.ustSeritButon a:hover {
	height:20px;
	padding-left: 10px;
	padding-right: 10px;
	color: red;
	background-color:#fff;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
}


.butonLink{
	background-color:white; 
	border: 1px solid white; 
	width:50px; 
	height:50px; 
	margin:8px; 
	cursor:pointer;
}

/**** kelime ogrenme bolumu *****/
#kelimeOgrenTF{
	font-size: 12px;
	border: 1px solid #eee; 
	text-align:left;
}

#kelimeOgrenFT{
	font-size: 12px;
	border: 1px solid #eee; 
	text-align:left;
}


/******  pencereler **************/


.pencereBaslik{
	text-align:center; 
	font-family:Courier New; 
	font-size:15px; 
	font-weight:bold; 
	color: black; 
	background-color:#999;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	height:20px;
}

#girisEkrani{
	height:250px;
	position:fixed;
	z-index: 99999;
	width:400;
	left:120px; 
	top:100px; 
	display:none;
}







