@charset "utf-8";
/* CSS Document */

@import url('jquery.jcarousel.css');
@import url('fonts.css');
@import url('jq_fade.css');

* {
	margin: 0;
	padding: 0;
}

body {
    margin: 0;
    background-color:#ECECEC;
	background-image:url(/img/layout/bg.png);
	background-repeat:repeat-x;
	margin:0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -106px;
	width: 910px;
	background: #E5E5E5;
}
 
a {
	text-decoration: none;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: Verdana;
	font-size: 12px;
	color: #4F182C;
	padding: 0;
}
 

li.icon {
	position: relative;
	padding-left: 20px;
	height: 16px;
	margin: 3px 0;
	list-style: none;
}

li.word {
	background: url('/img/ico_word.gif') left top no-repeat;
}

li.excel {
	background: url('/img/ico_excel.gif') left top no-repeat;
}

li.pdf {
	background: url('/img/ico_pdf.gif') left top no-repeat;
}

li.file {
	background: url('/img/ico_file.gif') left top no-repeat;
}

li.powerpoint {
	background: url('/img/ico_ppt.gif') left top no-repeat;
}

li.zip {
	background: url('/img/ico_zip.gif') left top no-repeat;
}
 
#container {
	background-image:url(/img/layout/bg-shadow2.png);
	background-repeat:repeat-y;
	margin:0 auto;
	width:924px;
}
 
 
 p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font: Verdana;
font-size: 11px;
color: #4F182C;
margin: 0px 10px 0px 10px;
padding: 0;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font: Georgia;
font-size: 20px;
color: #4F182C;
margin: 0px 10px 5px 10px;
padding: 0;
}


h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font: Georgia;
font-size: 16px;
color: #FF9C39;
margin: 0px 10px 5px 10px;
padding: 0;
}
	h2 a {
		color: #FF9C39;
	}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font: Georgia;
font-size: 18px;
color: #4F182C;
margin: 40px 10px 5px 10px;
padding: 0;
}

div.error {
	margin-bottom: 10px;
}

