<!--

/*
       Nico van Veenendaal | webdesign & -developement
       info@nicovanveenendaal.nl
       www.nicovanveenendaal.nl
*/


* {
	margin: 0;
	padding: 0;
}

body, html {
	background-color: #565656;
	font-family: Arial, Helvetica, sans-serif;
}

#base {
	width: 100%;
	height: 100%;
}
	.tlbg {	/* TopLeftBackGround */
		background: url('img/tlbg.png') top right no-repeat;
	}
	.tcbg {	/* TopCenterBackGround */
		height: 30px;
		background: url('img/tmbg.png') repeat-x;
	}
	.trbg {	/* TopRightBackGround */
		background: url('img/trbg.png') top left no-repeat;
	}
	
	
	.mbg { /* MiddleBackGround */
		background: #5d5d5d url('img/mbg.png') repeat-x;
	}
	.cbg {		/* ContentBackGround */
		width: 897px;
	}
	
	
	
	.blbg {	/* BottomLeftBackGround */
		background: url('img/blbg.png') top right no-repeat;
	}
	.bcbg {	/* BottomCenterBackGround */
		height: 30px;
		background: #565656;
	}
	.brbg {	/* BottomRightBackGround */
		background: url('img/brbg.png') top left no-repeat;
	}

#minHeight {
	position: relative;
	float: left;
	width: 1px;
	height: 400px;
	overflow: hidden;
}
	

/*
============================== HEADER
*/
	#header {
		position: relative;
		width: 897px;
		height: 116px;
		background: #FFFFFF;
	}
		#header #logo {
			position: absolute;			
			background: url('img/logo_vanGiersbergen.png') no-repeat;
			top: 17px;
			left:	19px;
		}
			#header #logo a {
				width: 462px;
				height: 56px;
				display: block;
				overflow: hidden;
				line-height: 999px;
			}
		#header #search {
			position: absolute;
			top: 44px;
			right: 10px;
		}
		*html #header #search {		/* ie6-fix */
			width: 175px;
		}
		#mainNav {
			position: absolute;
			width: 897px;
			bottom: 0;
			background: #7f7f7f url('img/mainNav_bg.png') repeat-x;
		}
			#mainNav ul {
				margin: 0 0 0 12px;
			}
				#mainNav li {
					display: inline;
					float: left;
				}
				*html #mainNav li {	/* ie6-fix */
					width: 130px;
				}
					#mainNav li a {
						height: 20px;		/* -4px padding */
						font-size: 12px;
						font-weight: bold;
						text-decoration: none;
						color: #FFFFFF;
						padding: 4px 8px 0 8px;
						display: block;
					}
						#mainNav a:hover, #mainNav li.active a {
							color: #dddd3e;
						}


/*
============================== CONTENT
*/
#content {
	position: relative;
	width: 897px;
	margin: 1px 0;
	padding: 0;
	background: #FFFFFF url('img/content_bg.png') repeat-y;
	border-top: 1px solid #ffffff;
}
#home #content {
	background: #FFFFFF;
}
	.contentLeft {
		position: relative;
		float: left;
		width: 448px;
	}
	.contentRight {
		position: relative;
		float: right;
		width: 448px;
		background: #e9e9e9;
	}
	*html .contentRight {
		background: #CCCC00;
	}
	#content h1 {
		font-size: 26px;
		font-weight: normal;
		line-height: 32px;
		color: #747373;
		margin: 18px 20px 10px 20px;
	}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		color: #747373;
		margin: 0 20px 2px 20px;
	}
	#content p {
		font-size: 12px;
		color: #000000;
		line-height: 17px;
		margin: 0 20px 20px 20px;
	}
	
	.contentLeft a {
		color: #000000;
	}
		.contentLeft a:hover {
			color: #737373;
		}
	
	.contentLeft ul {
		font-size: 12px;
		margin: 0 20px 20px 20px;
	}
		.contentLeft li {
			list-style-type: none;
			padding: 0 0 3px 10px;
			background: url('img/arrow.png') 0 3px no-repeat;
		}
		
	*html .contentLeft li {
		background: url('img/arrow.png') 0 10px no-repeat;
	}
	
	/*
	--------------- HOME-ELEMENTS
	*/

	#home .contentRight {
		background: none;
		border-left: 1px solid #FFFFFF;
	}

	.homeBlock {
		background: #c5c5c5 url('img/wrapper_bg.png') repeat-x;
	}

	/*
	--------------- CONTACT BUTTON
	*/
	
	a.contact {
		width: 76px;
		height: 21px;
		display: block;
		overflow: hidden; 
		text-indent: 999px;
		background: url('img/btnContact.gif') no-repeat;
		margin: 0 0 20px 20px;
	}
		a.contact:hover {
			background-position: 0 -21px;
		}


/*
============================== VISUAL
*/

