


/*
  td,tr,th {background-color : #000A50;} /* <<<<<< hier */

  .nix  {background-color: #FFFFFF;
         }
*/

  table.borderV {
      border-style:dotted;
      border-width:2px;
      border-color:#ffbf00;
  }

              


      th      { background-color: #2661dd; 
                font-size: 11px;
                font-weight: bold;
                color: #FFFFFF;
                text-align :center;
      }
      th.def  { background-color: #ff7f00; 
                font-size: 11px;
                font-weight: bold;
      }
      td.def  { background-color: #ff7f00; 
                color: #FFFFFF;
                font-size: 12px;
                font-weight: bold;
      }
      td.def a  {
                color: #2661dd;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
      }
      
      td.def a:visited { color: #2661dd;
                         text-decoration: none;
                       }
      
      td.def a:hover  {
                color: #788EA4;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
      }
      td.def2  { background-color: #2661dd; 
                font-size: 11px;
                font-weight: bold;
      }
      td.white {
                border-color:#ff7f00;
                padding: 10px;
                border-left-style:dotted;
                border-left-width:2px;
                border-top-style:dotted;
                border-top-width:2px;
                border-bottom-style:dotted;
                border-bottom-width:2px;
                text-align :center;
      }
      td.vtab { vertical-align: top;
                border-color:#ff7f00;
                padding: 10px;
                border-left-style:dotted;
                border-left-width:2px;
                border-right-style:dotted;
                border-right-width:2px;
                border-top-style:dotted;
                border-top-width:2px;
                border-bottom-style:dotted;
                border-bottom-width:2px;
      }
      td.vtabc {
                vertical-align: top;
                text-align :center;
                border-color:#ff7f00;
                padding: 10px;
                border-right-style:dotted;
                border-right-width:2px;
                border-top-style:dotted;
                border-top-width:2px;
                border-bottom-style:dotted;
                border-bottom-width:2px;
      }
	

  .borderV {
      border-style:dotted;
      border-width:2px;
      border-color:#ffbf00;
  }

