/*#bg{position:fixed;width:100%;min-height:100%;top:0;left:0;z-index:0;background-color:#D3F0FE;}*/

/*#bg{position:absolute;width:100%;min-height:100%;top:0;left:0;z-index:0;;background:linear-gradient(top, #F5B25D, #E67702);}*/

/*with fixed size bg-image*/
/*#bg{position:absolute;width:100%;min-height:1178px;top:0;left:0;z-index:0;background:url(/img/bg-1276x900.jpg) no-repeat;background-position:center top;}*/

/*with fixed size unscrollable 100% screen height+width*/
/* geht nur mit: */
/* <div><img id="bg" src="/img/bg-1276x900.jpg" alt="" title=""/></div> */
/* anstelle von   <div id="bg"></div>  */
#bg{position:fixed;width:100%;min-height:100%;height:100%;top:0;left:0;z-index:-1;}

#header{background-color: #000; }


#logo {
      background: url("/img/logo_laric.gif") no-repeat scroll 50% 0 #fff;
    display: block;
    float: left;
    height: 133px;
    width: 201px;
}


#steine {
    background: url("/img/steine.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 63px;
    left: 213px;
    position: absolute;
    top: 65px;
    width: 250px;
}

#center{
background-image: url("/img/bg-laric-font.png");
    background-position: 50% 380px;
    background-repeat: no-repeat;
}

#ctrldevice-cart #cart-popup-inner{
background-color: #f0e8eb;
}
/*with body texture*/
/*#bg{position:absolute;width:100%;min-height:100%;top:0;left:0;z-index:0;background:url(/img/bg_texture3.png);background-position:center top;}*/