#pageVisual {
	padding: 0 0 10px 0;
	background: url('img/verloop_kolom.png') bottom repeat-x;
}
#home #pageVisual {
	padding: 0;
	background: none;
}

		
/*
============================== TAGCLOUD DIENSTEN
*/

.tagcloudDiensten {
	padding: 16px 14px;
}
	.tagcloudDiensten li {
		display: inline;
		margin: 0 5px 0 0;
	}
		.tagcloudDiensten li a {
			color: #535353;
			line-height: 18px;
			text-decoration: none;
		}
		.tagcloudDiensten li a:hover {
			color: #000000;
		}
		.tagcloudDiensten li a.small { font-size: 11px; }
		.tagcloudDiensten li a.normal { font-size: 14px; }
		.tagcloudDiensten li a.big { font-size: 20px; }



/*
============================== OVERVIEW MERKEN
*/
.overviewMerken {
	padding: 16px 8px 4px 14px;
}
	.overviewMerken dt {
		font-size: 11px;
		font-weight: normal;
		color: #6f6f6f;
		margin: 0 0 16px 0;
	}
	.overviewMerken dd {
		display: inline;
	}
		.overviewMerken .logo {
			float: left;
			position: relative;
			margin: 0 0 9px 0;
		}
			.overviewMerken img {
				border: none;
				margin: 0 8px 4px 0;
			}
			.overviewMerken img.merk {
				position: absolute;
				left: 0;
				margin: 0 8px 4px 0;
			}



/*
============================== GALLERY
*/
#gallery {
	padding: 8px 0 2px 10px;
}
	#gallery .galleryItem {
		position: relative;
		float: left;
		width: 137px;
		height: 81px;
		overflow: hidden;
		margin: 4px 8px 4px 0;
		background: #454545;
	}
		#gallery img {
			border:none;
		}
	#gallery p {
		font-size: 11px;
		color: #5b5b5b;
		margin: 0 0 10px 0;
	}



		



/*
============================== FOOTER
*/
	#footer {
		position: relative;
		width: 897px;
		height: 200px;
		font-size: 10px;
		color: #2b2b2b;
		margin: 6px 0 50px 0;
	}
		#left {
			position: relative;
			float: left;
			margin: 0 0 0 5px;
		}
		#right {
			position: relative;
			float: right;
			margin: 0 5px 0 0;
		}
		#footer li {
			display: inline;
		}
		
				#footer a {
					float: left;
					color: #2b2b2b;
					text-decoration: none;
					padding: 0 5px;
					border-right: 1px solid #2b2b2b;
				}
				#footer li.last a {
					padding-right: 0;
					border: none;
				}
				#footer a:hover {
					text-decoration: underline;
				}
				
	#extra {
		visibility: hidden;
	}


/*
============================== CONTACT
*/

#contactForm #content form {
	margin: 0 20px 20px 20px;
}
	#contactForm #content form fieldset {
		width: 400px;
		border: none;
	}
	#contactForm #content form label {
		width: 100px;
		float: left;
		font-size: 12px;
		font-weight: normal;
		text-align: right;
		margin: 4px 8px 0 0;
		display: block;
	}
	#contactForm #content form input {
		width: 280px;
		height: 18px;
		float: left;
		margin: 3px 0 10px 0;
		border: 1px solid #ababab;
	}

	#contactForm #content form input.button {
		font-size: 12px;
		margin: 0 0 0 240px;
		padding: 0 0 5px 0;
		width: 150px;
		height: 20px;
	}
	#contactForm #content form textarea {
		width: 280px;
		float: left;
		height: 150px;
		margin: 3px 0 0 0;
		border: 1px solid #ababab;
	}
	#contactForm #content div.errors {
		font-size: 12px;
		line-height: 18px;
		color: #CC0000;
		border: 1px solid #CC0000;
		padding: 10px;
		margin: 20px;
	}
	
	*html #contactForm #content form input,
	*html #contactForm #content form textarea
	{
			width: 270px;
	}
	*html #contactForm #content form input.button {
		margin: -30px 0 0 210px;
	}





/*
============================== ZOEKEN
*/

#ajaxSearch_form fieldset {
	border: none;
	padding: 0 0 10px 0;
}
	#search input#ajaxSearch_input {
		width: 146px;		/* -2px padding */
		height: 17px;		/* -1px padding */
		font-size: 12px;
		padding: 1px 0 0 2px;
		border: 1px solid #ababab;
		border-right: none;
	}
		#search #ajaxSearch_submit {
			width: 19px;
			height: 22px;
			background: url('img/btn_searchSmall.png') no-repeat;
			border: none;
			margin: 1px 0 0 -4px;
		}
		#content #ajaxSearch_submit {
			width: 19px;
			height: 22px;
			background: url('img/btn_searchSmall.png') no-repeat;
			border: none;
			margin: 1px 0 0 -4px;
		}

.ajaxSearch_intro, #search .AS_ajax_resultsIntroFailure {
	display: none;
}

