/*
 * stylesheet for bagbbw.de
 * structure, pagelayout
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20081028 bms
 * lastmodified: 20100131 bms
 */


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

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

#page_head{
  height: 114px;
  position: relative;
  padding-top: 8px;
}

.p_level_2 #page_head{
  height: 128px;
}

#page_head_title_img,
#logo{
  position: absolute;
  right: -8px;
  top: 33px;
}

#page_head_title_img a:hover,
#page_head_title_img a:focus,
#page_head_title_img a:active,
#logo a.hover,
#logo a.focus,
#logo a.active{
  background: transparent;
}

#page_head_title_content{
  position:absolute;
  top: 38px;
  top: 3.1em;
}

#page_body_container{
  border-bottom: 18px solid #63b32c;
  background: url(/static/img/bagbbw10/deko_ur.gif) bottom right no-repeat;
  padding-bottom: 25px;
}

#page_body_left{
  width: 190px;
  float: left;
  border-top: 18px solid #63b32c;
  padding-top: 6px;
}

.msie6 #page_body_left,
.firefox #page_body_left{
  overflow: hidden;
}

#page_body_cols_container{
  width: 566px;
  margin-left: 206px;
}

.msie6 #page_body_cols_container{
  width: auto;
}

#page_body_main_container{
  width: 360px;
  float: left;
  border-top: 18px solid #63b32c;
  padding-top: 6px;
}

.msie #page_body_main_container{
  overflow: hidden;
}

#page_body_right{
  float: right;
  width: 190px;
  overflow: hidden;
  border-top: 18px solid #63b32c;
  padding-top: 6px;
}

.msie6 #page_body_right{
  overflow: hidden;
}


/* ----------------------- */
/* - PAGE_BODY_MAIN_FOOT - */
/* ----------------------- */
#page_body_main_foot {
  clear: both;
  border-top: 1px solid #afb3b6;
  padding: 4px 0 30px 0;
  font-size: .9em;
  color: #0063a7;
  background-color: #fff;
}

#page_body_main_foot ul{
  list-style-type: none;
}

#page_body_main_foot li{
  display: inline;
}

#page_body_main_foot a{
  text-decoration: none;
  padding: 0 2px;
}

/* ------------------ */
/* - PAGE_BODY_FOOT - */
/* ------------------ */
#page_body_foot{
  padding-top: 4px;
  clear: both;
  font-size: .9em;
}

#page_body_foot,
#page_body_foot a{
  color: #b9b9b9;
  background-color: #fff;

}

#page_body_foot li{
  display: inline;
  list-style-type: none;
}



