.rondehoeken {
	width: 100%;
	background: #EFEFEF;
	color: Black;
} 

.rondehoeken_header ul,
.rondehoeken_footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rondehoeken_header ul li.corner_top_left {
	float: left;
	background: url(images/hoeken.gif) -15px -15px no-repeat;
	width: 15px;
	height: 15px;
	margin: -14px -15px 0 0;
}

.rondehoeken_header ul li.corner_top_right {
	float: right;
	background: url(images/hoeken.gif) 0px -15px no-repeat;
	width: 15px;
	height: 15px;
	margin: -14px 0 0 -3px;
}

.rondehoeken_header ul li.border_top
	{
	border: solid #d3d3d3;
	border-width: 1px 0 0 0;
	height: 15px;
	margin: 0 15px -1px 15px;
	background-color: #efefef;
	}

#rondehoeken_inhoud {
	padding: 1px 15px;
	display: block;
	margin: -1px 0;
}

/*
ol li {
	margin-bottom: 10px;
}
*/

.rondehoeken_footer ul li.corner_bottom_left {
	float: left;
	background: url(images/hoeken.gif) -15px 0 no-repeat;
	width: 15px;
	height: 15px;
	margin: -15px -15px 0 0;
}

.rondehoeken_footer ul li.corner_bottom_right {
	float: right;
	background: url(images/hoeken.gif) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	margin: -15px 0 0 -3px;
}

.rondehoeken_footer ul li.border_bottom
	{
	border: solid #d3d3d3;
	border-width: 0 0 1px 0;
	height: 14px;
	margin: 0 15px;
	background-color: #efefef;
	}

.border_sides
	{
	border: solid #d3d3d3;
	border-width: 0 1px;
	}