/*
 * stylesheet for tool401 quickmaster
 * structure, pagelayout
 * (c) www.wegewerk.com
 * ww.edit cms
 * created: 20100611 bms
 */

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

body{
  background: #fdfdfd;
}

#page_container{
  background: url("/static/img/tool401/bg_body_gradient.png") repeat-x;
  position: relative;
}

#page_body_container{
  position: relative;
  z-index: 1;
}

#page_body_bg_img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#page_body_inner{
  position: relative;
  z-index: 2;
  width: 880px;
  margin: 0 auto 0 auto;
  text-align: left;
  padding-bottom: 80px;
}

#page_head{
  height: 120px;
  position: relative;
}

#page_head_title_img{
  position: absolute;
  top: 25px;
  left: 15px;
}

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

#page_body_right_container{
  width: 260px;
  float: right;
}

.shadow_container{
  position: relative;
  z-index: 1;
}

img.shadow{
  position: absolute;
  height: 100%;
  width: 620px;
}

#page_body_right_content img.shadow {
  width: 260px;
}

#page_footer_container {
  background: #333;
  border-bottom: 20px solid #333;
}

#page_footer_inner{
  width: 880px;
  margin: 0 auto 0 auto;
  position: relative;
}

.copy_foot a {
  display: block;
}

#spdlogo {
  position: absolute;
  right: 5px;
  top: 12px;
}