div.error p {
	color: #f00;
}

 #top {
 	height: 52px;
	width: 910px;
	float: left;
	background: url(/img/layout/topbarbg.png) repeat-y;
	clear: both;
	display: block
 }
 
 	#logo {
	width: 180px;
	height: 52px;
	float: left;
	margin: 0px 5px 0px 0px;
		}
		
	#topmenu {
	width: 450px;
	height: 52px;
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	}
 
 	#topmenu ul {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
		#topmenu ul li {
		display: inline;
		margin: 0;
		padding: 0;
		float: left;
		}
		
		#topmenu ul li img {
		border: none;
		}
				
		
	#zoeken {
		margin: 12px 10px 0px 0px;
		float: right;
		}
			
			.zoekveld {
			width: 110px;
			margin: 0;
			height: 15px;
			float: left;
			}
			
			.zoekknop {
			width: 72px;
			height: 21px;
			float: left;
			padding: 0;
			border: none;
			}
			
			
	#middel {
	background-image: url(/img/layout/main_bg.png);
	background-repeat: repeat-y;
	width: 910px;
	float: left;
	padding-bottom: 50px;
	}
	
	#links {
		width: 199px;
		height: 100%;
		float: left;
		}
	
		#links h3 {
			margin-bottom: 20px;
		}
		#links ul {
		padding-left: 18px;
		padding-right: 13px;
		list-style: none;
		font-weight: normal;
		}
	
		#links ul li {
		clear: both;
		display: block;
		margin: 0px 0px 10px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4F182C;
		padding: 0;
		list-style: none;
		}
			#links ul li ul {
				width: 150px;
			}
			
				#links ul li ul li {
				font-weight: bold;
				}
		
		#links ul li a {
		display: block;
		padding: 2px 2px 2px 2px;
		zoom: 1;
		
		}

		#links ul li a:hover,
		#links ul li a.active {
			background-color: #FF9C39;
			color: #fff;
		}
			
			
	#main {
		width: 512px;
		float: left;
		background: white;
		}
			#header {
			width: 512px;
			height: 250px;
			float: left;
			background: white;
			}
				#header ul {
					list-style: none;
				}
			
			#content {
			background: white;
			width: 472px;
			float: left;
			height: auto;
			padding: 20px 20px 100px;
			}
				#content h1 {
					margin-bottom: 30px;
				}
				#content ol,
				#content ul {
					margin-left: 50px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font: Verdana;
					font-size: 11px;
					color: #4F182C;
				}
				div.content-paragraph {
					overflow: auto;
				}
				#page-navigation {
					float: left;
					width: 100%;
				}
				
				#page-navigation ul {
					list-style: none;
				}
				
				#page-navigation ul li {
					float: left;
					margin: 2px;
				}
				#page-navigation a.inactive {
					border-bottom: none;
					color: #4F182C;
				}
			
				#content p {
					margin-bottom: 20px;
					line-height: 16px;
				}
				#content p a,
				#content ul a {
					color: #FF9C39;
					font-size: 11px;
					border-bottom: 1px #FF9C39 solid;
				}
				#content p a:hover,
				#content ul a:hover {
					border-bottom: none;
				}
				
				#content div.subParagraph {
					margin-left: 20px;
				}
				#content div.subParagraph h2 {
					font-size: 14px;
					color: #4F182C;
					
				}
				
				
				
				#content img {
					margin: 10px;
					border: none;
					float: right;
					border: 1px solid #cdcdcd;
				}
				
				#content img.right {
					float: right;
				}
				
				#content img.left {
					float: left;
				}
				
				div.nieuws-item {
					clear: both;
					overflow: auto;
				}
				
				div.nieuws-item .content {
					margin-bottom: 30px;
				}
				
				div.nieuws-item h3 span {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 14px;
					color: #FF9C39;
					margin: 0px 10px 0px 0px;
					height: 25px;
					float: left;
				}
				
				div.nieuws-item p img {
					float: left;
					margin: 4px 12px 9px 0px;
					border: 1px #CDCDCD solid;
				}
				div.nieuws-item h3 {
					display: block;
					margin: 0 0 20px 0;
					cursor: pointer;
				}
				
				div#contactWrap {
					float: left;
					width: 360px;
					padding: 20px;
					margin: 0 auto;
				}
				
	#rechts {
		width: 199px;
		float: left;
		text-align: center;
		}
		
			#contact {
			width: 190px;
			float: left;
			margin: 10px auto 0px auto;
			}
			
			#dealer {
			width: 190px;
			float: left;
			margin: 30px auto 0px auto;
			}
			
				#dealer div.form-input {
					height: 40px;
				}
				
				#dealer div.form-input label {
					clear: both;
					width: 190px;
					display: block;
					font-family: tahoma;
					font-size: 10pt;
					font-stretch: wider;
				}
				
				#dealer div.form-input input {
					border: 1px #FF9C39 solid;
				}
			
				.loginknop {
				background: url(/img/layout/loginknop.png) no-repeat;
				border: none;
				width: 71px;
				height: 24px;
				margin: 5px 0px 0px 0px;
				}
			
			#assortiment {
				width: 190px;
				float: left;
				margin: 30px auto 0px auto;
			}

			#assortiment ul {
				list-style: none;
			}
			
			#assortiment #carousel-wrap {
				width: 102px;
				height: 400px;
				margin-left: 48px;
				overflow: hidden
			}
			
			#assortiment #carousel-wrap ul li img {
				border: 1px #4F182C solid;
			}
			

.footer {
	background: url(/img/layout/footerbg.png) no-repeat bottom center;
	text-align: center;
	clear: both;
	width: 910px;
	height: 53px;
}
	.footer img {
		border: none;
	}

.stylrlogo {
		float: right;
		margin: 0px 6px 0px 0px;
		padding: 0;
		}
		
.footer p {
		float: left;
		margin: 24px 0px 0px 20px;
		padding: 0;
		color: white;
		font-size: 11px;
		}