body {
    background-color: darkgray;
    align-content: center;
    font-family: arial;

  }
  
  h1 {
    color: navy;
 
  }
  .edit
  {
    background-color:lightgreen;
  }

  div.content
  {
      border-width: 1px;
      min-height:500;
      border-color: black;
      background-color: lightgrey;
      padding-top: 10px;
      max-width: 1200;
     
  }
  .borderless
  {
    border: 0px; 
  }

  .success
  {
    color:darkgreen;
    font-weight:bolder;
  }
  .failure
  {
    color: red;
    font-weight:bold;
  }

  .list, th
  {
      border: 1px solid black; 
      border-collapse: collapse;
      padding: 3;
      font-size:12;
      vertical-align: middle;
      
  }


.icon
{
  border: 1px solid black;
  width: 280;
  height: 80;
  text-align: center;

}
  td.frame
  {
    width:1200;
  }
  .center
  {
    text-align:center;
  }
  td
  {
    vertical-align: top;
    padding: 4; 
    font-size: 12;
  }
  tr:nth-child(even) { 
    background-color: #e4ebf2; 
    color: #000; 
  }
  hr
  {
    border: 1;
    color:#000000;
    height: 1px;
    max-width: 1050;
    }  

/* Überflüssig*/
  .done
  {
    text-decoration:line-through;
  }
  .blind
  {
    padding: 0; 
  }

  #nr
  {width: 15}
  #name
  {width: 180}
  #category
  {width: 120}
  #desc
  {width: 300}
  #quality
  {width: 70}
  #size
  {width: 65}
  #download
  {width: 55}
  #mail
  {width: 122}
  
  
  
  