/* front site boxes - andy-enroe.de ------------------ */
/* positioning: absolute ----------------------------- */
/* base: this css-file-location is the path-origin! -- */

/* areas by divs - positioning: absolute -*/
/* ----- left: logo --------------------- */
#f_left {
    border: 0px hidden #000; 
	/* border: 2px solid #0f0;	 */	/* green for tests */
    position: absolute;
	display: block;
	outline-width: 0px;
    top: 0px;
    left: 0px; 
	width: 174px;
    height: 582px;
	padding-top: 0px;
  }

/* ----- head: first site: empty ------ */
/* -----       info site:  menu bar --- */
#f_top {
    border: 0px hidden #000;
	/* border: 2px solid #00f;		 *//* blue for tests */
    position: absolute;
	display: block;
	outline-width: 0px;
    top: 0px;
    left: 177px; 
	width: 490px;
    height: 48px;
	padding-top: 0px;
  }
  
/* ----- right: choice songs or info - */
#f_right {
    border: 0px hidden #000; 
	/* border: 2px solid #0ff; */   /* turqu. line for tests */
    position: absolute;
	display: block;
	outline-width: 0px;
    top: 0px;
    left: 670px; 
	width: 164px;
    height: 582px;
	padding-top: 0px;
  }
  
/* ----- bottom: only shoes ----------- */
#f_bottom {
    border: 0px hidden #000;
	/* border: 2px solid #f0f; */	  /* pink for tests */
    position: absolute;
	display: block;
	outline-width: 0px;
    top: 584px;
    left: 0px; 
	width: 834px;
    height: 24px;
	padding-top: 0px;
  }
  
/* ----- mid: content --------------- */
#f_mid {
    border: 0px hidden #000;  
	/* border: 2px solid #f00;   */   /* red line for tests only */
    position: absolute;
	display: block;
	outline-width: 0px;
    top: 50px;
    left: 177px;
	/* width: 497px; */
	width: 488px;
    height: 532px;
	padding-top: 0px;
  }
  
* html #f_mid {width: 505px; }  
  
.scroll {overflow: scroll;} 
.guest { padding: 5px;
	    padding-top: 40px; 
        overflow: scroll; 
	   } 
