@font-face {
	font-family: 'APR Header';
	src: url('../type/apr-header.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
	background: url(../img/body_bg.png) no-repeat center top #cdcdcd;
  width:100%;
  font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
  line-height:1.3em;
}

body.recycle { background: url(../img/bodyRecycle_bg.png) no-repeat center top #97bf0d; }

h1, h2, h3, .home .box span {
	font-family: 'APR Header', 'Rockwell Bold', Rockwell, 'Courier New', Courier, Georgia, Times, 'Times New Roman', serif;
	color: #000;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 5px;
}

h1 { font-size: 3.417em; color: #3a448f; margin-bottom: 25px; text-align: justify; letter-spacing: 1px; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.167em; }

.recycle h1, h1 span {
	color: #6a0;
}

p {
	margin-bottom: 20px;
}

ol, ul {
  list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

:focus {
  outline: 0;
}

/**
 * Global Image styles
 */

img.topLeft {
  float:left;
  margin:0 15px 10px 1px;
}

img.topRight {
  float:right;
/*   padding: 0 10px 0 0; */
}

img.cta {
  padding: /* 15px 0 0 */ 0;
}

img.family {
	padding:0 0 20px 45px;
}

/**
 * Main page layout
 */
 
.clear {
	clear: both;
}

#wrapper {
	width: 780px;
	margin: 10px auto 0;
}

.box {
	position: relative;
	background: #fff;
	border: 1px solid #ababab;
	margin-bottom: 20px;
	padding: 10px;
}
.adressen .box table {
	border: none;
}
 
#header {
	min-height: 48px;
	height: auto !important;
	height: 48px;
	margin-bottom: 15px;
}
	#nav {
		float: left;
		height: 48px;
	}
		#nav li {
			display: inline;
			margin-right: 20px;
		}
			#nav li a {
				height: 48px;
				line-height: 48px;
				color: #aaa;
				font-size: 14px /* 1.33em */;
			}
			#nav li a.active {
				color: #666;
			}
			#nav li a:hover {
				color: #666;
			}
			#nav li a.active:hover {
				text-decoration: none;
			}
			#nav li a:active {
				color: #aaa;
			}
			#nav li a.twitter {
				padding-left: 22px;
				background: url(../img/twitterIcon_16.png) no-repeat 0 1px;
			}
			#nav li a.twitter:hover {
				background: url(../img/twitterIcon_16_hover.png) no-repeat 0 1px;
			}

.giftcard #action {
	background: url(../img/giftcardAction_bg.jpg) no-repeat top right #fff;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}
	.giftcard #actionPanel {
		display: block;
		position: absolute;
		width: 140px;
		height: 140px;
		top: 5px;
		left: 385px;
	}
	
	#action p {
		color: #848484;
		font-family: 'Franklin Gothic Book',Arial,sans-serif;
		font-size: 14px;
		width: 344px;
		margin: 20px 0 20px 20px;
		line-height: 1.3em;
	}
	.recycle #action p {
		margin-left: 384px;
	}
	.giftcard #action p { margin-top: 0; }
	.giftcard #action p span {
		margin: 18px 0 5px 0;
		width: 344px;
		font-family: 'APR Header', 'Rockwell Bold', Rockwell, 'Courier New', Courier, Georgia, Times, 'Times New Roman', serif;
		color: #000;
		line-height: 1em;
		font-weight: normal;
		font-size: 1.5em;
		color: #3a448f;
		display: block;
	}
.adressen #action {
	background: url(../img/apr_store.jpg) no-repeat 404px center #fff;
}
	.adressen #action p {
	  font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	  font-size:1em;
/* 	  color:#666666; */
	  line-height:1.3em;
	}
	.giftcard a { color: #3a448f; }
	.recycle a { color: #6a0; }

.recycle #action {
	background: url(../img/recycleAction_bg.png) no-repeat 0 center #fff;
/*
	min-height: 260px;
	height: auto !important;
	height: 260px;
*/
}
.recycle #main img {
	display: block;
	width: 550px;
	margin: 0 auto;
}

.giftcard #banner img {
	position: absolute;
	top: 2px;
	right: 15px;
	bottom: auto;
	left: auto;
	z-index: 100;
}

#banner .inner {
	background: url(../img/actionBanner_bg.png) no-repeat bottom left;
	color: #ccc;
}

.recycle #banner .inner {
	background: url(../img/recycleBanner_bg.png) no-repeat bottom left;
	color: #e4e4e4;
}

