@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GLOBAL STYLE CLASSES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
	height:100%;
	padding:0;
	margin:0;
	border:0;
	/*overflow-y: scroll;*/
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	background-image: url(../static-interface/bg-no-repeat.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #c8dbe9;
	background-attachment:fixed;
}
iframe {
overflow-x: hidden;
overflow-y: scroll;
} 
a {
	color: #1a3d53;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #1a3d53;
	font-weight: normal;
	font-size: 16px;
}

form {
	margin: 0px;
	padding: 0px;
}
hr {
color: #F4F4F4;
background-color: none;
height: 1px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BACKGROUND */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#background {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CONTENT CONTAINER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container {
	width: 863px;
	margin: 0 auto;
	height: 100%;
	z-index: 2;
	position: relative;
	margin : 0 auto;
}
					
	#container-content {
		top: 0px;
		width: 100%;
		float: left;
		background-image: url(../static-interface/bg-contentshadow-repeat-y.png);
		background-position: center center;
		background-repeat: repeat-y;
	}
	
	/* == WEBSITE HEADER (LOGO, QUICKLINKS, SEARCHBOX) == */
	#container-header {
		top: 0px;
		width: 100%;
		float: left;
		background-image: url(../static-interface/bg-header-fixed.gif);
		background-position: 6px top;
		background-repeat: no-repeat;
	}
	
	/* == LOGO IN SITE HEADER (NEXT TO QUICKLINKS) == */
	#header-logo {
		float: left;
		width: 213px;
	}
		#header-logo a img {
			border: none;
			margin-left: 20px; /* including shadow space */
			margin-top: 20px;		
		}
	
	/* == QUICKLINKS IN SITE HEADER (NEXT TO LOGO) == */
	#header-quicklinks {
		float: left;
		margin-left: 235px;
		margin-top: 26px;
		width: 190px;
	}
		#header-quicklinks, #header-quicklinks a {
			text-decoration: none;	
			color: #5e4b2a;
		}
		#header-quicklinks a:hover {
			text-decoration: underline;
		}
	
	/* == SEARCHBOX IN SITE HEADER (NEXT TO LOGO) == */	
	#header-searchbox {
		float: left;
		margin-left: 15px;
		margin-top: 26px;
	}
		#header-searchbox input {
			height: 23px;
			border: none;
			background-color: transparent;
			background-image:url(../static-interface/bg-searchbox.gif);
			background-repeat:no-repeat;
			background-position: left top;
			padding-left: 5px;
			padding-right: 5px;
			margin-right: 5px;
			width: 153px;
			float:left;
			font-size: 11px;
			color: #666666;
		}
		#header-searchbox img {
			float: left;
		}
	
	/* == HORIZONTAL NAVIGATION == */
	#header-navigation {
		width: 818px;
		float: left;
		margin-left: 20px;
		height: 50px;
		border-bottom: 1px solid #d9d6d1;

	}
		#header-navigation .header-button {
			margin-top: 24px;
			padding-top: 3px;
			height: 23px;
			float: left;
		}
		#header-navigation .main-nav-cufon {
			float: left;
			position: relative;
		}
		#header-navigation .active {
			background-image:url(../static-interface/hnav-button-repeat-x.gif);
			background-repeat: repeat-x;
			border-bottom: 1px solid #FFFFFF;
			color: #5e4b2a;
		}
		#header-navigation .active>.main-nav-cufon {
			color: #5e4b2a;
		}
		#header-navigation .header-button-right {
			float: left;
			position: relative;
			width: 1px;
			margin-top: -3px;
		}	
		#header-navigation .header-button a {
			margin-left: 10px;
			*margin-left: 0px;
			*padding-left: 10px;
			*padding-right: 0px;
			*margin-right: 0px;	
			margin-right: 10px;
			margin-top: 7px;
			border: none;
			text-decoration: none;
		}
		#header-footer {
			width: 100%;
			height: 12px;
			float: left;
			clear: both;
			z-index: 9;
			margin-top: 0px;
		}
	
	/* == HOMEPAGE CONTENT (INCL. BANNER AND NAVIGATION) == */
	#homepage-content {
		float: left;
		background-image: url(../static-interface/bg-content-repeat-y.gif);
		background-repeat: repeat-y;
		background-position: 6px top;
		min-height: 500px;
		width: 100%;
	}
	#homepage-banner {
		margin-left: 20px;
		padding-top: 1px;
		padding-bottom: 1px;
		float: left;
		height: 249px;
		width: 612px;
		
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
	#content-banner {
		margin-left: 20px;
		padding-top: 1px;
		padding-bottom: 1px;
		float: left;
		height: 90px;
		width: 612px;
		
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}

	#homepage-brandsnav {
		float: right;
		position: absolute;
		width: 186px;
		margin-right: 25px;
		bottom: 0px;
		margin-top: 50px;
		text-align: center;
	}
	
	#content-mainnav {
		float: left;
		position: relative;
		width: 186px;
		min-height: 251px;
		margin-right: 25px;
		border: 1px solid #CCCCCC;
		clear: right;
	}
		#content-mainnav div {
			background-color: #8a806e;	
			border: 1px solid #FFFFFF;
			min-height: 221px;
			padding-left: 10px;
			padding-top: 14px;
			padding-right: 10px;
			padding-bottom: 14px;
			height: 100%;
		}
		#content-mainnav div ul.mainbuttons {
			list-style: none;
			margin: 0;
			margin-top: 20px;
			padding: 0;
			left: 0;
		}
			
		.main-nav-cufon {
			font-size: 15px; text-decoration: none;
		}
		.main-nav-cufon:hover {
			color: #5e4b2a;
		}
		ul.mainbuttons li {
			background-image: url(../static-interface/mnav-bullet-up.gif);
			background-position: left 5px;
			background-repeat: no-repeat;
			padding-left:10px;
			margin-bottom:7px;
		}
		
		ul.mainbuttons li.spaced {
			margin-top: 20px;
		}
		ul.mainbuttons li a {
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
			margin-left: 0px;
		}
		ul.mainbuttons li a:hover {
			text-decoration: underline;
		}
		div ul.subbuttons {
			list-style: none;
			padding-left: 0px;
			margin-left: 0px;
		}
		ul.subbuttons li {
			margin-bottom: 0px;
		}
		/*ul.subbuttons li:last {*/
		ul.subbuttons li::last {
			margin-bottom: 5px;
		}
		ul.subbuttons li a {
			color: #FFFFFF;
			text-decoration: none;
			font-weight: normal;
		}
		ul.subbuttons li a:hover {
			text-decoration: underline;
		}
	
	#homepage-left-column {
		float: left;
		position: relative;
		width: 165px;
		height: 100%;
		margin-left: 20px;
		margin-top: 17px;
	}
		.homepage-left-row {
			margin-bottom: 25px;
			width: 165px;
			float: left;
		}
		.homepage-left-row ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		.homepage-left-row .header {
			margin-bottom: 7px;
		}
		.homepage-left-row ul li {
			background-image: url(../static-interface/ico-arrow-blue.gif);
			background-position: left 4px;
			background-repeat: no-repeat;
			padding-left: 9px;
			margin-bottom: 2px;
		}
		
	.homepage-left-row a:hover {
		text-decoration: underline;
	}

	/*** CONTAINER FOR ALL LEFT ALIGNED ELEMENTS ***/
	#left-column {
		float: left;
		position: relative;
		width: 186px;
		margin-left: 20px;
	}
		#mainnav {
			float: left;
			position: relative;
			width: 100%;
			min-height: 251px;
			border: 1px solid #CCCCCC;
			margin-bottom: 20px;
		}
		#mainnav div {
			background-color: #8a806e;	
			border: 1px solid #FFFFFF;
			min-height: 221px;
			padding-left: 10px;
			padding-top: 14px;
			padding-right: 10px;
			padding-bottom: 14px;
			height: 100%;
		}
		#mainnav div ul.mainbuttons {
			list-style: none;
			margin: 0;
			padding: 0;
			left: 0;
		}
		.left-row .left-header {
			float:left;
			position: relative;
			width: 100%;
			height: 12px;
			margin-top: 3px;
			margin-bottom: 15px;
			border-bottom: 1px solid #CCCCCC;
			padding-bottom: 3px;
		}
		.left-row .left-header h4 {
			font-size: 16px;
			font-weight:normal;
			margin:0;
			padding:0;
			color: #5e4b2a;
		}
		.left-row h4, .left-row p, .left-row ul {
			margin-left: 3px;
		}
	
	/*** CONTAINER FOR ALL RIGHT ALIGNED ELEMENTS ***/
	#right-column {
		float: left;
		position: relative;
		width: 632px;
	}
		
		/*** LEFT CONTENT IN RIGHT CONTAINER ***/
		#right-column-a {
			float: left;
			position: relative;
			width: 419px;
			margin-left: 20px;
			padding-top: 20px;
		}

		/*** RIGHT CONTENT IN RIGHT CONTAINER ***/
		#right-column-b {
			float: left;
			position: relative;
			width: 175px;
			margin-left: 18px;
			padding-top: 20px;
		}
			.right-row {
				position: relative;
				float: left;
				width: 100%;
				margin-bottom: 20px;
			}
			.right-row .right-header {
				float: left;
				position: relative;
				width: 100%;
				margin-top: 3px;
				padding-bottom: 4px;
				border-bottom: 1px solid #CCCCCC;
			}
			.right-row .right-details {
				float: left;
				position: relative;
				width: 100%;
				margin-top: 10px;
				font-size: 9px;
			}
			
			.right-row .right-header h4 {
				font-size: 16px;
				font-weight:normal;
				margin:0;
				padding:0;
				height: 12px;
				*height: 14px; /* SPECIAL FIX FOR IE7+ */
				color: #5e4b2a;
			}
			.right-row h3 {
				float: left;
				position: relative;
				font-size: 16px;
				font-weight:normal;
				margin:0;
				padding:0;
				height: 12px;
				color: #1a3d53;
			}
			.right-row h4, .right-row p, .right-row ul {
				margin-left: 3px;
			}
			.right-row ul {
				float: left;
				position: relative;
				padding:0;
				margin:0;
				margin-top: 11px;
			}
			.right-row ul li {
				list-style: none;
				background-image: url(../static-interface/ico-arrow-blue.gif);
				background-position: left 4px;
				background-repeat: no-repeat;
				padding-left: 9px;
				margin-bottom: 2px;
			}
			.right-row ul li:hover>a {
				text-decoration: underline;
			}
			.right-block.first {
				float: left;
				position: relative;
				width: 195px;
				padding-bottom: 10px;
				border-bottom: 1px solid #CCC;
			}
			.right-block.second {
				float: right;
				position: relative;
				width: 195px;
				padding-bottom: 10px;
				border-bottom: 1px solid #CCC;
			}
			.right-block ul {
				float: left;
				position: relative;
				padding:0;
				margin:0;
				margin-top: 0px;
			}
			.right-block ul li {
				list-style: none;
				background-image: url(../static-interface/ico-arrow-blue.gif);
				background-position: left 4px;
				background-repeat: no-repeat;
				padding-left: 9px;
				margin-bottom: 7px;
			}
			.right-block ul li:hover>a {
				text-decoration: underline;
			}
			.right-content {
				float: left;
				position: relative;
				width: 100%;
				margin-bottom: 15px;
			}
			.right-content p {
				padding-right: 15px;
			}
			.right-content h2, .right-block h2 {
				font-size: 18px;
				color: #1a3d53;
				font-weight: normal;
				font-family:Helvetiker;
				margin: 0px;
				margin-top: 2px;
				padding: 0px;
				background-image:url(../static-interface/block-line-long.gif);
				background-repeat: no-repeat;
				background-position: left bottom;
				height: 20px;
				*height: 22px; /* SPECIAL FIX FOR IE7+ */
				margin-bottom: 8px;
				padding-bottom: 1px;
			}
			.right-block h2 {
				background-image:url(../static-interface/block-line-short.gif);
			}
			.right-row input {
				height: 20px;
				border: none;
				background-color: transparent;
				background-image:url(../static-interface/bg-searchbox.gif);
				background-repeat:no-repeat;
				background-position:left top;
				padding-left: 5px;
				padding-right: 5px;
				width: 153px;
				float:left;
				font-size: 11px;
				color: #666666;
			}
			.right-content #result {
				position:relative;
				float:left;
				clear:both;
				display:block;
			}
	
	#content-left-column {
		float: left;
		position: relative;
		width: 165px;
		height: 100%;
		margin-left: 20px;
		margin-top: 20px;
	}
		.content-left-row {
			margin-bottom: 25px;
			width: 165px;
			float: left;
		}
		.content-left-row ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		.content-left-row .header {
			margin-bottom: 7px;
		}
		.content-left-row ul li {
			background-image: url(../static-interface/ico-arrow-blue.gif);
			background-position: left 4px;
			background-repeat: no-repeat;
			padding-left: 9px;
			margin-bottom: 2px;
		}
		
		.content-left-row a:hover {
			text-decoration: underline;
		}		

	.content-big-column {
		float: left;
		position: relative;
		width: 419px;
		height: 100%;
		margin-left: 27px;
		margin-top: 18px; /* CORRECTION MANUAL, SHOULD BE FIXED! */
	}
	
		.content-big-column p {
			padding-right: 15px;
		}
		
		.content-big-row, .homepage-small-row {
			margin-bottom: 10px;
			width: 100%;
			float: left;
			line-height: 17px;
		}
		
	.homepage-big-column {
		float: left;
		position: relative;
		width: 419px;
		height: 100%;
		margin-left: 27px;
		margin-top: 15px;
		border-bottom: 1px solid #CCCCCC;
	}
	
		.homepage-big-column p {
			padding-right: 15px;
		}
		
		.homepage-big-row, .homepage-small-row {
			margin-bottom: 10px;
			width: 100%;
			float: left;
			line-height: 17px;
		}

	
	.homepage-big-row h2.content, .content-big-row h2.content {
		font-size: 20px;
		color: #5e4b2a;
		font-weight: normal;
		font-family:Helvetiker;
		margin: 0px;
		padding: 0px;
		margin-bottom: 5px;
		background-image:url(../static-interface/block-line-long.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 20px;
		margin-bottom: 8px;
		*padding-bottom: 3px;
		*margin-top: -3px;
	}
	
	.homepage-small-row h2, .content-small-row h2 {
		font-size: 20px;
		color: #1a3d53;
		font-weight: normal;
		font-family:Helvetiker;
		margin: 0px;
		padding: 0px;
		margin-bottom: 5px;
		background-image:url(../static-interface/block-line-short.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 19px;
		margin-bottom: 8px;
	}
	
	.homepage-small-column {
		float: left;
		position: relative;
		width: 194px;
		height: 100%;
		margin-left: 27px;
		margin-top: 23px;
		border-bottom: 1px solid #CCCCCC;
	}
	
		.homepage-small-row ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		.homepage-small-row ul li {
			background-image: url(../static-interface/ico-arrow-blue.gif);
			background-position: left 4px;
			background-repeat: no-repeat;
			padding-left: 9px;
			margin-bottom: 8px;
		}	
		.homepage-small-row a {
			color: #1a3d53;
		}
	
#content-footer {
	float: left;
	width: 100%;
	height: 26px;
	background-image: url(../static-interface/bg-footer.png);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 20px;
	color: #FFFFFF;
}
#content-footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#content-footer a:hover {
	text-decoration: underline;
}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* LEFT CONTAINER */
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
		#container-content-left {
			width: 515px;
			position: relative;
			float: left;
		}
			#container-content-left .content-left-header {
				height:31px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				text-transform:uppercase;
				padding-left: 10px;
				margin-bottom: -20px;
			}
			#container-content-left a {
				text-decoration: none;
				color: inherit;
			}
			#container-content-left table, #container-content-left li, #container-content-left p, #container-content-left h2, #container-content-left h1, #container-content-left h3 {
				margin-left: 50px;
			}
			.homepage-left-header, .content-left-header {
				border-bottom: 1px solid #CCC;
				margin-bottom: 13px;
			}
			#container-content-left h3 {
				font-family: Georgia, "Times New Roman", Times, serif;
				margin-bottom: -12px;
				font-size: 14px;
			}
			.homepage-left-row .homepage-left-header h4, .content-left-header h4 {
				font-size: 16px;
				font-weight:normal;
				margin:0;
				padding:0;
				color: #5e4b2a;
			}
			#container-content-left h2 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				margin-bottom: -14px;
			}
			#container-content-left h1 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				margin-bottom: -14px;
			}
			
		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
		/* RIGHT CONTAINER */
		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
			
		#container-content-right {
			float: left;

			margin-left: 38px;
		}
			#container-content-right .content-right-header {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				text-transform:uppercase;
				height:28px;
				width: 197px;	
				padding-left: 13px;
				background-position: top right;
			}
			#container-content-right img {
				border-top: 4px solid #FFF;
				border-left: 4px solid #FFF;
				border-bottom: 4px solid #FFF;
				margin-bottom: 17px;
			}
			#container-content-right p {
				left: 0px;
			}
			#container-content-right ul {
				width: 195px;
				padding:0;
				margin:0;
				margin-right: 34px;
				margin-bottom: 17px;
				padding-top: 20px;
				padding-bottom: 20px;
			}
			#container-content-right ul a {
				text-decoration: none;
			}
			#container-content-right ul a:hover {
				text-decoration: underline;
			}
			#container-content-right li {
				margin-left: 25px;
				line-height: 17px;
			}
			#container-content-right h1 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
		
