/**************************************************************************/
/**                                                                      **/
/*  Homepage www.allee-design.de   2008                                   */
/*  Programm by: Andreas Gonell  mail@surium.de                           */
/*                                                                        */
/*  *id = "$Id: $"  */
/**                                                                      **/
/**************************************************************************/

/* body und allg. tags */


/* allg. class */

  .nur_print {
    display:none;   /* nur in screen ! */
  }


/* allg. layer */


  #um_alles {
    width:1185px;    /* 1200 */
  }


  /* header */

  #logo_pos {
    width:150px;
  }
  #claim_pos {
    width:1000px;
  }


  /* content */

  #content_pos {
    margin-left:170px;
  }
  #content_pos_li {
    width:680px;
    float:left;
  }
  #content_pos_re {
    float:left;
    width:330px;
    /*border:1px solid gray;*/
  }

    /* content li */

    #content_li_hg {
      width:662px;
      height:662px;
      padding:20px 0 0 20px;
    }
    #content_pos_li .gitter {
      background-image:url(pix/hg_cont_li_gitter.png);
      background-repeat:no-repeat;
    }
    #content_pos_li .rahmen {
      background-image:url(pix/hg_cont_li_rahmen.png);
      background-repeat:no-repeat;
    }
    #content_pos_li_innen {
      width:600px;
      height:600px;
      padding:20px 0 0 20px;
      /*overflow:auto;*/
    }
    .zelle_pos
    {
      width:215px;
      height:215px;
    }
    .zelle_pos_innen
    {
      width:187px;
      height:187px;
    }

    .bild table {
      width:190px;
      height:170px;
    }


    /* produkte */

    #prod_navi_pos {
      height:70px;
    }

    #produkt_pos {
    }
    #produkt_pos_li {
      float:left;
      width:370px;
      height:500px;
    }
    #produkt_pos_re {
      float:left;
      width:220px;
      /*border:1px solid gray;*/
    }

    #produkt_re_outer {
      margin-top:2px;
      overflow:hidden;
      position:relative;
      z-index:1;
      /*border:1px solid blue;*/
      height:491px;  /* 500 */
    }
    #produkt_re_top {
    }
    #produkt_re_bottom {
      position:absolute;
      bottom:0px;
      z-index:1;
    }



    /* content re */
    #re_outer {
      margin-top:2px;
      overflow:hidden;
      position:relative;
      z-index:1;
      /*border:1px solid blue;*/
      height:660px;  /* 99 */
    }
    #re_top {
    }
    #re_bottom {
      position:absolute;
      bottom:0px;
      z-index:1;
    }
    #re_bottom .button {
      margin-top:40px;
    }



  #bittewarten {
    /*
    position:absolute;
    z-index:100;
    left:0px;
    top:0px;
    width:100%;
    */
    /*height:20px;*/
    display:none;
    clear:both;
    margin-top:11px;
    margin-left:150px;
  }




