
 /*
    BORDER-RADIUS :
      border: 0px solid #000000; border-radius: 35px; padding: 0px;

    BOX-SHADOW :
      box-shadow: 4px 4px 4px #00ffff;
      Wert 1 : Schatten in x-Richtung (negativ möglich)
      Wert 2 : Schatten in y-Richtung (negativ möglich)
      Wert 3 : Schattenübergang von dunkel auf hell (kleiner Wert > harter Schatten)

    Font-Weight :
      100,200,300,400,500,600,700,800,900
      599=medium
      700=bold

     box-sizing : border-box; box-sizing : content-box; box-sizing : inherit;
     overflow:hidden;  float:left;  display:none;  clear: both;  z-index: 2000;  cursor: pointer;

     font-family:'Times New Roman',Arial;  font-size: 20px;  color:#000000;  font-weight: 600;  font-style: normal;
 */

 /* bas  */

 .bas_info_1_td   {text-align: left;
                   border: 1px solid #000000; border-radius: 10px;padding: 2%;background-color: #eeffee;}

 .bas_info_h1     {font-weight: 600;text-decoration: underline;}

 .bas_info_t1     {}