div.panel 
{
   width:100%;
   margin-bottom:5px;
   float:left;
}


div.panel .baslik
{
   display:block; 
   float:left; 
   width:100%; 
   background:url(images/site/panel_baslik.gif) 0 0 no-repeat; 
   text-decoration:none; 
   font-size:12px; 
   font-weight:bold;
   height:25px;
   line-height:25px;
}
div.panel .baslik span
{
   display:block; 
   float:left;
   background:url(images/site/panel_baslik.gif) right -25px no-repeat; 
   height:25px;
   line-height:25px; 
   color:#fff;
   width:100%;
   text-indent:10px;
}

div.panel .icerik
{
      width:100%;
      float:left;
      background:url(../images/site/panel_bg.png) repeat-x;
      background-color:#fff;
      font-weight:normal;
      color:#000;
}

.panelmenu  {   color:#000; font-family:Arial; font-size:12px; font-weight:bold;    }
.panelmenu  a       {   font-family:Arial; font-size:12px; color:#000; text-decoration:none; padding-left:5px; line-height:18px; display:block; }
.panelmenu  a:hover {   text-decoration:underline;  }