@charset "utf-8";
/* CSS Document */
#ders{ width:100%;
margin-bottom:20px;
clear:both;
}
#ders1{
	padding: 5px;
	border: 2px solid #a1a1a1;
	min-width: 150px;
	border-radius: 10px;
	margin: 10px;
	float: left;
	width: 20%;
	color: #000;
	background: white;
	float: left;
	width: 20%;
}
#ders2{
	border: 2px solid #a1a1a1;
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	background: white;
	color: #000;
	float: left;
	width: 75%;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
   }
nav {
		width: 100%;
		position: relative;
		background: #000;
		border-bottom:2px double #990000;
    }
#nav-logo a{ color:#FFF; text-decoration:none;}
#menu-goster{
	padding:10px;
	color:#fff;
	font-weight:bold;
	display:none;
	cursor:pointer;
	height:20px;
	color:#09F
	}

@media screen and (min-width: 1200px) {

    #nav {
        width: 940px;
        height: 50px;
        position: relative;
        margin: auto;
		
    }

    #nav-container {
        width: 600px;
        height: 50px;
        position: relative;
        float: right;
    }
    
    #nav-logo {
	width: 220px;
	height: 50px;
	position: relative;
	float: left;
	cursor: pointer;
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	color: #FFF;
    }

#nav-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav-container ul li {
	float: left;
}
#nav-container ul li a {
	text-decoration: none;
	display: block;
	line-height: 50px;
	font-size: 18px;
	width: 150px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	color:#fff;
	text-align:center;
	
	transition:all .3s ease-in-out;
}
#nav-container ul li a:hover {
	background-color: #CCC;
}
#menu-goster{
	display:none;}  
	#nav-container ul{
		display:block!important} 
		#ders1{
			color:#000;
border: 2px solid #a1a1a1;
min-width:150px;
border-radius: 10px;
margin: 5px;
padding:5px;
float: left;
width: 20%;

color:#000;
float: left;
width: 20%;  
}
#ders2{
	border: 2px solid #a1a1a1;
	border-radius: 10px;
	margin: 10px;
	background: white;
	color: #000;
	float: left;
	width: 75%;
   } 		
}
@media screen and (max-width:1200px),handheld{
	


    #nav {
        width:100%;
        position: relative;
        margin: auto;
		
    }

    #nav-container {
        width:100%;
        position: relative;
        
    }
    
    #nav-logo {
	position: relative;
	cursor: pointer;
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	color: #FFF;
    }

#nav-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav-container ul li {
	float: none;
}
#nav-container ul li a {
	text-decoration: none;
	display: block;
	line-height: 40px;
	font-size: 18px;
	width: 100%-20px;
	height: 40px;
	margin: 0px;
	padding-left:20px;
	color:#fff;
	border-bottom:1px solid #555;
	transition:all .3s ease-in-out;
}

#nav-container ul li a:hover {
	background-color: #CCC;
}
#menu-goster{
	display:block;} 
	#ders1{
border: 2px solid #a1a1a1;
min-width:150px;
border-radius: 10px;
margin: 10px;
width: 95%;

color:#000;
background:white;
  
}
#ders2{
	border: 2px solid #a1a1a1;
	border-radius: 10px;
	margin: 10px;
	background: white;
	color: #000;
	width: 95%;
   }
	}
.konu_baslik{
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;}
.konu_baslik_ul{ padding:0; margin-left:20px;
margin-bottom:0px;
margin-right:0px;
margin-top:0px;
list-style-type:none;}
.konu_baslik_ul li a:link,.konu_baslik_ul li a:visited{ text-decoration:none;
line-height:30px;
color:#06F;}
.konu_baslik_ul li a:hover{ color:#900;
font-weight:bold;}
/* zoom*/
#python{
	width:90%;}
.style_prevu_kit{ float:left;
	border:0;
	width:180px;
	height:120px;
	margin:10px;
	text-align:center;
	-webkit-transition:all 200ms ease-in;
	-webkit-transform:scale(1);
	-ms-transition:all 200ms ease-in;
	-ms-transform:scale(1);
	-moz-transition:all 200ms ease-in;
	-moz-transform:scale(1);
	
	}
.style_prevu_kit:hover{
	box-shadow:0px 0px 50px #000000;
	z-index:2;
	-webkit-transition:all 200ms ease-in;
	-webkit-transform:scale(1.1);
	-ms-transition:all 200ms ease-in;
	-ms-transform:scale(1.1);
	-moz-transition:all 200ms ease-in;
	-moz-transform:scale(1.1);
	transition:all 200ms ease-in;
	transform:scale(1.1); 
	}
	
