/* CMS SNUPPY Versiunea 1.0 - www.andreihasna.com */

  html,body {
    background: #ffffff;
    color: #000000;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: center;    
  }

/* Continutul intreg */
  
  #continut {
    background: #FFFFFF;
    color: #000000;
    width: 867px;
    margin: 0px auto; 
    text-align: justify; 
  }

/* Partea de sus */
  
  #header {
    background: #FFFFFF;
    color: #000000;
    border-top: 5px solid #fff;
    float: left;
    width: 867px;
  }
  
  #banner {
    background: #000 url(banner.jpg);
    color: #000000;
    float: left;
    width: 867px;
    height: 178px;
  }
  
 
  
/* Partea de mijloc */ 

  #cadru {
    background: #1d2021;
    color: #000000;
    float: left;
    width: 867px;    
  }

/* Partea din stanga */

  #stanga {
    float: left;
    width: 168px;
    background: #1d2021;
  } 

/* Partea din dreapta */

  #dreapta {
    float: right;
    width: 162px;
    background: #1d2021;
  } 
  
  ul {
  margin-top: 2px;
  }
  
  li {
  padding: 2px;
  }

/* Partea din mijloc */

  #mijloc {
    float: left;
    width: 529px;
    background: #fff;
    padding: 4px;
  } 
  

/* Partea de jos */

  #footer {
    background: url(footer.jpg);
    color: #fff;
    float: left;
    width: 867px;
    height: 53px;
    border-bottom:  5px solid #fff;
  }   
  
  #footer a {
  color: #fff;
  }
  
/* Linkuri */

  a {
    text-decoration: none;
    color: #732002;
  }
  
  a:hover {
    text-decoration: none;
    color: #d03b05;
  }
  
/* Elemente HTML */
  
  tr {
    font-size: 12px;
  }
  
  td {
    font-size: 12px;
  }
  
  table {
    margin: 0px;
  }
  
  form {
    margin: 0px;
    padding: 0px;
  }
  
  h3 {
    background: url(navigare.gif) repeat-x;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin: 0px;
    height: 10px;
    padding-top: 8px;
    padding-bottom: 11px;
    text-indent: 20px;
  }
  
/* Alte elemente */
  
  .chenar {
    border: 1px solid #f28905;
    padding: 1px;
    margin: 0px;
    width: 110px;
  }
  
/* Module - Autentificare */

  .autentificare {
    padding: 4px;
    border-top: 1px solid #f28905;
    border-bottom: 1px solid #f28905;
    background: #FF5F00;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
  }

