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


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

#page_container{
  width: 850px;
  margin: 19px auto 50px auto;
  text-align: left;
}

#page_head{
  position:relative;
  background-color: #fff;
  width: 822px;
  height: 206px;
  padding: 15px 15px 0 15px;
  font-size: 0.9em;
}

#page_head_title_content {
    position: absolute;
    bottom:1px;
    right:15px;
}
.msie6 #page_head_title_content {
    bottom: -4px;
}

#page_body_container{
  background-color: #fff;
  padding: 15px;
  position: relative;
  height: 1%;
}

#page_body_left{
    width: 191px;
    margin-left: 14px;
    font-size: 0.9em;
    margin-top: 0px;
    position: relative;
    top: -255px;
    left: 0;
    float: left;
}

.msie6 #page_body_left {
    margin-left: 7px;
    overflow: hidden;
}

#page_body_cols_container{
    margin-left: 232px;
    width: 585px;
}

#page_body_main_container,
#page_body_main_container_full{
    width: 380px;
    float: left;
}

#page_body_main_container_full{
    width: 580px;
}

#page_body_right,
#page_body_main_content {
    margin-top: 2em;
}

#page_body_right{
    width: 190px;
    float: right;
}

#page_foot{

}

#special_anhaenger {
    position: absolute;
    left:-104px;
    top: 80px;
}