/* .rc classes worden gebruikt voor ronde hoekjes */
.rc0, .rc1, .rc2, .rc3 {margin-top:2px;}

/* witte ronde hoekjes (breedte: 250 pixels) */
.rc1 {background-color:#ffffff;}
.rc1 .top {background:url('../img/rcTop-wit.gif') no-repeat top center;}
.rc1 .bottom {background:url('../img/rcBottom-wit.gif') no-repeat bottom center;}

/* groene ronde hoekjes */
.rc2 {
	background-color:#99cc00;
	color:#ffffff;
	/* font-family:helvetica,sans-serif; */
	font-size:140%;
	font-weight:bold;
}
.rc2 .top {background:url('../img/rcTop-groen.gif') no-repeat top center;}
.rc2 .bottom {background:url('../img/rcBottom-groen.gif') no-repeat bottom center;}

/* grijze ronde hoekjes */
.rc3 {background-color:#e6e6e6;}
.rc3 .top {background:url('../img/rcTop-grijs.gif') no-repeat top center;}
.rc3 .bottom {background:url('../img/rcBottom-grijs.gif') no-repeat bottom center;}
.rc3 p {margin-top:0;}


/* witte ronde hoekjes (breedte: 500 pixels) */
.rc4 {background-color:#ffffff;}
.rc4 .top {background:url('../img/rcTop-wit-breed.gif') no-repeat top center;}
.rc4 .bottom {background:url('../img/rcBottom-wit-breed.gif') no-repeat bottom center;}