
 /*
    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,Verdana,Courier,'Comic Sans MS',Calibri;
     font-size: 20px;  color:#000000;  font-weight: 600;  font-style: normal;

     blaeulich : #ccccee  vgl. c8_inh_texte.php -> ${IET_INHT}["aaaa_B_Color"] = "#ccccee"
     gruenlich : #eeffee  vgl. "HoIe_text_td" "Imp_text_td" "Kon_text_td"

 */

/*.HoIe_Table     {border: 1px solid #000000;}
.HoIe_Table td  {border: 1px solid #000000;}*/

.HoIe_img_td    {text-align: center;
                 border: 1px solid #000000; border-radius: 10px;}
.HoIe_text_td   {background-color: #eeffee;padding: 5%;
                 border: 1px solid #000000; border-radius: 10px;}
.HoIe_HeadLine  {font-family:'Times New Roman';font-size: 24px;font-weight: 600;font-style: italic;
                 color:#000000;text-align: center;}

 #I_Pict {
    position: relative; top : 0px; left : 25px;
    float:left;
    /*position: absolute; top : 300px; left : 50px;*/
 }

 .IHT1_div {
            border: 2px solid #000000;
            box-sizing : border-box;}

 .IHT2_div {width: 35%;
            border: 0px solid #ff0000;
            box-sizing : border-box;}