.pinboard {
      background:             transparent url(/pinboard/designs/business/bg.png) repeat left top;
      position:               absolute;
      left:                   18px;
      top:                    17px;
}
.pinboardContentContainer {
      position:               absolute;
}

.pinboardAddEntry {
      text-align:             right;
      margin-bottom:          50px;
}
#cornerLeftTop {
      background:             transparent url(/pinboard/designs/business/oben-links.png) no-repeat left top;
      width:                  18px;
      max-width:              18px;
      height:                 17px;
      max-height:             17px;
      position:               absolute;
      left:                   0;
      top:                    0;
}
#cornerRightTop {
      background:             transparent url(/pinboard/designs/business/oben-rechts.png) no-repeat right top;
      width:                  20px;
      max-width:              20px;
      height:                 17px;
      max-height:             17px;
      position:               absolute;
      right:                  0;
      top:                    0;
}
#cornerLeftBottom {
      background:             transparent url(/pinboard/designs/business/unten-links.png) no-repeat left bottom;
      width:                  18px;
      max-width:              18px;
      height:                 26px;
      max-height:             26px;
      position:               absolute;
      left:                   0;
      bottom:                 0;
}
#cornerRightBottom {
      background:             transparent url(/pinboard/designs/business/unten-rechts.png) no-repeat right bottom;
      width:                  20px;
      max-width:              20px;
      height:                 26px;
      max-height:             26px;
      position:               absolute;
      right:                  0;
      bottom:                 0;
}
#borderTop {
      background:             transparent url(/pinboard/designs/business/oben-mitte.png) repeat-x left top;
      height:                 17px;
      max-height:             17px;
      position:               absolute;
      left:                   18px;
      top:                    0;
}
#borderBottom {
      background:             transparent url(/pinboard/designs/business/unten-mitte.png) repeat-x left bottom;
      height:                 26px;
      max-height:             26px;
      position:               absolute;
      left:                   18px;
      bottom:                 0;
}
#borderLeft {
      background:             transparent url(/pinboard/designs/business/mitte-links.png) repeat-y left top;
      width:                  18px;
      max-width:              18px;
      position:               absolute;
      left:                   0;
      top:                    17px;
}
#borderRight {
      background:             transparent url(/pinboard/designs/business/mitte-rechts.png) repeat-y right top;
      width:                  20px;
      max-width:              20px;
      position:               absolute;
      right:                  0;
      top:                    17px;
}