/*genel tanimlar*/
	html {
		margin: 0px;
		padding: 0px;
		/*
		border: 1px solid black;
		border: 5px solid black;
		overflow: visible;
		height: 100%;
		*/
	}
	body {
		margin: 0px;
		padding: 0px;
		position:relative;
		background-color: #FFF;
		color: #9F9F9F;
		font-family: "lucida grande", Tahoma, Verdana, Arial, Georgia, sans-serif;
		font-size: 12px; 
		/*overflow: visible;*/
		height: 100%;
	}
	p,legend,fieldset,h1,h2,h3,h4,form,input,select,img,div{
		margin: 0;
		padding: 0;
		border: 0;
	}
	a,a:hover, a:active, a:visited { 
		color: #0191c6;
		text-decoration: none;
	}
	div.form_uyari fieldset{
		border: 1px solid red;
		width: 450px;
		margin:auto;
		padding: 10px;
	}
/* header alani */
	div#header {
		background: #FFF url('/genel/img/bg_header.gif') no-repeat top left;
		color: #727272;
		width: 982px;
		height: 82px;
		margin: auto;
	}

/* footer alani */	
	div#footer {
		bottom: 0px;
		left: 50%;
	    margin-left: -491px;
		/*margin: auto;*/
		background: #f1f1f1 url('/genel/img/bg_footer.gif') no-repeat top left;
		width: 982px;
		height: 131px;
		padding-top: 22px;
		text-align:center;
		position:absolute;
}
.sag {
	float:right;
}
.sol {
	float: left;
}
.koyu {
	background-color:#e5e5e5;
}
.acik {
	background-color:#eeeeee;
}
.baslik {
	font-size: 1.4em; 
}

/* resim boyutlari */
div.image_normal {
	width: 148px;
	height: 82px;
	overflow: hidden;
	margin: 2px;
	float:left;
	cursor:pointer;
	border: 1px solid #444444;
}
div.image_main {
	width: 300px;
	height: 161px;
	overflow: hidden;
	margin: 4px;
	margin-left:3px;
	cursor:pointer;
	border: 1px solid #444444;
}
div.image_cover {
	width: 236px;
	/*height: 259px;*/
	overflow: hidden;
	cursor:pointer;
}
div.image_banner{
}

div.butonblock{
	margin: 10px auto;
	width: 211px;
	height: 49px;
	background:  url('/genel/img/bg_btn01.gif') no-repeat top left;
	position: relative;
}
div.butonblock a{
	position: absolute;
	top:38%;
	left:16px;
	display: block;
	font-weight:bold;
	font-size: 0.9em;
	color: #707070;
}
div.mini_game_link_block {
	margin-top: 22px;
	margin-left: 16px;
	width: 90px;
	height: 170px;
	overflow: hidden;
	float: left;
	font-size: 0.9em;
	position: relative;
}
div.mini_game_link_block img.fg{
	position: absolute;
	top:0px;
	right: 0;
}
div.mini_game_link_block img {
	display: block;
	margin: 0 0 4px 0;
}
div#ust_menu_butonlar {
	padding-top: 39px;
	display: block;
	width: 550px;
	overflow:hidden;
	height: 40px;
	padding-left: 40px;
}
div#ust_menu_butonlar a, div#ust_menu_butonlar a:visited {
	overflow:hidden;
	height:40px;
	display: block;
	float:left;
	border: 0;
}
div#ust_menu_butonlar a:hover img{
	 margin-top: -40px;
}

td {
 vertical-align: top;
}

