 /* 1set background images for corners */
 /* linke kolonne */
#rb .rbroundbox        { background: url(layout/corners/1corners_bg.gif); top: 10px; left: 10px; width: 140px   }

#rb .rbtop          { background: url(layout/corners/1corners_top.gif) repeat-x }
#rb .rbtop div      { background: url(layout/corners/1corners_top_left.gif) no-repeat left top }
#rb .rbtop div div  { background: url(layout/corners/1corners_top_right.gif) no-repeat right top }

#rb .rbbot          { background: url(layout/corners/1corners_bottom.gif) repeat-x }
#rb .rbbot div      { background: url(layout/corners/1corners_bottom_left.gif) no-repeat left top }
#rb .rbbot div div  { background: url(layout/corners/1corners_bottom_right.gif) no-repeat right top }

#rb .rbcontentwrap  { background: url(layout/corners/1corners_left.gif) repeat-y }
#rb .rbcontent      { background: url(layout/corners/1corners_right.gif) repeat-y right  }

 
 /* height and width details */
#rb .rbtop div, #rb .rbtop, #rb .rbbot div, #rb .rbbot    { width: 100%; height: 10px; font-size: 1px; }
#rb .rbcontent     { margin: 0; padding: 1px }
#rb .rbroundbox           { width: 100%  }


 /* rechte kolonne */
#rbr .rbroundbox        { background: url(layout/corners/1corners_bg.gif); top: 10px; left: 10px; width: 140px   }

#rbr .rbtop          { background: url(layout/corners/1corners_top.gif) repeat-x }
#rbr .rbtop div      { background: url(layout/corners/1corners_top_left.gif) no-repeat left top }
#rbr .rbtop div div  { background: url(layout/corners/1corners_top_right.gif) no-repeat right top }

#rbr .rbbot          { background: url(layout/corners/1corners_bottom.gif) repeat-x }
#rbr .rbbot div      { background: url(layout/corners/1corners_bottom_left.gif) no-repeat left top }
#rbr .rbbot div div  { background: url(layout/corners/1corners_bottom_right.gif) no-repeat right top }

#rbr .rbcontentwrap  { background: url(layout/corners/1corners_left.gif) repeat-y }
#rbr .rbcontent      { background: url(layout/corners/1corners_right.gif) repeat-y right  }

 
 /* height and width details */
#rbr .rbtop div, #rbr .rbtop, #rbr .rbbot div, #rbr .rbbot    { width: 100%; height: 10px; font-size: 1px; }
#rbr .rbcontent     { margin: 0; padding: 1px }
#rbr .rbroundbox           { width: 100%  }

