
 /*
    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;
 */

/* ################################################################# */


#Div_Header {
   text-align: center;
   font-size : 20px;
   font-weight : 500;
   font-style :italic;
   position:relative;
   top:0px;
   padding-top:0px;
   width:100%;

   }

#Span_Header {
   position:relative;
   top:0px;
   margin-top:0px;
   }

#Div_Canvas {

   border:1px solid #ff0000;
   width:100%;
   height:200px;

   }

#Div_Div {

   border:1px solid #ff0000;
   width:100%;
   height:200px;

   }

/* ################################################################# */