
/**** 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 ********/
#wrapper {
	text-align: left;
	margin: auto;
	width: 920px;
	position: relative;
  top: 25px;
}

#spacer {
  height: 240px;
}

#body {
  width: 100%;
}


/****** ust bolumdeki alanlar *******************/
#tarih {
  position: absolute;
  left: 0;
  height: 20px;
  padding-top: 8px;
  width: 414px;
  text-align: center;
  background: #7A808C;
  color: #ffffff;
  font: 24px "Times new roman", serif;
  font-weight: normal;
  font-size:12px;
}
#kusResimleri {
  position: absolute;
  left: 414px;
  width: 266px;
  height: 238px;
  background: #6D7481 bottom left url(images/header1.jpg) no-repeat;
}
#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:#aaa; 
	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;
}



/***** left *************/
#left {
  float: left;
  width: 615px;
}


/***** right *************/
#right {
  float: right;
  width: 280px;
  background-color: #eee;
  padding: 4px 15px 0 5px;
}

#right h2 {
  color: #323E51;
  font: 22px "Times new roman", serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font: 14px "Times new roman", serif;
  margin-bottom: 5px;
}
#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #163348;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}
 
 
 
 
/******** copyright ***********/
#copyright {
  background: #6D7481;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: left;
  width: 920px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}

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

/**** kelime ogrenme bolumu *****/
#kelimeOgrenTF{
	font-size: 17px;
}

#kelimeOgrenFT{
	font-size: 17px;
}


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








