.pictureframe {
	margin: 3px auto;
}
.pictureframe_fill_left {
  background-image: url(../images/bilderrahmen/pictureframe_fill_left.png);
  background-repeat:repeat-y;
  background-position: 0 0;
  width: 9px;
  background-color: #FFFFFF;
  }
.pictureframe_fill_right {
  background-image: url(../images/bilderrahmen/pictureframe_fill_right.png);
  background-repeat:repeat-y;
  background-position: 0 0;
  width: 9px;
  background-color: #FFFFFF;
  }
.pictureframe_fill_top {
  background-image: url(../images/bilderrahmen/pictureframe_fill_top.png);
  background-repeat:repeat-x;
  background-position: 0 0;
  height: 9px;
  background-color: #FFFFFF;
  }
.pictureframe_fill_bottom {
  background-image: url(../images/bilderrahmen/pictureframe_fill_bottom.png);
  background-repeat:repeat-x;
  background-position: 0 0;
  height: 9px;
  background-color: #FFFFFF;
  }
.pictureframe_corner_top_left {
  background-image: url(../images/bilderrahmen/pictureframe_corner_top_left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 9px;
  background-color: #FFFFFF;
  }
.pictureframe_corner_bottom_left {
  background-image: url(../images/bilderrahmen/pictureframe_corner_bottom_left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 9px;
  background-color: #FFFFFF;
  }
.pictureframe_corner_bottom_right {
  background-image: url(../images/bilderrahmen/pictureframe_corner_bottom_right.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 9px;
  background-color: #FFFFFF;
  }
.pictureframe_corner_top_right {
  background-image: url(../images/bilderrahmen/pictureframe_corner_top_right.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 9px;
  background-color: #FFFFFF;
  }