@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	
}

#footer {
	height: 100px;
	color: #FFF;
	text-align: center;
	background-color: #000;
	line-height: 100px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #900;
}

#genel {
	width: 940px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
	font-family: "MS Serif", "New York", serif;
}

h3 {
	padding: 0px;
	margin: 0px;
}
#genel #icerik { font-family:PT Sans;
}
}
#genel #icerik h2 {
}
#genel #icerik h2 a {
	text-decoration: none;
	color: #000;
	margin: 5px;
	line-height: 25px;
}
#genel #icerik h2 a:hover {
	color: #03F;
}



.yana_getir {
	margin: 10px;
	float: left;
}


.temizle {
	clear: both;
}


.doldur {
	width: 750px;
	clear: both;
}


.resim_kenarlik {
	border: solid 1px  #CCC;
	float: left;
	margin: 5px;
}


.font_yellow_18{
    color: rgba(224,152,5,1.00);
    font-size: 18px;
}
.bolum_gosterge {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 20px;
	float: right;
	width: 85%;
}
.konu-basligi{
	font-size: 24px;
	font-weight: bold;
	color: #F00; font-weight:bold; 
	text-decoration:underline;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 36px;
	width: 85%;
}
.baslik24k {
	font-size: 24px;
	font-weight: bold;
	color: #900;
	margin-left: 20px;
}

.font_pink_18 a {
	text-decoration: none;
	color: rgb(242, 116, 144);
}
.font_pink_18 a:hover {
	text-decoration: none;
	color: rgb(242, 116, 144);
	font-weight: bold;
}

#ust_bolum #bolum1 #menu div form input {
	float: right;
	margin-top: 12px;
	height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#genel #sayfalama ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#genel #sayfalama ul li {
	display: inline;
}
#genel #sayfalama ul ul {
	display: inline;
}
#genel #sayfalama ul li a {
	color: #900;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	text-decoration: none;
}
#genel #sayfalama ul li a:hover {
	color: #900;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	text-decoration: underline;
}

#genel #sayfalama ul ul li a {
	color: #06C;
}

#genel #sayfalama ul ul li a:hover {
	color: #06C;
	text-decoration: underline;
}

#genel #sayfalama ul ul ul li a {
	color: #060;
	font-weight: bold;
}
#genel #sayfalama ul ul ul li a:hover {
	color: #060;
	font-weight: bold;
	text-decoration: underline;
}

#genel #icerik .haber p img {
	height: 194px;
	width: 350px;
}
#genel #icerik .haber p a {
	text-decoration: none;
	color: #000;
}
#genel #icerik .haber p a:hover {
	color: #06C;
}
.sekil {
	font-size: 12px;
	color: #999;
}
.sekil:hover{ color:#333;}
.sql_sorgusu{
	font-variant:normal; 
	letter-spacing:normal; 
	line-height:22.4px; 
	orphans:auto; 
	text-align:start; 
	text-indent:0px; 
	text-transform:none; 
	white-space:normal; 
	widows:1; word-spacing:0px; 
	-webkit-text-stroke-width:0px; 
	display:inline !important; 
	float:none; 
	background-color:rgb(255, 255, 255); 
	font-family:Consolas, 'courier new'; 
	font-size:16px; color:rgb(0, 0, 0); 
	font-style:normal; 
	font-weight:normal;
	}
	
.ders_notu_1{
font-variant:normal; 
letter-spacing:normal; 
line-height:18.2px; 
orphans:auto; 
text-align:left; 
text-indent:0px; 
text-transform:none; 
white-space:normal; 
widows:1; 
word-spacing:0px; 
-webkit-text-stroke-width:0px; 
display:inline !important; 
float:none; background-color:rgb(255, 255, 255); 
font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif; 
font-size:13px; 
color:rgb(51, 51, 51); 
font-style:normal; 
font-weight:normal;
	
	}
#slide-show {
}
#slide-show div div div a {
	color: #999;
	text-decoration: underline;
}
#slide-show div div div a:hover {
	color: #FFF;
	text-decoration: none;
}
.kod-not-div {
	margin: 20px;
	padding: 5px;
	line-height: 22.4px;
	orphans: auto;
	widows: 1;
	-webkit-text-stroke-width: 0px;
	font-family: Consolas, 'courier new';
	font-size: 16px;
	color: #000;
	font-style: normal;
}
