/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

html {
	overflow-x:hidden;
	overflow-y:auto;
}

body {
	background-color: #212121;
	background-image: url(../images/layout/bg_body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color: #D2001B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #D2001B;
	font-size: 22px;
	margin-bottom: 14px;
}

h2 {
	color: #D2001B;
	font-size: 18px;
	margin-bottom: 14px;
}

h3 {
	color: #D2001B;
	font-size: 12px;
	margin-bottom: 8px;
}

p {
	margin-bottom: 8px;
}

p.rechts {
	text-align: right;
}

.error {
	color: #D2001B;
}

ul, ol {
	margin-bottom: 8px;
	margin-left: 15px;
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

input,
textarea,
select {
	background-color: #F6F6F6;
	border: 1px solid #D8D8D8;
	font-family: "Trebuchet MS", "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 2px;
	width: 190px;
	margin-bottom: 15px;
}

label {
	float: left;
	width: 135px;
}

label.noFloat {
	float: none;
	width: auto;
}

input.button,
input.checkbox {
	border: none;
	padding: 0;
	width: auto;
	margin-bottom: 15px;
}

p.rechts input.button {
	margin-right: 30px;
}

select.dag {
	width: 50px;
}

select.maand {
	width: 100px;
}

select.jaar {
	width: 50px;
}

/*
	CONTAINER
*/
#container {
	display: block;
	width: 995px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*
	CONTAINER > WIDGETS
*/
#widgets {
	float: left;
	clear: right;
	width: 273px;
	padding-top: 95px;
}

#widgets div.top {
	background-image: url(../images/layout/bg_widget_top.png);
	background-repeat:no-repeat;
	display: block;
	width: 100%;
	height: 15px;
	margin: 0;
	padding: 0;
}

#widgets div.content {
	background-image: url(../images/layout/bg_widgets.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

#widgets div.bottom {
	background-image: url(../images/layout/bg_widget_bottom.png);
	background-repeat:no-repeat;
	display: block;
	width: 100%;
	height: 15px;
	margin: 0;
	padding: 0;
}

#widgets div.content div.widget {
	margin-left: 3px;
}

/*
	CONTAINER > BODY
*/
#body {
	float: left;
	clear: right;
	width: 703px;
}

#body_background {
	background-image: url(../images/layout/bg_body_div.png);
	background-repeat: repeat-y;
}

#body_background div.hoekje {
	background-image: url(../images/layout/bg_hoek_rechts.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 687px;
	height: 13px;
}

/*
	CONTAINER > BODY > HEADER
*/
#header {
	padding-top: 5px;
}

/*
	CONTAINER > BODY > MENU
*/
#menuholder {
	background-image: url(../images/layout/bg_hoek_rechts.png);
	background-position: 674px 38px;
	background-repeat: no-repeat;
	width: 687px;
	padding-bottom: 12px;
}

#menu {
	height: 45px;
	width: 687px;
	background-image: url(../images/layout/bg_menu.png);
	background-repeat: repeat-x;
	background-position: center;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	margin-left: 9px;
}

#menu ul li {
	vertical-align: middle;
	margin-right: 0px;
	line-height: 45px;
	float: left;
	clear: right;
	font-family: "Trebuchet MS", "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFF;
	padding: 0 0 0 13px;
}

#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:active,
#menu ul li a:hover,
#menu ul li.actief a,
#menu ul li.actief a:link,
#menu ul li.actief a:visited,
#menu ul li.actief a:active,
#menu ul li.actief a:hover {
	color: #FFF;
	line-height: 45px;
	height: 45px;
	vertical-align: middle;
	padding: 0 13px 0 0;
}

#menu ul li.actief {
	background-image: url(../images/layout/bg_menuitem_actief_links.png);
	background-repeat: no-repeat;
}

#menu ul li.actief span {
	background-image: url(../images/layout/bg_menuitem_actief.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	display: block;
}

#menu ul li.actief span a,
#menu ul li.actief span a:link,
#menu ul li.actief span a:visited,
#menu ul li.actief span a:active,
#menu ul li.actief span a:hover {
	color: #D2001B;
}

#menu ul li a:hover,
#menu ul li.actief a:hover {
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

/*
	CONTAINER > BODY > CONTENT
*/
#content {
	background-color: #FFFFFF;
	background-image: url(../images/layout/bg_content.gif);
	background-repeat: no-repeat;
	width: 687px;
	padding: 34px 0 23px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#content div.tekst {
	padding: 0 29px 0 29px;
}

