#actieknoppen {
	width:610px;
	height:100px;
	padding:10px;
	background:url(/images/bg-actieknoppen.png) no-repeat;
	margin-bottom:30px;
}
#actieknoppen h6 {
	line-height:25px;
	padding:5px 0;
	color:#efefef;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#actieknoppen a {
	display:block;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
#actieknoppen a:hover { color:#4187d6; }

#actieknoppen .actieknop_left, #actieknoppen .actieknop_middle, #actieknoppen .actieknop_right {
	width:196px;
	background:url(/images/bgactieknop.png) no-repeat;
	float:left;
	height:100px;
	margin-right:10px;
}
#actieknoppen .actieknop_right {
	margin-right:0px;
}