.home #banner .inner {
	background: url(../img/actionBanner_bg.png) no-repeat bottom left;
	color: #ccc;
}
.giftcard #banner .inner {
	background: url(../img/actionBanner_bg.png) no-repeat bottom left;
	color: #ccc;
}


	#banner .inner h2 {
		font-size: 2em;
		color: #fff;
		padding: 10px 20px 0;
	}


	.home #banner .inner h2 {
		background: url(../img/actionBannerTop_bg.png) no-repeat top left;
	}
	.giftcard #banner .inner h2 {
		background: url(../img/actionBannerTop_bg.png) no-repeat top left;
	}
	.recycle #banner .inner p {
		background: url(../img/recycleBannerTop_bg.png) no-repeat top left;
		padding-top: 10px;
		padding-bottom: 12px;
	}
	.recycle #banner .inner a {
		color: #3a448f;
	}


	#banner .inner p {
		padding: 0 20px 15px;
		margin-bottom: 0;
	}
	#banner .inner a {
		color: #8c2;
		
	}

#main {
	
}
	#main span {
		color: #3a448f;
	}
	#main ul {
		list-style: disc;
		padding-left: 13px;
	}
		#main ul li {
			margin-bottom: 5px;
		}
	#main ul ul {
		list-style: circle;
		margin-bottom: 20px;
	}
		#main ul ul li {
			margin-bottom: 0;
		}

.lCol, .rCol {
	width: 344px;
	float: left;
	margin: 20px 10px 20px 20px;
}


.home .lCol, .home .rCol {
	width: 358px;
	margin: 0 0 20px;
/*
	min-height: 330px;
	height: auto !important;
	height: 330px;
*/
}
.home .lCol {
	margin: 0 20px 20px 0;
	background: url(../img/giftCardBox_bg.jpg) no-repeat top right #fff;
}
	.home .box a {
		display: block;
		height: 60px;
		padding: 9px 50px 11px 20px;
		background: url(../img/giftCard_btn_bg.png) no-repeat 0 0;
		color: #ccc;
		margin-top: 250px;
	}
	.home .rCol a {
		background: url(../img/recycle_btn_bg.png) no-repeat 0 0;
		color: #e4e4e4;
	}
	.home #banner a, #xtraBanner a {
		background: url(../img/adressen_btn_bg.png) no-repeat 0 0;
		height: 46px;
		margin-top: 0;
		color: #666;
	}
	#xtraBanner a {
		background: url(../img/actieverlengd.png) no-repeat 0 0;
	}
	#xtraBanner a span {
		font-size: 2.25em;
		margin-top: 8px;
	}
	.home #banner a span {
		color: #3a448f;
	}
	.home .rCol a strong {
		font-weight: normal;
		color: #000;
	}
	.home .box a:hover {
		text-decoration: none;
	}
	.home .box a span {
		display: block;
		font-size: 2em;
		color: #fff;
	}
	
	.home #actionPanel {
		display: block;
		position: absolute;
		width: 130px;
		height: 130px;
	}

.home .rCol {
	background: url(../img/recycleBox_bg.png) no-repeat center 20px #fff;
}
	

.giftcard .rCol {
	background: url(../img/rCol_bg.png) no-repeat 0 0;
}
	.giftcard .rCol .inner {
		background: url(../img/rColBottom_bg.png) no-repeat bottom left;
		padding: 20px 25px;
	}
		.giftcard .rCol .inner h2 {
			font-size: 2em;
			color: #3a448f;
			padding-bottom: 15px;
			margin-bottom: 15px;
			border-bottom: 2px groove #fff;
		}
		.giftcard .rCol p.last {
			margin-bottom: 3px;
		}

.twoCol {
	margin: 20px;
}

#footer {  
    font-size:9px;
    color:#999;
    line-height:1.4em;
}

.recycle #footer {
	color: #e9f88c;
}

.adressen table.box {
	padding: 0;
}
table th {
	background: #eee;
	border-bottom: 1px solid #fff;
	padding: 2px 6px;
}
	table th a {
		color: #3A448F;
		
	}
thead th {
	color: white;
	background: #3A448F;
	border-bottom: none;
	padding: 4px 6px;
}
	thead th.naam, thead th.adres {
		border-right: 1px solid #6d77bF;
	}
table td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px 4px;
}
	.naam, .adres, .plaats {
		text-align: left;
	}
	.naam {
		width: 80px;
	}
	.adres {
		width: 140px;
	}