#content div.teksthome {
	padding: 0 110px 0 29px;
}

#content div.tekstvervolg {
	padding: 0 18px 0 21px;
}

/*
	CONTAINER > BODY > CONTENT > KRUIMELSPOOR
*/
#kruimelspoor {
	font-size: 11px;
	margin-right: 4px;
	float: left;
	clear: right;
	line-height: 22px;
	vertical-align: bottom;
}

#kruimelspoor h4 {
	display: none;
}

#kruimelspoor span {
	color: #D2001B;
	text-transform: lowercase;
}

/* CONTAINER > BODY > FOOTER */
#footerholder {
	background-image: url(../images/layout/bg_footerholder.png);
	background-repeat: repeat-y;
	padding: 0 0 8px;
}

#footerholder div.hoekje {
	background-image: url(../images/layout/bg_hoek_content.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 12px;
	margin-bottom: 2px;
}

#footer {
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	width: 687px;
	font-size: 11px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer div {
	float: left;
	clear: right;
	display: block;
	height: 45px;
}

#footer div.links {
	background-image: url(../images/layout/bg_footer_links.png);
	background-repeat: no-repeat;
	width: 11px;
}

#footer div.content {
	background-image: url(../images/layout/bg_footer.png);
	background-repeat: repeat-x;
	width: 667px;
}

#footer div.rechts {
	width: 9px;
	background-image: url(../images/layout/bg_footer_rechts.png);
}

#footerbottom div {
	float: left;
	clear: right;
	display: block;
	height: 45px;
}

#footerbottom div.links {
	width: 11px;
}

#footerbottom div.content {
	background-image: url(../images/layout/bg_footer_bottom.png);
	background-repeat: repeat-x;
	width: 667px;
}

#footerbottom div.rechts {
	width: 9px;
}

/* CLEAR DIV */
div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

/* Catwalk overlay */
#catwalk {
	display: block;
	width: 675px;
	height: 575px;
	position: absolute;
	bottom: -17px;
	left: 793px;
	background-image: url(../images/layout/bg_catwalk.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#catwalk-vervolg {
	display: block;
	width: 675px;
	height: 575px;
	position: absolute;
	bottom: -17px;
	left: 793px;
	background-image: url(../images/layout/bg_catwalk_vervolg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* LEES MEER */
div.pageBreak {
	display: none;
}

/* VERKOOPPUNTEN */
#map {
	width: 398px;
	height: 442px;
	border: 1px solid #D2001B;
	float: left;
	clear: right;
	z-index: 99999999;
	overflow: hidden;
}

#adreszoeken {
	margin-bottom: 30px;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	position: relative;
}

#adreszoeken div {
	position: absolute;
}

#adreszoeken div.straat {
	top: 0;
	left: 0;
}

#adreszoeken div.huisnummer {
	top: 0;
	left: 173px;
}

#adreszoeken div.plaats {
	top: 0;
	left: 351px;
}

#adreszoeken div.zoeken {
	top: 2px;
	left: 522px;
}

#adreszoeken input {
	background-color: #F6F6F6;
	border: 1px solid #D8D8D8;
	width: 116px;
	height: 18px;
	padding-top: 3px;
	font-family: "Trebuchet MS", "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;	
	margin: 0;
}

#resultaat {
	width: 235px;
	padding-right: 10px;
	float: left;
	clear: right;
}

#resultaat table {
	width: 235px;
	border-collapse: collapse;
	border-spacing: 0;
}

#resultaat table th,
#resultaat table td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#resultaat table th.afstand,
#resultaat table td.afstand {
	text-align: right;
	width: 50px;
}

#resultaat table td span.naam {
	color: #D2001B;
	margin: 0;
}

#resultaat table tbody tr.naam {
	cursor: pointer;
}

#resultaat table tbody tr.naam td {
	padding-top: 5px;
}

/* PROFIELEN */
div.profiel {
}

div.profiel div.afbeelding {
	width: 154px;
	float: left;
	clear: right;
}

div.profiel div.afbeelding div.holder {
	position: relative;
}

div.profiel div.afbeelding div.holder div.afbeelding {
	display: block;
	width: 154px;
	height: 154px;
}

div.profiel div.afbeelding div.holder div.afbeelding img {
	margin: 8px;
}

div.profiel div.afbeelding div.holder div.sjabloon {
	display: block;
	width: 154px;
	height: 154px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	background-image: url(../images/layout/sjabloon_pros.png);
	background-repeat: no-repeat;
	text-align: center;
}

