/*
 * stylesheet for www.amadeu-antonio-stiftung.de
 * structure, pagelayout
 * (c) www.wegewerk.com
 * lastmodified: 20100616 bms
 */


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


#page_container {
  width: 772px;
  margin-left: auto;
  margin-right: auto;
  /*overflow: hidden;*/
}

.msie6 #page_container{
  overflow: hidden;
}

#page_head{
  height: 84px;
  position: relative;
}

#page_body_container{
  margin-top: 6px;
}

.msie7 #page_body_container{
  margin-top: 9px;
}

#page_body_left{
  display: none;
}

#page_body_main_container{
  width: 512px;
  float: left;
  background-color: #dff0e5;
  overflow: hidden;
}

#page_body_right{
  width: 259px;
  float: right;
}

#page_foot{
  clear:both;
}
