
 /*
    SELECTORACLE
      http://gallery.theopalgroup.com/selectoracle/

    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;

     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"

 */

/* ################################################################# */

/* Bandoneon Akkordeon-Navigation (jQuery Galileo Computing S.294) */

/* ################################################################# */
/*    text_alt slideUp/slideDown    */

  .text_nav_bar {
        width:350px;
        font-size:11px;
        background-color:#d4d4ca; /*#ffd39b  #f0d070 #a38820   #f8f8f2*/
        cursor:pointer;
        margin:10px 0 5px 0px;
        padding:5px;
        }
  .ui_nav_current {
        /*color:#CC0000;*/
        }
  .ui_nav_cont {
        /*width:500px;*/
        /*text-align: justify;*/
        /*padding: 10px;*/
        }

/* ################################################################# */

  .text_nav_t1_bar .text_nav_img {
        /*background-color:#eeeeee;*/
        background-image:url(./img/EinzelPfeil_R_3.png);
        background-repeat: no-repeat;
        /*background-color:#ff0000;*/
        width:20px;
        height:20px;
        float:left;
        }
  .text_nav_t1_current .text_nav_img {
        /*background-color:#ff0000;*/
        background-image:url(./img/EinzelPfeil_D_3.png);
        background-repeat: no-repeat;
        float:left;
        }

/* ################################################################# */
/*    text_nav_t1 slideUp/slideDown    */

  .z_nav_t1 {
         font-style: italic;
   }

  .text_nav_t1_head {
         /*width:350px;*/
        font-size:14px;
        background-color:#ccccee; /*#e0aaaa #ffd39b  #f0d070 #a38820   #f8f8f2*/
        cursor:default;
        /*margin:10px 0px 5px 0px;*/
        margin:5px 0px 5px 0px;
        padding:5px;
        }

  .text_nav_t1_bar {
        /*width:350px;*/
        font-size:13px;
        background-color:#d4d4ca; /*#ffd39b  #f0d070 #a38820   #f8f8f2*/
        cursor:pointer;
        /*margin:10px 0px 5px 0px;*/
        margin:0px 0px px 0px;
        padding:5px;
        }
  .text_nav_t1_current {
        /*color:#CC0000;*/
        padding: 5px 4% 5px 4%;
        }
  .text_nav_t1_cont {
        font-size:12px;
        /*width:500px;*/
        /*text-align: justify;*/
        padding: 5px 4% 5px 4%;
        /*color:#CC0000;*/
        }

  .a_text_nav_t1
        {
        font-size: 11px;
        }

/* ################################################################# */