div.profiel div.afbeelding div.holder div.sjabloon div {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 154px;
	height: 25px;
}

div.profiel div.afbeelding div.holder div.sjabloon div a,
div.profiel div.afbeelding div.holder div.sjabloon div a:link,
div.profiel div.afbeelding div.holder div.sjabloon div a:visited,
div.profiel div.afbeelding div.holder div.sjabloon div a:active,
div.profiel div.afbeelding div.holder div.sjabloon div a:hover {
	color: #FFFFFF;
}

div.profiel div.tekst {
	width: 285px;
	float: left;
	clear: right;
}

#content div.profiel div.tekst {
	padding: 0 18px 0 10px;
}

#content div.profiel div.tekst p.leesmeer {
	text-align: right;
}

div.profiel div.links,
div.profielgroot div.links {
	width: 180px;
	float: left;
	clear: right;
	color: #D2001B;
}

div.profiel div.links h2,
div.profielgroot div.links h2 {
	font-size: 15px;
	margin: 0;
}

div.profiel div.links a,
div.profiel div.links a:link,
div.profiel div.links a:visited,
div.profiel div.links a:active,
div.profiel div.links a:hover,
div.profielgroot div.links a,
div.profielgroot div.links a:link,
div.profielgroot div.links a:visited,
div.profielgroot div.links a:active,
div.profielgroot div.links a:hover {
	color: #000000;
}

div.profielgroot div.tekst {
	display: block;
	width: 439px;
	float: left;
	clear: right;
}

#content div.profielgroot div.tekst {
	padding: 0 18px 0 10px;
}

div.profielgroot div.tekst div.afbeelding {
	width: 154px;
	float: left;
	clear: right;
	margin-right: 8px;
}

div.profielgroot div.tekst div.afbeelding div.holder {
	position: relative;
}

div.profielgroot div.tekst div.afbeelding div.holder div.afbeelding {
	display: block;
	width: 154px;
	height: 154px;
}

div.profielgroot div.tekst div.afbeelding div.holder div.afbeelding img {
	margin: 8px;
}

div.profielgroot div.tekst div.afbeelding div.holder div.sjabloon {
	display: block;
	width: 154px;
	height: 154px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	background-image: url(../images/layout/sjabloon_pros.png);
	background-repeat: no-repeat;
	text-align: center;
}

div.profielgroot div.tekst div.afbeelding div.holder div.sjabloon div {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 154px;
	height: 25px;
}

div.profielgroot div.tekst div.afbeelding div.holder div.sjabloon div a,
div.profielgroot div.tekst div.afbeelding div.holder div.sjabloon div a:link,
div.profielgroot div.tekst div.afbeelding div.holder div.sjabloon div a:visited,
div.profielgroot div.tekst div.afbeelding div.holder div.sjabloon div a:active,
div.profielgroot div.tekst div.afbeelding div.holder div.sjabloon div a:hover {
	color: #FFFFFF;
}

/*
	Effecten creeeren
*/
div.stap {
	margin-bottom: 15px;
}

div.stap div.holder {
	position: relative;
}

div.stap div.afbeelding {
	width: 218px;
	height: 137px;
}

div.stap div.content {
	position: absolute;
	top: 0;
	right: 0;
	width: 658px;
	height: 137px;
	background-image: url(../images/layout/sjabloon_effect.png);
	background-repeat: no-repeat;
}

div.stap div.content div.tekst {
	display: block;
	width: 380px;
	float: left;
	clear: right;
	margin-left: 200px;
	color: #FFFFFF;
	overflow: hidden;
	line-height: 1.3em;
	font-size: 11px;
/*	font-family: Verdana, Arial;*/
}

#content div.stap div.content div.tekst {
	padding: 10px 18px 10px 10px;
}

div.stap div.content div.tekst h2 {
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 15px;
}

div.stap div.content div.teller {
	display: block;
	width: 50px;
	float: left;
	clear: right;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 137px;
	vertical-align: middle;
}

div.effect-producten {
	display: block;
	width: 420px;
	float: left;
	clear: right;
}

div.effect-ander {
	display: block;
	width: 220px;
	float: left;
	clear: right;
}

div.effect-ander div.effect_klein {
	width: 134px;
	height: 134px;
}

div.effect-ander div.effect_klein div.holder {
	position: relative;
}

div.effect-ander div.effect_klein div.holder div.afbeelding {
}

div.effect-ander div.effect_klein div.holder div.afbeelding img {
	margin: 10px;
}

