.pinboard {
      background-color:       #C1C3A7;
      position:               absolute;
      left:                   62px;
      top:                    58px;
}
.pinboardContentContainer {
      position:               absolute;
}

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