/************************************ Table ***********************/
.roundcont_oranje {
	width:100%;
	background-color: #f90;
	color: #fff;
}
.roundcont_oranje p {
	margin: 0 10px;
}
.roundtop_oranje { 
	background: url(/IMAGES/table/tr.gif) no-repeat top right; 
}

.roundbottom_oranje {
	background: url(/IMAGES/table/br.gif) no-repeat top right; 
}
.roundcont_grijs {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	background-color: #f2f2f2;
	color: #000000;
}

.roundcont_grijs p {
	margin: 10px 10px;
}

.roundtop_grijs { 
	background: url(/IMAGES/table/tr_g.gif) no-repeat top right; 
}

.roundbottom_grijs {
	background: url(/IMAGES/table/br_g.gif) no-repeat top right; 
}

.roundcont_donker {
	width:100%;
	background-color: #747474;
	color: #fff;
}
.roundcont_donker p {
	margin: 0 10px;
	text-align:center;
}
.roundtop_donker { 
	background: url(/IMAGES/table/tr_d.gif) no-repeat top right; 
}

.roundbottom_donker {
	background: url(/IMAGES/table/br_d.gif) no-repeat top right; 
}
img.corner_d {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/****************************************** einde table */
