div#mainBannerButton {
	position: absolute;
	bottom: 8px;
	right: 13px;
}

div.action {
	width: 699px;
	height: 142px;
	background: white url('/images/actie-achtergrond.png') top left no-repeat;
	padding: 14px;
	margin-bottom: 14px;
	overflow: hidden;
}

div.actionLarge {
	width: 699px;
	background: white url('/images/actie-groot-achtergrond.png') top left no-repeat;
	padding: 14px;
	margin-bottom: 14px;
	overflow: hidden;
}

div.action,
div.action a,
div.action p,
div.actionLarge,
div.actionLarge a,
div.actionLarge td, 
div.actionLarge p {
	color: #8e8572;
	line-height: 16px;
	font-size: 11px;
	text-decoration: none;
}

div.action a:hover,
div.actionLarge a:hover {
	text-decoration: underline;
}

div.action h1,
div.actionLarge h1 {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

div.action hr, 
div.actionLarge hr {
	color: #9b9b9b;
	background-color: #9b9b9b;
	height: 1px;
	border: none;
	margin: 5px 0 5px 0;
	_margin-top:0;
	_margin-bottom:0;
	padding: 0;

}

div.actionImage {
	width: 114px;
	height: 114px;
	position: absolute; 
	top: 14px;
	left: 14px;
}

div.actionLarge div.actionImage {
	width: 278px;
	height: 278px;
	position: absolute; 
	top: 14px;
	left: 14px;
}

div.actionImage img {
	display: block;
}

div.actionLarge div.actionText {
	width: 526px;
	margin-left: 143px;
	overflow-x: hidden;
}

div.actionText {
	width: 526px;
	height: 114px;
	margin-left: 143px;
	overflow: hidden;
}

div.actionLarge div.actionText {
	width: 363px;
	margin-left: 306px;
	overflow-x: hidden;
	height: 100%;
}


div.actionText p {
	margin-top:0;
	padding-top:0;
	line-height: 18px;
}

div#actionIntro {
	background: #DFE0DF url('/images/collecties-intro-achtergrond') top left no-repeat;
	width: 699px;
	margin-bottom: 14px;
	padding: 24px 14px 14px 14px;
}

div#actionIntro h1 {
	color: #7e725a;
	font-size: 14px;
	margin: 0 0 4px 0;
	padding: 0;
}

div#actionIntro h2 {
	color: #7e725a;
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 0;
}

div#actionIntro p {
	font-size: 11px;
	line-height: 18px;
}