
 /*
    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;

     text-align: center; vertical-align: middle;

     font-family:'Times New Roman',Arial;  font-size: 20px;  color:#000000;  font-weight: 600;  font-style: normal;
 */

       body {
          /*background-image: url("BG_Struc1a.png");*/
          /*background-color: #c6df9c;*/
       }

       #s_i_map {
          text-align: center;
        }

       #map_div {
          /*height: 450px;
            width:  450px;*/
          height: 450px;
          width : 95%;
          margin: auto;
          border:2px solid #444444;
          box-sizing : border-box;
        }

        #map {
          height: 100%;
          width:  100%;
        }

      #g_abfrage
      {
        text-align : justify;
        width : 400px;
        color : #222222;
      }

      #g_absage
      {
        font-size: 14px;
        color:#222222;
        padding-left : 15px;
        padding-right : 15px

      }

      #g_tab
      {
         border-width: 3px;
         border-style: solid;
         border-color: #ff0000;
         border-radius: 9px;
       }

      .g_tab_2td0
      {
        width : 200px;
        font-family: Arial;
        font-size: 11px;
        color:#222222;
        padding-left : 25px;
        padding-right : 25px
      }

      .g_tab_2td1
      {
        text-align : center;
        font-family: Arial;
        font-size: 14px;
        font-weight: 600;
        color:#222288;
        padding-left : 25px;
        padding-right : 25px
      }

      .g_tab_td1
      {
        text-align : center;
        width : 200px;
        font-family: Arial;
        font-size: 12px;
        color:#2222ff;
        padding-left : 15px;
        padding-right : 15px
      }

      .g_tab_td2
      {
        text-align : center;
        width : 200px;
        font-family: Arial;
        font-size: 12px;
        color:#222288;
        padding-left : 15px;
        padding-right : 15px
      }

      .g_tab_td3
      {
        text-align : center;
        width : 200px;
        font-family: Arial;
        font-size: 12px;
        color:#2222ff;
        padding-left : 25px;
        padding-right : 25px
      }