/*
 * stylesheet for gesine-schwan.de
 * structure, pagelayout
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20081208 bms
 * lastmodified: 20081208 bms
 */


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

#page_container{
  width: 930px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#page_head_top{
  /* height: 190px; */
  height: 15.4em;
  position: relative;
}

#page_head{
  background: #fff url(/static/img/spd17/bg_page_body.gif) repeat-y;
  padding: 0 15px;
}

#page_body_container{
  background: #fff url(/static/img/spd17/bg_page_body.gif) repeat-y;
  padding: 0 15px;
  position: relative;
}

.msie #page_body_container{
  height: 1%;
}

#page_body_left{
  width: 312px;
  float: left;
  overflow: hidden;
}


#page_body_main_container{
  float: right;
  width: 588px;
  position: relative;
  min-height: 560px;
}

.msie6 #page_body_main_container{
  height: 560px;
}


#page_body_foot{
  clear: both;
  padding: 9px 35px 26px 35px;
  background: #fff url(/static/img/spd17/bg_page_foot.gif) repeat-y bottom left;
  color: #837d6c;
  font-size: .9em;
}

#page_body_foot ul{
  /*background: url(/static/img/spd17/bg_page_foot_2.gif) no-repeat top right;*/
  padding: 3px 0;
}

#page_body_foot a{
  color: #837d6c;
}