
  /****************************************/
  /* Anfang spezielle Klassendefinitionen */
  /****************************************/
     
  input.feld
  {
    background-color: #fff;
    border: 1px solid #000;
    color: #444;
    padding: 2px;
    display: block;
    margin-bottom: 5px;
    width: 96%;
  }

  input.button
  {
    background-color: #dadada;
    border: 1px solid #444;
    color: #000;
    font-weight: bold;
    width: 100%;
  }
  
  h3.line
  {
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-top: 15px;
  }
  
  .clear
  {
    clear: both;
  }
  
  ul.flag
  {
    margin: 0px;
    padding: 0px;
  }
  ul.flag li
  {
    background-image: none;
    margin: 10px 0px 0px 0px;
    float: left;
    width: 170px;
  }
  
  li.advanced
  {
    border-top: 1px dashed #000;
    padding-top: 5px;
  }
  
  li.mainnav_ls /* Trennzeichen (ls= left separator) */
  {
    margin-left: 5px;
    padding-left: 15px;
    border-left: 2px solid #818181;  /* #818181=schwarz 70%*/ 
  }
  
  div.docs pdf
  {
    background-image: url(images/pdf.gif);
    padding: 2px 0px 0px 20px;
  }

  div.docs li.zip
  {
    background-image: url(images/zip.gif);
    padding: 2px 0px 0px 20px;
  }

  p.version
  {
    font-size: 0.7em;
		background-color: #fffde3;
    border: 1px solid #e5e1a9;
    padding: 5px;
    margin: 0px;
    float: right;
    font-weight: bold;
    width: 12em;
  }
  
  div.subnav span.diff
  {
    font-weight: bold;
    display: block;
    border-bottom: 1px dashed #000;
    padding-bottom: 7px;
  }
  
  span.neu
  {
    width: 7em;
    float: left;
  }
  
  table.spez th, table.spez td
  {
    padding: 7px;
  }
  
  th.hint, td.hint
  {
    background: #FFFDE3;
    white-space: nowrap;
  }
  
  div.subnav div.artikel
  {
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 6px;
  }
  
  p.date
  {
    margin-bottom: -5px;
  }
  
  span.nowrap
  {
    white-space: nowrap
  }
 /**************************************/
 /* Ende spezielle Klassendefinitionen */
 /**************************************/

