/*
 * stylesheet for # DGB20 - Ich bin mehr Wert! #
 * structure, pagelayout
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created: 20080221 bms
 * lastmodified: 20080221 bms
 */

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


#page_container {
  width: 1000px;
  background: #fff;
  text-align: left;
  margin: 0 auto 0 auto;
  position: relative;
}

#page_body_container {
  padding-bottom: 30px;
}



/* ------------- */
/* - PAGE HEAD - */
/* ------------- */
#page_head{
  padding-bottom: 28px;
}

#logo_corner{
  position: absolute;
  /*top: 5px;*/
  /* fuer frauentagslogo kopf */
  top: -16px;
  left: 0px;
  background: url(/static/img/dgb20/head_top.png) no-repeat;
  width: 1000px;
  height: 33px;
}

.msie6 #logo_corner{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/static/img/dgb20/head_top.png');
  background: transparent;
}

.mac.firefox #logo_corner{
  top: -12px;
}


#page_head_title_img{
  padding-top: 3px;
  padding-bottom: 20px;
  /* fuer frauentagslogo kopf */
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}


/* ------------- */
/* - PAGE BODY - */
/* ------------- */
#page_body_container{
  font-size: .83em;
  /* fuer frauentagslogo kopf */
  position: relative;
  top: -12px;
}

.msie #page_body_container{
  height: 1%;
}

#page_body_left{
  width: 130px;
  padding-left: 50px;
  float: left;
}

#page_body_cols_container{
  width: 810px;
  margin-left: 190px;
}

.msie6 #page_body_cols_container{
  margin-left: auto;
}

#page_body_main_container{
  width: 510px;
  float: left;
}

#page_body_right{
  width: 250px;
  margin-right: 40px;
  float: right;
}

.msie6 #page_body_right{
  margin-right: 20px;
}


#page_foot .ww {
  display: none;
}