#container-kernwaarden {
	width: 733px;
	height: 98px;
	float: left;
	position: relative;
	margin-left: 15px;
}		
	#content-kernwaarde-footer {
		width: 100%;
		height: 98px;
		float: left;
		position: relative;
		background-repeat: repeat-x;
		background-position: left top;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		padding-left: 25px;
		padding-right: 25px;
		
		cursor:pointer;

	}
#content-kernwaarde-footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	text-transform:none;
	
	margin-bottom: 0px;
	margin-top: 19px;
	margin-left: 0px;
}


#container-bandarol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	height: 42px;
	padding-top: 4px;
	padding-left: 37px;
}

.homepage-big-column a {
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
}
.homepage-big-column a:hover {
	text-decoration: underline;
}
.homepage-big-column a:after {
	padding-left: 5px;
	content: url(../static-interface/ico-arrow-blue.gif);
}
#homepage-content {
}
/*
#accordion h3, #accordion h5 {
	width: 95%;
	height: 20px;
	background-color: #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	padding-left: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../static-interface/ico-arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
*/
#accordion h3, #accordion h5 {
	width: 95%;
	height: 19px;
	background-color: #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	padding-left: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-image: url(../static-interface/ico-arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
#accordion .accordion-icons-wrapper {
	position:			relative;
	float:				left;
	width:				95%;
	background-color:	#FFF;
	border-bottom:		1px solid #CCC;
	border-top:		1px solid #CCC;
	padding-left:		13px;
	margin-bottom:		15px;
	padding-top:		5px;
	padding-bottom:		5px;
}
.accordion-content-wrapper {
	padding-left:		13px;
}
#accordion img {
	font-size:10px;
	display:block;
	margin:3px;
	float: left;
	position: relative;
}

