/*---------------
	CSS RESET
---------------*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }

body {
	line-height: 1;
	font-size:13px;
	font-family:helvetica, arial, san-serif;
	visibility:visible;
	background:#ffffff;
}
/* ol, ul { list-style: none; } */
ul { list-style: none; } */

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
form{ padding:0px; margin:0px; }

/*-------------------------------------------------------------
 background that repeats the full width of the browser window
--------------------------------------------------------------*/
#home{ background:#ffffff url(../images/body-bg.png) repeat-x;}
#services{ background:#ffffff url(../images/services-bg.png) repeat-x;}

#about, #blog, #contact-us{}

/*----------------
	DOC SETUP
-----------------*/

	#doc-wrap{
		position:relative;
		margin:0 auto;
		position:relative;
		width:1067px;
	}
	
	/*-------------------------------------------------------------
	 background of defined namespace (black tree and birds)
	--------------------------------------------------------------*/
	#home #doc-wrap{ background:transparent url(../images/home-banner.png) no-repeat scroll 50% 96px;}
	#services #doc-wrap{ background:transparent url(../images/services-banner.png) no-repeat scroll 50% 95px;}
	
		.doc{
			width:890px; 
			position:relative;
			margin:0px auto;
		}
		
		/*------------------
		  header porperties
		--------------------*/
			.head-wrap{
				height:76px;
			}
				.head{}
				.head img{ padding:12px 3px 0px}
		
		/*----------------
		Search properties
		-----------------*/
		#search{
			position:absolute;
			top:22px;
			right:3px;
		}
		
			#search input.tfld{
				border:1px solid #CCCCCC;
				height:16px;
				font-family: arial, helvetica;
				font-size: 11px;
				margin:0;
				padding:6px;
			}
			
			#search input.sbmt{
				vertical-align:top;
			}	

				
/*--------------------------
  HOME / SERVICES BANNER				     
--------------------------*/

#home .banner, #services .banner{
	color:#fff;
	position:relative;
}
#home .banner{height:280px;}
#services .banner{height:100px;}

	#home .banner h1, #home .banner h2, #home .banner p,
	#services .banner h1, #services .banner h2, #services .banner p{
		font-weight:normal;
		margin:0px;
		margin-left:5px;
		}
			#home .banner h1{font-size:24px;font-weight:bold;padding:40px 0 20px;}
			#services .banner h1{font-size:25px; font-weight: bold; padding:32px 0px 0px 0px;}
			
			#services .banner h2,
			#home .banner h2{font-size:20px; padding:24px 0px 0px;}
			
	#home .banner p, #services .banner p{ line-height:140%;}
	#services .banner p{
		padding:0px 0px 0px 0px;
		font-size:14px;
		}
	
#services .banner .path {
	margin-left: 5px;
	color: #f39090;
	font-size: 10px;
	font-family: Verdana;
	text-transform: uppercase;
}

#services .banner .path a {
	color: #f3bfbf;
}
	
/*----------
   CONTENT 					     
-----------*/
		
		#home .content-wrap:after,
		#services .content-wrap:after{
			content:".";
			clear:both;
			display:block;
			height:0px;
			visibility:hidden;
		}
		
		#home .content-wrap,
		#services .content-wrap
		{
			position:relative;
		}
				
			#home .content,
			#services .content
			{
				float:left;
				position:relative;
				width:560px;
				padding:30px 0px 0px 0px;
				}
				
				#home .content h3,
				#services .content h3 {
					font-family:Arial, san-serif;
					font-size:22px;
					font-weight:bold;
					padding-bottom:22px;
				}
				
				#home .content h4,
				#services .content h4{
					font-weight: bold;
					font-size: 18px;
					padding-bottom: 8px;
				}
				
				#services .content h5{
					background:transparent url(../images/title-underline.gif) repeat-x scroll 0 11px;
					font-weight:bold;
					font-size:14px;
					padding-bottom:12px;
					}
				
				#home .content p{ 
					line-height:180%;
					padding:0 0 30px;
				}
				#services .content p{
					line-height:180%;
					padding:0 0 30px;
				}
				
				#home .content span.posted,
				#services .content span.posted {
					font-size: 11px;
					color: #999;
					display: block;
					text-transform: uppercase;
					margin-bottom: 10px;
					padding-left: 6px;
					border-left: 10px solid #ddd;
				}
				
				#home .content span.posted a,
				#services .content span.posted a {
					color: #666;
					font-weight: bold;
				}
				
				#home .content .backlink,
				#services .content .backlink {
					font-weight: bold;
					color: #d21901;
				}
				
				#home .content span.readmore,
				#services .content span.readmore {
					padding-right: 10px;
					background-image: url(../images/small-arrow-right.gif);
					background-repeat: no-repeat;
					background-position: 100% 4px;
					font-weight: bold;
					color: #666;
				}
				
				#home .content span.readmore a,
				#services .content span.readmore a {
					color: #d21901;
				}
				
				#home .content span.readmore a:hover,
				#services .content span.readmore a:hover {
					text-decoration: underline;
				}
				
