@charset "UTF-8";
/* CSS Document */

/* first example */

 /* set background images for corners */
.rbtop div  {
	background: url(/stationary/bilder/round_lo_rot.gif) no-repeat left top;
}
.rbtop      {
	background: url(/stationary/bilder/round_ro_rot.gif) no-repeat right top;
	border-bottom: 1px solid #990000;
}
.rbbot div  {
	background: url(/stationary/bilder/round_lu_rot.gif) no-repeat left bottom;
}
.rbbot      {
	background: url(/stationary/bilder/round_ru_rot.gif) no-repeat right bottom;
	border-top: 1px solid #bf4f56;
}

.rbtop_grau div  {
	background: url(/stationary/bilder/round_lo.gif) no-repeat left top;
}
.rbtop_grau      {
	background: url(/stationary/bilder/round_ro.gif) no-repeat right top;
	border-bottom: 1px solid #c7c5bd;
}
.rbbot_grau div  {
	background: url(/stationary/bilder/round_lu_grau.gif) no-repeat left bottom;
}
.rbbot_grau      {
	background: url(/stationary/bilder/round_ru.gif) no-repeat right bottom;
	border-top: 1px solid #FFFFFF;
}

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot, .rbtop_grau div, .rbtop_grau, .rbbot_grau div, .rbbot_grau {
	width: 100%;
	height: 8px;
	font-size: 1px;
}