div.effect-ander div.effect_klein div.holder div.sjabloon {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/layout/sjabloon_effect_klein.png);
	background-repeat: no-repeat;
	width: 134px;
	height: 134px;
}

div.effect-ander div.effect_klein div.holder div.sjabloon div {
	color: #FFFFFF;
	text-align: center;
	width: 134px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 9px;
	font-size: 11px;
}

div.effect-ander div.effect_klein div.holder div.sjabloon div a,
div.effect-ander div.effect_klein div.holder div.sjabloon div a:link,
div.effect-ander div.effect_klein div.holder div.sjabloon div a:visited,
div.effect-ander div.effect_klein div.holder div.sjabloon div a:active,
div.effect-ander div.effect_klein div.holder div.sjabloon div a:hover {
	color: #FFFFFF;
}

/*
	PRODUCTEN
*/
div.producten {
}

div.producten div.product {
	display: block;
	width: 127px;
	height: 151px;
	float: left;
	clear: right;
	margin-right: 10px;
	margin-bottom: 15px;
}

div.producten div.product div.holder {
	position: relative;
}

div.producten div.product div.holder div.afbeelding {
}

div.producten div.product div.holder div.afbeelding img {
	margin: 3px;
}

div.producten div.product div.holder div.sjabloon {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/layout/sjabloon_product.png);
	background-repeat: no-repeat;
	width: 127px;
	height: 160px;
}

div.producten div.product div.holder div.sjabloon div {
	color: #FFFFFF;
	text-align: center;
	width: 120px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 125px;
	margin-left: 4px;
	line-height: 1.2em;
	font-size: 11px;
}

div.producten div.product div.holder div.sjabloon div a,
div.producten div.product div.holder div.sjabloon div a:link,
div.producten div.product div.holder div.sjabloon div a:visited,
div.producten div.product div.holder div.sjabloon div a:active,
div.producten div.product div.holder div.sjabloon div a:hover {
	color: #FFFFFF;
}

div.producten div.product_klein {
	display: block;
	width: 111px;
	height: 132px;
	float: left;
	clear: right;
	margin-right: 10px;
}

div.producten div.product_klein div.holder {
	position: relative;
}

div.producten div.product_klein div.holder div.afbeelding {
}

div.producten div.product_klein div.holder div.afbeelding img {
	margin: 3px;
}

div.producten div.product_klein div.holder div.sjabloon {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/layout/sjabloon_product_klein.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 132px;
}

div.producten div.product_klein div.holder div.sjabloon div {
	color: #FFFFFF;
	text-align: center;
	width: 111px;
	height: 12px;
	position: absolute;
	left: 0;
	bottom: 12px;
	font-size: 10px;
}

div.producten div.product_klein div.holder div.sjabloon div a,
div.producten div.product_klein div.holder div.sjabloon div a:link,
div.producten div.product_klein div.holder div.sjabloon div a:visited,
div.producten div.product_klein div.holder div.sjabloon div a:active,
div.producten div.product_klein div.holder div.sjabloon div a:hover {
	color: #FFFFFF;
}

div.producten-links {
	margin-left: 18px;
	float: left;
	clear: right;
	width: 550px;
}

div.producten-cats {
	float: left;
	clear: right;
	width: 119px;
}

div.producten-cats div.cat {
	background-image: url(../images/layout/bg_cat.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 31px;
	width: 119px;
	vertical-align: middle;
	line-height: 31px;
}

div.producten-cats div.cat a,
div.producten-cats div.cat a:link,
div.producten-cats div.cat a:visited,
div.producten-cats div.cat a:active,
div.producten-cats div.cat a:hover {
	color: #FFFFFF;
	padding-left: 16px;
}

div.producten-cats div.subcat {
	height: 20px;
	width: 119px;
	vertical-align: middle;
	line-height: 20px;
}

div.producten-cats div.subcat a,
div.producten-cats div.subcat a:link,
div.producten-cats div.subcat a:visited,
div.producten-cats div.subcat a:active,
div.producten-cats div.subcat a:hover {
	padding-left: 26px;
}

div.product-detail-links {
	float: left;
	clear: right;
	width: 280px;
}

div.product-detail-links div.product {
	display: block;
	width: 246px;
	height: 287px;
	float: left;
	clear: right;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 0;
}

div.product-detail-links div.product div.holder {
	position: relative;
}

div.product-detail-links div.product div.holder div.afbeelding {
}

div.product-detail-links div.product div.holder div.afbeelding img {
	margin: 3px;
}

div.product-detail-links div.product div.holder div.sjabloon {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/layout/sjabloon_product_groot.png);
	background-repeat: no-repeat;
	width: 246px;
	height: 257px;
}

