/*
 * 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: 800px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#page_head{
    position: relative;
    background: url(/static/img/nema14/page_head_neutral.png) no-repeat top left;
    width: 800px;
    height: 226px;
    padding-right: 0;
}

#page_head_title_logo {
   margin-left:40px;
}

#page_head_title_img {
   position: absolute;
   left:40px;

}

#page_head_title_content
{
    position: absolute;
    right: 0;
    width: 322px;
    top: 101px;
    height: 125px;
    padding-right:0;

}

#page_head_title_content .title_img_1
{
    margin:  0px;
    padding: 0;

    float: right;

}

#page_head_title_content .title_img_2
{
    margin-right:  5px;
    padding: 0;

    float: right;
}

#page_body_container{
background: #FF8E01;
width:800px; /* IE6 collapses this down to 600 without this */
}

#page_body_left{
    background: #FF8E01;
    width: 200px;
    float: left;
    padding-bottom: 6em;
}

#page_body_cols_container{
    width:575px;
    padding:25px 0 25px 25px;
    background: #fff;
    float:right;
}

#page_body_main_container{

}

#page_body_main_container_full{

}

#page_body_right{

}

#page_foot{
    background: url(/static/img/nema14/page_foot.png) no-repeat top left;
    width: 800px;
    height: 50px;
    clear: both;
    text-align: right;
    font-size:0.8em;
}

#page_foot .ww{
   display:block;
   margin-right:10px;
   margin-bottom:0px;
   padding-right:10px;
padding-top:35px;
}

#page_foot .ww a{
text-decoration:none;
color:#000;
}

#page_foot .ww a:hover{
text-decoration:underline;
}
#page_body_foot{margin-top:20px;}

