/*########################################################################*/
/*                                                                        */
/*  Homepage www.wunder-der-praerie.de                                    */
/*  Programm by: Andreas Gonell  mail@surium.de                           */
/*                                                                        */
/*  *id = "$Id:  $" */
/*                                                                        */
/*########################################################################*/

  div,p,td, h1 { font-family:verdana,helvetica,arial,sans-serif;
                 color:#222;
                 font-size:11px;
               }


  /* Layout layer */

  /* head */

  /* um navi und inhalt */
  #um_navi_inhalt { width:800px;     /* 950 */
                  }
                  
  /* navi */
  /* navi */
  #navi_pos {
    width:100px;
    float:left;
    padding-left:60px;
    /*position:fixed;*/
    /*border: 1px solid black;*/
    background-color:#ffffff;
  }
  #navi_hg {
    background-color:#fff;
    /*position:fixed;*/
    /*border: 1px solid black;*/
  }
  #navi {
    /*margin-left:60px;*/
    width:71px;
  }
  .navi { /*font-size:12px;*/
          line-height:15px;
          text-transform:uppercase;
        }
  #navi_kalender { position:fixed; }
  .kal_wotag { width:20px;
               height:16px;
               text-transform:uppercase;
             }
  .kal_tag {
    width:23px;
  }

  /* überschrift für print */
  #titel_print { display:none;
               }

  /* inhalt */
  #inhalt_hg {
    float:right;
    width:640px;     /* 790 ohne border */
    /*background-color:#eee;*/
    /*border: 1px solid black;*/
    /*margin-bottom:15px;*/
  }
  #inhalt_li_hg { background-color:#fff;
                  width:575px;   /* 575 */
                  margin:30px;
                  /*border: 1px solid black;*/
                }
  #inhalt_li { margin-left:16px;
               /*margin-right:15px;*/
               width:550px;
               min-height:280px;
             }

  /*  PROGRAMM  */
  /* übersicht */

  /* detail */

  /* spielorte */

  /* bildergalerie */
  #bildernavi {
    width:550px;
    height:80px;
    overflow:auto;
    scrollbar-base-color:#fff;           /* ? */
    scrollbar-3dlight-color:#666;        /* border links und oben  */
    scrollbar-arrow-color:#E61900;         /* Pfeil*/
    scrollbar-darkshadow-color:#fff;     /* schatten rechts und unten */
    scrollbar-face-color:#fff;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#666;
    scrollbar-track-color:#fff;   /* balken hintergrund */
  }
  #galerie_navi {
                }


  /* footer */
  #footer { margin-top:10px;
            margin-left:15px;
            margin-right:10px;
          }
  .foot_1 { font-size:10px;
          }
  #unter_footer { height:3px;
                }





