/*
 * 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: -20px;
  left: 0px;
  background: url(/static/img/dgb20b/logo_top.png) no-repeat;
  width: 1000px;
  height: 37px;
}

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

.mac.firefox_3_0_4 #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: 250px;
  /*padding-left: 50px;*/
  float: left;
}

.msie6 #page_body_left{
  margin-left:0px;
  /*padding-left: 50px;*/
  float: left;
}

#page_body_cols_container{
 /* width: 310px;*/
  margin-left: 275px;
}

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

#page_body_main_container{
  width: 451px;
  float: left;
  
}
#page_body_main_content{
margin-top:0px;
}

.msie6 #page_body_main_container{padding-left: 10px;}

#page_body_right{
  width: 250px;
/*  margin-right: 50px;*/
  float: right;
}

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