/* CSS Document za okrogle kote */

 /* TEMNO SIVA set background images for corners */
.rbroundbox { background:#383838;}
.rbtop div  { background: url(slike/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(slike/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(slike/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(slike/simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent { margin: 0 10px; color:#FFFFFF; }
.rbcontent1 { margin: 2px; color:#FFFFFF; text-align:center; padding:6px;}
.rbroundbox  { width: 100%; margin: auto; }

 /* SVETLO SIVA set background images for corners */
.rbroundbox2 { background:#e7e7e7;}
.rbtop2 div  { background: url(slike/simple_top_left2.gif) no-repeat top left; }
.rbtop2      { background: url(slike/simple_top_right2.gif) no-repeat top right; }
.rbbot2 div  { background: url(slike/simple_bottom_left2.gif) no-repeat bottom left; }
.rbbot2      { background: url(slike/simple_bottom_right2.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent2  { margin: 0 10px; }
.rbroundbox2 { width: 100%; margin: auto; }

