/*repeat body for webfauna*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
    background: url('/include/images/bg-form.png') center top repeat-y;
}
form {
    background: url('/include/images/bg-body.png') center top no-repeat;
}
img {border:0;}
#header {
	position: relative;
	padding: 4px 0 0 0;
	margin: 0 auto 10px;
	width:960px;
    background: #ffffff url('/include/images/bg-body.png') center top no-repeat;
}
.tmpl-homepage #header {
	margin: 0 auto ;	
    padding-bottom: 21px;
}
#metaNav {
	overflow: hidden;
}
#logo {
	float: left;
}
#slogan {
	float: left;
	margin: 31px 0 0 10px;
}
#search {
	position: absolute;
	top: 25px;
	left: 529px;
	width: 244px;
	height: 23px;
}
#search input {
	float: left;
	padding: 0;	
}
#search input#searchInput {
	height: 20px;
	border: 1px solid #a8a095;
	font-family: Arial;
	padding: 0 5px 1px 22px;
	width: 142px;
	background: url('/include/images/bg-zoek.png') left no-repeat #f7f6f6;
}
#search input#searchSubmit {
	margin: 0 0 0 6px;
	height: 23px;
	width: 66px;
	padding: 0 0 4px 0;
	border: 0;
	background: url('/include/images/btn-zoek.png') no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	cursor: pointer;
	/* IE hacks since webfauna doesn't support conditional css */
	*padding: 0 0 1px 0; /* <IE8 */
	padding: 0 0 1px 0 \0/; /* IE8 */
}
#search input#searchSubmit:hover {
	background: url('/include/images/btn-zoek.png') left bottom no-repeat;
}
.nav {
	clear: both;
	height: 43px;
	margin: 4px 0 0 0;
	overflow: hidden;
}
.nav li {
	display: inline-block;
	float: left;
	color: #ffffff;
	height: 40px;
	padding: 3px 3px 0 3px;
	background: url('/include/images/navSeperator.png') right center no-repeat;
}
.nav li.first {
	padding: 3px 3px 0 0;	
}
.nav li.last {
	background: none;
}
.nav li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 5px 0 0;
	height: 40px;
	display: inline-block;
	background: none;
	cursor: pointer;
}
.nav li a span {
	background: none;
	padding: 9px 5px 13px 10px;
	display: inline-block;
}
.nav li.active a {
	background: url('/include/images/navItem-right.png') right top no-repeat;
}
.nav li.active a span {
	background: url('/include/images/navItem-left.png') left top no-repeat;
	height:40px;
}
.nav li a:hover span {
	text-decoration: underline;
}
.nav li.active a:hover span {
	text-decoration: none;
}
#header .subnav {
	overflow: hidden;
	background: url('/include/images/bg-subnav.png') no-repeat;
	padding: 0 0 0 8px;
	height: 42px;
}
#header ul.subnav {
	margin:0;
}
#header .subnav li {
	display: inline-block;
	float: left;
	background: url('/include/images/subnavSeperator.png') right center no-repeat;
	padding: 5px 4px 0 2px;
	height: 37px;
	clear:none;
}
#header .subnav li.first {
	padding: 5px 5px 0 0;
}
#header .subnav li.last {
	background: none;	
}
#header .subnav li a {
	color: #260e03;
	font-size: 14px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 5px 1px 0;
	display: inline-block;
	cursor: pointer;
}
#header .subnav li a span {
	display: inline-block;
	padding: 9px 5px 12px 10px;
	color:#000;
}
#header .subnav li a:hover span {
	text-decoration: underline;
}
#header .subnav li.active a {
	background: url('/include/images/subnavItem-right.png') right top no-repeat;
}
#header .subnav li.active a span {
	background: url('/include/images/subnavItem-left.png') left top no-repeat;
}
#header .subnav li a:hover span {
	text-decoration: underline;
}
#header .subnav li.active a:hover span {
	text-decoration: none;
}

#header.webwinkel .nav li.active a {
	color: #000000;	
	background: url('/include/images/navItem-webwinkel-right.png') right top no-repeat;
}
#header.webwinkel .nav li.active a span {
	background: url('/include/images/navItem-webwinkel-left.png') left top no-repeat;
}
#header.webwinkel .subnav {
	background: url('/include/images/bg-subnav-webwinkel.png') no-repeat;
}
#header.webwinkel .subnav li {
	background: url('/include/images/subnavSeperator-webwinkel.png') right center no-repeat;
}
#header.webwinkel .subnav li.last {
	background: none;
}
#header.acties .nav li.active a {
	color: #ffffff;	
	background: url('/include/images/navItem-acties-right.png') right top no-repeat;
}
#header.acties .nav li.active a span {
	background: url('/include/images/navItem-acties-left.png') left top no-repeat;
}
#header.acties .subnav {
	background: url('/include/images/bg-subnav-acties.png') no-repeat;
}
#header.acties .subnav li {
	background: url('/include/images/subnavSeperator-acties.png') right center no-repeat;
}
#header.acties .subnav li a, #header.acties .subnav li a span {
	color: #ffffff;
}
#header.acties .subnav li.active a, #header.acties .subnav li.active a span {
	color: #260e03;
}
#header.acties .subnav li.last {
	background: none;
}

