/*
 * stylesheet for mindestlohn.de
 * structure, pagelayout
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080818 bms
 * lastmodified: 20080818 bms
 */


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

#page_head{
  margin-top: 30px;
  position: relative;
  background: #e4e7eb url(/static/img/dgb19c/head_bottom.gif) no-repeat bottom center;
  padding-bottom: 27px;
}

.msie #page_head{
  height: 1%;
}

#page_body_container {
  width: 1014px;
  background-color: #fff;
  padding: 2px 2px 0 2px;
  margin: -24px auto 0 auto;
}

#page_body_left{
  width: 260px;
  float: left;
  overflow: hidden;
  background-color: #fff;
}

#page_body_cols_container{
  width: 752px;
  margin-left: 262px;
}

.msie6 #page_body_cols_container{
  width: auto;
}

#page_body_main_container,
#page_body_main_container_full{
  width: 490px;
  float: left;
  background-color: #fff;
}


.msie #page_body_main_container,
.msie #page_body_main_container_full{
  overflow: hidden;
}

#page_body_right{
  float: right;
  width: 260px;
  overflow: hidden;
  background-color: #fff;
}

#page_body_foot{
  clear: both;
}
