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


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

#page_container{
  width: 700px;
  margin: 0 auto 0 auto;
}

#deco_rect{
  height: 96px;
  width: 50%;
  background-color: #a2c13d;
  position: absolute;
  left: 0;
  z-index: 1;
}

.msie6 #deco_rect{
  width: 100%;
}

#page_head{
  height: 96px;
  margin-bottom: 70px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  font-size: .9em;
}

#logo{
  float: left;
}

#page_head_right{
  text-align: right;
  border-right: 1px solid #97b535;
  padding-right: 10px;
  height: 96px;
  position: relative;
  margin-left: 218px;
}

#page_body_container{
  margin-bottom: 50px;
}

#page_body_left{
  width: 218px;
  float: left;
}

#page_body_main_container{
  width: 482px;
  float: right;
}

.msie6 #page_body_main_container{
  width: auto;
  float: none;
}

#page_foot{
  clear: both;
}