
  p,ul,ol,li,td,th,div,a,h1,h2,h3 {font-family: Tahoma, Verdana, Arial, Helv, Helvetica, sans-serif; font-size: 15px;
                                   color: #ffbf00; /* <<<<< hier */}

      body {margin-left:  5px;
            margin-right: 5px;
      }

  p         { margin-left:  5px;
              margin-right: 5px;
              color: ffbf00;
              font-size: 15px;
             }

  .small {font-family: Tahoma, Verdana, Arial, Helv, Helvetica, sans-serif; font-size: 12px;}
  .xsmall{font-family: Tahoma, Verdana, Arial, Helv, Helvetica, sans-serif; font-size: 10px;}
  .std {font-family: Tahoma, Verdana, Arial, Helv, Helvetica,  sans-serif}


/*  td  {background-color: #FFF86A; color: #000000;} 
  td,tr,th {background-color : #CCFFFF;} */

  td,tr,th {background-color : #000A50;} /* <<<<<< hier */

  .nix  {background-color: #FFFFFF;
         }
  .popsmall {font-family: Arial, Helv, Helvetica, sans-serif;
             font-size: 12px;
             color: #000000;
             background-color: #FFFFFF;
             font-weight:bold;}
  .popxsmall{font-family: Arial, Helv, Helvetica, sans-serif;
             font-size: 12px;
             color: #000000;
             background-color: #1B93B5;
             }

  h1         {color: #ff8001;
         /*     font-weight:bold; */
              font-size: 20px;
             }
  h2         {color: #ff8001;
              font-weight:bold;
              font-size: 18px;
             }
  h3         {color: #ff8001;
              font-weight:bold;
              font-size: 16px;
             }

        a { color: #FF0000;
            text-decoration: none;
        }
        a:HOVER {
                color : #ff8001;
                text-decoration: none;
        }

  table.border {
      border-style:dotted;
      border-width:2px;
      border-color:#ffbf00;
  }

  .blue  { color: #000099; }
  .green { color: #336633; }

  .big  { font-size: 18px;}
  .bigblue  { font-weight:bold;
              color: #fee800;
              font-size: 18px;}
  .biggreen { font-weight:bold;
              color: #336633;
              font-size: 18px;}
  .bigred   { font-weight:bold;
              color: #ff0000;
              font-size: 18px;}
              
   .mytext {
            background-color:#000a50;
           }             


      th      { background-color: #ffbf00; 
                font-size: 14px;
                font-weight: bold;
                color: #000A50;
                text-align :center;
                vertical-align: top;
      }
      td.white {
                background-color: #000A50;
                border-color:#ffbf00;
                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;
                padding: 10px;
      }
      td.vtab { vertical-align: top;
                background-color: #000A50;
                border-color:#ffbf00;
                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;
                padding: 10px;
      }
      td.vtabc {
                vertical-align: top;
                text-align :center;
                background-color: #000A50;
                border-color:#ffbf00;
                border-right-style:dotted;
                border-right-width:2px;
                border-top-style:dotted;
                border-top-width:2px;
                border-bottom-style:dotted;
                border-bottom-width:2px;
      padding: 10px;
      }
	
        A {
                text-decoration: none;
        }
        A:HOVER {
                color : #ffbf00;
                text-decoration: none;     
        }

  .border {
      border-style:dotted;
      border-width:2px;
      border-color:#ffbf00;
  }

