/*
 * stylesheet for Steuerberaterverband Schleswig-Holstein
 * structure, pagelayout
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080725 bms
 * lastmodified: 20100915 bms
 */


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

#page_container{
  width: 800px;
  margin: 0 auto 0 auto;
}

#page_head{
  position: relative;
  height: 135px;
  height: 11em;
  min-height: 135px;
}

#page_head_gfx{
  border-bottom: 3px solid #017cc2;
  height: 100px;
  padding-bottom: 3px;
}

#page_head_ticker{
  position: absolute;
  height: 20px;
  top: 112px;
  left: 0;
  width: 800px;
}

#page_body_container{
  background: url(/static/img/nema13/bg_page_body.gif) repeat-y;
  margin-bottom: 20px;
  width: 800px;
}

#page_body_left{
  width: 190px;
  background-color: #8ab0dd;
  float: left;
}

#page_body_cols_container{
  background-color: #fff;
  float: right;
  width: 590px;
}

#page_body_main_container{

}

#page_body_main_container_full{

}

#page_body_right{

}

#page_foot{

}
