@charset "utf-8";
#genel
{

	background-color:#f1f2f7;
	height:auto;
}



.banner
{
	
	margin:auto;
	
	}
	
.menu
{
	width:900px;
	background-color:#b9090a;
	margin:auto;
	
	

		
		}
		
.icerik
{
	width:900px;
	margin:auto;
	background-color:#e2e4ec;
	height:auto;
	color:#000000;
	font-size:15px;
	
	font-family:Verdana, Geneva, sans-serif;
	}
	
	
		
		}
	
	.cizgi
	{
		width:900px;
	background-color:#f1f2f7;
	margin:auto;
	height:35px;
		}
		
	.cizgiy
	{
		width:900px;
	background-color:#f1f2f7;
	margin:auto;
	height:15px;	}
		
		.footer
		{
			width:900px;
	margin:auto;
	background-color:#3a4557;
	height:50px;
	font-size:13px;
	font-family:"Comic Sans MS", cursive;
	color:#CCC;
	
 
			}
			.baslik
			{
				font-size:20px;
	
	font-family:Arial, Helvetica, sans-serif;
				}
	.supfooter
	{
		width:900px;
	margin:auto;
	background-color:#e2e4ec;
	height:auto;
	color:#000000;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	
	
	
		}
		
		.yazi
		{
			font-family:"Times New Roman", Times, serif;
			font-size:18px;
			padding:35px;
			
			
			}
			
			
			.table {
    width: 100%;
    display: table;
}
    .table div {
        display: table-row;
    }
        .table div div {
            display: table-cell;
            text-align: left;
        }
            .table div div.th {
                font-weight: bold;
                text-align: center;
            }
		
		

#zoom img {

-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;

}
        
#zoom img:hover {
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);

}