/* CLASS FOR MESSAGE BOXES (I.E. ZIPPCODE SEARCH RESULT) */
.message_box {
	border:1px solid #CCC; 
	background-color:#FFF; 
	padding:15px; 
	width:375px; 
	margin-top:20px; 
	clear:right; 
	float:left;
}

/* CLASS FOR FORM FIELDS AND VALUES */
.contact_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 20px;
	float: left;
	width: 170px;
	margin-bottom: 5px;
	position: static;
}
.contact_value {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	float: left;
	height: 20px;
	width: 240px;
	margin-bottom: 5px;
	position: static;
}
.contact_value input, .contact_label input {
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCC;
}
.contact_value input.submitbutton, .contact_label input.submitbutton {
	height: 25px;
}

.contact_value textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCC;
}
.contact_value select {
	height: 18px;
	font-size: 11px;
	border: 1px solid #CCC;
}
.product_select {
	height: 17px;
	font-size: 9px;
	width: 96%;
}
.submitbutton {
	height: 25px;
	border: 1px solid #CCC;
}
.contact_line {
	float: left;
	position: static;
	width: 100%;
	background-image:url(../static-interface/block-line-long.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	height: 25px;
}
.search-results-box {
	position:relative;
	float: left;
	width: 385px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px;
	background-color: #edf7ff;
}
.search-results-box:hover {
	background-color: #F4F4F4;
}
.search-results-box a {
	font-size: 14px;
}
.search-results-box label {
	color: #999999;
	font-style: italic;
}
.search-results-box label a {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	text-decoration: underline;
}

	h2.nieuws-header {
		font-size: 20px;
		color: #1a3d53;
		font-weight: normal;
		font-family:Helvetiker;
		background: none;
		height: auto;
		margin: 0px;
		padding: 0px;
		margin-bottom: 5px;
		margin-bottom: 8px;
		*padding-bottom: 3px;
		*margin-top: -3px;
	}
	
.news-list-box {
	position:relative;
	float: left;
	width: 395px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	cursor:			pointer;
}
.news-list-date {
	margin-bottom: 3px;
	color:			#666;
}
.news-list-box:hover {
	background-color: #FFF;
}
.news-list-box a {
	font-size: 14px;
}
.news-list-box label {
	color: #999999;
	font-style: italic;
}
.news-list-box label a {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	text-decoration: underline;
}