div.product-detail-links div.product div.holder div.sjabloon div {
	color: #FFFFFF;
	text-align: center;
	width: 246px;
	height: 12px;
	position: absolute;
	left: 0;
	bottom: 20px;
	font-size: 16px;
}

div.product-detail-links div.product div.holder div.sjabloon div a,
div.product-detail-links div.product div.holder div.sjabloon div a:link,
div.product-detail-links div.product div.holder div.sjabloon div a:visited,
div.product-detail-links div.product div.holder div.sjabloon div a:active,
div.product-detail-links div.product div.holder div.sjabloon div a:hover {
	color: #FFFFFF;
}

div.product-detail-links div.product div.thumbs {
	display: block;
	width: 239px;
	height: 30px;
	padding-top: 10px;
	margin: 0;
	padding-left: 5px;
}

div.product-detail-links div.product div.thumbs img {
	margin-right: 5px;
	cursor: pointer;
}

div.product-detail-links img.kleurenstaal {
	margin-bottom: 10px;
}

div.product-detail-rechts {
	float: left;
	clear: right;
	width: 360px;
}

div.product-detail-ander {
	margin-top: 10px;
}

/*
	CONTACT
*/
div.contact-links {
	display: block;
	float: left;
	clear: right;
	width: 365px;
	margin-top: 15px;
}

div.contact-rechts {
	display: block;
	float: left;
	clear: right;
	width: 250px;
	margin-top: 15px;
}

/*
	BLOG
*/
div.blogitem {
	margin-right: 8px;
	margin-bottom: 30px;
	display: block;
	float: left;
	clear: right;
}

div.blogitem div.datum {
	color: #D2001B;
	font-size: 14px;
	padding-left: 8px;
}

div.blogitem div.leesmeer {
	padding-right: 8px;
	padding-top: 8px;
	text-align: right;
}

div.blogitem div.holder {
	position: relative;
	width: 154px;
	height: 256px;
}

div.blogitem div.holder div.afbeelding {
}

div.blogitem div.holder div.afbeelding img {
	margin: 8px 0 0 8px;
}

div.blogitem div.holder div.sjabloon {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/layout/sjabloon_blog.png);
	background-repeat: no-repeat;
	width: 154px;
	height: 256px;
}

div.blogitem div.holder div.sjabloon div {
	color: #FFFFFF;
	text-align: center;
	width: 144px;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 10px;
	padding: 0 5px;
}

div.blogitem div.holder div.sjabloon div a,
div.blogitem div.holder div.sjabloon div a:link,
div.blogitem div.holder div.sjabloon div a:visited,
div.blogitem div.holder div.sjabloon div a:active,
div.blogitem div.holder div.sjabloon div a:hover {
	color: #FFFFFF;
}

div.cover {
	margin-right: 15px;
	margin-bottom: 8px;
	display: block;
	float: left;
	clear: right;
	width: 310px;
	height: 431px;
}

div.cover div.holder {
	position: relative;
}

div.cover div.holder div.afbeelding {
}

div.cover div.holder div.afbeelding img {
	margin: 7px 0 0 8px;
}

div.cover div.holder div.sjabloon {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/layout/sjabloon_blog_groot.png);
	background-repeat: no-repeat;
	width: 310px;
	height: 431px;
}

/* ZOEKRESULTATEN */
span.search {
	/*color: #9E1B1B;*/
	font-weight: bold;
	background-color: #FFFF66;
}

span.search1 {
	background-color: #A0FFFF;
	font-weight: bold;
}

span.search2 {
	background-color: #99FF99;
	font-weight: bold;
}

span.search3 {
	background-color: #FF9999;
	font-weight: bold;
}

span.search4 {
	background-color: #FF66FF;
	font-weight: bold;
}

span.search5 {
	background-color: #880000;
	font-weight: bold;
	color: #FFFFFF;
}

span.search6 {
	background-color: #00AA00;
	font-weight: bold;
	color: #FFFFFF;
}

span.search7 {
	background-color: #886800;
	font-weight: bold;
	color: #FFFFFF;
}

div.zoekitem {
	border-top: 1px solid #D2001B;
	padding: 10px 0;
}

div.zoekitem h2 {
	margin-bottom: 3px;
}