/*
 * 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: 933px;
  margin: 0 auto 0 auto;
  text-align: left;
  padding-top: 13px;
  position: relative;
}

#page_head{
    background:#fff;
    height:85px;
    width:933px;
    position:absolute;
    top:0;
}

#page_foot {
    background:transparent url(/static/img/sos13/page_foot_t.gif) no-repeat bottom;
    clear:both;
    height:100px;
    width:933px;
    position: relative;
    top:-51px;
    z-index: 1;
    color: #000;
}

#logo { 
    float: right;
    position: relative;
    left: 38px;
    top: 17px; 
}

#page_foot .copy_foot {
    position: absolute;
    bottom: 20px;
    left: 37px;
}

#tafelschwamm {
    position: absolute;
    bottom:20px;
    right: -6px;
    z-index: 101;
    cursor: pointer;
}
#tafelschwamm:active {
    border-width:0;
    outline-width: 0;    
}

.sos13full #tafelschwamm {
    display: none;
}

#wischanimation {
    position: absolute;
    z-index: 100;
    top:113px;
    left:26px;
}

#kreidemaennchen {
    position: absolute;
    z-index: 100;
    bottom:201px;
    right:33px;
}

#page_body_container{
    background:transparent url(/static/img/sos13/page_body.jpg) no-repeat;
    clear:both;
    min-height: 541px;
    width:836px;
    color: #fff;
    padding: 61px 54px 0;
    margin-top: 68px;
    z-index: 2;
}

#page_body_container_wrapper{
    background:transparent url(/static/img/sos13/page_middle.jpg) repeat-y 0 -20px;
    width:933px;
    padding-bottom: 20px;
}

.msie8 #page_body_container_wrapper,
.msie #page_body_container_wrapper{
    background-position-y: 50px;
}

#page_head_content_head {
    height: 129px;
    background:url(/static/img/sos13/trennlinie_oben.png) no-repeat bottom left;
    margin-bottom: 14px;
}
.msie6 #page_head_content_head {
    background:url(/static/img/sos13/ie6/trennlinie_oben.gif) no-repeat bottom left;
}

#page_body_left{

}

#page_body_cols_container{
  height: 100%;
  position:relative;
  z-index:3;
  top:-7px;
  padding: 0;
}

.msie #page_body_cols_container{
  top: 0;
}

#page_body_main_container{
    width: 383px;
    float: left;
    overflow: hidden;
}

#page_body_main_container_full{
    width: 836px;
}

#page_body_right {
    float:right;
    width:379px;
}
#page_body_foot{
    width:836px;
    color: #fff;
    padding: 15px 54px 0;
}

#page_foot_foot_content_wrapper {
    background:transparent url(/static/img/sos13/trennlinie_unten.png) no-repeat scroll left top;
    padding-top: 22px;
}
.msie6 #page_foot_foot_content_wrapper {
    background:transparent url(/static/img/sos13/ie6/trennlinie_unten.gif) no-repeat scroll left top;
}

#page_foot_foot_content_right,
#page_foot_foot_content {
		width: 282px;
		float: left;
}

#page_foot_foot_dummy {
    height: 32px;
}

.sos13full #subnavigation {
    display:none;
}
