/* Schatten oder Rand*/
  .page_margins {
    border: 0 none;
    background-image:  url(../img/gfxborder/border_left.png);
    background-repeat:repeat-y;
    background-position:left;
  }

  .page {
    border: 0 none;
    margin: 0 0 0 5px;
    background-image:  url(../img/gfxborder/border_right.png);
    background-repeat:repeat-y;
    background-position:right;
  }


  #my_shade_top {
    overflow:hidden;
    width: auto;
    height: 20px;
    font-size:0;
    margin-bottom: -15px;
    background-image:  url(../img/gfxborder/border_top.png);
    background-repeat:repeat-x;
    background-position:top left;
  }

  #my_shade_bottom {
    overflow:hidden;
    width: auto;
    height: 20px;
    margin-top: -15px;
    font-size:0;
    background-image:  url(../img/gfxborder/border_bottom.png);
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  #my_edge-tl {
    float:left;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../img/gfxborder/corner_tl.png);
    background-position: top left;
  }

  #my_edge-tr {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../img/gfxborder/corner_tr.png);
    background-position: top right;
  }

  #my_edge-bl {
    float:left;
    width: 20px;
    height: 20px;
    background-image:  url(../img/gfxborder/corner_bl.png);
    background-position: bottom left;
  }

  #my_edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    background-image:  url(../img/gfxborder/corner_br.png);
    background-position: bottom right;
  }