/*------------------------------
  CONTENT BODY IMAGE STRUCTURE 					     
-------------------------------*/
				
				#home .content .img-module,
				#services .content .img-module{	
					float:left;
					position:relative;
				}
				#home .content .img-module{
					background:transparent url(../images/content-image-bg.jpg) no-repeat scroll 1px 0;
					height:150px;
					width:150px;
				}
				#services .content .img-module{
					background:transparent url(../images/services-content-img-bg.jpg) no-repeat scroll 1px 0;
					height:120px;
					width:125px;
				}
				
					#home .content .img-module img{ padding:11px 0px 0px 11px;}
					#services .content .img-module img{padding:7px 0 0 9px;}
					
					#home .content .img-module p,
					#services .content .img-module p{
						background:url(../images/content-image-badge.png) no-repeat; 
						display:block;
						height:41px;
						width:133px;
						position:absolute;
						padding:0px;
						margin:0px;
						bottom:0px;
						left:0px;
					}
					#home .content .img-module p a,
					#services .content .img-module p a{
						text-decoration:none;
					}
					/*-- content: contact link under image styles--*/
					
						#home .content .img-module p span{
							color:#333333;
							display:block;
							font-weight:bold;
							padding-top:8px;
							text-align:center;
							width:135px;
						}
							#home .content .img-module p span img,
							#services .content .img-module p span img{
								padding:0 0 0 5px;
							}

/*------------------------------
 SIDEBAR GET QUOTE BUTTON 					     
-------------------------------*/

	#home .nav-melding-maken,
	#services .nav-melding-maken{
		background:transparent url(../images/melding-bg.png) no-repeat scroll 0 0;
		height:40px;
		width:294px;
	}

	#home .nav-melding-maken{
		position:absolute;
		right:7px;
		top:374px;
	}
	#services .nav-melding-maken{

	}
		#home .nav-melding-maken p,
		#services .nav-melding-maken p{
			font-size:14px;
			font-weight:bold;
			line-height:36px;
			text-align:center;
		}
		#home .nav-melding-maken p a,
		#services .nav-melding-maken p a
		{text-decoration:none; color:#000;}

		#home .nav-melding-maken p span,
		#services .nav-melding-maken p span{
			background:transparent url(../images/small-arrow-right.gif) no-repeat scroll right 2px;
			padding-right:12px;
		}

	#home .nav-melding-maken {text-align:center;}
		
	h4#melden {
		margin-top:13px;
		font-weight: bold;
	}
	
	h4#melden a {
		color: #000;
		text-decoration: none;
	}
					
/*------------------------------
  SIDEBAR STRUCTURE CONSTANTS					     
-------------------------------*/

