body {
	background-image:url(image/background.jpg);
    background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
}

.govde {
	width: 1280px;
	height: 2000px;
	background-color:transparent;
}

.ustlogo {
	margin: 0px;
	margin-top: 0px;
	float: center;
	z-index: 1000;
}

.ust-sol {
	width: 275px;
	height:75px;
	float:left;
	background-color: white;
	border-style: solid;
	border-width: 25px 150px 0px 0px;
	border-color: transparent;
		z-index: 1000;
}

.ust-orta {
	width: 430px;
	height:100px;
	float:left;
	background-color: white;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: transparent;
	margin-top:0px;
	z-index: 1000;
}

.ust-sag {
	width: 425px;
	height:100px;
	float:left;
	background-color: white;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: transparent;
	margin-top:0px;
	z-index: 1000;
}


.ust-cerceve {
	width: 1280px;
	height:100px;
	float:left;
    border-style: solid;
	border-width: 0px 0px 4px 0px;
    border-bottom-color: #CFCFCF;
	position: fixed;
	z-index: 1000;
	
}


.banner {
	width:1280px;
	height:400px;
	float:left;
	margin-top:100px;

}

.konu-kutusu{
	width:244px;
	
	border-color: transparent;
	background-color:#FFF;
	border-style:solid;
	float:left;
	margin-top:10px;
	color:#666;
	
}


.konu-cubugu{
	width:244px;
	border-color: transparent;
	border-style:solid;
	float:left;
	color:#666;
	margin-left:5px;
	
}



.konu-baslıgı{
	width: 1000px;
	height:50px;
	color:#666;
	float:left;
	margin-top:120px;
	margin-left:110px;
	border-radius:10px 10px 10px 10px;
	background-color:#FFF;
	font-size:30px;
	text-align: center;
	border-style: solid;
	border-width: 15px 15px 15px 15px;
	border-color: transparent;
	font-family: Verdana, Geneva, sans-serif;
	
}

.konu-govde {
	width: 990px;
	height: 1750px;
	background-color:white;
	float:left;
	background-color:#FFF;
	font-size:16px;
	text-align: left;
	border-style: solid;
	border-width: 15px 15px 15px 15px;
	border-color: transparent;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:10px;
	text-align-last:left;

	}


.aw-zoom
{
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}


.aw-zoom:hover
{
    z-index:2;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);  
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}



.foother {
	width:1280px;
	height:30px;
	line-height:30px;
	background-color:#CFCFCF;
	color:white;
	text-align:center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100;

}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
		z-index: 100;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;
	z-index: 100;

}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
		z-index: 100;

}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
		z-index: 100;

}