#content #ajaxSearch_form {
	padding: 0 20px;
}
	#content #ajaxSearch_form fieldset {
	border: none;
		padding: 0 0 10px 0;
	}

		#content #ajaxSearch_input {
			font-size: 12px;
			height: 17px;
			width: 300px;
			padding: 1px 0 0 2px;
			margin: 0;
			border: 1px solid #ababab;
			border-right: none;
		}

	.AS_ajax_resultsIntroFailure {
		font-size: 12px;
		padding: 10px 20px 20px 20px;
	}
	
	
	.ajaxSearch_result {
		padding: 0 20px 20px 20px;
	}
		.ajaxSearch_result a {
			font-size: 14px;
			font-weight: bold;
			color: #747373;
		}
			.ajaxSearch_result a:hover {
				color: #000000;
			}
		.ajaxSearch_resultExtract {
			margin: 3px 0 0 -20px;
		}
	
	

	#ajaxSearch_output {
		font-size: 12px;
		padding: 10px 20px 20px 20px;
	}
	
	.ajaxSearch_highlight {
		color: #7cb232;
		font-weight: bold;
	}




/*
============================== GOOGLE MAP
*/

#map {
	position: absolute;
	width:449px;
	height:449px;
	overflow:hidden;
}

#route {
	width: 350px;
	margin: 0;
	padding: 0;
}
	#route b {
		font-size: 12px;
	}
	#route p {
		font-size: 12px;
		line-height: 16px;
		margin: 0;
		padding:0
		
	}
	#route .inputField   {
		width: 100px;
		border: 5px solid #cccccc;
	}
	




/*
============================== CAROUSEL
*/

#carousel {
	position: relative;
	float: left;
	width: 897px;
	height: 72px;
	background: #5d5d5d url('img/carousel_bg.png') repeat-x;
	border-top: 1px solid #ffffff;
	overflow: hidden;
}

    #container {
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
	#container .carouselItem {
		position: relative;
		width: 285px;
		height: 72px;
		display: inline;
		text-align: left;
		border-right: 1px solid #ababab;
		margin: 0;
	}
		.carouselItemContent {
			position: absolute;
		}
			.carouselImage {
				position: relative;
				float: left;
				width: 143px;
				height: 72px;
				display: block;
				overflow: hidden;
			}
			.carouselText {
				position: relative;
				float: left;
				width: 130px;
				margin: 6px 0 0 6px;
			}	
				.carouselText h3 {
					font-size: 11px;
					font-weight: bold;
					color: #d9d9d9;
					line-height: 15px;
					margin: 0 0 3px 0;
				}
			
			
		.carouselBtn {
			position: absolute;
			width: 285px;
			height: 72px;
			top: 0;
			background: #FFFFFF url('img/transparent.gif');
			opacity:0;
			filter: alpha(opacity=0);
			-moz-opacity: 0;
		}
			.carouselItem a {
				width: 285px;
				height: 72px;
				display: block;
				line-height: 999px;
				overflow: hidden;
			}

.yui-carousel {
	visibility: hidden;
}
	.yui-carousel.yui-carousel-visible {
		visibility: visible;
	}
	.yui-carousel-content {
		overflow: hidden;
		position: relative;
		margin: 0 20px;
	}
	.yui-carousel-element{
		margin:0;
		overflow:hidden;
		padding:0;
		position:relative;
		width:32000px;
		z-index:1;
	}
	.yui-carousel-element li {
		float:left;
		width: auto;
		list-style:none;
		margin:0;
		overflow:hidden;
		padding:0;
	}

/* NAVIGATION */

.yui-carousel-nav {
	position: absolute;
	width: 900px;
	z-index: 99;
	left: 0;
}
	 .yui-carousel-button { 
		position: absolute;
		right: 3px;
		width: 20px;
		height: 72px;
		overflow: hidden;
		background: #cc0000 url('img/btn_carousel.png') -20px 0 no-repeat;
		cursor: pointer;
		cursor: hand;
	}
		 .yui-carousel-button:hover {
			background-position: -20px -72px;
		}
	.yui-carousel-button-disabled, .yui-carousel-button-disabled:hover {
		background-position: -20px -144px;
	}
	.yui-carousel-button input {
		background-color:transparent;
		border:0;
		padding:0 0 0 50px;
	}
	span.yui-carousel-first-button {
		left: 0px;
		background: url('img/btn_carousel.png') 0 0 no-repeat;
	}
		span.yui-carousel-first-button:hover {
			background-position: 0 -72px;
		}
	span.yui-carousel-first-button-disabled, span.yui-carousel-first-button-disabled:hover {
		background-position: 0 -144px;
	}

/* INDICATOR */

 .yui-carousel-nav ul {
	display: none;
}




.extraContent {
	display: none;
}


/*
============================== CLEARFIX
*/

* html .clearfix {
	height: 1%;
}
html[xmlns] .clearfix {
	display: block;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


-->
