﻿body
 {
    background-color:#000000 !important;
    margin:0px !important;
    padding:0px;
}
.clear
 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#header {
    background: url('../panel_images/header.png') no-repeat  center top;   
    height: 181px;
}
#logo {
     background: url('../panel_images/panelheader.png') no-repeat center top;
     height:181px;
     width:1000px;
}
.main
{
    background:url('../panel_images/main_repeat.png') repeat-y scroll center top;
}
#footer
{
    background:url('../panel_images/footer_bg.png') no-repeat top center;
    height:505px;
    
}
/*----------Yazı stilleri--------*/
.yazi
 {
     font-family: Verdana;
     font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
/*-----------sol menu----------*/
ul#solmenu
{
    margin:0px;
    padding:0px;
    outline:none;
    width:auto;
    height:30px;
}
ul#solmenu li
{
    position: relative; 
   /* float: left;*/
   
    
}
 
ul#solmenu a
{
    display: block;
    text-decoration:none;
    height: 30px;
    line-height: 30px;
    color: #000000;
    padding: 0px 10px;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align:left;
}


ul#solmenu li:hover > a
{  
    color:#7f0303;    
}

/*------login giriş ekranı------*/
#loginzemin
{
    background:url('../panel_images/login_form.png') no-repeat center center;
    height:340px;
    width:430px;
    margin:30px 40px 60px 40px;
}
.textler
{
     border-style: none;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    height: 40px;
    width: 270px;
    background-color: #ffffff;
    padding: 2px;
    overflow: hidden;
    }