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


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

#page_container{
  width: 1024px;
  padding: 10px 40px 20px 40px;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

#page_head{
  position: relative;
  margin-bottom: 40px;
}

.msie #page_head{
  height: 1%;
}

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

#page_body_cols_container{
  width: 532px;
  margin-left: 492px;
}

.msie6 #page_body_cols_container{
  width: auto;
}

#page_body_main_container,
#page_body_main_container_full{
  width: 260px;
  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;
}
