/*=============================================================*/
/*   C E N T E R  C O N T A I N E R   F R A M E  S T Y L E S   */
/*=============================================================*/
body{
  margin:0px;
  padding:0px;
  overflow:hidden;
}

.wrapper{
  position:absolute;
  width:100%;
  height:100%;
  border-left:solid;
  border-top:solid;
  border-width:1px;
  border-color:#666666;
  margin:0px;
  padding-top:28px;       /* set '.contentInfo' height to this value*/
  padding-bottom:32px;    /* set '.menue' height to this value*/
  overflow:hidden;
  z-index:0;
  
  -moz-box-sizing: border-box; /*for firefox*/
  box-sizing:border-box;

  top:0px;   /* stick wrapper to the top */

}

/*=========================================================================*/
/* M E N U E    S T Y L E                                                  */
/*=========================================================================*/

.menue{
  position:absolute;
  width:100%;
  height:32px;
  border:0;
  border-width:0px;
  border-color:#123456;
  margin:0;
  padding:5px;
  overflow:hidden;
  overflow:hidden;
  z-index:0;

  -moz-box-sizing: border-box; /*for firefox*/
  box-sizing:border-box;

  background-color:#555555;
  bottom:0px;   /* stick the menu to the bottom of the content container */ 
}

.menueItem{
  position:relative;
  float:left;
  margin:2px;
  padding:2px;
  width:100px;
  height:16px;
  
  font-family:Helvetica;
  font-size:12px;
  text-align:center;  
  color:#FF6600;
  cursor:pointer;

}

/*=========================================================================*/
/* C O N T E N T   S T Y L E                                               */
/*=========================================================================*/
.contentFrame{ 
  position:relative;
  width:100%;
  height:100%;
  border:0;
  border-width:0px;
  border-color:#123456;
  margin:0;
  padding:0;
  overflow:hidden;
  z-index:0;

  -moz-box-sizing: border-box; /*for firefox*/
  box-sizing:border-box;  
}

iframe.contentFrame{
  /*position:relative;*/
  width:100%;
  height:100%;
  border:0;
  margin:0;
  padding:0;
  overflow:hidden;
}

/*=========================================================================*/
/* C O N T E N T  I N F O  S T Y L E                                       */
/*=========================================================================*/

div.contentInfo{
  position:absolute;
  width:100%;
  height:28px;
  max-height:28px;
  border:0;
  border-width:0px;
  border-color:#123456;
  margin:0;
  padding-top:5px;
  padding-left:5px;
  overflow:hidden;
  z-index:0;  

  -moz-box-sizing: border-box; /*for firefox*/
  box-sizing:border-box;

  top:0;  /* stick the contentinfo to the top of the content container */
  background-color:#555555

}

iframe.contentInfo{
  width:100%;
  height:100%;
  border:0;
  margin:0;
  padding:0;
  overflow:hidden;
}