/* eskiler */
/*
div.iskelet{
	margin: auto;
	width: 982px;
	border: 1px solid #aeaeae;
	position: relative;
	overflow: hidden;
	height: auto;
	clear: both;
}
div.header{
	background: #E7751F url('/genel/img/header_bg.gif') repeat-x top left;
	color: #727272;
	height: 103px;
}
div.cpanel{
	background-color:#515151;
	color:#95999C;
	height:30px;
	padding-top:10px;
	border-bottom:0px;
	border-top:0px;
}
div.body{
	background-color: #727272;
	color: #BFBFBF;
	border-bottom:0;
}
div.body_sol{
	float: left;
	width: 261px;
	background-color: #616162;
}
div.body_sol div.bar01{
	background: url('/genel/img/bg_bar01.gif') repeat-x top left;
	height: 91px;
	padding-left:7px;
}
div.body_sag{
	border:0;
	border-left:1px solid #aeaeae;
	float: left;
	width: 712px;
}
div.body_sag div.flashlight{
	background: #8A8A8A url('/genel/img/bg_02.gif') repeat-x top left;
	height:211px;
	border-bottom: 1px solid #3E3E3E;
}
div.baslik{
	background: url('/genel/img/bg_baslik.gif') repeat-x top left;
	height: 32px;
	padding: 8px 0 0 10px;
	color: #E6E6E6;
}
div.baslik h3{
	font-size:18px;
	font-weight:bold;
	color: silver;
	float:left;
}
div.baslik a,div.baslik a:hover,div.baslik a:active{
	float: right;
	font-size:10px;
	color:white;
	padding-right:10px;
	padding-top:2px;
}
div.menu{
	background: url('/genel/img/bg_menu.gif') repeat-x top left;
}
div.menu div{
	background: url('/genel/img/bg_menustr.gif') repeat-x top left;
	padding-left: 16px;
	padding-top: 3px;
	height: 17px;
	color: orange;
	font-weight: bold;
	font-size: 12px;
}
div.menu div a, div.menu div a:hover,div.menu div a:active{
	color: black;
}
div.footer{
	text-align:center;
	padding: 12px 0;
	line-height: 20px;
}
div.footer h1{
	font-size: 1.1em;
}
div.footer small{
	font-size: 0.6em;
}
div.oyun_bar{
	clear:both;
}
div.oyun_block{
	color: black;
	width: 137px;
	height: 263px;
	padding: 3px;
	margin:10px;
	text-align:center;
	float:left;
	font-size:1.2em;
}
div.oyun_block img{
}
div.oyun_block h1{
	color: #004D84;
	font-size:1.2em;
	font-weight: bold;
	margin: 4px 0;
	padding: 0px;
}
div.form_uyari{
	width:80%;
	color: red;
	margin:10px auto;
}
div.form_uyari fieldset{
	padding:10px;
	font-size:1.4em;
}

a, a:visited {
	color: #BFBFBF;
	text-decoration: none;
}
a:hover, a:active{
	color: white;
}
a.koyu{
	color: black;
}
form {
	margin:auto;
	font-size: 1.3em;
	overflow: hidden;
}
form input, form select{
	font-size: 1.3em;
	border: 1px solid black;
}
form input[type=submit]{
	font-size:0.9em;
}
form td{
	padding-bottom:10px;
}
form input[type="submit"] {
	background: url('/genel/img/btn_form_gri.gif') repeat-x top left;
	cursor: pointer;
	border: 1px solid black;
	font-weight: bold;
	padding:0 4px;
}
form input[type="submit"].kirmizi {
	background: url('/genel/img/btn_form_kirmizi.gif') repeat-x top left;
}
div.icerik {
	font-size:1.2em;
	padding:10px;
	background: #D6D6D6 url('/genel/img/bg_icerik.gif') repeat-x top left;
	overflow: hidden;
	color: black;
}
div.icerik a{
	color: #014D81;
}
div.icerik a:hover{
	color: red;
}
div.icerik a:active{
	color: white;
}
div.icerik div.oyun{
	float:left;
	height: 277px;
	width: 141px;
	margin-left:12px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align:center;
}
div.icerik div.oyun h3{
	color:#014D81;
	font-size:1.1em;
	margin:4px 0;
}
div.icerik div.oyun h4{
	color: black;
	font-weight:normal;
	font-size:1.0em; 
}
div.sayfa {
	clear:both;
	font-size: 1.2em;
	font-weight: bold;
	margin-top:10px;
	border-top: 1px solid black;
	padding-top: 10px;
}
div.sayfa h3{
	display:inline;
	font-size: 1.2em;
	text-decoration:underline;
}
div.ssarea .gameSS{
	padding-top: 30px;
	margin-left:30px;
}
*/