@charset "utf-8";

.thrColFixHdr #surHeader {
    background-image:url(../images/surroundings/top.jpg);
    background-repeat:no-repeat;
    width:920px;
    height:51px;
    align: left;
}

.thrColFixHdr #upperRightCorner {
/*    background-image:url(../images/surroundings/upperLeftCorner.png);
    background-repeat:no-repeat; */
    float: left;
    vertical-align: bottom;
    width: 2px;
}

.thrColFixHdr #surLeft {
    width: 10px;
   /* height:1669px; */
    background-image:url(../images/surroundings/left.jpg);
    background-repeat:no-repeat;
}

.thrColFixHdr #surRight {
    width: 10px;
    /* height:669px; */
    background-image:url(../images/surroundings/right.jpg);
    background-repeat:no-repeat;
}

.thrColFixHdr #surMainContent {
    /*width:900px;
    height:669px;
    margin-left:10px;*/
}

.thrColFixHdr #surFooter {
    background-repeat:no-repeat;
    width:920px;
    height:10px;
}

.surFooterClass_m {
    /* Seiten-Höhe < 800 px  */
    background-image:url(../images/surroundings/bottom_m.jpg);
}

.surFooterClass_l {
    /* Seiten-Höhe >= 800 px  */
    background-image:url(../images/surroundings/bottom_l.jpg);
}

.surFooterClass_xl {
    /* Seiten-Höhe >= 1000 px  */
    background-image:url(../images/surroundings/bottom_xl.jpg);
}

.thrColFixHdr #surMainBox {
    background-image:url(../images/surroundings/contentShadow.png);
    background-repeat:x-repeat;
    width:900px;
    height:4px;
}

#stripline {
    background-image:url(../images/stripline.png);
    background-repeat:y-repeat;
    width: 1px;
}