.sidebar{
	float:left;
	padding:29px 0px 0px 30px;
	position:relative;
	width:200px;
	color:#333;
	_padding:29px 0px 30px 27px;
}
	.sidebar .sidebar-posts-wrap{
		width:295px;
		position:relative;
		padding:0px 0px 20px 0px;
	}
	.sidebar .sidebar-posts{
		width:100%;
	}
	
	.sidebar .sidebar-posts ul:after{
		content:'.';
		clear:both;
		display:block;
		height:0px;
		visibility:hidden;
		line-height:0px;
	}
	
	.sidebar .sidebar-posts ul{
		background:transparent url(../images/sidebar-home-module-repeat.png) repeat-y scroll 0 0;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:7px 10px 0;
	}			
			
	.sidebar .sidebar-posts ul li{
		padding:0px;
		margin:0px;
	}
		
		.sidebar .sidebar-posts ul li.hd{
			text-align:center;
			font-weight:bold;
			font-size:16px;
			/*padding:5px 0 15px;*/
			color:#000;
			margin-right: 15px;
		}
		
		.sidebar .sidebar-posts ul li.bd{position:relative;}
		.sidebar .sidebar-posts ul.bd a{text-decoration:none;}
		.sidebar .sidebar-posts li.bd ul{
			background:none;
			padding:10px 0px 8px 15px;
			width:265px;
		}
		
		.sidebar .sidebar-posts li.bd ul li{
			line-height:18px;
			font-size:12px;
		}
		
		.sidebar .sidebar-posts li.bd ul li a {
			color: #d21901;
			font-weight: bold;
		}
		
		.sidebar .sidebar-posts ul li.bd ul li.title{
			font-size:12px;
			font-weight:bold;
			padding-right: 20px;
		}
		.sidebar .sidebar-posts ul li.bd ul li.title a{color:#D23520;}
		.sidebar .sidebar-posts ul li.ft{line-height:1px;}
		
		/*------------------------------
		UNIQUE SIDEBAR MODULE PROPERTIES
		--------------------------------*/	
		
		.sidebar .sidebar-posts ul.blog-post li.hd,		
		.sidebar .sidebar-posts ul.contact-post li.hd,
		.sidebar .sidebar-posts ul.testimonial-post li.hd
		{
			padding:0 0 5px 12px;
			text-align:left;
		}
		.sidebar .sidebar-posts ul.blog-post li.hd{
			text-align:center;
		}
		.sidebar .sidebar-posts ul.contact-post li.bd ul{
			padding:10px 0 15px 15px;
		}		
			.sidebar .sidebar-posts ul.contact-post li.bd ul li{
				padding-top:20px;
				font-size:12px;
			}
			.sidebar .sidebar-posts ul.contact-post li.bd ul li.first{
				width:160px;
				padding-top:0px;
			}
			
		.sidebar .sidebar-posts ul.blog-post li.bd ul li.image,
		.sidebar .sidebar-posts ul.testimonial-post li.bd ul li.image{	
			float:left;	
			padding:5px 15px 0 4px;
		}
		
		.sidebar .sidebar-posts ul.blog-post li.bd ul li.image{
			background:url(../images/sidebar-image-bg.jpg) no-repeat;
			width:84px;
			height:61px;
		}
		.sidebar .sidebar-posts ul.testimonial-post li.bd ul li.image{
			background:url(../images/post-testimonals-img-bg.jpg) no-repeat;
			padding:7px 15px 0 6px;
			height:72px;
			width:67px;
		}
		
		.sidebar .sidebar-posts ul.testimonial-post li.bd ul li.statement{
			font-size:12px;
			padding-right:20px;
		}
		.sidebar .sidebar-posts ul.testimonial-post li.bd ul li.byline{
			float:left;
			clear:both;
			font-weight:bold;
			padding-right:20px;
		}
		
		.sidebar .sidebar-posts ul.contact-post li.bd ul li.image{
			font-size:.01em;
			line-height:0px;
			padding-top:0px;
			}
				.sidebar .sidebar-posts ul.contact-post li.bd ul li.image a img{
					position:absolute;
					right:-27px;
					top:-30px;
					z-index:1002;
				}
				
		.sidebar .sidebar-blog ul li.bd ul li.author{}
		.sidebar .sidebar-blog ul li.bd ul li.date{}
		
/*------------------------------
  FOOTER				     
-------------------------------*/

#footer {
	background-image: url(../images/footer-rule.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
	padding: 20px 6px 0px 6px;
	font-size: 11px;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	float: left;
	margin-right: 15px;
	color: #444;
}

#footer li a {
	margin-right: 12px;
	text-decoration: none;
	color: #000;
}

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

#footer li a span {
	font-weight: bold;
}

#footer #copyright {
	float: right;
}

#footer #copyright span {
	font-weight: bold;
}

.content a {
	color: #d21901;
}

.content ul {
	margin-bottom: 30px;
	line-height: 26px;
	list-style-type: disc;
	margin-left: 16px;
}

.content ul ul {
	margin-bottom: 0px;
	list-style-type: circle;
}

.content ul ul ul {
	list-style-type: square;
	font-size: 11px;
}

/* #services .banner h1 {
	text-transform: uppercase;
} */

html {
	overflow-y: scroll;
}

#subbtn {
	background-color: #cc0404;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	padding: 10px;
	width: 120px;
	margin-left: 2px;
	margin-bottom: 10px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#secCode {
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	width: 80px;
	border: 1px solid #999;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#home .content h3.ntitle,
#services .content h3 .ntitle {
	padding-bottom: 12px;
}

#home .content h3.ntitle a,
#services .content h3 .ntitle a {
	color: #000;
	text-decoration: none;
	border-bottom: 0px;
	margin-bottom: 1px;
}

#home .content h3.ntitle a:hover,
#services .content h3 .ntitle a:hover {
	border-bottom: 1px solid #999;
}

#meldingForm input {
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#meldingForm input#secCode2 {
	width: 80px;
}

#meldingForm input#submit {
	width: 107px;
	color: #fff;
	border: 0px;
	background-color: #cc0404;
	margin-left: 10px;
	cursor: pointer;
}

#meldingForm textarea {
	padding: 10px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	width: 300px;
	height: 150px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#message {
	text-align: center;
	border: 2px solid #ccc;
	background-color: #eee;
	margin-bottom: 35px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rspr a {
	color: #000;
	text-decoration: none;
	margin-bottom: 1px;
}

.rspr a:hover {
	border-bottom: 1px solid #999;
	margin-bottom: 0px;
}

#legaal {
	background-image: url(../images/legaal-bg.png);
	background-repeat: no-repeat;
	width: 294px;
	height: 25px;
	padding-top: 13px;
	text-align: center;
	margin-bottom: 15px;
}

#legaal h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#legaal h3 a {
	color: #000;
}

#legaal h3 a span {
	color: #c00000;
}

#legaal-aanbod {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.content ol {
    margin-bottom: 30px;
    line-height: 26px;
    margin-left: 16px;
}
.content div {
	line-height: 26px;
}
