body {
  
   background: url('images/background.jpg');
   margin: 0;
   padding: 0;
   height: %100;
   width: %100;
   min-width: 850px;
   font-family: Segoe UI;
}

#alan {
	background: #FFF;
   text-align: center;
   width: 880px;
   height: 700px;
     
   border: 2px inset rgba(0,0,80,0.62);
   z-index:1;
   -webkit-transition: opacity 0.5s;
   -moz-transition: opacity 0.5s;
   -o-transition: opacity 0.5s;
   transition: opacity 0.5s;

   -webkit-box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   -moz-box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   -o-box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   position: relative;
   background-color: #FFF;
   overflow: hidden;
   margin-top: 20px;
}

#giris {

	border: 1px inset rgba(0,0,80,0.62);
	position: absolute; 
	width:400px; 
	height:420px; 
	margin-left: 200px; 
	margin-top: 100px;  
	z-index:4; 
	background: #c1dbfb;
	}
	
#aciklama {
	border: 1px inset rgba(0,0,80,0.62);
	position: absolute; 
	width:400px; 
	height:320px; 
	margin-left: 200px; 
	margin-top: 100px;  
	z-index:3; 
	background: #c1dbfb; 
	display: none; 
	color:#333; 
	font-family: Segoe UI; 
	font-size: 18px;"
}

#bitis {
 	width: 500px; 
	height: 250px; 
	margin-top: 180px; 
	margin-left: 180px; 
	border: 4px solid #333; 
	z-index:3; 
	text-align:center; 
	display: none;
	position:absolute;
	 border-radius: 10px; /* Standart */
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px;
	background-color:#FFF;
}

#bitis div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 18px;
     text-align: center;
	color: #267be5;
	}
	
#bitis h1 {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 36px;
     text-align: center;
	color: #e94d17;
	}
	
#skorsonucu {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 18px;
	 color: #e94d17;
	}
	
#dogrusayisi {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 18px;
	 color: #e94d17;
	}
	
#basari {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 18px;
	 color: #e94d17;
	}	
	
#sayac {
 	width: 250px; 
	height: 80px; 
	margin-top: 90px; 
	margin-left: 300px; 
	background-color: #FFC; 
	 
	z-index:3; 
	text-align:center; 
	padding-top: 16px; 
	display: none;
	position:absolute;
}

#score {
     width: 850px;
   	 height: 130px;
	 z-index: 2;
	 margin-top: 0px;
	 margin-left: 15px;
   -webkit-transition: opacity 0.5s;
   -moz-transition: opacity 0.5s;
   -o-transition: opacity 0.5s;
   transition: opacity 0.5s;

   display: none;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 32px;
   text-align: center;
   color:#ffffff;
   font-weight: bold;
   background : url(images/ust.png) no-repeat #FFF center;
   position: absolute;
   
}

#saha {
   text-align: center;
   z-index:2;
   display : none;
   position: absolute;
   margin-left: 30px;
   margin-top: 170px;
   width: 830px;
  	 
}

#desen {
   text-align: center;
   z-index:3;
   display : block;
   position: absolute;
   margin-left: 154px;
   margin-top: 40px;
   width: 70px;
   height: 40px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 32px;
   text-align: center;
   color:#333;  
}

#hak {
   text-align: center;
   z-index:3;
   display : block;
   position: absolute;
   margin-left: 375px;
   margin-top: 40px;
   width: 70px;
   height: 40px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 32px;
   text-align: center;
   color:#333;  
}

#puan {
   text-align: center;
   z-index:3;
   display : block;
   position: absolute;
   margin-left: 590px;
   margin-top: 40px;
   width: 70px;
   height: 40px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 32px;
   text-align: center;
   color:#333;  
}

#dogru {
	
    text-align: center;
   	z-index:4;
   display: none;
	position:absolute;
	margin-top: 150px;
	margin-left: 185px;
	background-image:url(images/dogru.png);
	width:120px;
	height:120px;
}

#yanlis {
	
    text-align: center;
   	z-index:4;
    display: none;
	position:absolute;
	margin-top: 150px;
	margin-left: 185px;
	background-image:url(images/yanlis.png);
	width:120px;
	height:120px; 
}

#secim {
  text-align: center;
  position: absolute; 
  width:880px; 
  height:700px; 
  top : -750px;
  z-index:4; 
  background: #f9e9c9;
 background: -webkit-linear-gradient(#f9e9c9, #f8bd21);
  background:    -moz-linear-gradient(#f9e9c9, #f8bd21);
  background:     -ms-linear-gradient(#f9e9c9, #f8bd21);
  background:      -o-linear-gradient(#f9e9c9, #f8bd21);
  background:         linear-gradient(#f9e9c9, #f8bd21);
}

#secim h1 {
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 32px;
	 color:#FFF;
     text-align: center;
	 margin-top: 70px;
	 width: 845px;
	 height: 120px;
	 border: 3px dashed #F60;
	 background:#f8bd21;

	}
	
#secim div {
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 18px;
	 color:#FFF;
     text-align: center;
	 -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 8px;
	 width: 200px;
	 height: 150px;
	 border: 4px solid #f69f09;
	 float:left;
	 background-color:#f6dfb1;
	}
	
#secim P {
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 24px;
     text-align: center;
	 margin-top: 20px;
	}
	
#bas1 {
	cursor: pointer;
	}
		
#bas2 {
	cursor: pointer;
	}
		
#bas3 {
	cursor: pointer;
	}	

	.hex {
    float: left;
    margin-right: -26px;
    margin-bottom: -50px;
}
.hex .left {
    float: left;
    width: 0;
    border-right: 30px solid #6C6;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
}
.hex .middle {
    float: left;
    width: 60px;
    height: 104px;
    background: #6C6;
}
.hex .right {
    float: left;
    width: 0;
    border-left: 30px solid #6C6;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
}
.hex-row {
    clear: left;
}
.hex.even {
    margin-top: 53px;
}
#dv1
{
	float: left;
	width: 820px;
	
}
.ptkler
{
	cursor : url('bee-cur.cur'), pointer;
			  
}
