/*
 * stylesheet for wir-thueringen.de
 * structure, pagelayout
 * (c) www.wegewerk.com
 * created:      20100208 rbf
 * lastmodified: 20100222 bms
 */

#page_container{
  width: 976px;
  margin: 0 auto 50px auto;
  text-align: left;
  background:  white url("/static/img/tmwat10/bg_page_container.gif") repeat-y top left;
}

/* --------- */
/* page_head */
/* --------- */

#page_head{
  width: 920px;
  margin: 0 auto 0 auto;
  height: 220px;
  position: relative;
}

#page_head_content_head{
  position: absolute;
  left: 25px;
  top: 173px;
}

#site_title{
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 10;
}

#page_head_top{
  height: 170px;
  position:relative;
  background: #c20016;
}

#logo_wir{
  position: absolute;
  top: 45px;
  left: 23px;
}

#logo_thue{
  position: absolute;
  right: 31px;
  top: 70px;
}

#page_head_title_content{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 211px;  /* for IE6 */
}



/* --------- */
/* page_body */
/* --------- */

#page_body_container{
  width: 920px;
  margin: 0 auto 0 auto;
}


#page_body_main_container_full,
#page_body_main_container{
  float: left;
  width: 588px;
}

#page_body_main_container_full{
  float: none;
}

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

#page_body_content_foot {
  min-height: 55px;
}

#page_foot{
  height: 3px;
  background: url(/static/img/tmwat10/bg_page_foot.gif) no-repeat;
}
