/* 
 * stylesheet for ############ NHAB ###############
 * structure, pagelayout
 * use for best viewing performance wwEdit CMS (www.wwedit.de)
 * (c) www.wegewerk.com
 * created: 20070301 bms
 * lastmodified: 20070301 bms
 */


 
/* #################################################################################################### */
/* ###########################################    STRUCTURE    ######################################## */
/* #################################################################################################### */


#page_container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}


/* ##################################### PAGE_HEAD #################################### */

#page_head{
  width: 100%;
  background-color: #2e3d69;
  /* height: 8.9em; */
}


#logo{
  text-align: right;  
  padding-right:15px;
  background-color: #fff;
  padding-bottom: 8px;
}


/* ##################################### PAGE_BODY #################################### */
   
#page_body_container{
  clear: both;
  background-image: url(/static/img/nhab/page_bg.jpg);
  padding-bottom: 20px;
}

#page_body_left{
  float: left;
  width: 200px;
  background-color: #c9ccc5;
}

#page_body_cols_container{
  margin-left: 200px; 
}

.msie #page_body_cols_container{
  height: 1%;
}

.msie6 #page_body_cols_container{
  margin: 0;
  float: right;
}



.msie #page_body_cols_container img{
  margin-bottom: -3px;
}



#page_body_content_container{
  padding-right: 25px;
  margin-top: 25px;
  float: right;
  width: 575px;
}

.msie6 #page_body_content_container{
  overflow: hidden;
}

#page_body_main_container{
  width: 409px;
  float: left;
  border-right: 1px solid #9398a9;
  padding-right: 10px;
}

.msie6 #page_body_main_container{
  width: 406px;
}

#page_body_main_container_full{
  
}

#page_body_right{
  float: right;
  width: 154px;
  border-left: 1px solid #9398a9;
  position: relative;
  left: -1px;
}

#page_foot{
  padding-top: 10px;
}


