/*css sayfaası*/
            *{
                padding: 0px;
                margin: 0px;
            }
          #sayfa{
                border-style: solid;
                border-width: 1px;
                width: 910px;
                min-height: 1000px;
                margin: auto;

          }
          #banner{
            border-style: solid;
            border-width: 1px;
            background-color: white;
            width: 880px;
            height: 100px;
            top: 10px;
            margin: auto;
          }
          #logo{
            border-style:none;
            border-width:1px;
            width: 100px;
            height: 70px;
            position: relative;
            left: 14px;
            top: 14px;
            background-color: brown; 
            float:left;   
        }
        #sosyal{
            border-style:none;
            border-width: 1px;
            border-color: burlywood;
            width: 150px;
            height: 40px;
            float:right;
            position: relative;
            right: 10px;
            top: 40px;
            background-color:white;

        }
        #ikon{
            float: right;
            
        }
        #anamenü{
            border-style: solid;
            border-width: 1px;
            border-color: rgb(54, 28, 43);
            width: 880px;
            height: 50px;
            margin: auto;
            background-color: cadetblue;
        

        }
        #anamenü ul{
            list-style-type: none;
        
        }
        #anamenü ul li{
            border-style: solid;
            width: 100px;
            background-color: rgb(80, 235, 222);
            float:left;
            margin:8px;
            padding: 5px;
            border-radius: 10px;
            text-align: center;
            border-color: rgb(223, 14, 24);
            position: relative;
            left: 120px;
                    }
        #anamenü ul li a{
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            color: blue;
            text-decoration: none;
            font-weight: bold;
            font-size: 13px;

        }
        #anamenü ul li a:link{
            color:black;
                    }
        #anamenü ul li a:active{
            color: brown;
        }
        #anamenü ul li a:hover{
            color: rgb(255, 102, 0);
            text-decoration:overline;
        }
        #baslik{
            color: black;
            float:left;
            position: relative;
            left: 115px;
            top: 15px;
            font-size: 28px;
            font-family:Georgia, 'Times New Roman', Times, serif;
        }
        #icerik{
            border-style:solid;
            border-width: 1px;
            background-color: white;
            width: 680px;
            min-height: 600px;
            float: left;
            position: relative;
            left:14px;
        }
        #yanmenü{
             border-style:solid;
            border-width: 1px;
            background-color: rgb(126, 173, 233);
            width: 190px;
            min-height: 600px;
            float: right;
            position: relative;
            right: 16px;
        }
        .resim{
            float: left;
            width: 300px;
            height: 350px;
            margin: 15px;
        }
        .baslik1{
            color: red;
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 28px;
            margin: 20px;
        }
        p{
            color: black;
            font-size: 14px;
            text-indent: 20px;
            margin: 8px;
        }
        .duyuru{
            color: red;
            font-weight: bold;
            font-size: 25px;
            text-align: center;
            text-decoration:underline;
        }
        .haber{
            color: black;
            text-align: center;

        }
        .p1{
            color: blue;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
        #altmenü{
            border-style: solid;
            border-width: 1px;
            background-color:cadetblue;
            width: 880px;
            height: 50px;
            float: left;
            position: relative;
            left: 14px;
            top: 10px;
            text-align: center;
        }
        #altmenü a{
            color: black;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            margin: 10px;
    
        }
        #altmenü a:link{
            color: rgb(11, 4, 14);
            text-decoration: none;
        }
        #altmenü a:hover{
            color: chartreuse;
            text-decoration: overline;
        }
        #tablo{
            border-style:dotted;
            border-width: 1px;
            border-color: blue;
            width: 588px;
            height: 250px;
           
            float: left;

        }
        #iletisim{
            border-style: solid;
            border-width: 1px;
            width: 590px;
            height: 550px;
            float: left;
            position: relative;
            left: 14px;
           
        }
        .td1{
            font-size: 16px;
            font-weight: bolder;
            color:red;
            text-align: center;
        }
   