#footer {
	overflow: hidden;
}
#footerContainer {
	padding: 9px 0 0 0;
	margin: 27px auto 150px;
	clear: both;
	width:960px;
}
#footerBanner {
	padding: 9px 0 0 0;
	margin: 27px auto;
	clear: both;
	width:960px;
}
#newsletterContainer {
	height: 32px;
	background: url('/include/images/bg-footer-newsletter.png') repeat-x;
	padding: 10px 0 0 91px;
	position: relative;
}
#newsletterContainer #newsletterThumb {
	position: absolute;
	bottom: 0;
	left: 5px;
}
#newsletterContainer h4 {
	color: #ed1c24;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 16px;
	font-weight: bold;
	float: left;
	/* IE hacks since webfauna doesn't support conditional css */
	*margin: 1px 0 0 0; /* <IE8 */ 
	margin: 1px 0 0 0 \0/; /* IE8 */ 
}
#newsletterContainer span {
	color: #000000;
	font-size: 13px;	
	margin: 3px 0 0 24px;
	display: block;
	float: left;
}

#newsletterContainer span input {
    margin-top:-2px;
    margin-left: 20px;
}
.watermark {
    color: #999 !important;
}

#newsletterContainer a.leesMeer {
	position: absolute;
	right: 21px;
	height: 23px;
	display: block;
	background: url('/include/images/btn-leesMeer-sm-right.png') right top no-repeat;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 0 19px 0 0;
	font-size: 12px;
}
#newsletterContainer a.leesMeer span {
	background: url('/include/images/btn-leesMeer-sm-left.png') left top no-repeat;
	display: block;
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 7px 4px 13px;
	cursor: pointer;
	font-weight: normal;
	height:15px;
}
#newsletterContainer a.leesMeer:hover {
	background: url('/include/images/btn-leesMeer-sm-right.png') right bottom no-repeat;
}
#newsletterContainer a.leesMeer:hover span {
	background: url('/include/images/btn-leesMeer-sm-left.png') left bottom no-repeat;
}
#footerNav {
	height: 42px;
	background: url('/include/images/bg-footerNav.png') repeat-x;
	overflow: hidden;
	padding: 0 0 0 13px;
}
#footerNav #logos {
	float: right;
	padding: 4px 9px 0 0;
}
#footerNav #logos span {
	color: #333333;
	font-size: 11px;
	float: left;
	display: inline-block;
	margin: 9px 9px 0 0;
}
#footerNav #logos img {
	float: left;
	margin: 0 9px 0 0;
	vertical-align: middle;
}
#footerNav #logos img#icon-airmiles {
	margin-top: 4px;	
}
#footerNav #logos img#icon-facebook, #footerNav #logos img#icon-twitter {
	margin-top: 5px;	
}

#footerNav #logos img#icon-praxis_app {
	margin-top: 3px;
    margin-right: 30px;
}

#footerNav ul {
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
}	
#footerNav ul li {
	display: inline-block;
	float: left;
	height: 23px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #d9d8d5;
	padding: 2px 9px 0 9px;
}
#footerNav ul li.first {
	border-left: none;	
}
#footerNav ul li.last {
	border-right: none;	
}
#footerNav ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	text-transform: lowercase;
}
#footerNav ul li a:hover {
	text-decoration: underline;	
}
#footerContainer .subNav {
	overflow: hidden;
	padding: 0 15px 0 15px;	
	margin: 24px 0 0 0;
}
#footerContainer .subNav li {
	float: left;
	width: 124px;
	margin: 0 10px 0 0;
}
* html #footerContainer .subNav li {
	margin: 0 10px 0 0;
}
#footerContainer .subNav li.last {
	margin: 0;	
}
#footerContainer .subNav li a {
	text-decoration: none;
	color: #736b60;
	text-transform: lowercase;
	font-size: 14px;
}
#footerContainer .subNavItems {
	margin: 9px 0 0 0;	
}
#footerContainer .subNavItems li {
	float: none;
	margin: 0 0 3px 0 !important;
}
#footerContainer .subNavItems li a {
	color: #333333;
    display: inline-block;
	text-transform: none;
	font-size: 11px;
	background: url('/include/images/arrow.png') 0 5px no-repeat;
	padding: 0 0 0 8px;
}
#footerContainer .subNavItems li a:hover {
	text-decoration: underline;	
}
#copyright {
	text-align: right;
	color: #736b60;
	margin: 17px 0 0 0;
	clear: both;
	font-size: 12px;
}
#header #headeractie{	
	position:absolute;
	height: 100px;
	margin-left: 750px;
	margin-top: 5px;
	overflow: hidden;
	width: 210px;
}
#header #headeractie img{display:block;margin:0 auto; text-align:center;}
