.pinboard {
      background-color:       #000000;
      position:               absolute;
      left:                   50px;
      top:                    32px;
}
.pinboardContentContainer {
      position:               absolute;
}

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