<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="Kullanici.css" rel="stylesheet" />
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
<style type="text/css">
.auto-style1 {
width: 100%;
background-color: #FFFFFF;
}
.auto-style2 {
width: 108px;
font-weight: bold;
background-color: #FFCCFF;
}
.auto-style5 {
width: 154px;
font-weight: bold;
background-color: #FFCCFF;
}
.auto-style6 {
font-weight: bold;
background-color: #FFCCFF;
}
.auto-style7 {
width: 165px;
font-weight: bold;
background-color: #FFCCFF;
}
.auto-style8 {
background-color: #FF9999;
}
.auto-style10 {
background-color: #FFCCFF;
}
</style>
</head>
<body style="background-color: #CCFFFF">
<form id="form1" runat="server">
<div style="height: 150px; width: 700px; margin-left:300px; background-color: #ce7171;">
<asp:Image ID="Image1" runat="server" Height="149px" ImageUrl="~/Adminfoto/151020191129072264718.jpg" Width="698px" />
</div>
<div style="margin-left:300px; width:700px; height:20px;"> </div>
<div style="border: thin solid #fff; margin-left:300px; width:700px; height:30px; background-color: #ffffff; text-align: center;">
<table class="auto-style1" style="border-style: none; height: 39px; background-color: #FF6699;">
<tr>
<td class="auto-style2" style="border-style: none"> <a href="Anasayfa.aspx"><span class="auto-style10">ANA SAYFA</span></a></td>
<td class="auto-style7" style="border-style: none"><span class="auto-style8"><a href="GununYemegi.aspx"><span class="auto-style10">GÜNÜN YEMEĞ</span></a></span><a href="GununYemegi.aspx"><span class="auto-style10">İ</span></a></td>
<td class="auto-style5" style="border-style: none"><a href="TarifOner.aspx"><span class="auto-style10">TARİF ÖNER</span></a></td>
<td class="auto-style5" style="border-style: none"><a href="Hakkimizda.aspx"><span class="auto-style10">HAKKIMIZDA</span></a></td>
<td class="auto-style6" style="border-style: none"> <a href="İletisim.aspx"><span class="auto-style10">İLETİŞİM</span></a></td>
</tr>
</table>
</div>
<div style="margin-left:300px; width:700px; height:20px;"> </div>
<div style="margin-left:300px; width:700px; height:auto; ">
<div style=" width:200px; float:left; height:auto; background-color: #CCFFFF;">
KATEGORİLER<br />
<br />
<asp:DataList ID="DataList1" runat="server" Width="200px">
<ItemTemplate>
<div style="border: thin solid #FFCC99">
<a href="Kategori Detay.aspx?Kategoriid=<%#Eval("Kategoriid")%>"><asp:Label ID="Label1" runat="server" Text='<%# Eval("KategoriAd") %>'></asp:Label></a>
</div>
</ItemTemplate>
</asp:DataList>
</div>
<div style=" width:450px; float:left; height:auto; background-color: #CCFFFF; margin-left:50px;">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</form>
</body>
</html>
<%----%>